/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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    enterprise_default
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://www.magentocommerce.com/license/enterprise-edition
 */

/* Layout ================================================================================= */
body { background: #000 url(../images/wsstheme/background-lines.png) repeat-y ; background-position:center top;   }

.wrapper { background:transparent url(../images/wsstheme/wrapper_full_2.png) no-repeat ; background-position:center top;  padding:0px 0 20px; }
.page { width:936px; padding: 0 12px 0 12px; margin:0 auto; background:#FFF; text-align:center; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background:#fff; }
.main { margin:0; text-align:left; }
.cols-wrapper { margin:0; padding:0 0px 0px; min-height:350px; text-align:left; }
.sidebar { min-height:350px; }
.cols-wrapper {_height:350px; }
/*.sidebar {height:350px; }*/

/* Base Columns */
.col-left { float:left; width:195px; /*width:176px;*/ padding:3px 0 0; padding-bottom:70px; }
.col-main { float:left; width:720px; padding:9px 0 0; }
.col-right { float:right; width:195px; padding:3px 0 0; padding-bottom:70px; }

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

/* 2 Columns Layout */
.col2-left-layout { background:url(../images/wsstheme/bkg_columns_v2.png) repeat-y -1210px 0; }
.col2-left-layout .cols-wrapper { background:url(../images/wsstheme/bkg_2cols-l.png) no-repeat 0 100%; }
.col2-left-layout .col-main { float:right; }
/*.col2-right-layout { background:url(../images/wsstheme/bkg_columns.png) repeat-y 761px 0; }*/
/*.col2-right-layout .cols-wrapper { background:url(../images/wsstheme/bkg_2cols-r.png) no-repeat 0 100%; }*/
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout {  }
.col3-layout .col-main { width:532px; display:inline; }
.col3-layout .col-main { width:482px; display:inline; margin-left:31px; }
.col3-layout { background:url(../images/wsstheme/bkg_columns.png) repeat-y 50% 0!important; }
/*.col3-layout .cols-wrapper { background:url(../images/wsstheme/bkg_3cols.png) no-repeat 0 100%!important; }*/

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .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 ========================================================================= */

/* .col-main p { margin:10px 0 } */

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#444; }
input.input-text,select,textarea { background:#fff; border:1px solid #c7c7c7; border-color:#858585 #c1c1c1 #e1e1e1; background:#fff url(../images/bkg_input.gif) 0 0 repeat-x; }
input.input-text,textarea { padding:4px 4px 3px; background:#fff url(../images/bkg_input.gif) 0 0 repeat-x; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 2px; border-bottom:1px solid #bbb; }
select.multiselect option:last-child { border-top:0; }
textarea { overflow:auto; }
input.radio,
input.checkbox { margin-right:3px; font-size:11px !important; margin-top:2px; vertical-align:top; }
input.radio { font-size:10px !important; }
input.qty { width:2.5em !important; color:#666; text-align:center; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */


button.button { border:0; padding:0; margin:0; background:transparent; /* line-height:21px; */ overflow:visible; cursor:pointer; vertical-align:middle; }

a.button,
button.button span,
a.button span,
button.button span span { background-color:transparent; background-image:url(../images/wsstheme/bkg_btn.png); background-repeat:no-repeat; }

a.button,
button.button span {
    border:0;
    padding:0 0 0 8px; margin:0;
    cursor:pointer;
    background-position:0 0;
    display:-moz-inline-stack;
    display:inline-block;
    color:#555;
    height:24px;
    text-decoration:none;
    }
a.button span,
button.button span span {
    padding:3px 14px 0px 6px;
    color:#555;
    background-position:100% 0;
    display:-moz-inline-block;
    display:inline-block;
    white-space:nowrap;
    text-transform:uppercase;
    font:bold 11px/22px Arial, Helvetica, sans-serif;
    height:24px;
    }
a.button { line-height:1!important; }
a.button span { line-height:22px!important; }

.button:active { bottom:-1px; right:-1px; position:relative; z-index:2; }
button.button:active span span { margin:0; }
button.btn-small span { font-size:11px; line-height:14px; padding:1px 9px 0; }
button.disabled {}
button.disabled span {}

/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form Validation */
.validation-advice { clear:both; font-size:11px !important; padding:3px 0 0 !important; color:#d91a00 !important; }
.product-options .validation-error .options-list,
.validation-failed { border:1px solid #f47d4e !important; background:#fff7f5 !important; }
input.input-text.validation-failed,
textarea.validation-failed { background:#fff7f5 url(../images/bkg_input-failed.gif) 0 0 repeat-x !important; }
span.validation-passed,
div.validation-passed { background:url(../images/icon_ok.gif) 100% 2px no-repeat; padding-right:20px; }
span.validation-error,
div.validation-error { background:url(../images/icon_error.gif) 100% 2px no-repeat; padding-right:20px; }
.required em { color:#f15c22; margin-right:4px; }
p.required { margin:0; padding:5px 0 0 0; text-align:right; width:620px; font-size:11px; color:#f02800; }
.form-list .validation-advice { width:250px; margin-right:-250px; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; display:inline; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Fieldset */
.fieldset { font-size:12px; border:0; margin:0 0 16px; }
.fieldset h3,
.fieldset p { margin:0 0 1.5em; }
.fieldset h3 { color:#000; }

/* Form lists */
.form-list {}

.form-list li { margin:0 0 9px; vertical-align:top; }
.form-list label { float:left; width:225px; padding:2px 15px 3px 0; font-size:12px; font-weight:bold; color:#444; text-align:right; }

.form-list span.label { font-weight:normal; }
.form-list .input-box { float:left; /* width:256px; */ }
.form-list .input-box a { font-size:11px; margin-top:4px; }
.form-list input.input-text,
.form-list textarea { float:left; width:374px; vertical-align:top; }
.opc .form-list input.input-text { width:350px; }
.form-list textarea { width:374px; height:13em; }
.form-list select { float:left; width:384px; vertical-align:top; }

.form-list p { margin:0; padding:0 0 0 240px; }
ul.add-row,
.form-list li.add-row { background:url(../images/bkg_dots.gif) repeat-x 0 0; margin-top:15px; }
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; margin:0; text-align:right; }
.form-list .range input.input-text { float:none; width:64px; vertical-align:middle; }

.form-list .add-field .input-box { margin-left:240px; }
.opc .form-list .add-field .input-box { margin-left:115px; }
.form-list .form-element { position:relative; vertical-align:top; z-index:1; } /* row with checkbox or radio button */
.form-list .form-element label { line-height:16px; }
.form-list .form-element .input-box { position:absolute; left:0px; margin-left:240px; line-height:16px; padding-top:4px; }
.form-list .form-element input.radio { margin-top:3px; }

.form-alt label { float:none; display:inline; width:auto; }
.form-alt li { margin:0 0 5px; line-height:16px; }
.form-alt select { width:496px; }
.form-alt .input-box { width:496px; margin-top:5px; padding-bottom:11px; }
.form-alt .input-text { width:480px; }
.mini-cart-scroller {height:90px;overflow-x:hidden;overflow-y:auto;}
#checkoutSteps .form-list label { float:left; width:100px; padding:2px 15px 3px 0; font-size:12px; font-weight:bold; color:#444; text-align:right; }
#checkoutSteps .form-alt label { float:left; width:440px; padding:2px 15px 3px 0; font-size:12px; font-weight:bold; color:#444; text-align:left; }
#checkoutSteps .form-alt select { width:440px; }
#checkoutSteps .form-list label.for-checkbox { width:200px; }
#checkoutSteps .form-list select { width:360px; }
#checkoutSteps .sp-methods label { width:160px; }

#checkoutSteps #authorizenet_cc_type {width: 200px;}
#checkoutSteps #authorizenet_cc_number {width:200px;}
#checkoutSteps #authorizenet_expiration {width:110px;}
#checkoutSteps #authorizenet_expiration_yr {width:60px;}

/* Date Of Birth */
.form-list .customer-dob label { float:none; width:auto; padding:0; font-size:11px; font-weight:normal; color:#777; }
.form-list .customer-dob .input-box { float:left; width:auto; margin-right:8px; }
.form-list .customer-dob .input-box .validation-advice { display:none !important; }
.form-list .customer-dob input.input-text { float:none; display:block; margin-bottom:2px; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year { float:left; margin-right:8px; padding-right:0 !important; background:none !important; }
.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice { display:none; }
.form-list .customer-dob .dob-day input.input-text { width:104px; }
.form-list .customer-dob .dob-month input.input-text { width:104px; }
.form-list .customer-dob .dob-year { margin-right:0; }
.form-list .customer-dob .dob-year input.input-text { width:138px; }

/* Combination of fields */
.group-select .fields { margin:0; }
.group-select .fields .field { clear:left; padding:0 0 9px; }

/* Buttons */
.buttons-set { clear:both; margin:15px 0; } /* general for button containing block */
.buttons-set p.back-link { float:left; padding:2px 15px 0 0; text-align:right; margin:0; }
a.back-link { color:#999; }
.buttons-set p.back-link a { color:#999; }
.buttons-set a.button,
.buttons-set button.button { float:right; }
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; background-color:#ededed; text-align:right; }

.form-buttons { margin:0; width:624px; } /* for button containing block under the general form */
.form-buttons .button { float:right; }
.form-buttons .button { margin-left:15px; }
.form-buttons p.back-link { float:left; width:225px; padding:2px 15px 0 0; text-align:right; }
.btn-only { /* padding-left:240px; */ }

/* Overrides for 3columns */
.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label { width:100px; }
.col3-layout .form-list input.input-text,
.col3-layout .form-list textarea { width:274px; }
.col3-layout .form-list select { width:280px; }
.col3-layout .form-list .add-field .input-box,
.col3-layout .form-list .form-element .input-box { margin-left:115px; position:static; }
.col3-layout .form-list .form-element label { width:auto!important; }
.col3-layout .form-list .customer-dob .dob-day input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-month input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-year { margin-right:0; }
.col3-layout .form-list .customer-dob .dob-year input.input-text { width:98px; }
.col3-layout p.required,
.col3-layout .form-buttons { width:399px; }

/* Global Messages  */
.messages { margin:10px 0; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; /*-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;*/ padding:8px 10px 8px !important; font-size:12px !important; font-weight:normal !important; }
.error-msg { border-color:#e9581f; background-color:#fff; color:#e9581f; }
.success-msg { border-color:#446423; background-color:#fff; color:#446423; }
.note-msg,
.notice-msg { border-color:#3f85c2; background-color:#fff; color:#3f85c2; }
p.note-msg { margin:0 0 10px; }
.note-msg-2 { margin:35px 0 0; background:url(../images/wsstheme/bkg_msg-note2.gif) 0 50% no-repeat; padding-left:17px; }
.note-msg-2 .note-msg { margin:0; padding-left:27px; border-left:0 !important; border-color:#df4b4b; color:#df4b4b; line-height:18px; height:18px; overflow:hidden; }
.std .messages { margin:10px 0 !important; }
.std .messages { list-style:none !important; }
.std .messages li { margin:0 0 10px !important; background-image:none; padding:8px 10px 8px !important; }
.std .messages li li { margin:0 0 3px !important; padding:0 !important; }

/* BreadCrumbs */
.breadcrumbs { margin:12px 0 13px; text-align:left; font-size:11px; }
.breadcrumbs li { display:inline; color:#777; }
.breadcrumbs li span { margin:0 2px 0 0; }
.breadcrumbs li span,
.breadcrumbs a { color:#777; }
.breadcrumbs a:hover {  }
.breadcrumbs strong { color:#333; font-weight:normal; }

/* Page Heading */
.page-title { margin:13px 0 11px; }
.page-title h2 { font:normal 22px/27px Arial, Helvetica, sans-serif; color:#c62100; }
.page-title .link-rss { float:right; margin-top:8px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons .link-print { float:right; margin-top:4px; }

.page-popup .page-title,
.col-main .page-title { }

.sub-title { font-size:16px; font-weight:normal; color:#CA2200; line-height:19px; margin:0 0 10px; }
.sub-title .separator { font-weight:normal; }
.sub-title a { font-size:11px; font-weight:normal; text-transform:lowercase; }
.section-title { font-size:14px; font-weight:normal; color:#4b0f01; margin:0 0 5px; }

/* Pager */
.pager { margin:15px 0; font-size:11px; padding:3px 0; border:1px solid #e6dac3; border-width:1px 0; }
.pager p { margin:0; }
.pager select { padding:0; margin-bottom:1px; }
.pager .amount { float:left; line-height:20px; }
.pager .limiter { float:right; display:inline; line-height:20px; }
.pager .pages { float:left; margin-left:40px; display:inline; line-height:20px; }
.pager .pages a { color:#4d1d14; text-decoration:underline; }
.pager .pages a:hover { color:#4d1d14; text-decoration:none; }
.pager .pages ol,
.pager .pages li { display:inline; padding:0 2px; }
.pager .pages .current { font-weight:bold; }

/* Sorter */
.sorter { font-size:11px; margin:0 0 0; padding:3px 20px; background:#f5f5f5 url(../images/bkg_pager.gif) repeat-x 0 0; border-top:1px solid #ddd; color:#333; }
.pager p { margin:0; }
.pager select { padding:0; margin-bottom:1px; }
/* .sorter .view-mode { float:left; line-height:20px; white-space:nowrap; }
.sorter .view-mode label { float:left; margin:0 5px 0 0; }
.sorter .view-mode a.list-fix,
.sorter .view-mode a.list,
.sorter .view-mode strong.list-fix,
.sorter .view-mode strong.list,
.sorter .view-mode a.grid-fix,
.sorter .view-mode a.grid,
.sorter .view-mode strong.grid-fix,
.sorter .view-mode strong.grid { background:url(../images/bkg_viewmode.gif) no-repeat 0 0; float:left; width:24px; height:17px; text-align:left; text-indent:-999em; overflow:hidden; margin:2px 0 0; }
.sorter .view-mode a.list { background-position:-24px 0; }
.sorter .view-mode strong.list { background-position:-24px -29px; }
.sorter .view-mode a.grid { background-position:0 0; }
.sorter .view-mode strong.grid { background-position:0 -29px; }

.sorter .view-mode a.list-fix { background-position:0 -58px; }
.sorter .view-mode strong.list-fix { background-position:0 -87px; }
.sorter .view-mode a.grid-fix { background-position:-24px -58px; }
.sorter .view-mode strong.grid-fix { background-position:-24px -87px; } */

.pager .sort-by { float:right; margin-right:40px; display:inline; line-height:20px; }
.pager .link-feed {}

/* Toolbar */
.toolbar {  }
.toolbar .view-mode { margin:0 0 5px; float:right; font-size:11px; }
.toolbar .view-mode strong,
.toolbar .view-mode a { margin: 0 0 0 2px; }
.bottom-toolbar .view-mode { display:none; }
.toolbar .pager { margin:0 0 0; border-width:1px 0; clear:both; }
.bottom-toolbar { margin:0 0 50px 0; }

/* Data Table */
.table-caption { font-size:16px; font-weight:normal; color:#CA2200; line-height:19px; margin:0 0 10px; }
.table-caption a { font-size:11px; text-transform:lowercase; }
.data-table { border:0; border-bottom:0px; width:100%; border-collapse:collapse; }
.data-table thead th { padding:6px 10px; color:#4e4e4e; border-top:2px solid #F8DD68; border-bottom:1px solid #F8DD68!important; font-weight:bold; text-transform:uppercase; white-space:nowrap; }
.data-table td { padding:6px 10px; border-bottom:1px solid #f8dd68; }
.data-table thead { font-size:11px; line-height:1.2; }
.data-table tbody {}
.data-table tfoot { background-color:#FFF; }
.data-table tfoot td { padding:6px 10px; }
.data-table tfoot td,
.data-table tfoot th { border:none; padding:6px 10px; text-transform:none; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.last th,
.data-table tr.last td { border-bottom:1px solid #f8dd68; }
.data-table tr.odd { }
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { }
.data-table tbody.even { }
.data-table tbody.even td { }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; padding:6px 10px; border-top:1px solid #f8dd68; border-right:1px solid #f8dd68; text-transform:none; background-color:#fef6e4; }
.data-table td.data { border-top:1px solid #f8dd68; }
.data-table .link-rss { display:block; }
.product-view .product-attributes .data-table { border-collapse:collapse; }
.product-view .product-attributes .data-table .label,
.product-view .product-attributes .data-table .data { border:1px solid #f8dd68; }
.product-view .product-attributes .data-table .label { text-align:right; }
.product-view .product-collateral .padder .medialinks-list li {display: inline;}

.product-view .product-collateral .medialinks-list { text-align:center; }
.product-view .product-collateral .medialinks-list li { display:inline; }
.product-view .product-collateral .medialinks-list img { padding:5px; height:40px; }

.page-popup .data-table td,
.page-popup .data-table th { border-bottom:1px solid #f8dd68; }
.page-popup .buttons-set .button { float:right; }
.shipping-tracking-popup .data-table { border:1px solid #f8dd68; border-collapse:collapse; }

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#ede9e6; font-size:12px; padding:5px !important; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Links */
ul.links,
ul.links li { display:inline; }
ul.links li .separator { margin:0 2px 0 5px; font-size:10px; color:#8f8f8f; }
ul.links li.last .separator { display:none; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:none; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std .form-list li { padding-left:0; background:none; }

ul.disc li,
.std li { padding-left:10px; background:url(../images/bkg_bulletsm.gif) no-repeat 0 0.6em; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 100% 1px no-repeat; padding-right:18px; white-space:nowrap;  }
.link-rss:hover { color:#f58550; }
.link-print { background:url(../images/icon_printer.gif) 0 1px no-repeat; padding:2px 0 2px 25px; white-space:nowrap; }

.divider { margin:16px 0; background:none; font-size:0; line-height:0; height:1px; overflow:hidden; }

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

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.branding { position:absolute; left:0; top:0; height:85px; }
.logo { position:relative;top:-39px;left:-12px; width:440px; margin-top:1px; height:121px; overflow:hidden;  background:url(../images/wsstheme/logo25b.gif) no-repeat; }
.tagline { float:left; display:inline; /* width:175px; */ height:64px; overflow:hidden; /* text-indent:-999em; text-align:left; background:url(../images/wsstheme/bkg_tagline.gif) no-repeat 17px 19px; */ }
.tagline img { display:block; }

.header-container { padding:0px 0 0px 0; }
.header { min-height:86px;  height:50px;}
.header-checkout {min-height:86px;  height:50px; border-bottom: 1px solid #EEE;}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header-checkout .logo { text-indent:-999em;background:url(../images/wsstheme/logo25b_checkout.gif) no-repeat; }
.header .logo a { display:block; width:157px; height:85px; }

.header .quick-access {  padding:4px 0 0; font-size:11px; }
.header .quick-access .links { display:inline; white-space:nowrap; }
.header .quick-access .links li { float:left; line-height:18px; padding-right:8px; background:url(../images/wsstheme/bkg_top-links.png) no-repeat 100% -147px; margin-right:8px; }
.header .quick-access .links li a { color:#1283BD; }
.header .quick-access .links li a:hover { }
.header .quick-access .welcome-msg { font-size:14px; font-weight:bold; text-align:right; margin-bottom:0px; }

#invitation-send-link { background:url(../images/bkg_sep.gif) no-repeat 100% 50%; padding:0 6px 0 0px; margin:0 4px 0 0; font-weight:bold; }
#invitation-send-link a { background:url(../images/bkg_invitation-link.gif) no-repeat 3px 6px; padding-left:23px; display:inline-block; }

#invitation-send-link a, x:-moz-any-link { background-position:3px -2px; }/* FireFox 2 fix */
#invitation-send-link a, x:-moz-any-link, x:default { background-position:3px 6px; }/* FireFox 3 restore */

.header-panel { background-color:#E61C2E; border-bottom:6px solid #F4EA5D; height:30px; margin-left:-12px;margin-right:-12px;padding-bottom:0px; padding-top:10px;}
.header-panel p { float:left; font-weight:bold; color:#333; }
.header-panel .social-links { background-color: #E61C2E; float:right; font-size:11px; }
.header-panel .social-links strong { float:left; color:#FFF; line-height:18px;  margin-right:8px; }
.header-panel .social-links ul { display:inline; }
.header-panel .social-links li  { float:left;  line-height:18px; padding-right:8px; margin-right:8px; } /* background:url(../images/wsstheme/bkg_top-links.png) no-repeat 100% -147px; */
.header-panel .social-links li.link-myspace,
.header-panel .social-links li.last  { padding-right:0; margin-right:0; background:none; }
.header-panel .social-links li a { color:#FFF; text-decoration:none; background:url(../images/wsstheme/bkg_top-links.png) no-repeat 0 -999px; }

.header-panel .social-links li.link-facebook a { background-position:0 0; padding-left:18px; }
.header-panel .social-links li.link-delicious a { background-position:0 -30px; padding-left:18px; }
.header-panel .social-links li.link-digg a { background-position:0 -60px; padding-left:18px; }
.header-panel .social-links li.link-twitter a { background-position:0 -90px; padding-left:18px; }
.header-panel .social-links li.link-myspace a { background-position:0 -120px; padding-left:18px; }


.switches { float:right; background:#fff url(../images/bkg_header-panel-bg.gif) repeat-x 0 100%; padding:0 0 1px 0; }

.switch { line-height:28px;  margin-left:-1px; margin-right:0; display:inline; float:left; background:url(../images/bkg_header-panel.gif) no-repeat 0 -29px; padding-left:13px; }
.switch label { font-weight:normal; margin-right:0; float:left; }
.switch .switch-wrapper { float:left; position:relative; z-index:1; padding-left:7px; padding-right:11px; }
.switch strong.current { font-weight:normal; }
.switch .separator { margin:0 2px; font-size:10px; color:#8f8f8f; }
.switch .switcher { color:#1e75b4; cursor:pointer; background:url(../images/bkg_header-panel.gif) no-repeat 100% -73px; padding:0 10px 0 0; margin:0 3px 0 1px; }
.switch ul { position:absolute; min-width:100%; text-align:left; top:0; left:0px; float:left; line-height:16px; padding:0 0 0 0; border-top:0; }
.switch ul li { vertical-align:top; display:block; white-space:nowrap; border:1px solid #c8c8c8; border-top:0; }
.switch ul li a { white-space:nowrap; display:block; background:#f2f2f2; padding:4px 6px;  color:#1e75b4; text-decoration:none; }
.switch ul li a:hover { color:#d33911; background:#f8f8f8; }
.switch ul .current { line-height:28px; border:0; cursor:default; padding:0 7px; visibility:hidden; /* background:url(../images/bkg_header-panel.gif) repeat-x 0 0; */ }
.switch ul .current span { padding-right:20px; background:url(../images/bkg_close.gif) no-repeat 100% 1px; }
.switch .faded { color:#8f8f8f; }
.switch .faded li { border-color:#e6e6e6; background-color:#f6f6f6; }
.switch .faded  a { color:#9ac1dd; }

.switch ul, x:-moz-any-link { width:100%; }/* FireFox 2 fix */
.switch ul, x:-moz-any-link, x:default { width:auto; }/* FireFox 3 restore */

.list-opened { background-position:100% -129px !important; color:#d33911 !important; }

.search-container { /*position:absolute; right:0; bottom:0;*/ float:right; margin-top:14px;background:url(../images/wsstheme/bkg_search-black.png) no-repeat /*0 0*/; width:280px; height:25px; padding:4px 0 0 35px; text-align:left; }
.header .form-search {  }
.header .form-search label { display:none; }
.header .form-search input.input-text { background:#fff; color:#52251a; width:240px; border:1px solid #52251a; padding:2px; border-color:#52251a #663f35; }
.header .form-search a { display:none; }
.header .form-search button.button { margin:0 0 0 0; width:27px; height:17px; overflow:hidden; background:#4c1001 url(../images/wsstheme/bkg_search-black.png) no-repeat 0 -99px; }
.header .form-search button.button span { display:none!important; }
.header .form-search .search-autocomplete { z-index:999; position:relative!important; top:0!important; left:0!important; height:0!important; overflow:visible!important; }
.header .form-search .search-autocomplete ul { border:1px solid #4f2116; border-top:0; padding-left:0; width:244px; background-color:#fcf7eb; position:absolute; top:-1px; }
.header .form-search .search-autocomplete li { padding:4px 6px 4px 6px; border-bottom:1px solid #fff; font-size:12px; cursor:pointer; }
.header .form-search .search-autocomplete li:hover { background:#fbe7ba; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search .search-autocomplete li.last { border-bottom:0; }

.top-container { margin-top:36px; background:#f0f0f0 url(../images/wsstheme/bkg_top-container.png) repeat-x 0 100%; }
.top-container .callout { float:right; }

/*
.top-container #newsletter-validate-detail { float:left; width:389px; } */
.form-subscribe { float:left; width:380px; height:48px; text-align:left; }
.form-subscribe label { float:left; width:190px; padding:6px 0 0 14px; }
.form-subscribe label strong { display:block; font:16px/1.2 Arial, Helvetica, Georgia,  sans-serif; color:#00a6db; font-weight:normal; }
.form-subscribe input.input-text { width:130px; padding:3px 2px 2px; background:#fff; border-color:#ccc4af; }
.form-subscribe button.button { margin:13px 0 0; float:left; overflow:hidden; width:37px;  height:22px; background:url(../images/wsstheme/bkg_btn-subscribe.png) no-repeat 0 0; }
.form-subscribe button.button span { display:none!important; }
.form-subscribe .validation-advice { width:180px; padding:0!important; line-height:1.1; }
.form-subscribe .v-fix { text-align:left; margin:13px 0 0; }
.form-subscribe a { color:#777; }

/********** < Navigation */
.nav-container { position:absolute; height: 28px;width:936px; background:#0c80ae url(../images/wsstheme/bkg_nav.gif) 0 0 repeat-x; border:1px solid #196D9F; border-color:#196D9F #fad9d2 #135E8D; border-width:1px 0;  margin:0; z-index:9} /*position:relative; z-index:4;*/
#nav {min-height:28px; text-align:left; overflow:visible; padding:0 0 0px; }

/* All Levels */
#nav li { position:relative; z-index:4; }
#nav li.active { z-index:5; }
#nav li.over { z-index:990; }
/*#nav li.parent {}*/
#nav li a { text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li a span em { font-style:normal; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { margin:0; padding:0 0 0 0; height:28px; float:left; display:inline; }
#nav li a { float:left; color:#fff; font:bold 13px/28px Arial, san-serif; text-transform:uppercase; height:28px; padding:0 18px 0 16px; background:url(../images/wsstheme/bkg_nav-item-blue.gif) no-repeat 100% 50%; }
#nav li.first a { }
#nav li.last a { background:none; }
#nav li a span { }
#nav li a { }
#nav li a:hover { color:#ffdf6e; }
#nav li a:hover span { }
#nav li.over a { color:#ffdf6e; background-color:#2487B9; }
#nav li.over li a { color:#555 !important; background-color:transparent; }
#nav li.active a { color:#ffdf6e; }
#nav li.over a span { }

#nav li.over a { }
#nav li.over a span { }

/* 2nd Level */
#nav ul { position:absolute; width:13.5em; top:28px; left:-10000px; background:#196D9F; padding:0 0 0; border:1px solid #196D9F; border-color:#196D9F #196D9F #196D9F #196D9F; }
#nav ul li,
#nav ul li a,
#nav ul li a span { display:block; font-size:12px; float:none; background:none; height:auto !important; line-height:1.3 !important; font-weight:normal; text-transform:none; }
#nav ul li { margin:0; padding:0; border-bottom:1px solid #dfd7b7; border-top:0; background:url(../images/wsstheme/bkg_nav-item.png) repeat-x 0 0; }
#nav ul li.first { border-top:0; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { padding:6px 10px !important; color:#555; }
#nav ul li a span { padding:0 !important; }
#nav ul li a:hover { color:#2487B9 !important; background-color:transparent; }
#nav ul li.active > a,
#nav ul li.over > a { color:#fff }
#nav ul li.parent a { background-image:url(../images/wsstheme/bkg_parent.gif); background-repeat:no-repeat; background-position:95% 50%; background-color:transparent; }
#nav ul li.parent li a { background:none !important; background-color:transparent; }
#nav ul li.parent li.parent a { background-image:url(../images/wsstheme/bkg_parent.gif); background-repeat:no-repeat; background-position:95% 50%; background-color:transparent; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0px; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Block: Events */
.event { background-color:#fbf4de; border-bottom:1px solid #e2d4c7; width:182px; position:static; height:144px; text-align:center; }
.event .status { font-weight:normal; font-size:16px; display:block; padding:19px 0 0; margin:0 0 0px; text-align:center; color:#cf3a00; }
.event .event-ticker { color:#cf3a00; height:55px; }
.event .event-ticker span { font-size:32px; line-height:40px; height:40px; padding-bottom:10px; background-image:url(../images/bkg_ticker.gif); background-repeat:no-repeat; display:inline-block; }

.event .event-ticker span, x:-moz-any-link { padding-bottom:13px; }/* FireFox 2 fix */
.event .event-ticker span, x:-moz-any-link, x:default { padding-bottom:10px; }/* FireFox 3 restore */

.event .event-ticker span.days { background-position:50% 3px; }
.event .event-ticker span.hour { background-position:50% -56px; }
.event .event-ticker span.minute { background-position:50% -115px; }
.event .event-ticker span.second { background-position:50% -174px; }
.event .event-ticker span.delimiter { background:none; }
.event  .event-dates { font-size:14px; color:#555; height:51px; padding-top:4px; }
.event  .event-dates .date-part { font-weight:bold; }
.event  .event-dates .time-part { font-size:12px; }

.event  .event-button { background:url(../images/bkg_btn-co.gif) 0 50% no-repeat; line-height:27px !important; height:27px !important; padding:0 0 0 13px !important; vertical-align:middle;  }
.event  .event-button span { width:121px; text-align:center; background:url(../images/bkg_btn-co.gif) 100% 50% no-repeat; padding:0px 13px 0 0px !important; color:#fff; font:bold 15px/27px Arial, Helvetica, sans-serif !important; height:27px !important; text-transform:none; }

.event p a { color:#666; font-size:11px; }

.event  .event-bottom { background:url(../images/bkg_slider-events.gif) no-repeat 50% 0; position:absolute; z-index:2; height:12px; width:23px; left:50%; margin-left:-11px; bottom:-12px; }

.open .event-button span {}

.upcoming { background:#f6f6f6; }
.upcoming .status { color:#333; }
.upcoming .event-button,
.upcoming .event-button  span { /* background-image:url(../images/bkg_btn-gr.gif); color:#7c7b7b; */ line-height:27px !important; font-size:12px !important; color:#7c7b7b !important; background:none; padding:0 !important; width:auto !important; display:inline; }
.upcoming .event-button { text-decoration:underline !important; }
.upcoming .event-button:hover { text-decoration:none !important; }
.upcoming p a { color:#666; }
.upcoming .event-bottom { background-position:50% -187px; }

.closed { background:#494949; }
.closed  .status,
.closed  .event-dates { color:#e2d4c7 }
.closed  .event-button {  }


.event-container { border:1px solid #d0af83; position:relative; z-index:2; border-width:0 1px 1px; margin-bottom:-5px; height:59px; }
.event-container .event { background-color:transparent; background-repeat:no-repeat; background-position:50% 100%; padding-bottom:18px; margin-bottom:-18px; padding-top:5px; height:52px; line-height:50px; text-align:center; width:auto; position:relative; z-index:2; border-bottom:0 !important; }
.event-container .container { display:inline; margin:0; padding:0; background:none; }
.event-container .status { display:inline; margin:0 10px 0 0; background:none; font-size:22px; }
.event-container .event-ticker { display:inline; font-size:28px; height:auto; }
.event-container .event-ticker span { line-height:50px; height:50px; padding:0; }

.event-container .event-ticker span , x:-moz-any-link { padding:5px 0 5px; }/* FireFox 2 fix */
.event-container .event-ticker span , x:-moz-any-link, x:default { padding:0; }/* FireFox 3 restore */

.event-container .event .event-ticker span.days { background-position:50% 4px; }
.event-container .event .event-ticker span.hour { background-position:50% -55px; }
.event-container .event .event-ticker span.minute { background-position:50% -114px; }
.event-container .event .event-ticker span.second { background-position:50% -173px; }

.event-container .event-dates { display:inline; font-size:22px; height:auto; }
.event-container .event-dates .time-part { font-size:14px; }
.event-container .event-dates div,
.event-container .event-dates p { display:inline; }

.container-open { background:#f7d4b6 url(../images/bkg_event-container-open.gif) repeat-x 0 0; }
.container-open .open { background-image:url(../images/bkg_event-container-open.gif); padding-top:3px; height:54px; }

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(../images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(../images/bkg_event-container-upcoming.gif); }

.container-closed { background:#9f958c }

/* Block:  Events Homepage  */
.events-slider { position:relative; clear:both; margin:0 0 0; /* display:inline; float:left; */ z-index:2; padding:10px 11px 20px; background:#f0eae3; }
.events-slider .slider-panel,
.events-slider ul.slider  li.slider-item,
.events-slider .slide-button { float:left; display:inline; }
.events-slider .event { position:relative; z-index:1;  }

.events-slider .slider-panel { position:relative; overflow:hidden; background:#d0c2b6; z-index:1; width: 0px;}
.events-slider ul.slider {
    width:200000px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"!important;
    }
.events-slider  ul.slider  li.slider-item { overflow:hidden; width:182px; height:386px; border:1px solid #d0c2b6; margin-right:-1px; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; padding-left: 0px; }
.events-slider ul.slider  li.slider-item .category-name { font:bold 16px georgia, san-serif; color:#43322a; display:block; padding:80px 10px 0; }
.events-slider ul.slider  li.slider-item  .category-show { width:182px; height:241px; background:#fff;  overflow:hidden; text-align:center; display:block; text-decoration:none; }
.events-slider ul.slider  li.slider-item  .no-event { height:401px; }

.events-slider .slide-button { background:url(../images/bkg_slide-button.gif) no-repeat 0 0; position:absolute; text-indent:-999em; cursor:pointer; top:105px; width:28px; height:28px; z-index:2; overflow:hidden; }
.events-slider .backward { left:-19px; }
.events-slider .forward { right:-19px; background-position:0 -40px; }
.events-slider .inactive { cursor:default; display:none; }


/* Sidebar =============================================================================== */
/* Lists Decoration */
/*.sidebar li.odd {}
.sidebar li.even { background:#fff8de; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background:#f6f6f6; }*/

.sidebar {}
.sidebar .callout { display:block; margin:10px 0; }

/* Generic Block */

.block {margin:0; /*width:190px;*/background:url(../images/wsstheme/bkg_block.png) no-repeat 0 100%; padding-bottom:2px; }
.col2-left-layout .col-main .block,
.col2-right-layout .col-main .block { background-position: -179px 100%; margin:9px 0; }
.block .block-title,
.block .block-title h2,
.block .block-title h3 { background:url(../images/wsstheme/bkg_block-title.png) no-repeat 0 0; }
.block .block-title { padding:0 0 0 12px; border-bottom:1px solid #cbc8bf; }
.block .block-content { padding:10px 11px 11px; background:#fff; border:1px solid #d5d2ca; border-width:0 1px; }
.block .block-title h2,
.block .block-title h3 { padding:5px 2px 5px 0; font:15px/1.2  Arial, Helvetica, sans-serif,Georgia; color:#FFF; background-position:100% 0; }
.block .block-title h2 span { font-size:12px; color:#FFF; float:right;}
.sidebar .rightcol-checkout .block .block-cart {width:190px;position: fixed;margin:0;}
.rightcol-checkout .block-wishlist {display:none;}
.rightcol-checkout .block-list {display:none;}
.sidebar .block .block-title,
.sidebar .block .block-title h2 {background: #DB0126;font-weight:bold;}
.sidebar span.mini-cart-edit { padding-right:5px;}
.sidebar .block .btn-remove { color:#222; margin-right:3px; }
.sidebar .block .btn-remove a { color:#222 !important; text-decoration:none !important; }
.sidebar .block .actions { margin:8px 0 0; padding-top:10px; text-align:right; border-top:1px solid #d5d2ca; }
.sidebar .block .actions a { float:left; color:#999; margin-top:3px; }
.sidebar .block .actions button.button { float:right; }

.sidebar .block li a.btn-remove { float:right; width:15px; height:0px; padding-top:15px; margin-top:0px; overflow:hidden; background:url(../images/btn_remove.gif) no-repeat 0 0; }


/* Generic box */
.info-box { background:#fdfbf5; border:1px solid #d5d2ca; margin:0 0 9px; position:relative; z-index:1; }
.info-box .box-title { margin:15px 15px 0; font-size:14px; padding:0; color:#4b0f01; font-weight:normal; }
.info-box .box-title a { font-size:11px; text-transform:lowercase; }
.info-box .box-content { padding:15px; }

/* Block: Account */
.sidebar .block-account { background:none; margin:9px 0; }
.sidebar .block-account .block-title { padding:6px 15px 0px; border:0; background:none; }
.sidebar .block-account .block-title h2 { color:#380a00; background:none; padding:0; font:normal 18px Georgia, Arial, Helvetica, san-serif; }
.sidebar .block-account .block-content { background:none; border:0; padding:9px 15px; }
.sidebar .block-account li { margin:0 0 5px; }
.sidebar .block-account li a { color:#5b362e; }
.sidebar .block-account li a:hover {  }
.sidebar .block-account li.current { font-weight:bold; color:#444; }
.sidebar .block-account li.last {  }

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

/* Block: Layered Navigation */
.sidebar .block-layered-nav { background:none; margin:9px 0; }
.sidebar .block-layered-nav .block-title { padding:6px 15px 0px; border:0; background:none; }
.sidebar .block-layered-nav .block-title h2 { color:#380a00; background:none; padding:0; font:normal 18px Georgia, Arial, Helvetica, san-serif; }
.sidebar .block-layered-nav .block-content { background:none; border:0; padding:9px 15px; }
.sidebar .block-layered-nav h3 { display:none; }
.sidebar .block-layered-nav dt { margin:2px 0 0; font-weight:bold; text-transform:uppercase; color:#1283BD; }
.sidebar .block-layered-nav dd { margin:0 0 13px; color:#592d25; }
.sidebar .block-layered-nav dd li { margin:2px 0; }
.sidebar .block-layered-nav dd a { color:#592d25; text-decoration:underline; }
.sidebar .block-layered-nav dd a:hover { text-decoration:none; }
.sidebar .block-layered-nav .currently { margin-top:15px; border:1px solid #dfd7b7; border-width:1px 0; padding:10px 10px 10px 15px; background:#fef3d1; }
.sidebar .block-layered-nav .currently li { padding:5px 0; color:#444; }
.sidebar .block-layered-nav .currently .label { font-weight:bold; color:#d33911; font-size:12px; }
.sidebar .block-layered-nav .actions { text-align:left; padding-right:7px; display:none; }

/* Mini Shopping Cart */
.block-cart { margin-top:6px; width:190px;}
.rightcol-checkout .block-cart  { margin-top:6px;position:fixed; width:190px;}
.block-cart .block-title span { white-space:nowrap; }
.block-cart .block-title span a { text-decoration:underline; color:#FFF;}
.block-cart .block-title span a:hover { text-decoration:none; }
.block-cart h3 { font-size:12px; margin-bottom:2px; font-weight:bold; }
.block-cart .amount { display:none; border:1px solid #d5d2ca; border-width:0 1px 1px; padding:5px 10px; margin:0; font-size:12px; background:#fef3d1; }
/*.block-cart .price { font-weight:normal; }*/
.block-cart .subtotal { border-top:1px solid #dfdfdf; text-align:right; padding-top:5px; font-weight:normal; }
.block-cart .subtotal .label { font-weight:normal; text-transform: uppercase; float:left;}
.block-cart .sidebar .block .btn-remove { color:#222; margin-right:0; }
.block-cart .grandtotal { border-top:1px solid #dfdfdf; text-align:right; padding-top:5px; font-weight:bold; }
.block-cart .grandtotal .label { font-weight:normal; text-transform: uppercase; float:left;font-weight:bold; }


.mini-products-list {}
.mini-products-list li { padding:5px 0;  }
.mini-products-list li.last {border:none; }
.mini-products-list .product-image { float:left; width:50px; margin-right:-52px; }
.mini-products-list .product-details { margin-left:56px; }
.mini-products-list .product-details .product-name {  font-size:12px; line-height:1.2; }
.mini-products-list .product-details .product-name a { color:#2285B7; font-size:10px;  text-decoration:underline; }
.mini-products-list .product-details .price-box { margin:2px 0 1px; font-size:12px; }
.mini-products-list .product-details h4 {}
.mini-products-list .product-details .btn-remove { font-size:11px; }

/* Top Shopping Cart */
.top-cart { float:left; position:relative; padding-left:0; }
.top-cart .block-title { white-space:nowrap; /* _width:242px; min-width:242px; */ cursor:pointer; background:#fff url(../images/wsstheme/bkg_top-links.png) 0px -177px no-repeat; color:#196D9F; font-weight:bold; font-size:11px; padding:0 0 0 18px; line-height:18px; height:18px; }
.top-cart .block-title h3 { display:block; padding-right:10px; background:url(../images/wsstheme/bkg_top-links.png) no-repeat 100% -204px; font-size:11px; color:#196D9F; font-weight:bold; }
.top-cart .expanded { background-position:0px -177px !important; }
.top-cart .expanded h3 { background-position:100% -234px !important; color:#d33911; }
.top-cart .block-title.expanded {}
/* .top-cart .no-items { cursor:default; }
.top-cart .no-items h3 { background:none; } */
.top-cart .block-content { position:absolute; right:0px; top:20px; width:220px; background:#fdfdfd; }
.top-cart .inner-wrapper { border:1px solid #d5d2ca; }

.top-cart .block-content h3 { display:block; padding:5px 12px 5px 12px; text-align:left; border-bottom:1px solid #d5d2ca; padding-right:10px; background:#f4f4f4 url(../images/wsstheme/bkg_title.png) repeat-x 0 0; font:15px/1.2 Georgia, Arial, Helvetica, sans-serif; color:#380a00; }
.top-cart .block-content h3 .close-btn { margin-top:3px; float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(../images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(../images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty { padding:10px 10px 10px 20px; }
.top-cart .block-content { font-size:12px; }
.top-cart .block-content ol { padding:10px; text-align:left; }
.top-cart .block-content .item { padding:8px 0 8px 0; }
.top-cart .block-content .item .btn-remove { float:right; }
.top-cart .block-content .item h4 { font-size:12px; line-height:14px; }
.top-cart .block-content .item h4 a { font-size:12px; color:#444;  }
.top-cart .block-content .item h4 a:hover { text-decoration:none; }
.top-cart .block-content .price { font-weight:bold; }
.top-cart .block-content table { margin:5px 0 0 0; }
.top-cart .block-content table th { padding:1px 8px; color:#8f8f8f; text-align:right; }
.top-cart .block-content table td { text-align:left;padding:1px 0px; }
.top-cart .block-content .subtotal { border-top:1px solid #dfdfdf; text-align:right; padding-top:5px; margin:0 10px 5px; font-weight:bold; }
.top-cart .block-content .subtotal .label  { font-weight:normal; }

.top-cart .actions { margin:5px 10px 8px; font-size:11px; padding-top:8px; text-align:right; border-top:1px solid #d5d2ca; }
.top-cart .actions a { float:left;  line-height:24px; }


/* Block: Wishlist */
.block-wishlist h3 { font-size:12px; margin-bottom:5px; }
.block-wishlist .product-image { float:left; width:50px; margin-right:-52px; }
.block-wishlist .product-details { margin-left:62px; }

/* Block: Related */
.block-related { font-size:11px; }
.block-related  p { margin:0; }
.block-related .product-name { font-size:12px; line-height:1.2; }
.block-related .product-name a { color:#40170e; font-size:12px;  text-decoration:underline; }
.block-related .product-name a:hover { text-decoration:none; }
.block-related .price-box { margin:2px 0 1px; font-size:12px; }
.block-related .price-box p { display:inline; }
.block-related .price-box p.old-price { margin-right: 4px; }
.block-related .note { border:1px solid #d5d2ca; border-width:0 1px 1px; padding:5px 10px; margin:0; font-size:12px; background:#fef3d1; }
.block-related .note,
.block-related .note a { color:#d33911; }
.block-related input.checkbox { position:absolute; margin:0 0 0 144px; }
.block-related ol { }
.block-related li .item-info { margin-right:15px; }
.block-related .item { display:block; padding-bottom:9px; }
.block-related .item p a { color:#999; }
.block-related .item .product-image { float:left; margin-right:-52px; width:50px; border:1px solid #d7d7d7; }
.block-related .item .product-details { margin-left:62px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }
#product_comparison { border-collapse:collapse;}
#product_comparison thead th,
#product_comparison thead td { border-width:0 0 1px 0!important; border-color:#D5D2CA!important; }
#product_comparison tbody th,
#product_comparison tbody td { border-width:1px!important; border-style:solid; border-color:#D5D2CA!important; }

/* Block: List */
/*.block-list .block-content { padding:5px 0 5px; }*/
.block-list .block-content ol { margin:-5px -13px; }
.block-list li.item { padding:5px 10px 5px 13px; }
.block-list .actions { padding:5px 0 0; }

/* Block: Poll */
.block-poll li { margin:5px 0; }
.block-poll input.radio { float:left; margin:2px -18px 0 0; vertical-align:top; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }
.block-poll h3 { font-size:12px; margin-bottom:7px; }
.block-poll .block-content { }

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

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

/* Block: Reorder */
.block-reorder {}
.block-reorder h3 { font-size:12px; }
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner { border:0; margin:10px 0; }
.block-banner .block-content { border-top:0; padding:0; background:#cbcbcb; text-align:center; }
.top-container .block-banner { background:#d0d0d0; margin:0; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-view { }
.category-title { margin:13px 0 5px; }
.category-title h2 { font:normal 22px/27px Arial, Helvetica, sans-serif; color:#c62100; }
.category-title .rss-feed { float:right; margin:2px 0 0; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/icon_rss.gif) 0 0 no-repeat; text-indent:-999em; }
.category-view .note-msg,
.category-description { }


.category-image { display:block; margin:0 auto 1px; }

.category-products { padding:15px 0; }
.category-products .price-box { font-size:12px; }

.category-products .product-quick-view { font-size:10px; margin:5px 0 10px; width:80px; height:10px; display:block; text-indent:-999em; text-align:left; background:url(../images/wsstheme/bkg_quickview.gif) no-repeat 0 0; }
.category-products .product-quick-view:hover { background-position:0 -20px; }

/* View Type: Grid */
.products-grid { padding:0 0 0 0; margin:0 0 20px 0; position:relative; z-index:1; }
.products-grid li.item { float:left; width:167px; padding-bottom:5em; margin-right:17px; }
.products-grid li.last { margin-right:0; }
.products-grid .actions { bottom:0; height:5em; position:absolute; width:167px; }
.products-grid .product-image { display:block; text-decoration:none !important; margin:0 auto 5px; position:relative; width:167px; }
.product-image .sold-out { display:block; position:absolute; left:0; top:0; font-size:0; line-height:0; width:62px; height:62px; background:url(../images/bkg_sold-out.png) 0 0 no-repeat; }
.products-grid .product-name { margin-bottom:5px;}
.products-grid .product-name a { font-size:12px; color:#400d03; text-decoration:underline; }
.products-grid .ratings { text-align:left; line-height:13px; }
.products-grid .rating-links { display:block; padding:2px 0 0; clear:both; }
.products-grid .price-box { margin:5px 0 5px; clear:both; }
.products-grid .availability { line-height:22px; }

/* View Type: List */
.category-products-list { /* padding:20px 0 20px 0; */ }
.products-list li.item { margin:0 0 10px 0; padding:0 10px 10px 0; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.products-list li.last { background-image:none; }
.products-list .product-image { float:left; margin-right:-167px; text-decoration:none !important; position:relative; }
.products-list .product-image .sold-out { display:block; position:absolute; left:0; top:0; font-size:0; line-height:0; width:62px; height:62px; background:url(../images/bkg_sold-out.png) 0 0 no-repeat; }
.products-list .product-shop { margin-left:186px; }
.products-list .product-name { margin-bottom:5px; }
.products-list .price-box { margin:5px 0 5px; }
.products-list .desc { margin:5px 0 10px; font-size:12px; }
.products-list .desc .link-learn { white-space:nowrap; }

.products-grid .special-price,
.products-list .special-price { font-size:12px; }

.category-products { position:relative; z-index:1; background:url(../images/wsstheme/bkg_overlay.png) no-repeat -1200px -1200px; }

/* #overlayContainer { width:0px!important; margin-left:148px; height:0px!important; overflow:visible; padding:0 0 0 19px;  margin-top:-30px; position:absolute; z-index:100; }*/
#overlayContainer { position: fixed;_position: absolute;width:650px; /*height:310px;*/top: 50%; left: 50%;	-moz-user-select: none;margin: -155px 0 0 -325px; z-index:100; }
.overlay { width:650px; /*height:278px;*/}
.overlay-top { width:650px; height:16px; line-height:16px; margin:0; overflow:hidden; background:url(../images/wsstheme/quickview-top.gif) no-repeat ; }
.overlay-bottom { width:650px; height:16px; line-height:16px; margin:0; overflow:hidden; background:url(../images/wsstheme/quickview-bottom.gif) no-repeat; }
.overlay h3 {margin-top:0px;line-height:1.2em;}

.item_quick_view_button {position:relative; width:103px; height:32px; top:-36px;left:32px;  }
.overlay .info-summary {padding: 0 15px 0 15px; width:620px;/*height:278px;*/min-height:278px; z-index:1; background:#ececec url(../images/wsstheme/quickview-middle.gif) repeat-y 0 0; }
.overlay .info-description { padding: 0 15px 0 15px; width:620px; min-height:50px;background:url(../images/wsstheme/quickview-middle.gif) repeat-y;  }
#overlay-arrow { width:25px; float:left; height:39px; bottom:-50px; left:-25px; background:url(../images/quickview-middle.gif) no-repeat; position:absolute; z-index:2; }
.overlay span.validation-passed {background-position: 100% -1px;}

.arrow-right {padding:0 19px 0 0; margin-left:-361px!important;}
.arrow-right #overlay-arrow {left:328px; background-position:-1051px 0}

.overlay  .info-summary .product-name { padding-top:10px; margin:10px 0 5px; font-size:16px; color:#DF0101; font-weight:bold; }
.overlay  .info-summary .product-ids { color:#777777; margin:0 0 5px; }
.overlay  .info-summary .price-box { color:#777777; font-weight:bold; font-size:18px; display:inline; margin-right:10px; }
.overlay  .info-summary .price-box p { display:inline; }
.overlay  .info-summary .availability { color:#000;font-weight:bold; display:inline; }
.overlay  .add-to-links { margin-bottom: 8px; }
.overlay  .email-friend { padding-left:16px; height:18px; width:100px;margin-top:9px;margin-left:auto;margin-right:auto;background:url(../images/wsstheme/quickview-email.png) no-repeat; }

.overlay dl {margin:8px 0 12px 0;}
#overlayContainerModalOverlay
{
	position: fixed;
   background-color: #000000;
   opacity: 0.5;
   filter: alpha(opacity = 50);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

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


/* Product View ========================================================================== */
.product-view { }
.product-essential {  }
.product-collateral { clear:both; }
.emailto-link { font-size:11px; margin:0!important; background:url(../images/wsstheme/bkg_emailto.png) no-repeat 0 0; padding-left:25px; line-height:17px; }
.share-container { margin:15px 0; }
.share-container img { margin-top:1px; }
.share-container .emailto-link { float:right; }

.tab-list { position:relative; }
.tab-list .tab { float:left; cursor:pointer; }
.tab-list .last {}
.tab-list .active { cursor:default }
.tab-list .tab-container { width:100%; float:right; margin-top:26px; margin-left:-100%; }
.tab-list .tab-content {}

.collateral-tabs { margin:0 0 9px; padding-left:0; background:url(../images/wsstheme/bkg_tabsshade.png) repeat-x 0 0; }
.collateral-tabs .tab { position:relative; z-index:2; margin-right:5px; background:#dedede url(../images/wsstheme/bkg_collateral-tabs.png) no-repeat 0 -37px; padding:0 0 0 17px; font-size:11px; text-transform:uppercase; font-weight:bold; }
.collateral-tabs .tab span { background:url(../images/wsstheme/bkg_collateral-tabs.png) no-repeat 100% -37px; padding:0 17px 0 0; line-height:27px; float:left; color:#6d6c6c; }
.collateral-tabs dt.first { margin-left:8px; display:inline; }
.collateral-tabs .last {}
.collateral-tabs .active { z-index:3; border-bottom:0; background:#fff url(../images/wsstheme/bkg_collateral-tabs.png) no-repeat 0 0px; }
.collateral-tabs .active span { background-position:100% 0; padding-bottom:1px; color:#333; }
.collateral-tabs .tab-container {  z-index:1; top:26px; }
.collateral-tabs .tab-content { padding:25px 25px 35px; }
.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed { width:100% !important; height:auto !important; }

/* .collateral-tabs .tab-content .block  { margin:0; background:none; }
.collateral-tabs .tab-content .block .block-title { display:none; }
.collateral-tabs .tab-content .block-content { background:none; border:0; padding:0; } */

/* Product Images */
.product-view .product-img-box { float:left; width:330px; padding:22px 0 26px 32px; }
.product-view .product-img-box .product-image { position:relative; z-index:3; }
/* .product-view .product-img-box p.notice { text-align:center; padding:5px 0; font-size:11px; }
.product-view .product-img-box .product-image { position:relative; width:320px; height:320px; margin-left:1px; overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom { position:relative; width:320px; height:320px; overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }

.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 #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; } */
.product-view .product-img-box .zoom-notice { text-align:center; margin:5px 0; font-size:11px; }
.product-view .product-img-box .more-views { margin:10px 0 0; padding:0 0 0; }
.product-view .product-img-box .more-views h3 { display:none; }
.product-view .product-img-box .more-views ul {}
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ccc; margin:0 7px 7px 0; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { clear:none; line-height:28px; margin:0 0 10px; float:right; width:150px; text-align:right; }
.product-image-popup .buttons-set .button { vertical-align:middle; float:none; }
.product-image-popup .image { display:block; clear:both; margin:15px auto 15px; }
.product-image-popup .image-label { font-size:14px; text-align:left; clear:both; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }

.product-image-popup .nav { text-align:center; margin:0 auto; width:120px; }
.product-image-popup .nav .prev,
.product-image-popup .nav .next { margin:0 15px; display:inline; background:url(../images/bkg_slide-button.gif) no-repeat 0 0; text-indent:-999em; cursor:pointer; width:28px; height:28px; z-index:2; overflow:hidden; float:left; }
.product-image-popup .nav .prev { left:-19px; float:left; }
.product-image-popup .nav .next { right:-19px; float:right; background-position:0 -40px; }


/* jQzoom */
/* div.jqZoomTitle { z-index:5000; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:10; border-color:#fff; border-style:solid; cursor:crosshair !important; */
    /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    -moz-opacity:0.6; opacity:0.6;  */
/*     }
.product-image { cursor:pointer !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; }
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(../images/zoomloader.gif) no-repeat 43px 30px; width:90px; height:43px; z-index:10; position:absolute; top:3px; left:3px; -moz-opacity:0.8;opacity:0.8;filter:alpha(opacity = 80); }
.jqZoomWindow { border:1px solid #fff; background-color:#fff; } */

/* Product Shop */
.product-view .product-shop { float:right; width:331px; padding-bottom:15px; }
.product-view .product-shop .product-main-info {  }
.product-view .product-shop p,
.product-view .product-shop .ratings { margin:10px 0; }
.product-view .product-shop .ratings p { margin:0; }
.product-view .product-shop .product-ids { margin:7px 0 10px; color:#876351; }
.product-view .product-shop .product-ids span { white-space:nowrap; }
.product-view .product-shop .availability { font-size:12px; margin:7px 0 10px; }
.product-view .product-shop .price-box { margin:8px 10px 8px 0; line-height:26px; float:left; }
.product-view .product-shop .nearme-price-box {font-size:18px;font-weight:bold;width:140px; margin:0px 10px 8px 0; line-height:26px;  }
.product-view .product-shop .nearme-zip-input {margin: 10px 0 0 0;}
.product-view .product-shop .nearme-zip-input input {width:220px;font-size:14px;}
.product-view .product-shop .price-box p { display:inline; }
.product-view .product-shop .price-box p.old-price { margin-right:5px; }
.product-view .product-shop .price-box .price-label { font-size:11px; }
.product-view .product-shop .price-box .price-as-configured .price-label { font-size:12px; }
.product-view .product-shop .price-box .price-as-configured .price { color:#e55100; font-size:14px; }
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price { color:#400d03; font-size:16px; }
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .special-price .price { font-size:16px; color:#c73615; }
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price { color:#e55100; }
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price { color:#222; font-size:11px; }
.product-view .product-shop .price-box p { margin:4px 0; }
.product-view .product-shop input.qty { text-align:left; }
.product-view .product-pricing { background:#fbf4de; border:1px solid #e2d4c7; padding:8px; margin:20px 0; }
.product-view .product-shop .add-to-links { margin:0 0 10px; clear:both; }
.product-view .product-shop .add-to-links .separator { margin:0 2px; color:#a8a8a8; }

.product-view .product-name h2 { font-size:22px; line-height:1.2; color:#c62100; font-weight:normal; }
.product-view .product-ids { text-transform:uppercase; }

.product-view .short-description { padding:10px 0; clear:both; font-size:12px; display:none; }
.product-view .short-description h3 { margin:0 0 5px; font-size:13px;  }

.product-view .product-shop .add-to-cart {  float:left; padding:8px 0 0 0 !important; padding-bottom:20px; }
.product-view .product-shop .add-to-cart label { display:none; }


/* Rating */
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 100% repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bkg_rating.gif) 0 0 repeat-x; }
.ratings { margin:5px 0; line-height:13px; }
.ratings .rating-box { float:left; margin-right:5px; }
.ratings .amount { font-size:12px; }
.ratings .rating-links { margin:0; font-size:11px; }
.ratings .rating-links a { text-decoration:underline; color:#400d03; }
.ratings .rating-links a:hover { text-decoration:none; }
.ratings .rating-links .separator { margin:0 3px; }
.ratings dt {}
.ratings dd {}

/* Availability */
.availability { font-weight:bold; }
.availability.in-stock { color:#3f701e; }
.availability.out-of-stock { color:#cf3a00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price { text-decoration:line-through; color:#989696; font-size:11px; }
.old-price .price-label { white-space:nowrap; color:#989696; display:none; }
.old-price .price { font-weight:normal; text-decoration:line-through; color:#989696; }

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


/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { white-space:nowrap; }

a.minimal-price-link { display:block; margin:5px 0; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; font-weight:bold; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* 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 {}
.price-from .price-label { white-space:nowrap; }
.price-from .price { white-space:nowrap; }
.price-to {}
.price-to .price { white-space:nowrap; }
.price-to .price-label { white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label {white-space:nowrap; }
.price-as-configured .price { font-size:14px; color:#e55100; }

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

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

/* Add to Links */
.add-to-links { margin:5px 0 0; font-size:11px; }
.add-to-links li { margin:2px 0; display:inline; }
.add-to-links a { color:#1283BD; }
.add-to-links a:hover {}
.add-to-links .separator { }
.add-to-links li.separator { margin:0 2px; color:#1283BD; }

/* Add to Cart */
.add-to-cart { margin-bottom:10px; }
.add-to-cart label { font-size:12px; vertical-align:middle; font-weight:bold; margin-right:5px; text-transform:capitalize; }
.add-to-cart .qty { vertical-align:middle; margin-right:5px; width:60px; }


.top-cart .actions button.button span,
.top-cart .actions button.button span span,
.block-cart .actions .button span span,
.block-cart .actions .button span,
.multiple-checkout .buttons-set .button span,
.multiple-checkout .buttons-set .button span span,
.account-login .new-users .button span,
.account-login .new-users .button span span,
.quick-find .button span,
.quick-find .button span span,
.opc .button span,
.opc .button span span,
button.btn-cart span,
button.btn-cart span span { background-image:url(../images/wsstheme/bkg_btn-alt-blue.png); }
.top-cart .actions button.button span,
.block-cart .actions .button span,
.multiple-checkout .buttons-set .button span,
.account-login .new-users .button span,
.opc .button span,
.quick-find .button span,
button.btn-cart span { padding:0 0 0px 10px; }
.top-cart .actions button.button span span,
.block-cart .actions .button span span,
.multiple-checkout .buttons-set .button span span,
.account-login .new-users .button span span,
.opc .button span span,
.quick-find .button span span,
button.btn-cart span span { padding:1px 15px 0px 5px; color:#fff; }

/* On product view */
.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { background-image:url(../images/wsstheme/bkg_btn-alt-blue.png); padding:0 0 0 11px !important; height:26px!important; }
.product-view .product-essential button.btn-cart span span,
.add-to-cart button.btn-cart span span { border:0; background-image:url(../images/wsstheme/bkg_btn-alt-blue.png); padding:1px 11px 0 0 !important; color:#fff; font:bold 13px/24px Arial, Helvetica, sans-serif !important; height:26px; text-transform:uppercase; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart {}
.add-to-box .add-to-links { /* margin:0 !important; */ }
.add-to-box .add-to-links li { margin:0 0 2px; }

/* Product Options */
.product-options { margin:0 0 0; }
.product-options dt label { font-weight:bold; font-size:12px; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:5px 0 15px; padding:0 0 12px; border-bottom:1px solid #e7e7e7; }
.product-options dl.last dd.last {}
.product-options dd .input-box { display:block; padding-right:20px; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list li { vertical-align:middle; margin:0; padding:2px 0; line-height:1.315; }
.product-options .options-list input.radio { float:left; margin:2px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:2px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options .validation-error .options-list,
.product-options ul.validation-failed { padding:2px 1px!important; position:relative; z-index:2; top:-3px; left:-2px; margin-right:-2px; }
.options-container-small .product-options .validation-error .options-list,
.options-container-small .product-options ul.validation-failed { padding:0 1px!important; position:relative; z-index:2; top:-1px; left:-2px; margin-right:-2px; }
.product-options li { margin:3px 0; }

.product-view .product-options-bottom .product-pricing { clear:both; }
.product-view .product-options-bottom { padding:0; margin:0 0 5px; }
.product-view .product-options-bottom .add-to-cart { float:left; padding:8px 0 0 0 !important; padding-bottom:20px; }
.product-view .product-options-bottom .add-to-cart label { display:none; }
.product-view .product-options-bottom .price-box { padding:8px 0 0 0 !important; margin:0 10px 0 0 !important; float:left; }
.product-view .product-options-bottom p.required { display:none;  }

/* Options in product info column */
.options-container-stop { margin:20px 0 0; height:4px; overflow:hidden; background:url(../images/wsstheme/bkg_opt-cont.png) no-repeat 0 0; width:331px; }
.options-container-sbottom { margin:0 0 20px; height:4px; overflow:hidden; background:url(../images/wsstheme/bkg_opt-cont.png) no-repeat -331px 0;  width:331px; }
.options-container-sbottom .price-box { display:none!important; }
.options-container-small { margin:0 0 0; padding:14px 14px 4px; width:301px; border:1px solid #ccc; border-width:0 1px; }
.options-container-small .product-options-bottom { float:none; margin:0; }
.options-container-small .product-pricing { display:none; }
.options-container-small  dt { float:left; line-height:1.2; width:10em; clear:left; padding:3px 5px 1px 0; margin:0 0 1px; }
.options-container-small  dd { float:left; width:190px; border-bottom:0; padding:0; margin:0 0 8px; }
.options-container-small .product-options { margin:0 0 0; }

/* Size chart */
.size-chart-link { float:right; width:0; overflow:visible; position:relative; z-index:1; display:inline; white-space:nowrap; }
.size-chart-link a { display:inline; white-space:nowrap; position:relative; z-index:1; float:left; margin-left:5px; }
.size-chart { width:160px; background:#fff; border:1px solid #c7a056; margin-bottom:10px; padding:10px; }
.size-chart h2 { font-size:14px; margin:0 0 7px; }
.size-chart h2 strong { display:block; }
.size-chart table { width:100%; font-size:11px; }
.size-chart th { background-color:#fef6e4; font-weight:bold; text-align:left; }
.size-chart th,
.size-chart td { width:33.3%; padding:3px 10px; border-top:1px solid #ccc;  }
.size-chart td sup { font-size:9px; text-align:left; margin-left:1px; }
.cms-shoe-size-chart { width:380px; padding:10px; }

/* Options after product info column */
.options-container-big { clear:both; background:#fff; padding:20px; border-top:1px solid #cfcfcf; border-width:1px 0; }

/* Bundle product - alternative view */
#customizeTitle { margin:0; }
.bundleProduct {  }
.product-options .bundle-summary { font-size:11px; }
.bundleProduct .product-options { font-size:12px; margin-top:0; }
.bundleProduct .product-options-bottom { padding:0; font-size:12px; margin:0 0 5px; line-height:27px; }
.bundleProduct .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
.bundleProduct .product-options-bottom .price-box { margin:0; float:right; }
.bundleProduct .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.with-bundle { position:relative; z-index:1; background:#fff url(../images/bkg_cols.gif) repeat-y 460px 0; }

/*  */
#bundle-product-wrapper { margin:-1px -20px -20px; border-top:1px solid #cfcfcf; float:left; width:938px; overflow:hidden; position:relative; z-index:1; }
#bundleProduct { width:1877px; background:#fff url(../images/bkg_cols.gif) repeat-y 279px 0; z-index:1; position:relative; }
#productView { margin:0; position:static; border:0; }
#options-container { width:938px; position:relative; z-index:2; float:right; border-left:1px solid #cfcfcf;  background:#fff url(../images/bkg_cols.gif) repeat-y 460px 0; }

#options-container .product-options { font-size:12px; margin-top:0; font-size:11px; z-index:1;  margin:0; width:600px; padding:20px 20px 0; clear:both; position:relative; z-index:1; }
#options-container .product-options-bottom { padding:0 20px 20px; width:600px; font-size:12px; margin:0 0 5px; line-height:27px; }
#options-container .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
#options-container .product-options-bottom .price-box { margin:0; float:right; }
#options-container .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.moving-now {}

.bundle-summary { position:absolute; z-index:2; left:643px; top:61px; margin-top:0; background:#fff; width:295px; }
.bundle-summary .product { background:#f6f6f6 url(../images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #ddd; padding:14px 20px; }
.bundle-summary .product-image { border:1px solid #d6d6d6; float:left; margin:0 -60px 0 0; }
.bundle-summary .product-details {margin-left:60px; padding:0 0 0 13px; }
.bundle-summary .product-details p.availability { margin:5px 0; font-weight:bold; font-size:12px; }
.bundle-summary .product-name { font-size:16px; color:#111; }
.bundle-summary .summary h4 { font-size:14px; color:#333; }
.bundle-summary .summary ul { margin:6px 0 10px; }
.bundle-summary .summary li { background:url(../images/bkg_dots.gif) repeat-x 0 1px; margin:0; padding:11px 0 7px; }

/* Grouped Product */
.groped-product-type {  }
.grouped-items td { vertical-align:middle; padding:5px 10px; }

/* Downloadable Type Product */
.downloadable-type  dt { display:none; }
.downloadable-type  dd { background:url(../images/wsstheme/bkg_download.gif) no-repeat 0 0; padding-left:22px; line-height:18px; margin:0 0 3px; }
.grouped-items td { vertical-align:middle; padding:5px 10px; }

/* Gift Card product */
.giftcard-form {}
.giftcard-form .availability { display:none; }
.giftcard-amount-form { margin:0 0 0; }
.giftcard-amount-form #giftcard_amount_box { clear:left; }
.giftcard-amount-form label { width:120px; text-align:left; padding-right:5px; }
.giftcard-amount-form .form-list .input-text { width:90px; }
.giftcard-amount-form .form-list select { width:143px; }
.giftcard-amount-form .form-list .input-box { padding-right:20px; margin-right:9px; }
.giftcard-amount-form .form-list .input-box .v-fix { white-space:nowrap; }
.giftcard-amount-form .form-list .input-box p.notice { float:left; padding:0; clear:left; width:55px; margin:5px -100px 0 0; white-space:nowrap; font-size:11px; position:relative; z-index:1; }
.giftcard-amount-form .form-list .input-box p.notice span { margin-right:5px; display:block; }
.giftcard-send-form { margin:0; }
.giftcard-form label { position:relative; float:none; display:block; text-align:left; width:auto; z-index:1; padding:0 0 3px 0; }
.giftcard-send-form .input-box { clear:left; }
.giftcard-send-form .field .input-text { width:265px; }
.giftcard-send-form textarea { width:265px; height:8em; }

/* Shopping Cart ========================================================================= */images/wsstheme/bkg_btn-co.png
.cart .gifts { border:1px solid #dfd8b3; padding:15px; background:#fafaec; margin:5px 0 20px 0; }


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

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid { margin:0!important; padding:10px 16px; }
.product-view .up-sell .products-grid .item { width:160px!important; padding-bottom:0; margin:0 15px 0 0; }
.product-view .up-sell .products-grid .item .product-image { width:160px!important; }
.product-view .up-sell .products-grid .last { margin:0; }
.product-view .up-sell .price-box p { display:inline; }
.product-view .up-sell .price-box p.old-price { margin-right:4px; }


/* Block: Tags */
.product-view .product-tags .block-title { display:none; }
.product-view .product-tags .block { background:none; }
.product-view .tags { border:0; padding:0; background:none!important; }
.product-view .tags h4 { font-size:12px; font-weight:normal; }
.product-view .tags .form-add-tags { padding:5px 0 0 0; }
.product-view .tags .form-add-tags label { margin:0; font-weight:bold; font-size:12px; padding:2px 15px 0 0; height:4em; float:left; }
.product-view .tags .form-add-tags .input-box { margin:0; display:inline-block; }
.product-view .tags .form-add-tags div.validation-passed,
.product-view .tags .form-add-tags div.validation-error { padding-right:17px; }
.product-view .tags .form-add-tags input.input-text { width:300px; }
.product-view .tags .form-add-tags button.button { margin-left:5px; vertical-align:top; }
.product-view .tags .form-add-tags p { padding:5px 0; font-size:11px; }
.product-view .tags .tags-list { margin:15px 0; line-height:1.5em; }
.product-view .tags .tags-list li { display:inline; font-size:10px; margin:0 5px 0 0; }
.product-view .tags .tags-list li a { text-decoration:none; font-size:12px; margin:0 0px 0 0; padding:3px; background:#fffcf0; }
.product-view .tags .tags-list li a:hover { text-decoration:underline; }

.product-view .tags .form-add-tags .input-box , x:-moz-any-link { float:left; }/* FireFox 2 fix */
.product-view .tags .form-add-tags .button , x:-moz-any-link { margin-bottom:15px; }/* FireFox 2 fix */
.product-view .tags .form-add-tags .input-box , x:-moz-any-link, x:default { float:none; }/* FireFox 3 restore */
.product-view .tags .form-add-tags .button , x:-moz-any-link, x:default { margin-bottom:0; }/* FireFox 3 restore */

/* Block: Reviews */
.product-view .reviews { background:none; margin-bottom:9px!important; }
.product-view .reviews .block-title { display:none; }
.product-view .reviews .block-content { border:0; background:none; padding:0; }
.product-view .product-main-info .review-summary-table { margin:10px 0; }
.review-summary-table { border:0; margin:0 0 10px; }
.review-summary-table th,
.review-summary-table td { padding:2px 5px!important; border:0!important; }
.review-summary-table td.value { padding:4px 5px 0px!important; }
.review-summary-table tr.last td { border:0!important; }
.review-summary-table th.label {font-weight:normal;}
.review-summary-table th.label,
.review-summary-table td.label { width:1px; white-space:nowrap; padding-left:0; background:none; }

.reviews {}
.reviews .pager { border-width:1px 0; }
.reviews dt { margin:10px 0; font-style:italic; }
.reviews dt a { font-weight:bold; font-style:normal; margin-right:10px; }
.reviews dd { margin:10px 0 20px; padding:0 0 10px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.reviews dd p { margin:0 0 10px; }
.reviews dd .date { margin:0 0 10px; font-style:italic; }
.reviews dd.last { background:none; margin-bottom:0; }

/* Block: Add Review */
/* Block: Add Review */

.reviews .block-content h3#review-form { color:#ee5907; font-size:14px; font-weight:bold; margin:30px 0 15px; }

.product-view .add-review { position:relative; z-index:2; margin:0 -25px!important; }
.product-view .add-review .product-name { font-weight:normal; margin-bottom:10px; color:#400d03; }
.product-view .add-review .product-name span { font-weight:bold; color:#C62100; }
.product-view .add-review .form-list { margin:0 0; }
.product-view .add-review .form-list .input-box {}

.product-view .add-review .form-list label { width:160px; }
.product-view .add-review .form-list textarea { width:374px; }
.product-view .add-review .fieldset { margin:0; }
.product-view .add-review .form-buttons { width:auto; padding-left:175px; margin-bottom:15px; }
.product-view .add-review .form-buttons .button { float:left; margin:0; }

.product-view .add-review #rating-vote-container { float:left; }
.product-view .add-review #rating-vote-container label { font-weight:normal; padding-top:0; }
.product-view .add-review .form-list #rating-vote-container li { margin:0 0 5px; }
.product-view .add-review .review-summary-table { margin:0; }
.product-view .add-review .rating-vote-container .input-box { width:250px; }

.product-view .add-review .validation-advice { width:350px; margin-right:-350px; }
.product-view .add-review .rating-vote-container .validation-advice { margin-left:175px; position:relative; z-index:1; padding:0 10px; }

.product-view .add-review div.rating-box { position:relative; z-index:1; float:left; overflow:hidden; margin-top:2px; background-position:0 -13px; }
.product-view .add-review .rating-box .radio { position:absolute; left:-999em; top:-100px;  }
.product-view .add-review label.rating-vote { position:absolute; display:block; cursor:pointer; text-align:left; overflow:hidden; text-indent:-999px; margin:0; left:0; float:none; top:0; height:0px; padding:13px 0 0!important; line-height:13px; background-image:url(../images/bkg_rating.gif); background-position: 0 -90px; background-repeat:repeat-x; }

.product-view .add-review #rating-vote-container .active { background-position:0 0; }

.product-view .add-review #rating-vote-container div.over label,
.product-view .add-review div.rating-box:hover label { background-position:0 -90px; background-color:transparent; }

.product-view .add-review #rating-vote-container label.over,
.product-view .add-review label.rating-vote:hover { background-position:0 0!important; }

.product-view .add-review label.rating-vote-1 { z-index:51; width:20%; }
.product-view .add-review label.rating-vote-2 { z-index:41; width:40%; }
.product-view .add-review label.rating-vote-3 { z-index:31; width:60%; }
.product-view .add-review label.rating-vote-4 { z-index:21; width:80%; }
.product-view .add-review label.rating-vote-5 { z-index:11; width:100%; }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:285px; }
.product-review .product-img-box .product-image { display:block; margin:0 0 15px; }
.product-review .details { float:right; width:400px; }

.product-review .details .product-name { font-size:16px; font-weight:bold; color:#C62100; line-height:19px; margin:0 0 5px; }
.product-review .details p.date { font-size:12px; font-style:italic; }
.product-review .details p { margin:5px 0; }
.product-review .details .review-summary-table { margin:5px 0; }
.product-review .buttons-set { clear:both; padding:25px 0 0; }

/* .review-product-view .col-main { background:#fff url(../images/bkg_cols.gif) repeat-y -430px 0; padding:0; }
.review-product-view .col-main .page-title { margin-left:0; margin-right:0; }
.review-product-view .product-review .product-img-box { padding:0 0 20px 20px; }
.review-product-view .product-review .details { width:570px; padding:0 20px 20px 0; }
.review-product-view .product-review .buttons-set { border-top:1px solid #d1d1d1; background:#fff; margin:0; padding:15px 20px;  } */
/* ======================================================================================= */


/* CMS ============================================================================= */
.cms-index-index .messages { width:auto; margin:10px -18px 0 !important; }

.homepage { margin:0 0px; padding:9px 0 10px; position:relative; z-index:1; }
.homepage .quick-find { float:left; width:132px; height:220px; padding:50px 6px 17px; background:#F3C617 url(../images/wsstheme/bkg_quick-find-red.gif) no-repeat 0 0; }
.homepage .quick-find h3 { display:none; }
.homepage .quick-find label { display:block; font-size:11px; font-weight:bold; color:#fff; line-height:1.2; margin-bottom:5px; }
.homepage .quick-find select { width:132px; margin-bottom:6px; display:block; }
.homepage .quick-find .button { float:right; }

.homepage .callouts { float:right; width:783px; }
.homepage .callouts .right .callout { display:block; width:263px; display:block; margin:0 0 9px; }
.homepage .callouts li a { font-weight: bold; }

.homepage .brands { width:100%; overflow:hidden; padding:10px 0 0; text-align:center; }
.homepage .brands  a,
.homepage .brands  a img { vertical-align:middle; margin:7px 3px; }

.homepage-products  { margin:30px 0 30px; clear:both; }
.homepage-products .products-grid { margin:0; padding:0; }
.homepage-products .products-grid .product-image { width:83px; height:83px; float:left; margin:0 -83px 0 0; }
.homepage-products .products-grid .product-name { margin:/*0 0 3*/0px; font-size:14px; font-weight:normal; line-height:1.2; min-height:3.6em; color:#115589; }
.homepage-products .products-grid .product-name a { font-size:14px; color:#115589; text-decoration:none; }
.homepage-products .products-grid .product-name a:hover { text-decoration:underline; }
.homepage-products .products-grid .item { float:none; margin:0; padding:0 3px 1px!important; width:auto; background:url(../images/wsstheme/bkg_home-grid.gif) no-repeat 50% 100%; }
.homepage-products .products-grid .item.last { background:none; }
.homepage-products .products-grid .item .price-box { clear:none; }
.homepage-products .products-grid .item .details { margin-left:97px; padding:5px 0 0; }
.homepage-products .products-grid .item .button { margin:0 0 5px; }
.homepage-products .products-grid .price-box { margin:3px 0 5px; }
.homepage-products .products-grid .price-box p { display:inline; }
.homepage-products .products-grid .price-box p.old-price { margin-right:4px; }

.products-new {}
.products-featured {}
.products-picks {}

.products-new h3,
.products-featured h3,
.products-picks h3 { background:url(../images/wsstheme/bkg_homepage-products.gif) no-repeat 0 0; height:19px; overflow:hidden; width:100%; margin-bottom:9px; text-align:left; text-indent:-999em; }
.products-new h3 { background-position:-625px 0; }
.products-picks h3  { background-position:-313px 0; }

.main-callout { width:512px; background:url(../images/wsstheme/bkg_main-callout.png) no-repeat 0 0; padding:241px 0 0; height:46px; overflow:hidden; position:relative; z-index:2; text-align:center; }
.main-callout .padding { width:512px; height:46px; position:absolute; z-index:2; bottom:0; left:0; background:url(../images/wsstheme/bkg_padding.png) no-repeat 0 0; }
.main-callout dl { position:static !important; padding:0!important; margin:0!important; }
.main-callout dd { position:absolute; padding:0!important; margin:0!important; z-index:1; width:512px; height:287px; top:0; left:0; }
.main-callout dt { cursor:pointer; float:left; position:relative; z-index:3!important; margin:10px 5px 0; padding:0 0 0 20px; display:inline-block; height:24px; background-position:0 0; background-repeat:no-repeat; }
.main-callout dt.first { display:inline; margin-left:15px!important; }
.main-callout dt span { float:left; padding:0 20px 0 0; line-height:24px; background-position:100% 0; background-repeat:no-repeat; color:#d7d6d6; /* font-weight:normal; */ font-size:14px; }

.main-callout dt.active,
.main-callout dt.active span { cursor:default; background-image:url(../images/wsstheme/bkg_main-callout-switch.png); color:#fff; color:#fff; }



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


/* Content Styles ================================================================= */
.product-name { font-size:14px; font-weight:normal; color:#40170e; }
.product-name a { text-decoration:none;color:#C62100; }
.product-name a:hover { text-decoration:none!important; }

/* Product Tags */
.tags-list { margin:5px 0; }
.tags-list li { display:inline; font-size:12px; }
.tags-list li a { text-decoration:none; margin:0 2px 0 0; }
.tags-list li a:hover { text-decoration:underline; }

/* Advanced Search */
.search-summary { padding:10px 10px 0; margin:10px 0 0; font-size:12px; background:url(../images/bkg_dots.gif) repeat-x 0 0; }
.search-summary li { margin:2px 0; }

/* Quick Find */
.top-container .quick-find {  position:relative; text-align:left; z-index:2; top:-1px; background:url(../images/wsstheme/bkg_search-topcontainer.png) no-repeat 0 0; height:46px; clear:both; }
.top-container .quick-find h3 { display:none; }
.top-container .quick-find label { float:left; font-weight:bold; color:#fff; padding:6px 15px 0 90px; }
.top-container .quick-find label { width:15em; }
.top-container .quick-find label br { display:none; }
.top-container .quick-find select { margin-top:14px; width:120px; margin-right:5px; }
.top-container .quick-find .button { margin-top:12px; }

/* Popular */
.popular-searches { background:#F9F9F9; margin-bottom:9px; clear:both; border:2px solid #DCDCDC; padding:15px; }
.popular-searches h3 { display:inline; font-size:17px; font-weight:bold; color:#707070; margin-right:5px; }
.popular-searches .tags-list { display:inline; font-size:17px!important; color:#da2908; }
.popular-searches .tags-list li { margin-right:3px; padding:0; background:none; }
.popular-searches .tags-list a { font-size:17px!important; color:#0C6593; text-decoration:underline; }

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap-container { /* margin-bottom:104px; */ }
.sitemap-container .page-title { margin-bottom:25px; }

.sitemap { font-size:12px; }
.sitemap li { margin:3px 0; }


.sitemap-tree { margin:20px 0 40px; }
.cms-sitemap { /* background:url(../images/wsstheme/bkg_tree2.gif) repeat-x 0 0; padding-top:21px; */ }
.sitemap-tree dt,
.sitemap-tree dt a { display:block; background:url(../images/wsstheme/bkg_block-title.png) no-repeat 0 0; }
.sitemap-tree dt { padding:0 0 0 12px; border-bottom:1px solid #cbc8bf; }
.sitemap-tree dt a { text-decoration:none; padding:5px 12px 5px 0; font:15px/1.2 Georgia, Arial, Helvetica, sans-serif; color:#380a00; background-position:100% 0; }
.sitemap-tree dt a:hover { text-decoration:underline; }

.sitemap-tree dl { width:280px; float:left; margin:0 0 0 29px; /* background:url(../images/wsstheme/bkg_tree1.gif) repeat; */ }
.sitemap-tree .spacer { height:40px; font-size:0px; line-height:0; overflow:hidden; clear:both; }
.sitemap-tree dl.first { margin-left:0; }

/* .sitemap-tree dd { padding:10px 0 0; line-height:14px; margin:0 0 0 13px; padding-left:14px; background:#fff url(../images/wsstheme/bkg_tree2.gif) no-repeat 0 23px; }
dd.sitemap-level-2 { margin-left:25px; }
dd.sitemap-level-3 { margin-left:37px; }
dd.sitemap-level-4 { margin-left:49px; } */
.sitemap-tree dd { padding:10px 0 0; line-height:14px; margin:0 0 0 0px; padding-left:14px; /* background:#fff url(../images/wsstheme/bkg_tree2.gif) no-repeat 0 23px; */ }
dd.sitemap-level-2 { margin-left:13px; }
dd.sitemap-level-3 { margin-left:26px; }
dd.sitemap-level-4 { margin-left:39px; }

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


/* Shopping Cart ========================================================================= */

.checkout-cart-index .col-main { padding:0 0 30px; }
.checkout-cart-index .col-main h2 { color:#348FC1; }
.checkout-cart-index .cart-empty p { line-height:1.5; }
.cart .checkout-types { float:right; text-align:center; }

/*.cart .checkout-types .btn-proceed-checkout span { background-image:url(../images/wsstheme/bkg_btn-co.png); padding:0 0 0 14px !important; height:26px!important; }
.cart .checkout-types .btn-proceed-checkout span span { border:0; background-image:url(../images/wsstheme/bkg_btn-co.png); padding:1px 14px 0 0 !important; color:#fff; font:bold 13px/24px Arial, Helvetica, sans-serif !important; height:26px; text-transform:uppercase; }*/
.cart .checkout-types .btn-proceed-checkout span { background-image:url(../images/wsstheme/bkg_btn-alt-blue.png); padding:0 0 0 11px !important; height:26px!important; }
.cart .checkout-types .btn-proceed-checkout span span { border:0; background-image:url(../images/wsstheme/bkg_btn-alt-blue.png); padding:0 11px 0 0 !important; color:#fff; font:bold 13px/24px Arial, Helvetica, sans-serif !important; height:26px; text-transform:uppercase; }

/*.cart .product-image img{ border:1px solid #d7d7d7; }*/
.cart .product-name,
.cart .product-name a { font-size:12px; font-weight:bold; }

/* Shopping Cart Table */
.cart-table { border-bottom:1px solid #f8dd68; border-collapse:separate; }
.cart-table .item-msg { font-size:10px; }
.cart-table .qty { padding:1px 2px; text-align:center; }
.cart-table thead th { vertical-align:bottom; }
.cart-table tbody td { padding:10px; }
.cart-table .btn-continue { float:left; background:none; border:none; }
.cart-table .btn-continue span { background:none; border:none; text-transform:none; font-size:12px; color:#348FC1; text-decoration:underline; font-weight:normal; padding:0; }
.cart-table th.first,
.cart-table td.first { padding-right:25px; text-align:center; }
.cart-table .btn-update { margin:0 25px; }


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { margin-top:-10px;width:480px; padding:20px 0 10px; }
.cart .cross-inside { }
.cart .cart-collaterals h3 { color:#ca2200; font-weight:normal; margin:0 0 5px; }
.cart .deals { float:left; width:270px; display:inline; margin:0; font-size:12px; }
.cart .deals p,
.cart .deals label { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:180px; margin:0 2px 3px 0!important; float:left; display:inline; }
.cart .deals .button { margin-top:1px; }
.cart .deals .button span span { padding:0 8px 0 0; min-width:53px; _width:53px; }
.cart .giftcard { position:relative; z-index:1; }
.cart .giftcard button.check-gc-status { clear:both; }
.cart .giftcard button.check-gc-status span { padding:0!important; background:none!important;  line-height:1.3!important; color:#444!important; height:auto!important; font-weight:normal!important; text-transform:none!important; }
.cart .giftcard button.check-gc-status span span { text-decoration:underline; font-size:12px!important; width:auto!important; }
.cart .giftcard,
.cart .discount { margin:0 0 20px 0; }
.cart .cancel-btn { margin:5px 30px 0 0; clear:left; }
.cart .cancel-btn span span { width:auto!important; }
.cart .shipping { float:left; margin:0 0 0 0; display:inline; font-size:12px; width:170px; }
.cart .shipping select { width:216px; }
.cart .shipping .input-text { width:80px; }
.cart .shipping p { margin:0 0 15px; }
.cart .shipping .buttons-set { width:170px; margin:10px 0; }
.cart .shipping .button { float:left; }
.cart .shipping .form-list label { float:left; position:relative; z-index:1; width:auto; text-align:left; padding:0 1em 2px 0; }
.cart .shipping .form-list label.required em { position:absolute; right:0; }
.cart .shipping .form-list .input-text,
.cart .shipping .form-list select { display:block; clear:both; }

/*.cart-shippingmethod { margin-top:-2px;padding: 10px; height:308px; width:177px;background: url(../images/wsstheme/bkg_cart-shipmethod.gif) no-repeat;}*/
.cart-shippingmethod { margin-top:-2px; width:197px;}
.cart-shippingmethod .shipping-top { padding: 10px 10px 0 10px; height:53px; width:177px;background: url(../images/wsstheme/bkg_cart-shipmethod-top.gif) no-repeat;}
.cart-shippingmethod .shipping-middle { padding: 0 20px 0 10px; width:167px;background: url(../images/wsstheme/bkg_cart-shipmethod-middle.gif) repeat-y;}
.cart-shippingmethod .shipping-bottom { padding: 0 20px 0 10px; height:20px; width:167px;background: url(../images/wsstheme/bkg_cart-shipmethod-bottom.gif) no-repeat;}
.cart-shippingmethod .price {padding-left:20px;}
/*.cart-shippingmethod ul {border-top: 1px solid #F4D05D;border-bottom: 1px solid #F4D05D }*/
#shipping-zip-form input  {float:right;}

.cart .crosssell { float:left; display:inline; width:120px; padding:0 20px 0 0; }
.cart .crosssell h3 { font:normal 12px/15px Arial; color:#40170E; background:#d3d3d3; padding:3px 9px; margin:0; }
.cart .crosssell .item { padding:10px 0 5px 9px; }
.cart .crosssell .product-image { margin:0 0 5px; }
.cart .crosssell .product-shop { margin:0; }
.cart .crosssell .product-name { margin:0 !important; font:normal 11px/14px Arial; color:#444; }
.cart .crosssell .product-name a { font:normal 11px/14px Arial; color:#444; }
.cart .crosssell .price-box,
.cart .crosssell .button,
.cart .crosssell .add-to-links { margin:0 0 5px; }
.cart .crosssell .add-to-links li { margin:0; display:block; }
.cart .crosssell .add-to-links li a { color:#80511e; }
.cart .crosssell .price-box { color:#000; font:bold 12px/14px Arial; }
.cart .crosssell .price-box p { display:inline; }
.cart .crosssell .price-box .old-price { margin-right:4px; }
.cart .crosssell .button { display:none; }
.cart .crosssell .add-to-links { display:none; }

/* Shopping Cart Totals */
.cart .totals-wrapper { float:right; width:239px; margin:4px 0 0; padding:10px 0 0; font-size:12px; }
.cart .checkout-subtotals {width:110px;margin-left:118px;}
.cart .totals {width:240px; margin:40px 0 0; background:#FDFBF5 url(../images/wsstheme/bkg_totals.png) no-repeat 0 0; padding:10px 0 0; font-size:12px; }
.cart .totals table { width:100%; border:1px solid #d5d2ca; border-width:0 1px; border-collapse:separate; _border-collapse:collapse; }
.cart .totals table th { padding:0 5px 5px 15px; }
.cart .totals table td { padding:0 15px 5px 5px; }
.cart .totals .btn-remove img { vertical-align:middle; }
.cart .totals table tfoot strong { font-weight:normal; font-size:18px; color:#d42400; display:block; margin:0px 0 5px; }
.cart .totals table tfoot td .price { font-weight:bold; }
.cart .totals .checkout-types  { float:none; padding:0 15px 10px; text-align:right; border:1px solid #d5d2ca; border-width:0 1px; margin:0 0; }
.cart .totals .checkout-types li { margin:0 0 10px; }
.cart .totals .totals-bottom { width:240px; float:left; background:url(../images/wsstheme/bkg_totals.png) no-repeat 100% 100%; height:10px; overflow:hidden; line-height:0; font-size:0; }
.shipping .international-msg {font-size:10px;}

/* Options Tool Tip */
.item-options h5 { font-size:11px; font-weight:bold; text-transform:uppercase; padding:10px 12px 0 12px; }
.item-options dt { font-weight:bold; padding:7px 0 7px ; }
.item-options dd { padding-bottom:5px; }
.truncated { cursor:help; margin:5px 0 0; position:relative; z-index:1; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; background:url(../images/bkg_dots.gif) repeat-x 0 100%; color:#514f4f; }
.truncated .truncated_full_value { }
.truncated .truncated_full_value .item-options { position:absolute; background:#f4f4f4 url(../images/wsstheme/bkg_title.png) repeat-x 0 0; top:-99999em; left:-99999em; z-index:999; padding:10px; width:170px; border:1px solid #d1d1d1; margin-right:5px; }
.truncated .truncated_full_value .item-options dt { float:left; background:none; padding:0; margin:0 5px 0 0; clear:left; line-height:1.5; }
.truncated .truncated_full_value .item-options dd { line-height:1.5; padding:0; margin:0; }
.truncated .show .item-options { top:-20px; left:50%; }
.block-cart .truncated .show .item-options { top:auto; bottom:0; right:100%; left:auto; }
.top-cart .truncated .show .item-options { top:auto; bottom:0; right:100%; left:auto; }
.col-left .truncated .show .item-options { top:auto; bottom:0; right:100%; left:auto; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }

/* Item options in the cart */
.data-table .item-options { margin:5px 0 0; }
.data-table .item-options dt { padding:0 0 0 10px; margin:0 5px 0 0; background:url(../images/bkg_bulletsm.gif) no-repeat 0px .5em; float:left; clear:left; }
.data-table .item-options dd { padding:0 0 0 0; margin:0 0 0 0; }
.data-table .item-options dd .price { font-weight:bold; margin-left:5px; }

.cart { }
.cart-leftnav { margin:0; }
.cart-shippingmethod {}
.cart-accpayments { background:#fff; }


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


/* Checkout ============================================================================== */
/* One Page */
/*.checkout-onepage-index .main { background:url(../images/wsstheme/bkg_columns.png) repeat-y -1210px 0; }*/
.checkout-onepage-index .cols-wrapper { background:url(../images/wsstheme/bkg_2cols-l.png) no-repeat 0 100%; }
.checkout-onepage-index .col-main {  padding:0 0 30px; }
.checkout-onepage-index .page-title { float:right; width:720px; }

.opc-progress-container  { float:left; width:195px; padding:3px 0 0; padding-bottom:60px; }

.col-main .opc-block-progress { background:none; margin:9px 0; }
.col-main .opc-block-progress .block-title { padding:10px 15px 0px; border:0; background:none; }
.col-main .opc-block-progress .block-title h2 { color:#348FC1; background:none; padding:0; font:normal 18px Arial, Helvetica, san-serif,Georgia; }
.col-main .opc-block-progress .block-content { background:none; border:0; padding:10px 15px; }
.col-main .opc-block-progress dt { font-size:14px; color:#AAA;padding-left:20px;font-weight:bold; margin:2px 0 8px; }
.col-main .opc-block-progress dt.active { color:#000;font-weight:bold; }
.col-main .opc-block-progress dt.complete { color:#000;padding-left:20px;font-weight:bold; margin:2px 0 4px 0;  background:url(../images/icon_ok.gif) no-repeat;}
.col-main .opc-block-progress dt.complete a { font-weight:normal; text-transform:lowercase; }
.col-main .opc-block-progress dd.complete { margin:5px 0 8px; padding:5px; }

.opc { position:relative; float:left; padding-left:24px; width:500px; /*background:url(../images/wsstheme/bkg_opc.png) no-repeat 0 0;*/ padding-top:3px; }
.opc li.section {}
.opc .step-title { color:#FFF;background:#616161; padding:0 0 0 12px; margin: 6px 0 2px 0;}
.opc .step-title h3 {float:left; padding:5px 12px 5px 0; font:bold 15px/1.2 Arial, Helvetica, sans-serif,Georgia; color:#fff; }
.opc .step-title .number { display:none; }
.opc span.required { font-size:12px;color:#FF0000; margin-bottom:6px;}
.opc .allow .step-title {cursor:pointer; }
.opc .allow .step-title h3 { background-color:#616161; color:#fff; cursor:pointer; color:#fff; }
.opc .active {}
/*.opc .active .step-title { background:transparent;border-top:10px; }
.opc .active .step-title h3 { color:#348FC1; }*/
.opc .step-title .required { color:#FF0000; }
.opc .step { padding:10px 0 20px 0; min-height:300px; font-size:12px; background:#fff; position:relative; }
.opc .step { _height:300px; }
.opc .step .tool-tip { right:10px; }
.opc .order-review { font-size:10px;color:#4E4E4E;}
.opc .edit-step {color:#616161;float:right;padding:2px 10px 0 0;text-decoration:none;}
.opc .allow .edit-step {color:#FFF;text-decoration:underline;}
/* Steps */
.opc .form-alt .input-box { width:678px; }
.opc .form-alt .input-box select { width:678px; }


#checkout-step-login { height:auto !important; min-height:0 !important; padding:0; }
#checkout-step-login .col2-set { padding:0; height:auto !important; min-height:0 !important; }
#checkout-step-login .login-only { background-image:none; }
#checkout-step-login h4 { font-size:16px; color:#000; font-weight:normal; margin:0 0 15px; }
#checkout-step-login .col2-set .col-1 { width:245px; padding:15px 0 30px 0px; border-right:1px solid #d5d2ca; }
#checkout-step-login .col2-set .col-2 { width:230px; padding:15px 5px 30px; }
#checkout-step-login .col2-set .col-2 .radio { margin-right:5px; }
#checkout-step-login .col2-set .col-2 li { padding-left:10px; background:url(../images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
#checkout-step-login .col2-set .col-2 .form-list li { background:none; padding-left:0; }
#checkout-step-login .form-list label,
#checkout-step-login .form-list .label { width:50px; }
#checkout-step-login .col-2 label { width:120px; }
#checkout-step-login .btn-only { padding:0 0 0 5px; text-align:left; width:210px; }
#checkout-step-login .btn-only a { font-size:11px; }
#checkout-step-login .btn-only .button { float:right; }
#checkout-step-login p { margin:0 0 15px; }
#checkout-step-login .form-list p { padding-left:105px; margin:0; }
#checkout-step-login .form-list .input-text { width:140px; }

.opc .buttons-set
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set p.back-link { text-align:left; }
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set .button,
.opc .form-buttons .button { float:right; margin:0; }
.opc p.required { text-align:right; width:auto; padding-left:0; }

.checkout-onepage-payment-additional-customerbalance { margin-bottom:5px; }
.checkout-onepage-payment-additional-customerbalance .checkbox { margin-left:0; }

#checkout-step-review { padding:0; }
#checkout-step-review .data-table { border:0; font-size:12px; }
#checkout-step-review .data-table .item-options { font-size:11px; }
#checkout-step-review .data-table thead th { vertical-align:bottom; font-size:11px; }
#checkout-step-review .data-table .product-name { font-size:14px; }
#checkout-step-review .data-table tfoot tr.last strong { font-size:18px; color:#d42400; font-weight:normal; }
#checkout-step-review .data-table tfoot td,
#checkout-step-review .data-table tfoot th { border:0!important; padding:4px 10px; }
#checkout-step-review .data-table tfoot tr.last td,
#checkout-step-review .data-table tfoot tr.last th { border-bottom:1px solid #D5D2CA!important; }

#checkout-step-review .buttons-set { padding:0 20px; }
#checkout-step-review .buttons-set p { float:left; line-height:26px; }

#checkout-step-review .buttons-set .button span { background-image:url(../images/wsstheme/bkg_btn-co.png); padding:0 0 0 14px !important; height:26px!important; }
#checkout-step-review .buttons-set .button span span { border:0; background-image:url(../images/wsstheme/bkg_btn-co.png); padding:1px 14px 0 0 !important; color:#fff; font:bold 13px/24px Arial, Helvetica, sans-serif !important; height:26px; text-transform:uppercase; }

.opc .checkout-agreements { margin:20px; }
.checkout-onepage-success .col-main { padding: 0 18px; }
.checkout-onepage-success .buttons-set .button { float:left!important; }
.checkout-onepage-success p { line-height:1.5; }

/* Multiple Addresses Checkout */
.checkout-progress { width:100%; overflow:hidden; }
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span {  }
.checkout-progress { padding:0 0 0 0; border-bottom:2px solid #4b0f01; margin:15px 0;  }
.checkout-progress li { float:left; width:20%; text-align:center; color:#4b0f01; line-height:20px; }
.checkout-progress li span { display:block; text-align:center; }
.checkout-progress li.first span { background-position:0 0; }
.checkout-progress li.last span { background-position:100% 0; border:0; }
.checkout-progress li.active span { color:#fff; background-color:#c62100; border:0; }
.checkout-progress li.last { margin-right:-2px; }

.multiple-checkout { position:relative; z-index:1; }
.multiple-checkout .data-table thead th { vertical-align:bottom; }
.multiple-checkout .col3-set .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.multiple-checkout .col3-set address { padding:10px; clear:both; }
.multiple-checkout .col3-set,
.multiple-checkout .col2-set { margin:0 0 15px; }
.multiple-checkout .buttons-set { padding:15px 0; clear:both; width:auto; }
.multiple-checkout .buttons-set .button { float:right; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-weight:normal; font-size:18px; text-align:right; color:#d42400; display:block; margin:9px 0 15px; }
.multiple-checkout .grand-total .price-label { font-weight:normal; }
.multiple-checkout .grand-total .price { font-weight:normal; }

.checkout-multishipping-overview .buttons-set  { line-height:26px; }
.checkout-multishipping-overview .buttons-set .button span { background-image:url(../images/wsstheme/bkg_btn-co.png); padding:0 0 0 14px !important; height:26px!important; }
.checkout-multishipping-overview .buttons-set .button span span { border:0; background-image:url(../images/wsstheme/bkg_btn-co.png); padding:1px 14px 0 0 !important; color:#fff; font:bold 13px/24px Arial, Helvetica, sans-serif !important; height:26px; text-transform:uppercase; }

.checkout-multishipping-success .col-main p { line-height:1.5; }
.checkout-multishipping-success .col-main .buttons-set .button { float:left; }
.checkout-multishipping-success .col-main .buttons-set .button span,
.checkout-multishipping-success .col-main .buttons-set .button span span { background-color:transparent; background-image:url(../images/wsstheme/bkg_btn.png); color:#555; }
p.welcome-msg-checkout {font-weight:bold;font-size:13px;padding-top:12px;}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; margin:5px 0; }
.sp-methods .price { font-weight:normal;padding-left:20px; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list .input-text { width:250px; }
.sp-methods .form-list select { width:260px; }

.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:100px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .input-box { line-height:21px; }
.sp-methods .radio,
.sp-methods .checkbox {}
.sp-methods .v-fix .validation-advice { margin-right:-250px; position:relative; z-index:1; width:250px; }

.please-wait { float:right; z-index:99; position:absolute; top:50%; left:50%; margin:-30px 0 0 -86px; display:block; border:3px solid #d92700; font-size:12px; color:#d92700; font-weight:bold; background:#fef9ea; padding:20px; white-space:nowrap; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message { padding:20px 0; }
.add-gift-message h4 { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.add-gift-message p { margin:10px 0; }

.gift-message-form { border:1px solid #d5d2ca; background:#fef6df; }
.gift-message-form .fieldset { padding:10px 0 10px; }
.gift-message-form .fieldset .input-text,
.gift-message-form .fieldset textarea { width:200px; }
.gift-message-form .fieldset textarea { width:200px; height:8em; }
.gift-message-form .inner-box { padding:0; height:300px; overflow:auto; }
.gift-message-form .inner-box h5,
.gift-message-form .inner-box h4 { font:14px/1.25 Arial, Helvetica, sans-serif; padding:0 20px; color:#222; margin:17px 0; }
.gift-message-form .inner-box p { margin:10px 0; padding:0 20px; }
.gift-message-form .gift-item { padding:5px 0 0px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.gift-message-form .gift-item .number { padding:5px 20px 5px; margin-bottom:0; background:url(../images/bkg_dots.gif) repeat-x 0 100%; color:#adadad; font-weight:bold; }
.gift-message-form .gift-item .product-img-box { float:left; width:150px; margin-right:15px; }
.gift-message-form .gift-item .product-image { text-align:center; margin:20px; }
.gift-message-form .gift-item .product-name { font-size:12px; margin:20px 0 5px; text-align:center; }
.gift-message-form .gift-item .fieldset { float:left; background:url(../images/bkg_dots.gif) repeat-y 0 0; padding:20px 0 10px 10px; margin:0; }
.gift-message-form .gift-item .fieldset label { width:80px; }


.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #d8cea8; font-size:11px; background-color:#fffdef; padding:15px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:10px 0; font-size:12px; font-weight:bold; }
.checkout-agreements .agree .checkbox { margin-right:5px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Invitation page ======================================================================= */
#invitationForm p.required { padding-bottom:20px; }


/* Compare popup ========================================================================= */
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a { color:#999; }
.catalog-product-compare-index tr.last p,
.catalog-product-compare-index tr.first p { margin:10px 0; }
.catalog-product-compare-index tr.first .product-name a { color:#333; }


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

.account-login .col2-set { }

.account-login .new-users,
.account-login .registered-users { width:381px; padding:18px 30px; }
.account-login .registered-users { width:379px; padding:18px 30px; background:#fdfbf5; border:1px solid #d5d2ca;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    }
.account-login .registered-users p { margin-bottom:1.5em; }
.account-login .spacer { position:absolute; top:100%; left:447px; margin-top:-1px; width:16px; height:3px; font-size:0; line-height:0; background:#fff; overflow:hidden; }
.account-login fieldset { margin:0; }
.account-login fieldset h3 { margin-bottom:.5em; }
.account-login .form-list label,
.account-login .form-list span.label { width:98px; }
.account-login p.required,
.account-login .btn-only { padding-left:113px; width:234px; text-align:right; }
.account-login .btn-only a { float:left; white-space:nowrap; }
.account-login .form-list input.input-text { width:190px; }
.account-login .form-list p { padding:0 0 0 110px; }
/* .account-login .buttons-set { position:absolute; bottom:30px; }
.account-login p.required { margin:0; }
.account-login .new-users .buttons-set { width:381px; margin:0; } */

.account-create {}


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg,
.dashboard .col2-set,
.dashboard .recent-orders { padding:0 0 20px; }

/* Block: Tags */
.dashboard .tags { padding:0 0 20px; }
.dashboard .tags p { display:inline; }
.dashboard .tags .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .tags li { margin:0 0 8px; }
.dashboard .tags .number { float:left; border:1px solid #d5d2ca; background:#fdfbf5; font-size:11px; text-align:center; line-height:15px; width:15px; margin-right:-20px; }
.dashboard .tags .details { margin-left:25px; }

/* Block: Reviews */
.dashboard .reviews { padding:0 0 20px; }
.dashboard .reviews .product-name { margin:0 0 3px; font-size:12px; line-height:17px; }
.dashboard .reviews p { float:left; margin-right:5px; }
.dashboard .reviews li { margin:0 0 5px; }
.dashboard .reviews .number { float:left; border:1px solid #d5d2ca; background:#fdfbf5; font-size:11px; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .reviews .details { margin-left:25px; }

/********** Dashboard > */

/* Adress Book */
.a-book .box-content { font-size:12px; }
.a-book .col-2 li { padding:0 0 10px; }
.a-book .col-2 li .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.a-book .col-2 li address { padding:10px; clear:both; }

/* Order View */
.order-page {}
.order-page .order-date { margin:0px 0 20px; color:#6c6c6c; font-size:11px; }
.order-page .col2-set { padding-bottom:20px; }
.order-details .order-additional,
.order-details .data-table { margin-bottom:20px; }
.order-details .order-additional dt { font-weight:bold; background:url(../images/bkg_dots.gif) repeat-x 0 100%; padding:0 0 5px; margin:0 0 5px; }
.order-details .order-additional dd { padding:10px; margin:0 0 10px; }

.order-details dl.gift-message { margin:0 20px; }
.order-details .gift-message dt { margin:1px 0; padding:2px 10px; background:none; }
.order-details .gift-message dd { border:1px solid #ccc4af; background:#fff; padding:10px; margin:0 0 10px; }

.order-links { margin:0 0 10px; text-align:right; padding-bottom:5px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; text-align:right; }
.order-info { margin-bottom:9px; background:url(../images/wsstheme/bkg_tabsshade.png) repeat-x 0 0; }
.order-info dt { padding:6px 20px 0 10px; color:#6c6c6c; float:left; }
.order-info dd { float:left; }
.order-info ul { float:left; }
.order-info li { float:left; position:relative; z-index:2; margin-right:5px; background:#dedede url(../images/wsstheme/bkg_collateral-tabs.png) no-repeat 0 -37px; padding:0 0 0 17px; font-size:11px; text-transform:uppercase; font-weight:bold; }
.order-info li strong,
.order-info li a { text-decoration:none; background:url(../images/wsstheme/bkg_collateral-tabs.png) no-repeat 100% -37px; padding:0 17px 0 0; line-height:27px; float:left; color:#6d6c6c; }
.order-info li.current { z-index:3; border-bottom:0; background:#fff url(../images/wsstheme/bkg_collateral-tabs.png) no-repeat 0 0px; }
.order-info li.current strong { background-position:100% 0; padding-bottom:1px; color:#333; }
.order-info dt { font-weight:bold; }

/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button { float:left; margin:0; }
.newsletter-manage-index .form-list .input-box { padding-top:4px; }

/* Wishlist */
#wishlist-table td { text-align:center; }
#wishlist-table .price-box { margin:3px 0; }

/* Store credit */
.storecredit .account-balance { margin:0 0 20px; padding:0 0 10px; font-size:12px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.storecredit .account-balance .price { font-weight:bold; }
.giftcard-redeem { padding-bottom:20px; }
.giftcard-redeem .input-box { margin-right:5px; }

/* Gift card */
.giftcardaccount { position:relative; z-index:1; padding-top:1px; }
.giftcard-status .messages,
.giftcardaccount .messages { margin-bottom:10px; }
.giftcardaccount p { margin:15px 0; font-size:12px; }
.giftcardaccount .fieldset { margin:0; }
.giftcardaccount .btn-only { margin:0 0 15px; }

/* Gift Card Status Check */
.giftcard-status .gift-card-info,
.giftcard-status p.error-msg,
.giftcardaccount #giftcard_balance_lookup .gift-card-info,
.giftcardaccount #giftcard_balance_lookup p.error-msg { margin:10px 0 20px; }
.gift-card-info { margin:10px 0; padding:10px 10px 5px; border:1px dashed #d9d9d9; background:#fcf7f5; }
.gift-card-info p { font-size:12px; margin:0 0 5px; }
.gift-card-info .giftcard-number { font-weight:bold; }
.gift-card-info .form-list label {  }
.gift-card-info .btn-only { padding-left:0; }

#gc-please-wait {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity:0.8;
    opacity:0.8;
}

/* Print Pages */
.page-print .print-head { margin-bottom:15px; }
.page-print .print-head .logo  { width:200px; }
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; padding:10px; border:1px solid #aaa; margin-right:15px; }
.page-print .col2-set { margin:20px 0; }

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

/* Tagged products */
#my-tags-table .price-box { margin:5px 0; }
#my-tags-table .last { text-align:center; }
#my-tags-table .last p { margin:10px 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */


.footer-container { margin-left:-12px;width:940px;background:#000; color:#FFF; text-align:left; padding:20px 10px 50px 10px; border-top-width:8px;border-top-style: solid;border-top-color: #E52232;}
.footer { }
.footer a { color:#FFF; }
.footer a:hover { text-decoration:none; }
.footer ul,
.footer ul.links { display:inline; clear:left; }
.footer ul.links li { float:left; padding:0 0 0 8px; line-height:1.1; border-left:1px solid #4b3700; margin:0 8px 8px 0; }
.footer ul.links li.first { padding:0; border:0; clear:left; }
.footer .seals { float:right; }
.footer .seals a { float:left; margin-left:10px; }
.footer .seals .AuthorizeNetSeal { float:left; margin-left:5px; width:59px; overflow:hidden; }
.footer .seals .AuthorizeNetSeal a { float:none; display:block; width:47px; height:46px; margin:0; background:url(../images/wsstheme/authorize_net.gif) 0 0 no-repeat; overflow:hidden; }
.footer .seals .AuthorizeNetSeal img { display:none; }
.footer .seals .AuthorizeNetSeal #AuthorizeNetText { width:auto; height:auto; background:#FFF; margin:0; text-align:center; font:normal 10px/11px Arial, Helvetica, sans-serif; color:#333 !important; text-decoration:none !important; }
.footer .seals .paypal-seal { margin-left:10px; display:inline; }

.footer .site-links { margin:0 420px 16px 0; line-height:20px; }

address.copyright { margin-top:10px; float:left; font-size:11px; color:#FFF; }

.footer .switcher-store { float:right; width:184px; background:url(../images/bkg_store-switch.gif) no-repeat 0 3px; padding-top:21px; }
.footer .switcher-store label { display:none; }
.footer .switcher-store select { padding:0; margin-bottom:1px; }
.footer .switcher-store ul { float:none; width:auto; padding-left:0; margin-left:0; }
.footer .switcher-store ul .current { display:none; }
/* ======================================================================================= */


/* Some sample data cms styles ================================================================================ */
.page-head-alt {}
.page-head,
.page-head-alt { margin:13px 0 11px; }
.page-head-alt .link-rss { float:right; margin-top:8px; }
.page-head h2,
.page-head h3,
.page-head-alt h3,
.page-head-alt h2 { font:normal 22px/27px Arial, Helvetica, sans-serif; color:#c62100; }


/* Restricted ================================================================================ */
.restriction-index-stub .page { width:652px; padding-bottom:3px; }
.restriction-index-stub .main { margin-top:100px; min-height:0; height:auto !important; padding:13px; text-align:center; margin-bottom:0; }
.restriction-index-stub .col-main { color:#dedede; height:auto !important; min-height:230px; height:230px; font-size:16px; background:#4a4a4a url(../images/logo-offline.gif) no-repeat 50% 95px; padding:170px 60px 40px; }
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 { color:#fff; padding:0 0 15px; font:35px Georgia, "Times New Roman", Times, serif; font-style:italic; }
.restriction-index-stub .header-container,
.restriction-index-stub .footer-container { display:none; }
.restriction-index-stub .copyright { background:url(../images/bkg_shadow-offline.gif) 50% 0 no-repeat; padding:15px 0 0; margin:0; }


/* Old private sales index ================================================================================ */
.private-sales-index { background:#2b2b2b; margin:110px 0 60px; padding:40px 0; }
.private-sales-index .box { border:1px solid #e2ded0; background:#fff url(../images/bkg_ps.gif) no-repeat 50% 13px; padding:50px 13px 0; width:657px; margin:0 auto; }
.private-sales-index .box .content { padding:0 60px 70px; background:url(../images/bkg_ps.gif) no-repeat 50% 100%; font-size:14px; }
.private-sales-index .box .content p { text-align:center; }
.private-sales-index .box .content a { color:#444444; }
.private-sales-index .box .content h1 { background:url(../images/bkg_ps-logo.gif) no-repeat 50% 0; padding:60px 0 5px; font-size:29px; font-weight:normal; color:#ec4e00; }
.private-sales-index .box .content .description { background:url(../images/bkg_ps-descr.gif) no-repeat 50% 0; margin:40px auto 0; width:433px; padding:30px 50px 30px; font:normal 20px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#817268; }

.col1-layout .private-sales-index { margin:0 -20px -31px; height:auto !important; height:350px; min-height:350px;  }

/* Private sales index ================================================================================
.private-sales-index { background:#fffdf9 url(../images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-index .box {  }
.private-sales-index .box .content {  }
.private-sales-index .box .content p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-index .box .content a { color:#c12900; }
.private-sales-index .box .content h1 { display:none; }
.private-sales-index .box .content .description { display:none; }

.col1-layout .private-sales-index { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; } */

/* Private sales demo ================================================================================ */
.cms-private-sales-home { background-color:#fffdf9; }
.private-sales-demo { background:#fffdf9 url(../images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-demo h1 { display:none; }
.private-sales-demo p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-demo a { color:#c12900; }

.col1-layout .private-sales-demo { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px;  }

/* Misc. overrides ================================================================================ */
.customer-account-create {}

/* MagicZoom styles ================================================================================ */

/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */
/* CSS class for zoomed area */
.MagicZoomBigImageCont { border: 1px solid #fff; margin-top:39px; }

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			11px Arial,Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
	cursor:			hand;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #cccccc; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(cursor/zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(graphics/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CSS class for the loading message box */
.MagicThumb-loading {
	border: 1px solid #000000;
	background: #ffffff url(graphics/loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}


/* EE. pages ================================================================================ */
/* Uncomment for 3 columns with magento right 2column-right layout */
/* .ee-pages {}
.ee-pages .col-main { width:482px; display:inline; margin-left:223px; }
.ee-pages .col2-right-layout { background:url(../images/wsstheme/bkg_columns.png) repeat-y 50% 0!important; }
.ee-pages .col2-right-layout .cols-wrapper { background:url(../images/wsstheme/bkg_3cols.png) no-repeat 0 100%!important; }
.eeblog .left-col { float:left; margin-left:-223px; width:195px; display:inline; position:relative; z-index:1; }
.eeblog .middle-col { float:right; width:482px; padding-bottom:40px; } */

/* Ee pages 2 columns (magento 1column layout) */
.ee-pages {}
.ee-pages .col-main { padding:9px 0 0; width:100%; }
.ee-pages .col1-layout { background:url(../images/wsstheme/bkg_columns.png) repeat-y -1188px 0!important; }
.ee-pages .col1-layout .cols-wrapper { background:url(../images/wsstheme/bkg_2cols-l.png) no-repeat 0 100%; }
.eeblog .left-col { float:left; width:195px; padding:3px 0 0; padding-bottom:70px; }
.eeblog .middle-col { float:right; width:720px; padding:9px 0 0; }
/**/

.eeblog .left-col .block { margin:0 8px 9px; }
.eeblog .left-links { padding:10px 19px; margin-bottom:9px; }
.eeblog .left-links li { margin:0 0 3px; }
.eeblog .left-links li a { margin:0 0 3px; color:#5b362e; }
.eeblog .left-links li.active,
.eeblog .left-links li.active a { color:#d02300 !important; }
.eeblog .page-title h2 { color:#400d03; }
.eeblog .entry-title { margin:15px 0; padding:0 0 5px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.eeblog .entry-title h3 { color:#c62100; font-weight:bold; font-size:16px; margin-bottom:2px; }
.eeblog .entry-title p.posted { font-size:12px; float:left; color:#876351; font-family:Georgia, Arial, Helvetica, san-serif; }
.eeblog .entry-title p.posted .date {  }
.eeblog .entry-title .entry-attributes { float:right; color:#876351; font-family:Georgia, Arial, Helvetica, san-serif; }
.eeblog .entry-title .entry-attributes .entry-comments,
.eeblog .entry-title .entry-attributes .entry-comments a { color:#876351; }
.eeblog .entry-title .entry-attributes .with-comments { background:url(../images/wsstheme/bkg_comment.gif) 0 0 no-repeat; padding-left:20px; }
.eeblog .entry  { margin-bottom:35px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; padding-bottom:15px; }
.eeblog .entry .readmore-link { margin-top:5px; font-size:12px; font-weight:bold; }
.eeblog .entry-summary { /* background:#f09c09; padding:5px; color:#fff; margin:16px 0; */ }
.eeblog .entry-summary .summary-content { /* border:1px solid #fbc55c; padding:5px; font-size:13px; */ }

.eeblog .pager { margin:40px 0; }
.eeblog .amount { line-height:16px; }
.eeblog .pages { float:right; line-height:1!important; margin:0!important; padding:0!important; }
.eeblog .pages strong,
.eeblog .pages a { display:inline; line-height:16px; padding:0 4px; margin-right:1px; }
.eeblog .pages a { border:1px solid #dfd7b7; background:#f4f0e4; text-decoration:none;  }
.eeblog .pages a:hover { background:#f09c09; color:#fff; }

.eeblog dl.comments { margin:20px 0 30px; }
.eeblog dl.comments dt { padding:10px 10px 5px; margin:0 10px; font-size:12px; color:#876351; font-family:Georgia, Arial, Helvetica, san-serif; background:#fbf4e5; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.eeblog dl.comments dd { padding:10px; background:#fdfaf2; margin:0 10px 20px; }

.eeblog dl.comments dd.pager { padding:3px 0; background:none; margin:40px 0; }

.eeblog .archive-titles { }
.eeblog .archive-titles li { }
.eeblog .nav_cat_archive ul { margin:0 0 15px 10px; }
.ee-404-page { background:#fff; height:auto!important; height:220px; min-height:223px; padding:0 18px 0; margin:-22px 0 140px; position:relative; z-index:1; }
.ee-404-page .page-head-alt { padding-top:13px; }


.promo-form { background:url(../images/bkg_dots.gif) repeat-x 0 0; margin:30px 0 0; padding:25px 0 0; }

#promoForm p.required { margin-bottom:30px; }
