/**
 * 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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Reset ================================================================================= */
* { margin:0; padding:0; }
body          {font:12px/18px Arial, Helvetica, sans-serif; color:#262626; min-width:1000px; }

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

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

/* Headings */
h1            { font-size:18px; font-weight:normal; }
h2            { font-size:16px; font-weight:normal; color:#000; }
h3            { font-size:14px; font-weight:bold; }
h4            { font-size:13px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:10px; }
big           { font-size:1.2em; }
/*sup           { font-size:1em; vertical-align:top; }/*/

/* Lists */

ul,ol         { list-style:none; }

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



/* Layout ================================================================================ */
.wrapper { width:100%; }
/*.wrapper-center{width:1000px; margin:0 auto; }*/
.page { overflow:hidden; width:100%; background:#fff; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { text-align:left; background:url(../images/bkg_footer.png) 0 0 repeat; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.main { min-height:350px;  text-align:left; width:1000px; margin:0 auto; border:solid #d2d2d2; border-width:0 1px; padding:0 0 62px; background:#fff; }
.sidebar { min-height:350px; }

/* Base Columns */
.col-left { float:left; width:230px; padding:0 0 0; margin:0 0 -1px; }
.col-main { float:left; width:730px; padding:0 20px 20px; }
.col-right { float:right; width:197px; padding:0 0 0; margin:0 0 -1px; }

/* 1 Column Layout */
.col1-layout { background-position:-1000px 0; }
.col1-layout .col-main { float:none; width:auto; padding-top:20px;  padding-bottom:45px;}
.col1-layout .breadcrumbs {}

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

/* 3 Columns Layout */
.col3-layout { background-position:0 0; }
.col3-layout .col-main { width:532px; margin-left:1px; display:inline; }
.col3-layout .col-wrapper { float:left; width:785px; }
.col3-layout .col-wrapper .col-main { float:right; }

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

.col5-set .col-1 { float:left; width:18.7%; }
.col5-set .col-2 { float:left; width:18.7%; margin:0 1%; }
.col5-set .col-3 { float:left; width:18.7%; margin:0 1%; }
.col5-set .col-4 { float:left; width:18.7%; }
.col5-set .col-5 { float:left; width:18.7%; }

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


/* Global Styles ========================================================================= */

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#797979; }
input.input-text,select,textarea { background:#fff; border:1px solid #c7c7c7; background:#fff url(../images/bkg_input.gif) 0 0 repeat-x; }
input.input-text,textarea { padding:2px 2px; 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:1.5em !important; text-align:center;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
/* button.button { -webkit-border-fit:lines; }  <- Safari & Google Chrome Fix */
a.button ,
button.button { border:0; padding:0; margin:0; background:transparent; overflow:visible; cursor:pointer; vertical-align:middle; color:#fff; text-transform:uppercase; font:bold 11px/16px Arial, Helvetica, sans-serif; text-decoration:none;}
a.small-button,
button.small-button{ font-size:10px; line-height:15px;}
a.button span span,
button.button span,
a.button span,
button.button span span {background: #262626; padding: 2px;  float:left;}

a.button span,
button.button span {  float:left; border:0; background: #262626; padding: 2px; margin:0; cursor:pointer; display:-moz-inline-stack; color:#fff; height:16px; text-decoration:none; }
a.small-button span,
button.small-button span {  height:11px;  }
a.button:hover span span,
a.button span span,
button.button:hover span span,
button.button span span { float:left; padding: 0 22px 0 4px; color:#fff;  display:-moz-inline-block; display:inline-block; white-space:nowrap; text-transform:uppercase; font:bold 11px/16px Arial, Helvetica, sans-serif; height:16px;  background: url("../images/general/btn-bg.gif") no-repeat 100% 0;}
a.small-button:hover span span,
a.small-button span span,
button.small-button:hover span span,
button.small-button span span {padding: 0 17px 0 4px !important; font:bold 10px/10px Arial, Helvetica, sans-serif !important; height:16px !important;  background: url("../images/general/btn-small-bg.gif") no-repeat 100% 0 !important; }

a.button:hover span,
button.button:hover span {background: #d2d2d2;}
.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 {}
.extra-padding{margin:0 0 10px;}
/* 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; }
/*.account-create .form-list div.validation-passed {width:155px;}*/
span.validation-error,
div.validation-error { background:url(../images/icon_error.gif) 100% 2px no-repeat; padding-right:20px; }
.required em { color:#f15c22; position:absolute; top:0px; right:-5px; }
.required {position:relative;}
p.required { margin:0 0 10px; padding:5px 0 0 0; text-align:left; font-size:11px; color:#b50937; }
.form-list .validation-advice { width:172px; margin-right:-172px; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Fieldset */
.fieldset { font-size:12px; margin:0; }
.fieldset .row{width:100%;}
.fieldset p { margin:0 0 1.5em; }
.fieldset h2.legend { margin:0 0 15px; color:#262626;  font:bold 21px/21px Arial, Helvetica, sans-serif; text-transform:uppercase; padding:0 0 5px; border-bottom:1px solid #d2d2d2; }

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

.form-list li { margin:0 0 9px; vertical-align:top; }
.list-account label,
.list-account input{float:left;}
.list-account input{margin:2px 5px 0 0;}
.form-list label em{ float:right;}
.form-list span.label { font-weight:normal; }
.form-list .input-box { float:left; /* width:256px; */ clear:both;}
.form-list .input-box-left{clear:none; float:left;}
.form-list .input-box-right{clear:none; float:right;}
.form-list .input-box-right.validation-passed{margin: 0 -25px 0 0;}
.form-list .required-clear{clear:both}
.form-list .row-extra{width:100%; overflow:hidden;}
.form-list .row-extra2{width:400px;}
.form-list .row-extra2 .input-box-left {margin: 0 13px 0 0; padding-right: 20px; width: 173px;}
.form-list .row-extra2 .input-box-right{float:left; }
.form-list .row-extra2:after{content:''; display:block; clear:both; }
.form-list .input-box a { font-size:11px; }
.form-list input.input-text,
.form-list textarea { float:left; width:374px; vertical-align:top; }
.form-list textarea { width:374px; height:13em; }
.form-list select { float:left; width:380px; vertical-align:top; }



#country{width:150px;}
#payment-tool-tip{top:220px !important; /* need  fix js */}
.form-list p { margin:0; padding:0; }
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 */}
.form-list .control { position:relative; vertical-align:top; z-index:1; } /* row with checkbox or radio button */
.form-list .control label { line-height:16px; }
.form-list .control .input-box { margin:2px; }
.form-list .control 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; }

.inner-form { margin:10px 0 5px; padding:10px 0 0; border:1px dashed #d1d1d1; border-width:1px; background:#f7f7f7; }
.inner-form .form-alt label { padding-left:5px; }

.fb-like-button {position:relative; z-index:1;}
.catalog-product-view .fb-like-button {float:left; width:80px;}
.catalog-product-view #sharethis { float:right; }
.catalog-product-view .face-share { padding:13px 0 7px; }

/* 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 */
.form-list li.fields { margin:0; }
.form-list li.fields .field { padding:0 0 9px; }

/* Buttons */
.buttons-set { clear:both; margin:15px 0; } /* general for button containing block */
.buttons-set p.back-link { float:left;  margin:0 10px 0 0; }
.buttons-set p.back-link,
.buttons-set p.back-link a{text-transform:uppercase; font-size:11px; text-decoration:none;}
.buttons-set p.back-link a:hover{text-decoration:none;}
.buttons-set p.back-link small{display:none;}
a.back-link { color:#262626;}
.buttons-set p.back-link a { color:#999; }
.buttons-set a.button,
.buttons-set button.button { float:left; }
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px 0;  text-align:right; }

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

/* customer-account-forgotpassword  */
.customer-account-forgotpassword  label{margin:0 0 5px;}
.customer-account-forgotpassword .form-buttons{width:390px;}
.customer-account-forgotpassword .form-buttons .back-link{float:left; width:auto;}
.customer-account-forgotpassword .form-buttons .button{float:right;}


/* Overrides for 3columns */
.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label { width:150px; }
.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 .control .input-box { margin-left:165px; }
.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:445px; }

/* cms-no-route */
.cms-no-route .sidebar{display:none;}
.cms-no-route .col-main {width:960px;}

/* Global Messages */
.messages { width:100%; overflow:hidden; text-align:left; margin-top:10px; }
.col-main .messages  {display:none;}
#cookie-notice .messages{display:block;}
#cookie-notice .messages li.note-msg,
#cookie-notice .messages li.notice-msg {background:#fff; border:1px solid #b50937; color:#b50937;  padding:5px;}
#cookie-notice .messages li{color:#b50937;}
ul.messages  {position:relative;}
.event-container span.close,
.container-open  span.close,
ul.messages  span.close{position:absolute; top:3px; right:4px; text-indent:-9999px; background:url(../images/general/btn-close.gif) no-repeat; width:15px; height:15px; cursor:pointer; font-size:0; line-height:0;}
.page > .messages {width:1000px; margin:0 auto;}
.messages li { margin:0;  font-size:18px; line-height:30px;  padding:15px; text-align:center; color:#d2d2d2;}
.messages ul {  }
.messages ul li { margin:0; padding:0; }
.messages a { text-decoration:underline; }
.messages a:hover { text-decoration:none; }
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg { }
p.error-msg { border-style:solid !important; padding:10px; border-width:1px !important; font-size:12px !important; margin:10px 0; }
/* Error Message */
.messages li.error-msg { background:url(../images/general/bg-error-msg.gif) repeat-x 0 100%; color:#fff; }
.messages li.error-msg a { color:#fff; }
.messages li.error-msg ul {background:url(../images/general/bg-error.png) no-repeat 103px 3px; padding:0 0 0 300px; text-align:left;}
.messages li.error-msg ul li{text-align:left; color:#fff; }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
/* Success Message */
.messages li.success-msg { color:#fff; background:url(../images/general/bg-success-msg.gif) repeat-x 0 100%;}
.messages li.success-msg a { color:#fff; }
.messages li.success-msg ul {background:url(../images/general/bg-success.png) no-repeat 103px 1px; padding:0 0 0 300px; text-align:left;}
.messages li.success-msg ul li{text-align:left; color:#fff;}
/* Notification Message */
.messages li.warning-msg,
.messages li.note-msg,
.messages li.notice-msg {  background:url(../images/general/bg-notice-msg.gif) repeat-x 0 100%;}
.messages li.note-msg a,
.messages li.notice-msg a { color:#797979; }
.messages li.note-msg ul,
.messages li.notice-msg ul { /* background-image:url(../images/bkg_msg-note.gif); */ }

/* std class reset */
.std .messages { margin-top:0; }
.std .messages { width:auto; list-style:none !important; padding:0 !important; margin-bottom:0 !important; }
.std .messages ul { list-style:none !important; padding-left:17px !important; margin:0 0 -11px !important; }

/* BreadCrumbs */
.breadcrumbs { text-align:left; }
.breadcrumbs li { display:inline; }
.breadcrumbs span { display:inline-block; font-size:0; width:5px; height:9px; background:url(../images/general/bkg_breadcrumbs.png) 0 0 no-repeat; margin:0 3px; }
.breadcrumbs a,
.breadcrumbs strong { color:#262626; text-decoration:none; font-size:11px; text-transform:uppercase; font-weight:normal; }
.breadcrumbs a:hover { text-decoration:underline; }

/* Page Heading */
.page-title { margin-bottom:20px; padding:37px 7px 13px; background:#b4b4b4 url(../images/general/bg-title.gif) repeat-x 0 100%; }
.page-title .link-rss { float:right; margin-top:8px; }
.page-title h1,
.page-title h2 { font:bold 32px/32px Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase; }

.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons .link-print { float:right; margin-top:4px; }

.subtitle { clear:both; padding:10px 0; font-size:18px; color:#d12c01; }

.col-main .page-title { margin-left:-20px; margin-right:-20px; }
.col1-layout .col-main .page-title { margin-top:-20px; }

.sub-title { font-size:21px; font-weight:bold; color:#262626; line-height:19px; margin:0 0 10px; padding:0 0 5px;  text-transform:uppercase; border-bottom:1px solid #d2d2d2;}
.checkout-multishipping-billing .billing-address-header .sub-title{padding:0 0 5px 12px;}
.sub-title .separator { font-weight:normal; }
.sub-title a { font-size:11px; font-weight:normal; text-transform:uppercase; text-decoration:none; float:right; }
.sub-title a:hover{text-decoration:underline;}
.sub-title span.fl{float:left !important;}
.section-title { font-size:14px; font-weight:normal; color:#151515; margin:0 0 5px; }

/* Pager */
.pager { margin:15px 0; font-size:11px; padding:3px 20px; }
.pager p { margin:0; }
.pager select { padding:0; margin-bottom:1px; }
.pager .amount { float:left; line-height:20px; }
.pager .limiter { float:right; line-height:20px; }
.pager .limiter label{float:left; text-transform:uppercase; font-size:11px; font-weight:bold;  margin:0 5px 0 0;}
.pager .limiter ul{float:left;}
.pager .limiter ul li{float:left;}
.pager .limiter ul  .separator{padding: 0 5px 0 0; float:left;}
.pager .limiter ul li:first-child .separator{display:none;}
.pager .limiter ul a{text-decoration:none; float:left; margin: 0 5px 0 0;}
.pager .limiter ul a:hover{text-decoration:underline;}
.pager .limiter ul a.active{text-decoration:underline;}
.pager .pages { margin:0; text-align:center; color:#262626; line-height:20px;  float:right; padding: 0 214px 0 0;}
.pager .pages a { color:#8c8c8c; text-decoration:underline; float:none;}
.pager .pages a:hover { color:#8c8c8c; text-decoration:none; }
.pager .pages ol,
.pager .pages li { display:inline; padding:0 2px; }
.pager .pages .current { font-weight:bold; }
.pager-only { clear:both; }
.pager-only .pages { margin:0; }

.review-customer-index h2.sub-title .amount,
.sales-order-history  h2.sub-title .amount{display:none;}
.review-customer-index  h2.sub-title,
.sales-order-history  h2.sub-title{margin-bottom:35px;}
.review-customer-index  h2.sub-title .limiter,
.sales-order-history  h2.sub-title .limiter{display:block; }
.review-customer-index  h2.sub-title .pager,
.sales-order-history  h2.sub-title .pager{float:right; padding:0; margin:0;}
.review-customer-index .pager .limiter,
.sales-order-history .pager .limiter{display:none;}
.review-customer-index .pager .amount,
.sales-order-history .pager .amount{float:right; text-transform:uppercase;}
.review-customer-view .buttons-set p.back-link{display:block;}
.review-customer-view .product-img-box p{display:none;}
.review-customer-view  .back-link {text-transform:uppercase;}
.review-customer-view  .back-link  a{text-decoration:none; color:#383838; font-size:10px;}
.review-customer-view  .back-link  a:hover{text-decoration:underline;}
.review-customer-view  .back-link  small{display:none;}
.review-customer-view .product-review  .buttons-set{padding:0;}
.product-review .details .sub-title{font-size:18px; border-bottom:3px solid #262626;}

/* Sorter */
.sorter { font-size:11px; margin:0 0 0; padding:3px 20px; border-top:1px solid #ddd; color:#333; }
.sorter p { margin:0; }
.sorter 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; }

.sorter .sort-by { float:right; line-height:20px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { margin:0 0 0; border-width:1px 0; }
.toolbar-bottom { display:none; }

#listing_sort_by{ float: right; margin-top: 5px; position: relative;}
#sort_dropdown-header-val{ text-transform: none; }

/* Data Table */
.table-caption { border-bottom: 1px solid #D2D2D2; color: #262626; font-size: 21px; font-weight: bold; line-height: 19px; margin: 0 0 10px;padding: 0 0 5px; text-transform: uppercase; }
.table-caption a { font-size:11px; text-transform:lowercase; }
.data-table {/* border:1px solid #d9d9d9; border-bottom:0; width:100%; border-collapse:separate;*/ width:100%; }
.data-table em{font-style:normal;}
.data-table a{text-transform:uppercase; color:#262626; font-size:10px; text-decoration:none;}
.data-table a:hover{text-decoration:underline;}
.data-table th { padding:5px 12px; color:#262626; border-bottom:1px solid #d9d9d9; text-transform:uppercase; white-space:nowrap; font-weight:bold;}
.data-table td { padding:5px 12px; }
.data-table thead {/* background:#e8e8e8 url(../images/bkg_thead.gif) repeat-x 0 0; */ font-size:12px;  font-weight:bold;}
.data-table tbody {}
.data-table tfoot { }
.data-table tfoot th,
.data-table tfoot td { padding:5px 12px; text-align:left;}
.data-table tfoot td.last {text-align:right;}
.data-table tfoot th { border:none; text-transform:none; }
.data-table tfoot strong{text-transform:uppercase;}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.last th,
.data-table tr.last td { border-bottom:1px solid #d9d9d9; }
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { }
.data-table tbody.even td { border-width:0 1px; }
.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; text-transform:none; border-color:#fff; }
.data-table td.value {}
.data-table .link-rss { display:block; }

#invitations-list-table th{font-size:12px; text-transform:uppercase;}
#invitations-list-table .invintation-title *{font: 12px/18px Arial,Helvetica,sans-serif !important;}

#checkout-review-table td{border:solid #d2d2d2; border-width:1px 0; padding:5px 0;}
#checkout-review-table  tbody td{padding:5px 0 0;}
#checkout-review-table thead th.cf a{white-space:nowrap;}
.page-popup .data-table td,
.page-popup .data-table th { border-bottom:1px solid #d9d9d9; }
.page-popup .buttons-set .button { float:right; }

/* 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 { display:block; padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 3px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -54px; }

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

/* Reward Points */
.rewards { margin:-10px 0 20px; }
.reward-message { display:block; margin:5px -15px 5px -15px; background:#d55721 url(../images/bkg_rewards.gif) 5px 3px no-repeat; padding:3px 5px 3px 32px; font:normal 12px/20px Arial, Helvetica, sans-serif; color:#fff; }
.reward-message p { display:inline; margin:0 !important; }
.reward-message .limit { display:block; font-size:11px; line-height:1.15; }
.reward-message a { color:#ffe6dc; text-decoration:underline; }
.reward-message a:hover { color:#ffe6dc; text-decoration:none; }
.reward-message .price { font-size:1em; font-weight:normal; }
/* Reward Points types rewrites */
.reward-review,
.reward-tag,
.reward-checkout { margin:0; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table { margin-bottom:1em; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std hr { margin:1.5em 0; color:#d9d9d9; }
.std table { width:100%; }
.std table thead { background:#e8e8e8; }
.std table th { background:#e8e8e8; font-weight:bold; }
.std table th,
.std table td { padding:5px 10px; border:1px solid #d9d9d9; }

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

/* 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 50% no-repeat; padding:2px 0 2px 20px; white-space:nowrap; text-decoration:none; color:#797979; font-weight:bold; text-transform:uppercase; }
.link-print:hover { text-decoration:underline;  background:url(../images/icon_printer.gif) 0 0 no-repeat}
.link-cart { font-size:11px; font-weight:bold; color:#c73615; text-decoration:underline; }
.link-cart:hover { color:#c73615; text-decoration:none; }

.divider { margin:16px 0; background:#e7e7e7; 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; }
/* ======================================================================================= */
./**
 * 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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Reset ================================================================================= */
* { margin:0; padding:0; }
body          { font:12px/15px Arial, Helvetica, sans-serif; color:#262626; min-width:1000px; }

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

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

/* Headings */
h1            { font-size:18px; font-weight:normal; }
h2            { font-size:16px; font-weight:normal; color:#000; }
h3            { font-size:14px; font-weight:bold; }
h4            { font-size:13px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:10px; }
big           { font-size:1.2em; }
/*sup           { font-size:1em; vertical-align:top; }/*/

/* Lists */

ul,ol         { list-style:none; }

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

/* Layout ================================================================================ */
.wrapper { width:100%; }
/*.wrapper-center{width:1000px; margin:0 auto; }*/
.page { overflow:hidden; width:100%; background:#fff; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { text-align:left; background:url(../images/bkg_footer.jpg) 0 0 repeat; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.main { min-height:350px;  text-align:left; width:1000px; margin:0 auto; border:solid #d2d2d2; border-width:0 1px; padding:0 0 62px; background:#fff; clear:both; }
.checkoutsteps-login-body .page-title.title-buttons{margin:0;}
.sidebar { min-height:350px; }

/* Base Columns */
.col-left { float:left; width:230px; padding:0 0 0; margin:0 0 -1px; }
.col-main { float:left; width:730px; padding:0 20px 20px; }
.col-right { float:right; width:197px; padding:0 0 0; margin:0 0 -1px; }

/* 1 Column Layout */
.col1-layout { background-position:-1000px 0; }
.col1-layout .col-main { float:none; width:auto; padding-top:20px;  padding-bottom:45px;}
.col1-layout .breadcrumbs {}

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

/* 3 Columns Layout */
.col3-layout { background-position:0 0; }
.col3-layout .col-main { width:532px; margin-left:1px; display:inline; }
.col3-layout .col-wrapper { float:left; width:785px; }
.col3-layout .col-wrapper .col-main { float:right; }

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

.col5-set .col-1 { float:left; width:18.7%; }
.col5-set .col-2 { float:left; width:18.7%; margin:0 1%; }
.col5-set .col-3 { float:left; width:18.7%; margin:0 1%; }
.col5-set .col-4 { float:left; width:18.7%; }
.col5-set .col-5 { float:right; width:18.7%; }

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


/* Global Styles ========================================================================= */

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#797979; }
input.input-text,select,textarea { background:#fff; border:1px solid #d2d2d2; }
input.input-text,textarea { padding:2px 2px; background:#fff; }
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:1.5em !important; text-align:center;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
/* button.button { -webkit-border-fit:lines; }  <- Safari & Google Chrome Fix */
a.button ,
button.button { border:0; padding:0; margin:0; background:transparent; overflow:visible; cursor:pointer; vertical-align:middle; color:#fff; text-transform:uppercase; font:bold 11px/16px Arial, Helvetica, sans-serif; text-decoration:none; float: right; }
.tab-content a.button { float: left; }
.local { border:0; margin:5px 0 0 0 !important; background:#262626; overflow:visible; cursor:pointer; vertical-align:middle; color:#fff; text-transform:uppercase; font:bold 11px/16px Arial, Helvetica, sans-serif; text-decoration:none; float: right; }
.local:hover { background:#D2D2D2; }
.local span span { float:left; color:#fff; padding-left:7px !important; display:-moz-inline-block; display:inline-block; white-space:nowrap; text-transform:uppercase; font:bold 11px/16px Arial, Helvetica, sans-serif; height:16px;  background: url("../images/local-btn.gif") no-repeat 100% 0 !important; text-decoration: none; }
a.small-button,
button.small-button{ font-size:10px; line-height:15px; float: left; position: relative; margin: 4px 0 0 0; height:16px; }
a.button span span,
button.button span,
a.button span,
button.button span span {background: #262626; padding: 2px;  float:left;}

a.button span,
button.button span {  float:left; border:0; background: #262626; padding: 2px; margin:0; cursor:pointer; display:-moz-inline-stack; color:#fff; text-decoration:none; }
a.small-button span,
button.small-button span {}
a.button:hover span span,
a.button span span,
button.button:hover span span,
button.button span span { float:left; padding: 0 22px 0 4px; color:#fff;  display:-moz-inline-block; display:inline-block; white-space:nowrap; text-transform:uppercase; font:bold 11px/16px Arial, Helvetica, sans-serif; height:16px;  background: url("../images/general/btn-bg.gif") no-repeat 100% 0; }
/*a.small-button:hover span span,
a.small-button span span,
button.small-button:hover span span,
button.small-button span span {padding: 0 17px 0 4px; font:bold 10px/10px Arial, Helvetica, sans-serif; height:16px;  background: url("../images/general/btn-small-bg.gif") no-repeat 100% 0;}
*/
a.button:hover span,
button.button:hover span {background: #d2d2d2;}
.button:active { bottom:-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 {}
.extra-padding{margin:0 0 10px;}
/* 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; }
/*.account-create .form-list div.validation-passed {width:155px;}*/
span.validation-error,
div.validation-error { background:url(../images/icon_error.gif) 100% 2px no-repeat; padding-right:20px; }
.required em { color:#b50937; position:absolute; top:0px; right:-5px; }
.required {position:relative;}
p.required { margin:0 0 10px; padding:5px 0 0 0; text-align:left; font-size:11px; color:#b50937; }
.form-list .validation-advice { width:172px; margin-right:-172px; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Fieldset */
.fieldset { font-size:12px; margin:0; }
.fieldset .row{width:100%;}
.fieldset p { margin:0 0 1.5em; }
.fieldset h2.legend { margin:0 0 15px; color:#262626;  font:bold 21px/21px Arial, Helvetica, sans-serif; text-transform:uppercase; padding:0 0 5px; border-bottom:1px solid #d2d2d2; }

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

.form-list li { margin:0 0 9px; vertical-align:top; }
.list-account label,
.list-account input{float:left;}
.list-account input{margin:2px 5px 0 0;}
.form-list label {padding:2px 0 0; font-size:12px; font-weight:normal; text-align:left; float:left; white-space:nowrap; font-weight: bold; text-transform: uppercase; }
.form-list label span { font-weight: normal; }
.my-account .form-list label {font-weight:normal;}
.enterprise-reward-customer-info .form-list label,
.customer-account-edit .my-account .form-list label{font-weight:normal;}
.form-list label em{ float:right;}
.form-list span.label { font-weight:normal; }
.form-list .input-box { float:left; /* width:256px; */ clear:both;}
.form-list .input-box-left{clear:none; float:left;}
.form-list .input-box-right{clear:none; float:right;}
.form-list .input-box-right.validation-passed{margin: 0 -25px 0 0;}
.form-list .required-clear{clear:both}
.form-list .row-extra{width:100%; overflow:hidden;}
.form-list .row-extra2{width:400px;}
.form-list .row-extra2 .input-box-left {margin: 0 13px 0 0; padding-right: 20px; width: 173px;}
#multishipping-billing-form.form-list .row-extra2 .input-box-left {margin: 0;}
.form-list .row-extra2 .input-box-right{float:left; }
.form-list .row-extra2:after{content:''; display:block; clear:both; }
.form-list .input-box a { font-size:11px; }
.form-list input.input-text,
.form-list textarea { float:left; width:374px; vertical-align:top; }
.form-list textarea { width:305px; height:13em; display: block; }
.form-list select { float:left; width:380px; vertical-align:top; }
#country{width:150px;}
#payment-tool-tip{top:220px !important; /* need  fix js */}
.form-list p { margin:0; padding:0; }
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 */}
.form-list .control { position:relative; vertical-align:top; z-index:1; } /* row with checkbox or radio button */
.form-list .control label { line-height:16px; }
.form-list .control .input-box { margin:2px; }
.form-list .control 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; }

.inner-form { margin:10px 0 5px; padding:10px 0 0; border:1px dashed #d1d1d1; border-width:1px; background:#f7f7f7; }
.inner-form .form-alt label { padding-left:5px; }

/* 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 */
.form-list li.fields { margin:0; }
.form-list li.fields .field { padding:0 0 9px; }

/* Buttons */
.buttons-set { clear:both; margin:15px 0; } /* general for button containing block */
.buttons-set p.back-link { float:left;  margin:0 10px 0 0; }
.buttons-set p.back-link,
.buttons-set p.back-link a{text-transform:uppercase; font-size:10px; text-decoration:none; color:#262626;}
.buttons-set p.back-link a:hover{color:#b50937;}
.rma-content .buttons-set p.back-link,
.rma-content .buttons-set p.back-link a{text-transform:none;}
.buttons-set p.back-link small{display:none;}
a.back-link { color:#262626;}
.buttons-set a.button,
.buttons-set button.button { float:left; }
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px 0;  text-align:right; float: right; }

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

/* customer-account-forgotpassword  */
.customer-account-forgotpassword  label{margin:0 0 5px;}
.customer-account-forgotpassword .form-buttons{width:390px;}
.customer-account-forgotpassword .form-buttons .back-link{float:left; width:auto;}
.customer-account-forgotpassword .form-buttons .button{float:right;}


/* Overrides for 3columns */
.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label { width:150px; }
.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 .control .input-box { margin-left:165px; }
.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:445px; }

/* cms-no-route */
.cms-no-route .sidebar{display:none;}
.cms-no-route .col-main {width:960px;}

/* Global Messages */
.messages { width:100%; overflow:hidden; text-align:left; margin-top:10px; }
.col-main .messages  {display:none;}
#cookie-notice .messages{display:block;}
#cookie-notice .messages li.note-msg,
#cookie-notice .messages li.notice-msg {background:#fff; border:1px solid #b50937; color:#b50937;  padding:5px;}
#cookie-notice .messages li{color:#b50937;}
ul.messages  {position:relative;}
.event-container span.close,
.container-open  span.close,
ul.messages  span.close{position:absolute; top:3px; right:4px; text-indent:-9999px; background:url(../images/general/btn-close.gif) no-repeat; width:15px; height:15px; cursor:pointer; font-size:0; line-height:0;}
.page > .messages {width:1000px; margin:0 auto;}
.messages li { margin:0;  font-size:18px; line-height:30px;  padding:15px; text-align:center; color:#d2d2d2;}
.messages ul {  }
.messages ul li { margin:0; padding:0; }
.messages a { text-decoration:underline; }
.messages a:hover { text-decoration:none; }
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg { }
p.error-msg { border-style:solid !important; padding:10px; border-width:1px !important; font-size:12px !important; margin:10px 0; }
/* Error Message */
.messages li.error-msg { background:url(../images/general/bg-error-msg.gif) repeat-x 0 100%; color:#fff; }
.messages li.error-msg a { color:#fff; }
.messages li.error-msg ul { background:url(../images/general/bg-error.png) no-repeat 3px 3px; padding:0 0 0 155px; text-align:left; display:table; margin:0 auto; }
.messages li.error-msg ul li{ text-align:left; color:#fff; }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
/* Success Message */
.messages li.success-msg { color:#fff; background:url(../images/general/bg-success-msg.gif) repeat-x 0 100%;}
.messages li.success-msg a { color:#fff; }
.messages li.success-msg ul { background:url(../images/general/bg-success.png) no-repeat 3px 1px; padding:0 0 0 200px; text-align:left; display:table; margin:0 auto; }
.messages li.success-msg ul li{text-align:left; color:#fff;}
/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg { background:url(../images/general/bg-notice-msg.gif) repeat-x 0 100%;}
.messages li.note-msg a,
.messages li.notice-msg a { color:#797979; }
.messages li.note-msg ul,
.messages li.notice-msg ul { /* background-image:url(../images/bkg_msg-note.gif); */ }

/* std class reset */
.std .messages { margin-top:0; }
.std .messages { width:auto; list-style:none !important; padding:0 !important; margin-bottom:0 !important; }
.std .messages ul { list-style:none !important; padding-left:17px !important; margin:0 0 -11px !important; }

/* BreadCrumbs */
.breadcrumbs { text-align:left; clear:both; }
.breadcrumbs li { display:inline; }
.breadcrumbs span { display:inline-block; font-size:11px; text-indent:-9999px; width:5px; background:url(../images/general/bkg_breadcrumbs.png) center no-repeat; margin:0 3px; position:relative; top:4px; }
.webkit .breadcrumbs span { top:1px; }
.breadcrumbs a,
.breadcrumbs strong { color:#262626; text-decoration:none; font-size:11px; text-transform:uppercase; font-weight:normal; }
.breadcrumbs a:hover { text-decoration:underline; }

/* Page Heading */
.page-title { margin-bottom:20px; padding: 35px 7px 15px 20px; background:#b4b4b4 url(../images/general/bg-title.gif) repeat-x 0 100%; height:27px; }
.page-title .link-rss { float:right; margin-top:8px; }
.page-title h1,
.page-title h2 { font:bold 32px Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase; line-height:27px; }

.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons .link-print { float:right; margin-top:4px; }

.subtitle { clear:both; padding:10px 0; font-size:18px; color:#d12c01; }

.col-main .page-title { position: relative;}
.col1-layout .col-main .page-title { margin-top:-20px; }

.sub-title { font-size:21px; font-weight:bold; color:#262626; line-height:19px; margin:0 0 10px; padding:0 0 5px;  text-transform:uppercase; border-bottom:1px solid #d2d2d2;}
.checkout-multishipping-billing .billing-address-header .sub-title{padding:0 0 5px 12px;}
.sub-title .separator { font-weight:normal; }
.sub-title a { font-size:11px; font-weight:normal; text-transform:uppercase; text-decoration:none; float:right; }
.sub-title a:hover{text-decoration:none; color:#b50937;}
.sub-title span.fl{float:left !important;}
.section-title { font-size:14px; font-weight:normal; color:#151515; margin:0 0 5px; }

/* Pager */
.pager { margin:15px 0; font-size:11px; padding:3px 0 3px 20px; }
.pager p { margin:0; }
.pager select { padding:0; margin-bottom:1px; }
.pager .amount { float:left; line-height:20px; }
.pager .limiter { float:right; line-height:20px; }
.pager .limiter label{float:left; text-transform:uppercase; font-size:11px; font-weight:bold;  margin:0 5px 0 0;}
.pager .limiter ul{float:left;}
.pager .limiter ul li{float:left;}
.pager .limiter ul  .separator{padding: 0 5px 0 0; float:left;}
.pager .limiter ul li:first-child .separator{display:none;}
.pager .limiter ul a{text-decoration:none; float:left; margin: 0 5px 0 0;}
.pager .limiter ul a:hover{text-decoration:none; color:#b50937;}
.pager .limiter ul a.active{text-decoration:underline;}
.pager .pages { margin:0; text-align:center; color:#262626; line-height:20px;  float:right; padding: 0 214px 0 0;}
.pager .pages a { color:#8c8c8c; text-decoration:underline; float:none;}
.pager .pages a:hover { color:#8c8c8c; text-decoration:none; }
.pager .pages ol,
.pager .pages li { display:inline; padding:0 2px; }
.pager .pages .current { font-weight:bold; }
.pager-only { clear:both; }
.pager-only .pages { margin:0; }

.review-customer-index h2.sub-title .amount,
.sales-order-history  h2.sub-title .amount{display:none;}
.review-customer-index  h2.sub-title,
.sales-order-history  h2.sub-title{margin-bottom:35px;}
.review-customer-index  h2.sub-title .limiter,
.sales-order-history  h2.sub-title .limiter{display:block; }
.review-customer-index  h2.sub-title .pager,
.sales-order-history  h2.sub-title .pager{float:right; padding:0; margin:0;}
.review-customer-index .pager .limiter,
.sales-order-history .pager .limiter{display:none;}
.review-customer-index .pager .amount,
.sales-order-history .pager .amount{float:right; text-transform:uppercase;}
.review-customer-index .pager .amount{ width:120px; text-align:right; }
.review-customer-index .pager { padding-right:0; }
.review-customer-view .buttons-set p.back-link{display:block;}
.review-customer-view .product-img-box p{display:none;}
.review-customer-view  .back-link {text-transform:uppercase;}
.review-customer-view  .back-link  a{text-decoration:none; color:#383838; font-size:10px;}
.review-customer-view  .back-link  a:hover{text-decoration:underline;}
.review-customer-view  .back-link  small{display:none;}
.review-customer-view .product-review  .buttons-set{padding:0;}
.product-review .details .sub-title{font-size:18px; border-bottom:3px solid #262626;}

/* Sorter */
.sorter { font-size:11px; margin:0 0 0; padding:3px 20px; border-top:1px solid #ddd; color:#333; }
.sorter p { margin:0; }
.sorter 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; }

.sorter .sort-by { float:right; line-height:20px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar .pager { margin:0 0 0; border-width:1px 0; }
.toolbar-bottom { display:none; }

/* Data Table */
.table-caption { border-bottom: 1px solid #D2D2D2; color: #262626; font-size: 21px; font-weight: normal; line-height: 19px; margin: 0 0 10px;padding: 0 0 5px; text-transform: uppercase; }
.table-caption a { font-size:11px; text-transform:lowercase; }
.data-table {/* border:1px solid #d9d9d9; border-bottom:0; width:100%; border-collapse:separate;*/ width:100%; }
.data-table em{font-style:normal;}
.data-table a{text-transform:uppercase; color:#262626; font-size:10px; text-decoration:none;}
.data-table a:hover{text-decoration:underline;}
.data-table .option a:hover{text-decoration:none; color:#b50937;}
.data-table th { padding:5px 12px; color:#262626; border-bottom:1px solid #d9d9d9; text-transform:uppercase; white-space:nowrap; font-weight:bold;}
.data-table td { padding:5px 12px; }
.data-table thead {/* background:#e8e8e8 url(../images/bkg_thead.gif) repeat-x 0 0; */ font-size:12px;  font-weight:bold;}
.data-table tbody {}
.data-table tfoot { }
.data-table tfoot th,
.data-table tfoot td { padding:5px 12px; text-align:left;}
.data-table tfoot td.last {text-align:right;}
.data-table tfoot th { border:none; text-transform:none; }
.data-table tfoot strong{text-transform:uppercase;}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.last th,
.data-table tr.last td { border-bottom:1px solid #d9d9d9; }
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { }
.data-table tbody.even td { border-width:0 1px; }
.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; text-transform:none; border-color:#fff; }
.data-table td.value {}
.data-table .link-rss { display:block; }

#invitations-list-table th{font-size:12px; text-transform:uppercase;}
#invitations-list-table .invintation-title *{font: 12px/18px Arial,Helvetica,sans-serif !important;}

#checkout-review-table td{border:solid #d2d2d2; border-width:1px 0; padding:5px 0;}
#checkout-review-table  tbody td{padding:5px 0 0;}
#checkout-review-table thead th.cf a{white-space:nowrap;}
.page-popup .data-table td,
.page-popup .data-table th { border-bottom:1px solid #d9d9d9; }
.page-popup .buttons-set .button { float:right; }

/* 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 { display:block; padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 3px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -54px; }

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

/* Reward Points */
.rewards { margin:-10px 0 20px; }
.reward-message { display:block; margin:5px -15px 5px -15px; background:#d55721 url(../images/bkg_rewards.gif) 5px 3px no-repeat; padding:3px 5px 3px 32px; font:normal 12px/20px Arial, Helvetica, sans-serif; color:#fff; }
.reward-message p { display:inline; margin:0 !important; }
.reward-message .limit { display:block; font-size:11px; line-height:1.15; }
.reward-message a { color:#ffe6dc; text-decoration:underline; }
.reward-message a:hover { color:#ffe6dc; text-decoration:none; }
.reward-message .price { font-size:1em; font-weight:normal; }
/* Reward Points types rewrites */
.reward-review,
.reward-tag,
.reward-checkout { margin:0; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table { margin-bottom:1em; }
.std ul { list-style:disc outside; padding:0 0 0 1.5em; margin: 0 0 7px 0; /*height: 13px*/ }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std hr { margin:1.5em 0; color:#d9d9d9; }
.std table { width:100%; }
.std table thead { background:#e8e8e8; }
.std table th { background:#e8e8e8; font-weight:bold; }
.std table th,
.std table td { padding:5px 10px; border:1px solid #d9d9d9; }

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

/* 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 50% no-repeat; padding:2px 0 2px 20px; white-space:nowrap; text-decoration:none; color:#797979; font-weight:bold; text-transform:uppercase; font-size:11px;}
.link-print:hover { background:url(../images/icon_printer-red.gif) 0 50% no-repeat; text-decoration:none; }
.link-cart { font-size:11px; font-weight:bold; color:#c73615; text-decoration:underline; }
.link-cart:hover { color:#c73615; text-decoration:none; }

.divider { margin:16px 0; background:#e7e7e7; 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 ================================================================================ */
.header .row { padding: 0px 0px 0px 20px; }
.branding {float: left;}
.logo { float:left; }
.free-shipping { float:left; margin:15px 0 0 10px; display:inline; }

.header-wrapper{width:100%; position:relative;}
.header-frame{ background:url(../images/general/bg-header.jpg) no-repeat 50% 0; width:100%; position:relative; z-index:10;}
.header-frame2{position:absolute; background:url(../images/general/bg-header-right.jpg) repeat-x 50% 0; width:50%; left:50%; top:0; height:115px; z-index:1;}
.header-container { position:relative; z-index:999;}

.header { padding:23px 0 0; min-height:92px; width:1000px; margin:0 auto; position: relative;}
.header .row{ width:100%;}
.header .row2{ padding:0 0 25px;}
.header .logo { text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo {margin-left: -3px;}
.header .quick-access { float:right; padding:15px 43px 0 0;position:relative; }
.header .top .quick-access { width: 600px; }
.header .bottom .quick-access { padding-top: 21px; }
.header .region-select { width:421px;right:22px;position:absolute;top:42px;z-index:1000; }
.header .region-select .bg { background:transparent url('../images/region/bg.png') bottom no-repeat;height:2px; }
.header .quick-access .account-lins{float:right;}
.header .quick-access .checkout-link{float:right;}
.header .quick-access .region-links{float:right;}
.header .quick-access .account-links .links,
.header .quick-access .checkout-link .links,
.header .quick-access .region-links .links,{float:left;}
.header .quick-access .checkout-link .first{background:none; padding-left:15px;}
.header .quick-access .links { float:right; line-height:18px; white-space:nowrap; }
.header .quick-access .links li { /* float:left; line-height:18px; */ padding:0 0 0 1px;/* background:url(../images/bkg_sep.gif) no-repeat 100% 4px;*/ }
.header .quick-access .links li a { color:#515151; text-transform:uppercase; text-decoration:none; font-size:11px;}
.header .quick-access .links li a.cf-h{ margin:0 0 0 10px; }
.header .quick-access .links li a:hover { text-decoration:underline; }
.header .quick-access .checkout-link li { padding:0 0 0 12px; background-position:6px 4px; }
.header .quick-access .checkout-link .last{margin:0 5px 0 0;}
.header .quick-access .cart-link li { padding:0 0 0 0px; background:none; }
.header .quick-access .account-links .links .first{ padding:0 8px 0 6px; background-position:0 4px;border-right:1px solid #a2a2a2;}
.header .quick-access .account1-links .links .last{ padding:0; background:none;}
.header .quick-access .region-links .links .first{ padding:0px 0px 0 8px; border-left:1px solid #dcdcdb;display:block;}
.header .quick-access .region-links .links .first a { display:block;background:transparent url("../images/region/globe.png") right top no-repeat;padding:0 24px 0 0; }
.header .quick-access .region-links .links a:hover {background-position:right -18px; }


/* Top menu */
.top-compare { position:relative; }
.top-compare  .cf{ font-weight:normal;}
#topCompareContent { position:absolute; left:0; top:20px; background: url("../images/general/bg-card-top.png") no-repeat 55px 0; left: -31px; padding: 5px 0 0; width: 292px;}

/* top-compare */
.header .top-compare{float:right; margin:0 0 0 9px; color:#d2d2d2;}
.top-cart .inner-wrapper,
.header .top-compare .inner-wrapper{ background: url("../images/general/bg-card-main.png") repeat; border-bottom: 5px solid #B50937; padding: 18px 10px; position:relative;}
.header .top-compare li.item {border-bottom:1px solid #5B5B5B; padding:12px 0; position:relative;}
.header .top-compare li.item.last { border-bottom:none; }
.header .top-compare li.item .price,
.header .top-compare .price-box .old-price .price-label,
.header .top-compare .with-special .price-to .price-label  { color:#d2d2d2 !important; }
.header .top-compare  a.product-image { border: 1px solid #D2D2D2; float: left; width: 72px; background:#fff; }
.header .top-compare  a.product-image img{ height: 72px; width: 72px;}
.header .top-compare .product-details{margin-left: 85px; margin-top: 15px;}
.header .top-compare .product-name{font: bold 12px/14px Arial,Helvetica,sans-serif; text-transform: uppercase; color:#fff;}
.header .top-compare .product-name a{color:#fff; text-decoration:none; cursor:pointer;}
.header .top-compare .price-label {display:none;}
.header .top-compare .minimal-price .price-label,
.header .top-compare .with-special .price-label{display:block;}
.header .top-compare .old-price,
.header .top-compare .with-special{}
.header .top-compare .old-price *,
.header .top-compare .with-special * {float:left;}
.header .top-compare .price-to .price-label {display:inline;}
.header .top-compare .row{overflow:hidden; width:100%; }
.header .top-compare  .button{float:right;}
.header .top-compare .btn-remove{text-transform:uppercase; font-size:10px;  text-decoration:none; color:#d2d2d2; position:absolute; bottom:5px; right:0px;}
.header .top-compare .price-box {padding-bottom:10px;}
.header .top-compare .btn-remove:hover{text-decoration:none; color:#b50937;}
.header .top-compare .actions{padding:1px 0 0 0;}
.scrollable{height:297px; overflow:hidden; position:static !important;}
.scrollable .scroll-content{width:272px !important; z-index:20; }
.vscroll-slider .scroll-bar-bottom{/*background:url(../images/general/btn-scroll-down.png) no-repeat;*/ width:14px; height:9px; position:relative; z-index:10;}
.vscroll-bar{z-index:10; }
.vscroll-down,
.vscroll-up{ width:272px;  left:10px; height:11px; cursor:pointer;}
.vscroll-up{top: 4px;}
.vscroll-down{bottom:0;}
.vscroll-up span,
.vscroll-down span{background:url(../images/general/btn-scroll-down.png) no-repeat 0 0; width:14px; height:9px; position:absolute; top:0px; left:137px; text-indent:-9999px;}
.vscroll-up span{background:url(../images/general/btn-scroll-up.png) no-repeat;}
.top-cart .vscroll-up span,
.top-cart .vscroll-down span { padding:0 !important; }
.vscroll-up:hover span,
.vscroll-down:hover span{ background-position: 0 -9px; }
.scrollable .vscroll-slider,
.scrollable .vscroll-line{display:none; position:static !important;}

#invitation-send-link { background:url(../images/bkg_sep.gif) no-repeat 100% 50%; padding:0 6px 0 0; 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 { text-align:center; z-index:994; background:#fff url(../images/bkg_header-panel-bg.gif) repeat-x 0 100%; /* border-bottom:1px solid #c8c8c8; */ /* height:28px; */ line-height:28px; padding:0 0 0 11px; }
.header-panel .welcome-msg { font-weight:bold; display:inline; float:left; line-height:28px; margin-right:5px; }
.header-panel .links { float:left; line-height:28px; margin-right:11px; white-space:nowrap; }
.header-panel .links li a { color:#1e75b4; }
.header-panel .links li a:hover { color:#d33911; }

.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:0; 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; }

/*.header .form-search {float:right; margin:0 0 0 18px;}*/
.header .form-search label { display:none; }
.header .form-search  .text{float:left; background:#fff; width:116px; height:19px; padding: 0 8px;}
.header .form-search input.input-text { background:none; padding:0 ; width:116px; border:0;}
.header .form-search a { display:none; }
.header .form-search button.button { float:left; text-indent:-9999px;}
.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 #c7c7c7; border-top:0; padding-left:0; width:210px; background-color:#fcf8f4; position:absolute; top:-1px; }
.header .form-search .search-autocomplete li { padding:4px 6px 4px 24px; border-bottom:1px solid #fff; font-size:12px; cursor:pointer; }
.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; }
.header .wrap{float:left; padding:0 0 0 20px;}
/*#search_mini_form button.button{float:left; margin:0;  width:18px; height:19px; background: url(../images/general/btn-mini-search.gif) no-repeat;}*/
/* header-nav */
.nav-container { float:left; position:relative; }
.header-nav{ float:left; clear:both; padding:21px 0 0;}
.header-nav .title { font-size:19px; cursor:pointer; line-height:20px; text-transform:uppercase; letter-spacing:-1px; }
.header-nav .nav-container:hover .title,
.header-nav .title:hover, .header-nav .title a:hover { color:#797979; }
#nav { position:relative; padding:10px 0; width:158px; border-bottom:5px solid #b50937; background:url(../images/general/bg-card-main.png) repeat; font:bold 13px/20px Arial,Helvetica,sans-serif; }
/*.nav-container:hover .nav-frame { display:block; }*/
/*.nav-frame { position:absolute; top:13px; left:-18px; padding:12px 18px 0 !important; display:none; background:url(../images/general/bg-mainnav-holder.png) no-repeat center 10px; /*overflow: visible !important; height: auto !important; }*/
.nav-frame { position:absolute; top:13px; left:-18px; padding:12px 18px 0 !important; display:none; background:url(../images/general/bg-mainnav-holder.png) no-repeat center 10px; z-index:100; /*overflow: visible !important; height: auto !important;*/ }
/* All Levels */
#nav li.over {}
#nav li.parent {}
#nav li a { cursor:pointer;  color:#d2d2d2; text-decoration:none;}

/* 1st Level (Top Level) */
#nav li.level-top { position:relative; z-index:1; padding: 0 7px; }
#nav li.level-top > a { padding-right:15px; padding-left:13px; border-top:1px solid #5b5b5b; }
#nav li.level-top.first a.level-top { border-top:none; }
/*#nav li.parent.active,
#nav li.parent.over { background:url(../images/general/btn-mainnav.gif) no-repeat 144px 6px; }*/
#nav li.level-top.first { border:0; background-position:144px 11px; }
#nav a { display:block; padding:2px 0 2px 12px; text-transform:uppercase; }
#nav li.first a.level-top { }
#nav a.level-top span { }
/*#nav li.level-top:hover a.level-top,*/
#nav li.over a.level-top,
#nav li.active a.level-top {}
#nav li.over a.level-top {  }

#nav li.over a.level-top span,
#nav li.active a.level-top span {}

/* 2nd Level */
#nav ul,
#nav div { position:absolute;  top:-13px; left:146px; width:145px; padding:0 0 0 13px;  font:bold 12px/18px Arial,Helvetica,sans-serif;}
#nav ul.level0 { left:159px; }
#nav .first ul {  }
#nav ul{display:none;}
/*#nav li.level-top:hover ul{display:block;}*/
#nav ul { background:url(../images/general/bg-card-main.png) repeat; border-bottom:5px solid #b50937; padding:14px 0; }
#nav li.parent { position:relative; }
#nav li.parent:hover { background: url("../images/general/btn-small-bg.gif") no-repeat scroll 95% 7px transparent; }
#nav ul a { text-transform:none; }
#nav ul li a:hover { color:#B50937; }
#nav li.parent ul { display:none; }
#nav ul li a { display:block; }
#nav ul li.last > a { padding-bottom:0; }
#nav .active > a,
#nav .over > a { color:#b50937; }
#nav ul li a span {}
#nav ul li.over a.over {}
/* 3rd+ Level */
#nav li.parent  ul ul{top:-14px;}
/* Show Menu */
#nav li .shown-sub { left:159px; z-index:991; }
#nav li .shown-sub .shown-sub { left:146px; }
/********** Navigation > */

/* tot-static-links */
.tot-static-links{float:left; font-size:19px; line-height:20px; text-transform:uppercase; padding:0 0 0 19px;}
.tot-static-links li{float:left; margin:0 20px 0 0;}
.tot-static-links a{cursor:pointer; text-decoration:none; color:#000;}
.tot-static-links a:hover{text-decoration:underline;}
/* ======================================================================================= */


/* Block: Events */
.event { text-align:center; }
.event .status { font-weight:normal; text-align:center; }
.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; }

.col-main .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; }
.col-main .event .event-button span { width:121px; text-align:center; background:url(../images/bkg_btn-co.gif) 100% 50% no-repeat; padding:0 13px 0 0 !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 { }
.upcoming .status { }
.closed .event-button,
.col-main .closed .event-button,
.col-main .upcoming .event-button,
.upcoming .event-button,
.closed .event-button span,
.col-main .closed .event-button span,
.col-main .upcoming .event-button span,
.upcoming .event-button span { line-height:27px !important; font-size:12px !important; color:#7c7b7b !important; background:none !important; padding:0 !important; width:auto !important; display:inline !important; text-transform:capitalize; }
.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 {  }
.closed .status,
.closed .event-dates { color:#e2d4c7 }
.closed .event-button {}

.event-container { clear:both; border: solid #d2d2d2; border-width: 0 1px;  color:#d2d2d2;}
.event-container .event { width:100%; }
.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:30px; text-transform:uppercase; color:#d2d2d2; line-height:30px; position:relative; top:8px; }
.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{background:url(../images/general/bg-sale.gif) no-repeat; width:61px; height:42px; text-align:center; font-size:18px; color:#262626; line-height:30px;}
.event-container .event .event-ticker span.days { background-position: 0 0; }
.event-container .event .event-ticker span.hour { background-position: -62px  0; }
.event-container .event .event-ticker span.minute { background-position:-124px 0; }
.event-container .event .event-ticker .delimiter,
.event-container .event .event-ticker span.second {display:none;}


.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-upcoming,
.container-closed,
.container-open {background:url(../images/general/bg-notice-msg.gif) repeat-x 0 100%; width:1000px; margin:0 auto; padding:12px 0 7px; position:relative;}
.container-open .open { }

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


.container-closed {padding:12px 0 19px;}
.container-upcoming  .event-dates,
.container-closed  .event-dates{line-height:30px; position:relative; top:6px; padding:0; color:#d2d2d2;}


/* Block: Events Lister */
.col3-layout .col-main .widget-events { margin:0 -20px 1px; position:relative; z-index:1; }
.widget-events { padding:11px; background:#f0eae3; }
.col1-layout .col-main .widget-events { padding:12px; }
.events-slider { position:relative; clear:both; margin:0 0 0; border:1px solid #d0c2b6; z-index:2; }
.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:0; }
.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-right:1px solid #d0c2b6; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; padding-left:0; }
.events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:80px 10px 0; }
.events-slider ul.slider li.slider-item .category-show { width:182px; height:241px; background:#fff url(../images/bkg_category-info.gif) repeat-x 0 100%; 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:17px; width:28px; height:28px; z-index:2; overflow:hidden; }
.events-slider .backward { left:-11px; }
.events-slider .forward { right:-11px; background-position:0 -40px; }
.events-slider .inactive { cursor:default; display:none; }

.sidebar .widget-events { background:none; padding:0; }
.sidebar .events-slider { border:1px solid #cfcfcf; margin:-1px -1px 0; background:#fff; padding:0; }
.sidebar .events-slider .event { height:115px; }
.sidebar .events-slider ul.slider li.slider-item { width:182px; height:300px; margin:0; border-color:#cfcfcf; border-width:0 1px 0 0; }
.sidebar .events-slider ul.slider .status { padding-top:10px; padding-bottom:5px; }
.sidebar .events-slider ul.slider .event-dates { height:40px; }
.sidebar .events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:50px 10px 0; }
.sidebar .events-slider ul.slider li.slider-item .category-show { height:241px; background:#fff url(../images/bkg_category-info.gif) repeat-x 0 100%; }

.sidebar .events-slider { margin-top:-1px; }
.sidebar .events-slider .backward { left:3px; top:6px; }
.sidebar .events-slider .forward { right:3px; top:6px; }

.sidebar .events-slider .event-ticker { height:45px; }
.sidebar .events-slider .event-ticker span { font-size:22px; line-height:28px; height:28px; padding-bottom:10px; background-image:url(../images/bkg_ticker1.gif); background-repeat:no-repeat; display:inline-block; }
.sidebar .events-slider .event-ticker span.days { background-position:50% -10px; }
.sidebar .events-slider .event-ticker span.hour { background-position:50% -69px; }
.sidebar .events-slider .event-ticker span.minute { background-position:50% -128px; }
.sidebar .events-slider .event-ticker span.second { background-position:50% -185px; }
/* 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; }
/* fix bugs https://jira.varien.com/browse/PSEASTON-128 */
.catalog-category-view  .sidebar,
.main .col-left.sidebar {/*width:192px; padding-left:20px;*/ }
/* Generic Block */
.sidebar .block { border-bottom:1px solid #cfcfcf; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block .block-title { padding:0; }
.sidebar .block .block-title strong { display:block; font:bold 21px/21px Arial, Helvetica, sans-serif; padding:0; color:#262626;  text-transform:uppercase;}
.sidebar .block .block-title strong span {display:block; width:230px;}
.sidebar .block .block-title strong small { font-size:12px; color:#777; }
.sidebar .block .block-title a{float:right; font-size:10px; text-transform:uppercase; text-decoration:none; margin:6px 0 0; letter-spacing:-1px;}
.sidebar .block .block-title a:hover{text-decoration:underline;}
.sidebar .block .block-subtitle,
.sidebar .block h3 { font-size:1em; font-weight:bold; color:#555; }
.sidebar .block .block-content { padding:10px 17px 17px; color:#797979; }
.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; text-align:right; }
.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:13px; height:0; padding-top:12px; margin-top:3px; overflow:hidden; background:url(../images/btn_remove.gif) no-repeat 0 0; }

.col-main .block { background:#fff; }
.col-main .block .block-title { background:#e7e7e7 url(../images/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.col-main .block .block-title h2,
.col-main .block .block-title h3 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.col-main .block .block-content { padding:20px; }

/* Generic box */
.info-box {/* border:1px solid #cfcfcf; margin-top:-1px; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; position:relative; z-index:1; */}
.info-box .box-title { margin:0; }
.info-box .box-title a{float:right; color:#383838; text-transform:uppercase; font:10px/14px Arial, Helvetica, sans-serif; text-decoration:none;}
.info-box .box-title a:hover{text-decoration:none; color:#b50937;}
.customer-address-index .info-box .box-title,
.order-page .col2-set .info-box .box-title {color:#b50937; font:bold 12px/14px Arial, Helvetica, sans-serif; text-transform:uppercase; margin: 0 0 5px;}
.info-box .box-content { padding:0 0 17px 0; color:#262626; }
.info-box .box-content a:hover{text-decoration:underline;}

/* Block: Account */
.sidebar .block-account { background:none; border:0; }
.sidebar .block-account .block-title { padding:31px 7px 14px 6px; background: url("../images/general/bg-title.gif") repeat-x 6px 100%; font: bold 32px/32px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#fff; letter-spacing:-1px; }
.customer-account-index .sidebar .block-account .block-title{padding-bottom:14px;}
.customer-account-index .product-name a { font-size:12px; text-decoration:none; }
.sidebar .block-account .block-title strong {font:bold 32px/32px Arial, Helvetica, sans-serif;  color:#fff;}
.sidebar .block-account .block-content { padding:0; }
.sidebar .block-account ul{padding:17px 0 0;}
.sidebar .block-account li { background:none; font-size:11px; padding-bottom:1px; text-transform:uppercase;  font-weight:bold;}
.sidebar .block-account li a { color:#797979; text-decoration:none; display:block; padding:1px 20px 0; }
.sidebar .block-account li a:hover { color:#000; text-decoration:none; font-weight:bold;}
.sidebar .block-account li.current { background:#fff; color:#000; padding:1px 20px 0; margin: 0; }
.sidebar .block-account li.last { border-bottom:0; background-image:none; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav { background:none; padding:0 0 0 20px;}
.sidebar .block-layered-nav .block-title { padding:20px 0 0; }
.sidebar .block-layered-nav .block-title h2 { font-size:18px; color:#111; }
.sidebar .block-layered-nav .block-subtitle { display:none; }
.sidebar .block-layered-nav dt { margin:2px 0 0; font-weight:bold; font-size:12px; color:#222; }
.sidebar .block-layered-nav dd { margin:0 0 13px; color:#666; }
.sidebar .block-layered-nav dd.last { margin:0; }
.sidebar .block-layered-nav dd li { margin:2px 0; }
.sidebar .block-layered-nav dd a { color:#222; text-decoration:none; }
.sidebar .block-layered-nav dd a:hover { text-decoration:underline; }
.sidebar .block-layered-nav .currently { border:1px solid #d1d1d1; border-width:1px 0; padding:10px 10px 10px 17px; margin-bottom:-1px; background:#f4f4f4 url(../images/bkg_currently.gif) repeat-x 0 -20px; }
.sidebar .block-layered-nav .currently .block-subtitle { display:block; }
.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; }

/* Block: Cart */
.sidebar .block-cart .block-title { background:#363636; padding:7px 17px; }
.sidebar .block-cart .block-title strong { font-weight:bold; color:#fff; }
.sidebar .block-cart .summary { margin:0 -17px; padding:0 12px 5px; background:#363636; color:#fff; text-align:center; position:relative; z-index:1; }
.sidebar .block-cart .summary a { font-weight:bold; color:#fff; }
.sidebar .block-cart .summary .subtotal { margin:3px 0 0; }
.sidebar .block-cart .summary .subtotal .price { font-weight:bold; }
.sidebar .block-cart .actions { margin:8px 0 13px; text-align:center; }
.sidebar .block-cart .actions button.button { float:none; }
.sidebar .block-cart .block-content { padding-top:0; }
.sidebar .block-cart .block-content table { margin:5px 0 0 0; }
.sidebar .block-cart .block-content table th { padding:1px 5px 1px 0; color:#8f8f8f; text-align:right; }
.sidebar .block-cart .block-content table td { text-align:left; padding:1px 0; }
.sidebar .block-cart  li a.btn-remove { float:none; background:none; margin:0; padding:0; width:auto; height:auto; overflow:visible; }

.mini-products-list li{height:1%;}
.mini-products-list li.item { padding:12px 0; border-bottom:1px solid #5b5b5b; }
.mini-products-list li.last { border:none; }
.mini-products-list .product-image { float:left; width:72px; /* margin-right:-85px; */ border:1px solid #d2d2d2; background:#fff; }
.mini-products-list .product-image img{width:72px; height:72px;}
.mini-products-list .product-details { margin-left:85px; overflow:hidden; width:187px;}
.sidebar .mini-products-list .product-details { margin-left:57px; }
.mini-products-list .product-details .product-name { font-size:11px; }
.mini-products-list .product-details .price-box { margin:5px 0; }
.mini-products-list .product-details h4 {}
.mini-products-list .product-details .btn-remove { float: right; font-size: 10px; text-decoration: none; text-transform: uppercase; color:#D2D2D2;}
.mini-products-list .product-details .btn-remove:hover{text-decoration:none; color:#b50937;}

.sidebar .mini-products-images-list li.item { float:left; padding:5px 5px; text-align:center; }

.block-products .mini-products-list .product-details { margin-left:65px; }

/* Top Shopping Cart */
.top-cart { float:right; /* width:360px; */ position:relative; padding-left:7px; }
.top-cart .block-title { white-space:nowrap; /* _width:242px; min-width:242px; */ cursor:pointer;/* background:#fff url(../images/bkg_topcart.gif) 0 3px no-repeat; */ color:#1e75b4; font-weight:bold; font-size:11px; text-transform:uppercase; padding:0 ; line-height:18px; height:18px; }
.top-cart .block-title.expanded { background-position:0 3px !important; }
#mycard-extra{padding:0 0 0 12px;}
.top-cart .block-title.expanded strong { background-position:100% -126px !important; color:#d33911; }
/* .top-cart .no-items { cursor:default; }
.top-cart .no-items h3 { background:none; } */
.top-cart .block-content { position:absolute; left:-11px; top:20px ; width:292px; background:url(../images/general/bg-card-top.png) no-repeat 28px 0; padding:5px 0 0;}
.top-cart .inner-wrapper {  color:#d2d2d2;}
.top-cart #cartHeader {float:left; color:#515151; font-weight:normal;}
.top-cart #cartHeader a{text-decoration:none;}
.header .top-compare .block-title {font-size:11px; cursor:pointer;}
.header .top-compare .block-title strong{font-weight:normal;}
.header .top-compare .block-title em,
.top-cart #cartHeader em{font-style:normal; float:left; margin:0 7px 0 0; /*color:#262626;*/ color:#515151; text-transform:uppercase;  font-size:10px;}
.header .top-compare .block-title em:hover,
.top-cart #cartHeader em:hover{color:#b50937;}
.header .top-compare .block-title span,
.top-cart #cartHeader span{float:left;  background:url(../images/general/bg-number-card.gif) no-repeat ; width:20px; height:19px; text-align:center; line-height:18px; color:#262626; font-weight:bold;}
.top-cart .block-content .block-subtitle { display:none; font-size:10px; color:#d12c01; font-weight:bold; text-transform:uppercase; background:url(../images/bkg_header-panel.gif) repeat-x 0 -8px; line-height:12px; padding:3px 10px 4px; }
.top-cart .block-content .block-subtitle .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 .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;  background: url("../images/general/bg-card-main.png") repeat; */ background:none; padding:0; }
.top-cart .block-content ol { }
.top-cart .block-content .item { padding:12px 0; display:block; height:auto; position:relative;}
.top-cart .block-content .item .product-name { font:bold 12px/14px  Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase;}
.top-cart .block-content .item .product-name a { text-decoration:none; color:#fff; }
.top-cart .block-content .price-table { margin:0; text-align:left; line-height:14px; color:#d2d2d2 !important;}
.top-cart .block-content span { padding:1px 8px 1px 0; color:#d2d2d2;  }
.top-cart .block-content .tt-upercase{text-transform:uppercase;}
.top-cart .block-content .price-row,
.top-cart .block-content .row{overflow:hidden; width:100%;}
.top-cart .block-content span { text-align:left; padding:1px 0; }
.top-cart .block-content button.button span { padding:2px; }
.top-cart .block-content button.button span span { float:left; padding: 0 22px 0 4px;}
.top-cart .block-content .subtotal {display:none; background:#fff url(../images/bkg_dots.gif) repeat-x 0 0; padding:2px 5px; text-align:center; }
.top-cart .block-content .item .btn-remove{position:absolute; bottom:0px; right:0px;}
.top-cart .actions {/* background:#e3e3e3 url(../images/bkg_dots.gif) repeat-x 0 -1px;*/ text-align:center; padding:1px 0; text-align:right; }
.top-cart .actions a { float:left; line-height:23px; display:none;}
.top-cart .actions button { float:none; }
.top-cart  .product-details a.details{display:none;}

/* Block: Wishlist */
.block-wishlist {}

/* Block: Compare Products */
.block-compare li { padding:5px 0; }

/* Block: List */
.block-list .block-content ol { margin:-5px -13px; }
.block-list li.item { padding:5px 10px 5px 13px; }
.block-list .actions { padding:5px 0 0; }
.sidebar .block-list .product-name { font:normal 11px/1.25 Arial, Helvetica, sans-serif; color:#444; }
.sidebar .block-list .product-name a { color:#444; }

/* Block: Poll */
.block-poll li { margin:5px 0; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; vertical-align:top; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { float:right; font-weight:bold; margin-left:10px; }

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

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

/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; font-size:11px; font-weight:normal; }

/* 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 { margin:0 -20px -20px; }
.category-view .sub-title{font-size:36px; line-height:36px; border-bottom:3px solid #000;}

.category-title { margin-bottom:0; text-align:left; margin:0 23px 0 0 !important; background:none; color:#262626; border-bottom:3px solid #262626; padding: 15px 0 7px; line-height:normal; clear:both; }
.category-title h1 { color:#262626; font-size:36px; float: left;width:475px; }
.fb_edge_widget_with_comment{margin-top:6px;}
.category-title .rss-feed { float:right; margin:7px 0 0; padding-left:17px; line-height:12px; background:url(../images/icon_rss.gif) 0 0 no-repeat; white-space:nowrap; text-decoration:none; }
.category-title .rss-feed:hover { text-decoration:underline; }

.catalog-category-view .fb-like-button { float:right; padding-right:22px; padding-top: 26px; position: absolute; right: 195px; z-index: 1; }
.catalog-category-view .fb-like-button iframe { width:400px !important; }
.catalog-category-view .category-title .fb-like-button { float: left; padding: 5px 0 0 15px; }

.category-description { /*background: none repeat scroll 0 0 #262626;margin-bottom: 20px; padding: 20px;*/  width: 225px;overflow:hidden;height: 200px; position:absolute;top:50%;margin-top:-100px;}
.category-view .note-msg{
    background: none repeat scroll 0 0 #262626;
    margin-bottom: 20px;
    padding: 22px;
    width: 703px;
}

.cat-desc-outer{position: relative; float: left; background: none repeat scroll 0 0 #262626;  width: 245px; height: 284px;padding-left:20px;}

.category-description h2 { color: #FFFFFF; font-family: Arial; font-size: 20px; font-weight: bold; padding-bottom: 10px; line-height:20px; }
.category-description p { color: #BCBCBC; font-family: arial; font-size: 11px; line-height: 15px; margin: 0; padding: 0; }

.results-view { margin:0 -20px -20px; }
.catalogsearch-result-index .page-title { margin-bottom:0; }
.catalogsearch-result-index .note-msg { margin:20px 0; }

.sidebar .category-title { margin:0; }
.category-image { text-align:left; margin:0 0 20px; width: 482px;float:left; }
.category-image img { /*width:747px;*/ width:482px; height:284px; }

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

/* View Type: Grid */
.products-grid { padding:0; margin:0 22px 0 0; border-top:1px solid #d2d2d2;}
.products-grid.first { border-top:none;}

.products-grid li.item { float:left; width:228px; margin-right:0; overflow:hidden; padding:0 10px 18px; border:solid #d2d2d2; border-width: 0 1px 0 0;}
.products-grid li.item.first{ width:229px;}

.products-grid li.last { margin-right:0; border-width: 0;}
.products-grid.last  li.item{}
.products-grid .actions {padding:3px 0 0;}
.products-grid .product-image { display:block; text-decoration:none !important; margin:0 auto 10px; position:relative; width:100%;  text-align:center;}
.category-products .product-name { margin-bottom:0;  font-size:12px; font-weight:bold; text-transform:uppercase; color:#262626; }
.category-products .product-name a{text-decoration:none; color:#262626;}
.category-products .product-name a:hover{text-decoration:underline;}
.products-grid .ratings { text-align:left; line-height:13px; margin:0; padding:0; }
.products-grid .rating-links { display:block; padding:2px 0 0; clear:both; }
.products-grid .price-box { margin:0; clear:both;  width:100%; overflow:hidden; color:#797979; line-height: 15px; }
.products-grid .price-box a { color:#797979; }

.product-grid-desc-content{margin-right:20px;width:auto;margin-left:10px;}
.category-products .products-grid  li.first .product-grid-desc-content{margin-left:0px;}
/* View Type: List */

.catalog-category-view .main.col2-left-layout{padding: 0 0 52px;}
  
.products-list li.item { margin:0 0 20px 0; padding:0 20px 20px 20px; 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:-186px; text-decoration:none !important; position:relative; }
.products-list .product-shop { margin-left:186px; }
.products-list .product-name { margin-bottom:5px; }
.products-list .price-box { margin:5px 0 10px; }
.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 ul.add-to-links{  float: left;}
.category-products .add-to-links li{ float:left; background:url(../images/general/separator-gray.gif) no-repeat 0 3px; padding:0 3px 0 6px;    height: auto !important; margin:2px 0 0;}
.category-products .add-to-links .quick { padding-right:0; }
.category-products .add-to-links li:first-child{ background:none; padding-left:0; }
.category-products .add-to-links a{ text-transform:uppercase; color:#262626; text-decoration:none; font-size:10px; padding:0 1px 0 0; }
.category-products .add-to-links a:hover{}
/* ======================================================================================= */


/* Product View ========================================================================== */
.catalog-product-view .col1-layout .col-main { padding-top:0; }
.catalog-product-view .breadcrumbs { margin:0 auto; text-align:left; width:960px; padding:10px 20px; border:solid #d2d2d2; border-width:0 1px; background:#fff; }

.col2-left-layout .product-view,
.col2-right-layout .product-view { background:none; width:755px; }
.col2-left-layout .product-view .product-shop,
.col2-left-layout .product-view .product-collateral,
.col2-right-layout .product-view .product-shop,
.col2-right-layout .product-view .product-collateral { float:none; width:695px; }
.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box { float:none; width:auto; }
.col2-left-layout .product-view .product-img-box .product-image,
.col2-right-layout .product-view .product-img-box .product-image { margin:0 auto; }

.col3-layout .product-view { background:none; width:572px; }
.col3-layout .product-view .product-shop,
.col3-layout .product-view .product-collateral { float:none; width:512px; }
.col3-layout .product-view .product-img-box { float:none; width:auto; }
.col3-layout .product-view .product-img-box .product-image { margin:0 auto; }

.product-view { float:none; width:958px; }
#messages_product_view { margin:0 -20px; position:relative; z-index:1; }
#messages_product_view .messages { margin:0 0 1px; }
#messages_product_view .messages li { margin:0; position:relative; z-index:1; }

.product-essential { margin-bottom:50px;  width:100%;} 

.product-collateral { clear:left; float:left; width:614px; }
.product-collateral .emailto-link { font-size:11px; margin:0; background:url(../images/bkg_arrow-bullet.gif) no-repeat 0 4px; padding-left:12px; }

.tab-list { position:relative; }
.tab-list .tab { float:left; cursor:pointer; }
.tab-list .last {}
.tab-list .active { cursor:default }
.tab-list .tab-container { position:absolute; left:0; width:100%; }
.tab-container {}
.tab-list .tab-content {}

.collateral-tabs { padding-bottom:20px; margin:0; }
.collateral-tabs .tab { position:relative; margin:0 1px 0 0; color:#797979; font-size:14px; width:152px; text-align: center; background:url(../images/pattern-bg.gif) repeat; padding: 4px 0; height: 23px; z-index: 1 !important; }
.collateral-tabs .tab span { padding:0 10px; line-height:24px; text-transform:uppercase; font-weight:bold; }
.collateral-tabs .last { margin: 0; width: 155px; }

.collateral-tabs .active { background:url(../images/selected-pattern-bg.gif) repeat-x;/*background:url(../images/general/bkg_collateral-tab.gif) 50% 34px no-repeat, url(../images/selected-pattern-bg.gif) repeat-x;*/ color:#fff; font-weight:bold; height: 32px; z-index: 1 !important; }
.collateral-tabs .active span.tab_arrow{background:url(../images/general/bkg_collateral-tab.gif) bottom center no-repeat;height:5px;display:block;margin-top:6px; }
.collateral-tabs .active span { padding-bottom:1px; }

.collateral-tabs .tab span.tab_arrow{padding:0px;}

.collateral-tabs .tab-container { top:31px; background:#fff; }
.collateral-tabs .tab-content { padding:15px 15px 0 0; background:#fff; border-top: 3px solid #262626; /* border-right: 1px solid #d2d2d2; */ font-size:12px; margin: 0; min-height: 410px; overflow: hidden; }
/*.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed { width:100% !important; height:auto !important; }*/

/* Features tab's content */
#features_tab_cnt{ width: 600px; }
#features_images div.info{ visibility: hidden; position: absolute; width: 582px; padding: 5px 9px; background: url('../images/product/features/desc_bg.png'); color: #d2d2d2; }
#features_images div.info_visible{ visibility: visible; }
#features_images a.info_icon{ display: none; width: 46px; height: 16px; position: absolute; top: 330px; overflow: hidden; text-indent: 100px; background: #252525 url('../images/product/features/info.png') 0 0 no-repeat; }
#features_images a.info_icon:hover{ background-color: #B50637; background-position: 0 -16px; }
#features_images a.info_active{ display: block; }
#features_images img{ display: block; width: 600px; height: 330px; border: 0;}
#features_images_ctrl{ width: 26px; height: 16px; margin: 340px 0 0 287px; position: absolute; }
#features_images_ctrl a{ display: block; width: 9px; height: 14px; background: url('../images/product/features/info.png') 0 -34px no-repeat; float: left;}
#features_images_ctrl a.next{ background-position: -17px -34px; float: right; }
#features_tab_cnt h3{ font-size: 18px; text-transform: uppercase; border-bottom: 1px solid #D2D2D2; margin: 10px 0 10px 0; padding: 0 0 5px 0; }
#features_tab_cnt .multiple h3{ margin-top: 26px; }
#features_images .feature_video_container{ height: 330px; background: #000 url('../images/product/features/w8.gif') center no-repeat; overflow: hidden; }

/* News tab's content */
#product_news_list{ margin-top: -15px; }
#product_news_list li{ clear: both; color: #262626; padding: 15px 0 0 0;}
#product_news_list li .content{ float: left; width: 450px; }
#product_news_list h4{ float: left; font: bold 12px arial; line-height: 18px; }
#product_news_list h4 a{ text-decoration: none; }
#product_news_list h4 a:hover{ color: #b50937; }
#product_news_list .news_date{ float: left; font-size: 11px; text-transform: uppercase; line-height: 19px; background: url('../images/catalog/news/line.gif') 0 50% no-repeat; margin-left: 5px; padding-left: 5px; }
#product_news_list img{ display: block; float: left; width: 117px; height: 117px; border: 1px solid #d2d2d2; margin: 0 17px 0 0; }
#product_news_list a.file_link{ display: block; clear: left; float: left; height: 10px; line-height: 10px; color: #262626; font-size: 10px; text-transform: uppercase; text-decoration: none; background: url('../images/arrow_down.gif') 0 0 no-repeat; padding: 3px 0 0 18px; margin-top: 4px; }
#product_news_list a.file_link:hover{ color: #b50937; }
#product_news_list p{ clear: left; padding-top: 13px; }

/* Product Images */

#media { display: block; float: left; margin: -19px 0 0 0; width: 100%;border-bottom: 1px solid #D2D2D2; }
#photos{ z-index: 2; position: relative; float: left; display: block; background: url(../images/media.png); text-transform: uppercase; font-weight: bold; color: #fff; width: 97px; height: 19px; text-align: center; font-size: 12px; text-decoration: none; padding: 0 10px 0 0; cursor: pointer; }
#videos{ z-index: 1; position: relative; float: left; display: block; background: url(../images/media.png); text-transform: uppercase; font-weight: bold; color: #fff; width: 95px; height: 19px; text-align: center; font-size: 12px; text-decoration: none; padding: 0 10px 0 0; cursor: pointer; margin: 0 0 0 -19px; }
.selected{ background: url(../images/media-selected.png) !important; }

.product-view .product-img-box { float:left; width:612px; position:relative; /*border: 1px solid #D2D2D2;*/ }
.product-view .product-img-box .product-image img { background:#fff; /*border-bottom: 1px solid #D2D2D2;*/ width: 100%; } /*IE8 PNG Fix */
.product-view .product-img-box p.notice { display:none; }
#main-image{ display: block; height:405px; float:left; }
.product-view .product-img-box .product-image{ display: block; };
/* .product-view .product-img-box .product-image { position:relative; width:370px; height:270px; overflow:hidden; z-index:3; display:block; left:50%; top:50%; margin:-135px 0 0 -185px; } */
.product-view .product-img-box .product-image-zoom { position:relative; width:370px; height:370px; 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-notice { text-align:center; }
.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 .more-views { margin:10px 0 0; padding:0 0 0; display:none; }
.product-view .product-img-box .more-views h2 { display:none; }
.product-view .product-img-box .more-views ul {}
.product-view .product-img-box .more-views li { float:left; border:1px solid #ddd; margin:0 6px 6px 0; }

#product_image_buttons{ /* bottom: 0;position: relative; right: 20px; width: 82px; height:38px;*/  margin-right: 10px; float: right;position: relative; margin-top:-52px;}
#product_image_buttons li{ /*margin: 5px 0 0 0;*/float:left;margin-right:10px; }
/*#product_image_buttons a{ font-size: 10px; line-height: 13px; text-decoration: none; text-transform: uppercase; display: block !important; /* height: 13px; background: url('../images/product/buttons.gif') 0 0 no-repeat; height: 38px; width:25px; background: url('../images/product/zoom_icon.png') 0 0 no-repeat; padding-left: 18px; }
#product_image_buttons a:hover{ color: #b50937; }*/
#play_video{ background-position: 0 -18px !important; }

#enlarge_image { /*margin: -25px 0 0 60px; position: relative;*/height: 38px; width:25px; background: url('../images/product/zoom_icon.png') 0 0 no-repeat; display: block;  }
#dim_image{height: 38px; width:25px; background: url('../images/product/dims_icon.png') 0 0 no-repeat;display: block; }

.product-view .product_img_box_container{border: 1px solid #D2D2D2;width:100%;float:left;}
.product-view .pdtclear{clear:both;}

.gobackward { display: none; position: absolute; float: left; background: transparent url(../images/prev-horizontal.png) no-repeat 86% 0 !important; cursor: normal !important; display: block; width: 10px; height: 17px; margin: 30px 5px 0 7px; }
.goforward { display: none; position: absolute; float: right; background: transparent url(../images/next-horizontal.png) no-repeat 100% 0 !important; cursor: normal !important; display: block; width: 10px; height: 17px; margin: 30px 5px 0 7px; right: 0; }

#youtube{ display: none; }
#youtubeframe { display: none; margin: 0; height: 405px; }

#thumbs {height:73px;padding-top:2px; }

#youtubethumbs { display: none; margin: 5px 0 4px 30px; float: left; }

#youtubethumbs li{ display: block !important; width: 92px !important; height: 69px !important; float: left !important; margin: 0 0 0 -1px !important; padding: 1px !important; }
#product_colors li .big, #product_colors li .enlarged_image_link{ display: none; }
#youtubethumbs li a{ display: block !important; border: 1px solid #fff !important; width:92px !important; height: 67px !important; }
.playbutton { display: block; position: absolute; width: 92px; height: 67px; background: url(../images/playicon.png) 50% no-repeat; }
#quickview_images a, #youtubethumbs li a img { display: block; }
#quickview_images a:hover,
#quickview_images a.active, #youtubethumbs li a:hover{ position: relative; border: 1px solid #262626 !important; }

#quickview_images img { width: auto !important; height: auto !important; text-align: center; }

#product_colors .active{ display:block; }
#product_colors div{ display: none; }

.promotioninfo h3 { display: none; }
.promotioninfo img { float: left; padding: 0 5px 0 0; }
.promotioninfo p { padding: 25px 0 0 0; }

#product_colors_icons_title,
#product_colors_icons_title{ margin-bottom: 6px; }
#product_colors_icons{ min-height: 20px; width: 325px; }
#product_colors_icons li{ float: left; height: 18px; width: 18px; margin: 0 5px 0 0; overflow: hidden; font-size: 8px; }
#product_colors_icons li img{ display: block; width: 18px; height: 18px; }
#product_colors_icons li a{ display: block;  width: 16px; height: 16px;  border: 1px solid transparent; position: absolute; background: url('../images/catalog/product/blank.png'); }
#product_colors_icons li a:hover, #product_colors_icons li a.active{ border-color: #262626; }
#color_chooser_title{ color: #262626; text-transform: uppercase; font: bold 11px arial !important; line-height: 18px !important; padding-left: 5px; width: auto !important; overflow: visible !important; white-space: nowrap;}
#color_chooser_clearer{ clear: both; height: 5px; }
.color_attribute_container{ display: none; }

.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)"; -moz-opacity:0.6; opacity:0.6; */ }
a.product-image { cursor:pointer !important; position:relative;}
.catalog-product-compare-index a.product-image { height:125px; float:left; margin: 0 20px; }
.catalog-product-compare-index h3.product-name,
.catalog-product-compare-index .price-box,
.catalog-product-compare-index .insert-div,
.catalog-product-compare-index .data p { padding:0 20px; }
.catalog-product-compare-index .frame{width:100%; overflow:hidden;}
a.product-image  span.product-new{background:url(../images/general/label-new.gif) no-repeat; width:28px; height:13px; font-size:0; line-height:0; position:absolute; top:2px; right:-1px; text-indent:-9999px;}
.products-grid a.product-image .product-new{background:url(../images/general/bg-new-big.gif) no-repeat; width:37px; height:18px; right:-10px;top:10px;}
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 #ccc; background-color:#fff; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px;}
.product-view .product-shop .add-to-box-holder{ width:100%; position:relative;}
.product-view .product-shop .product-main-info {}
.product-view .product-shop .ratings { margin:10px 0; }
.product-view .product-shop .ratings > p { margin:0; clear:both; }
.product-view .product-shop .product-ids { margin:4px 0 10px; color:#999; display:none; }
.product-view .product-shop .availability { font-size:12px; float:left; }
.product-view .options-container-big .availability { margin: -15px 0 0 -165px !important; position: absolute; }
.product-view .product-shop .price-box { margin:10px 0; }
.catalog-product-view .product-view .product-shop .price-box {overflow:hidden; width:160px; float: left; margin: 4px 0 0 0; }
.product-view .product-shop span.price-range,
.product-view .product-shop .price-label,
.product-view .product-shop .price { font-size:18px; color:#262626; }
#price { position: relative; float: left; width: 155px; margin: 30px 0 0 0; }
#price .msrp { font-size: 11px; text-align: left; vertical-align: middle; color: #797979; }
/*.product-view .product-shop .range-fix.old-price { clear:both; width:100%; }
.product-view .product-shop .range-fix.old-price > span { font-size:12px !important; }*/
.product-view .product-shop .old-price .price,
.product-view .product-shop .old-price .price-label { font-size:18px;color:#262626;  }

/*.product-view .product-shop .range-fix.old-price .price,
.product-view .product-shop .range-fix.old-price .price-label{ font-size:12px; }
.product-view .product-shop .with-special .price-range{}
.product-view .product-shop .with-special .price,
.product-view .product-shop .price-box .with-special .price-to .price-label{}
.product-view .product-shop .range-fix.old-price .price,
.catalog-category-view .range-fix.old-price .price { color: #797979 !important; font-weight:normal !important; }*/

.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:#b50937; font-size:14px; }
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price { color:#b50937; }
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price { color:#b50937; font-size:11px; }
.product-view .product-shop .price-box p { display:inline; }
.product-view .product-shop .price-box .with-special { color:#b50937; font-size:18px; margin: 8px;}
.catalog-product-view .product-view .product-shop .add-to-links {float:left; position:relative; clear: both; bottom:-4px; right:0px;}
.product-view .product-shop .insurance { border-top:1px solid #d2d2d2; color:#262626; padding:4px 0 0 20px; background:url(../images/bkg_insurance-seal.png) 0 4px no-repeat; clear:both; position:relative; font-weight: bold; }
#warranty { position: fixed; z-index: 9999; width: 100%; height: 100%; background: white; top: 0; left: 0; opacity: 0.8; filter: alpha(opacity=80); }
#warranty-close { display: block; width: 15px; height: 15px; background: #797979 url('../images/catalog/quickview/sprite.png') 0 0 no-repeat; position: absolute; top: 6px; right: 6px; margin: -22px -6px 0 0; cursor: pointer; }
.product-view .product-shop .warranty-block { position:fixed; left: 50%; top:0; width:409px; right:14px; border-bottom:1px solid #d5d4d0; z-index:9999; margin: 20px 0 0 -205px; background: url('../images/warranty-bg.png') 0 0 repeat; }
.product-view .product-shop .warranty-block .std { background: #fff; border-bottom:3px solid #2a2a2a; padding: 20px; margin:0 20px 30px 20px; }
.product-view .product-shop .warranty-block .std img { float:left; margin-right:20px; }
.product-view .product-shop .warranty-block .std h2 { color:#b50937; font-size:22px; font-weight:bold; margin-bottom:10px; text-transform: uppercase; line-height: 100%; }
.product-view .product-shop .warranty-block .logomark { color:#000; font-size:28px; font-weight:bold; margin-bottom:20px; text-transform: uppercase; background: url('../images/blackburnlogomark.png') 0 0 no-repeat; margin: 20px 0 0 20px; height:44px; padding: 16px 0 0 45px; }
.product-view .product-shop .warranty-block .std p { overflow:hidden; font-size:12px; font-family: Arial; font-weight: normal; color:#262626; line-height:1.6em; padding: 5px 0 0 0; }

#shoplocal { position: fixed; z-index: 9999; width: 100%; height: 100%; background: white; top: 0; left: 0; opacity: 0.8; filter: alpha(opacity=80); }
#shoplocal-close { display: block; width: 15px; height: 15px; background: #797979 url('../images/catalog/quickview/sprite.png') 0 0 no-repeat; position: absolute; top: 6px; right: 6px; margin: -22px -6px 0 0; cursor: pointer; }
.shoplocal-block { position:fixed; top:20px; border-bottom:1px solid #d5d4d0; z-index:9999; left: 50%; background: url('../images/review-bg.png') repeat; margin: 0 0 0 -207px; overflow: visible; }
.shoplocal-block .std { background: #fff; border-bottom:3px solid #2a2a2a; padding: 10px; margin:10px 20px 30px 20px; overflow: hidden; }
.shoplocal-block .std img { float:left; margin-right:20px; }
.shoplocal-block .std h2 { color:#b50937; font-size:22px; font-weight:bold; margin-bottom:20px; text-transform: uppercase; line-height: 120%; }
.shoplocal-block .logomark { color:#000; font-size:28px; font-weight:bold; margin-bottom:20px; text-transform: uppercase; background: url('../images/blackburnlogomark.png') 0 0 no-repeat; margin: 20px 0 0 20px; height:44px; padding: 16px 0 0 45px; }
.shoplocal-block .std p { overflow:hidden; font-size:11px; color:#262626; line-height:1.3; }
.shoplocal-block .button { position: absolute; right: 0; bottom: -31px; margin: 10px 0; }

#review { position: fixed; z-index: 1000; width: 100%; height: 100%; background: #fff; top: 0; left: 0; opacity: 0.8; filter: alpha(opacity=80); float: left; clear: both; }
#review-close { display: block; width: 15px; height: 15px; background: #797979 url('../images/catalog/quickview/sprite.png') 0 0 no-repeat; position: absolute; top: 6px; right: 6px; margin: -22px -6px 0 0; cursor: pointer; }
#review-block { position: absolute; top: 0; border-bottom: 1px solid #D5D4D0; z-index: 1001; background: url('../images/review-bg.png') repeat; overflow: visible; float: left; clear: both; left: 50%; width: 405px; margin: -300px auto 0 auto; list-style: none !important; }
#review-block .std { background: #fff; border-bottom:3px solid #2a2a2a; padding: 10px; margin:10px 20px 30px 20px; overflow: hidden;}
#review-block .std img { float:left; margin-right:20px; }
#review-block .std h3 { color:#b50937; font-size:18px; font-weight:bold; text-transform: uppercase; line-height: 120%; width: 175px; float: left; margin: 0 0 20px 17px; }
#review-block .logomark { color:#000; font-size:28px; font-weight:bold; margin-bottom:20px; text-transform: uppercase; background: url('../images/blackburnlogomark.png') 0 0 no-repeat; margin: 20px 0 0 20px; height:44px; padding: 16px 0 0 45px; }
#review-block .std p { overflow:hidden; font-size:11px; color:#262626; line-height:1.3; }

#review-block .label { float: left; width: 60px; text-transform: uppercase; text-align: right; margin: 0 10px 0 0; font-size: 10px; height: 14px; }

.recaptchatable { line-height: 82% !important; }
#recaptcha_response_field { position: relative; display: block; float: left; }

.deals .button { margin: 0px; }

.product-view .product-shop .insurance a { color:#b50937; text-decoration:none; }
.product-view .product-shop .insurance a:hover { text-decoration:underline; }
.shopping-cart-item-message.notice{text-transform:uppercase; font-size:10px; padding: 0 0 0 10px;}
.product-view .product-name h1 { font-size:26px; line-height:1em; color:#262626; font-weight:bold; text-transform:uppercase; border-bottom:3px solid #262626; padding: 0 0 3px 0; }
.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 h2 { margin:0 0 5px; font-size:13px; }
.product-view .product-shop .add-to-cart { padding: 0; margin: 30px 0 0 0; position: relative; right: 0; width: 165px; float:right;}
.options-container-big .add-to-cart { margin: 0 !important; }

.product-type-configurable .with-special { display:block !important; }
.product-type-configurable .old-price { display:block; float:none; white-space:nowrap; text-decoration:none; }
.product-type-configurable .price { color:#797979 !important; }
.product-type-configurable .old-price .price-label,
.product-type-configurable .old-price .price { color:#989696 !important; font-size:12px; font-weight:bold; text-decoration:none; padding: 0; margin: 30px 0 0 0; position: absolute; left: 0; width: 165px; }

#quickview_addto #buttonholder { margin: 8px 0 0 -4px; float: left; clear: both; }
#quickview_addto .add-to-cart .qty-holder { border: solid #D2D2D2; border-width: 1px 0; margin: 5px 0; padding: 5px 0; width: 100%; }
#quickview_addto label { line-height: 30px; }

.stock-qty {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; overflow:hidden; text-indent:-9999px; text-decoration:none; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-decoration:none; }
.ratings { margin:5px 0; }
.ratings .rating-box { float:left; margin-right:5px; }
.products-grid .ratings .amount{display:none;}
.ratings .amount { font-size:12px; }
.ratings .rating-links { margin:0; font-size:11px; }
.ratings .rating-links a { text-decoration:none; font-size:10px; color:#262626; text-transform:uppercase; }
.ratings .rating-links a:hover { color:#b50937; }
.ratings .rating-links .separator { margin:0 3px; }
.ratings dt {}
.ratings dd {}


#star-container { width:136px; float: right; margin: 0 15px 0 0; }
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:13px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left bottom;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:48px;
	height:13px;
	margin: 3px 0 0 0;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(../images/star_small.gif);
	line-height: 10px;
	height: 13px;
}

/* Availability */
.availability { font-weight:bold; }
.availability.in-stock { color:#1b6800; }
.availability.out-of-stock { color:#b50937; margin: 20px 0 0 0; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat ; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#d12c01; }

.availability-only-details { margin:0 0 7px; border:1px solid #d9d9d9; }
.availability-only-details thead { background:url(../images/bkg_thead.gif) repeat-x scroll 0 0 #e8e8e8; }
.availability-only-details th,
.availability-only-details td { padding:2px 8px; }
.availability-only-details th { border-bottom:1px solid #d9d9d9; font-size:10px; text-transform:uppercase; }
.availability-only-details td { background:#fff; font-size:11px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

/********** < Product Prices */
.price { white-space:nowrap !important; color:#797979; }
.price-box .price-range { white-space:nowrap !important; color:#797979;}
#review-totals-block .red  .price,
.extra-red  .price {color:#b50937;}

.price-box {}
.price-box .price { }
.crosssell .price-box .price { font-weight:normal; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price {}

/* Old price */
.old-price { text-decoration:line-through; color:#797979;  float:left; font-size:12px; /*margin:0 5px 0 0;*/ }
.old-price .price-label { white-space:nowrap; color:#797979; display:none; }
.old-price .price { font-weight:normal; color:#797979; }
.sidebar .old-price .price-label { display:none !important; }

/* Special price */
.special-price { display:inline; color:#b50937; float:left;margin-left:5px; }
.special-price .price-label { white-space:nowrap; color:#b50937; font-weight:bold; display:none;}
.special-price .price { font-weight:bold !important; color:#b50937 !important; font-size: 12px; }
.sidebar .special-price .price-label { display:none !important; }

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

.minimal-price-link { display:block; margin:5px 0; text-decoration:none; }
#compare-items .minimal-price-link { color:#D2D2D2; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label { font-weight:bold; }
.minimal-price-link .price { 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; }

/* FPT */
.weee { display:block; font-size:11px; }
.weee .price { font-size:11px; 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 { display:inline; }
.price-from .price-label { display:none; }
.price-from .price { white-space:nowrap; }
.price-to { display:inline; }
.price-to .price { white-space:nowrap; }
.price-to .price-label { white-space:nowrap; display:inline; }

/* 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; }
.products-grid .old-price .price-label,
.cart-collaterals .old-price .price-label { color: #797979; }

/* Rewrites */
.price-box .with-special .price-to .price-label{ display:inline; }
.price-box .old-price .price-label { display:none; }

.price-box .range-fix.old-price .price-from .price-label { display:none; }

.price-box .with-special {float:left; color:#b50937 !important; font-weight:bold; float:left;/*margin:0 3px 0 0 !important;  margin-left:5px; */ }
.price-box  .with-special .price-range, .price-box  .price-range.with-special .price, .price-box  .with-special .price, .product-shop .price-box .with-special .price-label{color:#b50937 !important;font-weight:bold;padding: 3px;}

.product-view .product-shop .price-range.with-special{margin-top: 2px;}

.box-related .simple-old-price .price-label,
.box-up-sell .simple-old-price .price-label { display:none !important; }
.box-related .price-box .with-special .price-label,
.box-up-sell .price-box .with-special .price-label,
.box-up-sell .price-box .with-special .price,
.box-related .price-box .with-special .price { color:#b50937 !important; }
#wishlist-table .price-box .old-price,
#wishlist-table .price-box .with-special{float:none;}
.price-box .with-special .price-label{color:#d2d2d2;}
.price-box .with-special .price-from .price-label{display:none;}
.price-box .with-special .price,
.price-box .with-special .price,
.products-grid .item  .price-box .with-special .price-label
.cart-collaterals .price-box .with-special .price-to .price-label,
.box-collateral .price-box .with-special .price-label { /*color:#b50937;*/ font-weight:normal; }
.catalog-category-view .with-special .price,
.catalog-category-view .price-box .with-special .price-to .price-label,
#wishlist-table .with-special .price,
#wishlist-table .price-box .with-special .price-to .price-label { color:#b50937; font-weight:bold; }
.price-box .old-price{float:left;}
.price-from{}
.price-box .simple-old-price .price-label{display:none;}
.price-box .simple-old-price .price, 
.box-collateral .old-price .price-label,
.catalog-product-compare-index .old-price .price-label,
.catalog-product-compare-index .minimal-price-link .label {color:#797979;}
/********** Product Prices > */

/* Tier Prices */
.product-pricing { background:#fbf4de; border:1px solid #e2d4c7; padding:8px; margin:10px 0; }
.product-pricing li { line-height:1.35; margin:2px 0; }
.product-pricing li .price { font-weight:bold; font-size:12px !important; color:#b50937; }
.product-pricing li .benefit { font-weight:bold; font-style:italic; }

/* Add to Links */
#wish-social { margin: 10px 0 2px; border-top: 1px solid #d4d4d4; position: relative; float: left; width: 100%; height: 25px; }
.add-to-links { margin:1px 0 0; font-size:10px; clear:both;}
.add-to-links li { margin:2px 0; float: left; }
.add-to-links a { color:#262626; text-decoration:none; text-transform:uppercase; }
.add-to-links a:hover { color:#b50937; }
.add-to-links .separator { padding: 0 3px 0 7px; }

#socialbuttons { position: relative; float: right; width: 85px; margin: 5px 0 0 0; }

.addthis_button_pinterest { background: url(../images/pinterest.png) 0 0 no-repeat !important; width: 16px !important; height: 16px !important; }

/* Add to Cart */
#buttonholder { width:112px; float: right; position: relative; margin: 5px 0 0 0; }

.add-to-cart {}
.add-to-cart .qty-holder { width:52px; float: left; }
.add-to-cart label { font-size:11px; text-align: center; vertical-align:middle; margin-right:5px; color:#797979; }
.add-to-cart .qty { vertical-align:middle; margin:4px 6px 0 6px; padding: 5px 3px; width:25px !important; clear: both; float: left; position: relative;}


button.btn-cart span {}

/* On product view */
.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span {/* background-image:url(../images/bkg_btn-co.gif); padding:0 0 0 13px !important; height:27px!important; */}
.product-view .product-essential button.btn-cart span span,
.add-to-cart button.btn-cart span span {/* border:0; background-image:url(../images/bkg_btn-co.gif); padding:1px 32px 0 19px !important; color:#fff; font:bold 15px/26px Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; */}

/* Add to Links + Add to Cart */
.add-to-box {}
.product-essential .add-to-box {width:100%;}
.add-to-box .add-to-cart {}
.product-view .add-to-links { margin:0 !important; }
.product-view .add-to-links li { margin:0; }
.product-view .add-to-links li { line-height:16px; padding:3px 0 0;}

/* Product Options */
.product-options { margin:20px 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 0; padding:0 0 5px; }
.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 input.datetime-picker { width:150px; }
.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 { display:none; }
.product-view .product-options-bottom { padding:0; margin:30px 0 0 0; position: absolute; right: 0; width: 165px; }
.product-view .product-options-bottom .add-to-cart { float:left; }
.product-view .product-options-bottom .price-box,
.product-view .product-options-bottom p.required { display:none; }

.presale-item { clear:both; }
.catalog-product-compare-index .presale-item{padding:0 0 0 20px;}

/* Options in product info column */
.options-container-small { margin:20px 0 0; }
.options-container-small .product-options-bottom { float:left; }
.options-container-small .product-pricing { display:none; }
.options-container-small .price-box { display:none; }
.options-container-small .add-to-cart { padding:13px 15px 0 0 !important; }
.options-container-small .product-options-bottom p.required { padding:0 0 0 90px; width:auto; float:left; clear:left; text-align:left; }
.options-container-small
dt { float:left; line-height:1.2; width:10em; clear:left; padding:3px 5px 3px 0; margin:0 0 8px; }
.options-container-small dd { float:left; width:275px; border-bottom:0; padding:0; margin:0 0 8px; }
.options-container-small .product-options { margin:0 0 0; }

/* Options after product info column */
.options-container-big { float:left; width:200px; }

/* Bundle product - alternative view */
#customizeTitle { margin:0; }
#customizeTitle .button { display:none; }
.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; }

/* Bundle product global settings */
#bundle-product-wrapper { float:left; width:960px; overflow:hidden; position:relative; z-index:1; }
#bundleProduct { width:1921px; z-index:1; position:relative; }
#productView { margin:0; position:static; border:0; }
#options-container { min-height:410px; width:960px; position:relative; z-index:2; float:right; }
#options-container h1 { text-align:left; }

/* Bundle Product 2 column design */
.col2-left-layout  #bundle-product-wrapper,
.col2-right-layout #bundle-product-wrapper { width:755px; }
.col2-left-layout  #bundleProduct,
.col2-right-layout #bundleProduct { background-position:574px 0; width:1511px; }
.col2-left-layout  #options-container,
.col2-right-layout #options-container { background-position:277px 0; left:-1px; width:755px; }

.col2-left-layout  #options-container .product-options,
.col2-left-layout  #options-container .product-options-bottom,
.col2-right-layout #options-container .product-options,
.col2-right-layout #options-container .product-options-bottom { width:420px; }

.col2-left-layout  .bundle-summary,
.col2-right-layout .bundle-summary { left:460px; }

/* Bundle Product 3 column design */
.col3-layout #bundle-product-wrapper,
.col3-layout #options-container { width:572px; }
.col3-layout #bundleProduct { background-position:390px 0; width:1144px; }
.col3-layout #options-container { background-position:94px 0; }
.col3-layout #productView { margin-right:-10px; }

.col3-layout #options-container .product-options,
.col3-layout #options-container .product-options-bottom { width:237px; }
.col3-layout #options-container .product-options-bottom .price-box { float:none; }

.col3-layout .bundle-summary { left:277px; }

#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 { display:none; }
#options-container .product-options-bottom a { text-transform:uppercase; font-size:10px; }
#options-container .product-options-bottom a small { display:none; }
.moving-now {}

.bundle-summary { position:absolute; z-index:2; left:643px; margin-top:-1px; background: none !important; width:295px; }
.bundle-summary .block-title { background:none !important; border:none !important; border-bottom:3px solid #000 !important; padding:0 !important; margin-bottom:10px !important; margin-top:25px !important; }
.bundle-summary h2 { text-transform:uppercase; }
.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 { display:none; }
.bundle-summary .product > .clearer { display:none; }
.bundle-summary .product .price-box { margin-left:75px; }
.bundle-summary .product .add-to-cart { clear:both; margin-top:30px; }
.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 { position:relative; z-index:2; margin-bottom:62px; }
.groped-product-type .price { font-size:12px !important; }
.grouped-items td { vertical-align:middle; padding:5px 10px; }

/* Gift Card product */
.giftcard-form {}
.giftcard-form .required{margin:0;}
.giftcard-form label em { display:none; }
.giftcard-amount-form { margin:0 0 10px; }
.giftcard-amount-form label { width:120px; text-align:left; padding-right:5px; margin: 0 0 5px;}
.giftcard-amount-form .form-list .input-text { width:70px; }
.giftcard-amount-form .form-list select { width:150px; }
.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 { z-index:2; position:relative; }
.giftcard-send-form label { width:120px; text-align:left; padding-right:5px; padding-bottom:5px; }
.giftcard-send-form label em { display:none; }
.giftcard-send-form .field label { padding-bottom:0; }
.giftcard-send-form textarea,
.giftcard-send-form .field .input-text { width:320px !important; }
.giftcard-send-form textarea { resize:none; height:75px; }


/* Block: Related */
.box-collateral { background:#fff; }
.box-collateral .box-title { border-bottom:3px solid #262626; }
.box-related .box-title { border-bottom:3px solid #b50937 !important; }
.box-collateral .box-title h2 { font-size:18px; line-height:1.5; color:#262626; font-weight:bold; text-transform:uppercase; }
.box-collateral .products-grid,
.box-collateral .box-content { background:url(../images/pattern-bg.gif) 0 0 repeat; padding:0; margin:0; }
.box-collateral .products-grid.first,
.box-collateral .box-content.first { padding-top:10px; }
.box-collateral .products-grid.last,
.box-collateral .box-content.last { padding-bottom:10px; }

.addtocompare { border-top: 1px solid #D2D2D2; float:left; width: 100%; margin: 8px 0 0 0; padding: 3px 0 0 0; }

.box-collateral .price-box p { display:inline; white-space:nowrap; float:left; }
.box-collateral .old-price { float:none; }
.box-collateral .old-price > .price-label { /*display:inline; */display:none; }
.box-collateral .old-price .price-to .price-label { display:inline; }
.box-collateral .price-range.with-special { float:left; padding-right:5px; }

.product-view .product-collateral-right { float:right; width:330px; clear:right; }
.product-view .box-collateral { clear:both; margin:4px 0 20px 0; }
.product-view .box-collateral .product-name a { font-size:12px; font-weight:bold; text-transform:uppercase; text-decoration:none; }
.product-view .box-collateral .product-name a:hover { text-decoration:underline; color: #B50937 !important; }
.product-view .box-collateral .price-box {  }
.product-view .box-collateral .presale-item { clear:right; }
.product-view .box-collateral .note { padding:5px 20px; margin:0; font-size:12px; background:#f7edda; }
.product-view .box-collateral .note,
.product-view .box-collateral .note a { display:none; }
.product-view .box-collateral input.checkbox { display:none; }
.product-view .box-collateral ol { padding:20px 0 20px 20px !important; }
.product-view .box-collateral li.item .item-info {}
.product-view .box-collateral li.item { padding:0 10px 10px 10px; margin-bottom:10px; border-bottom:4px solid #fff; }
.product-view .box-collateral .box-content.last > li.last { margin-bottom:0; padding-bottom:0; border-bottom:none; }
.product-view .box-collateral li.item p a { color:#262626; text-decoration:none; text-transform:uppercase; font-size:10px; }
.product-view .box-collateral li.item p a:hover { text-decoration:none; color:#b50937; }
.product-view .box-collateral li.item .product-image { float:left; margin:0 -90px 0 0; width:90px; border:1px solid #d2d2d2; }
.product-view .box-collateral li.item .product-details { margin-left:102px; padding-top:5px; }

/* 3 Column Block: Related */
.col3-layout .product-view .box-related li.item .product-image { display:block; float:none; margin:0 auto; }
.col3-layout .product-view .box-related li.item .product-details { margin-left:0; }
.col3-layout .product-view .box-related input.checkbox { margin-left:135px; }

/* Block: Upsell */
.product-view .box-up-sell .box-content { padding-top:10px; }

/* Block: More Products */
.box-more-products .box-content { background: url(../images/more-products.png) repeat; }
/*.box-more-products .box-title { border-bottom:1px solid #d2d2d2; margin-bottom:12px; }
.box-more-products .box-title h2 { font-size:18px; color:#262626; }
.box-more-products .box-content { background:none; padding:0; }
.box-more-products li { position:relative; float:left; clear:left; }
.box-more-products .product-name a { font-weight:normal; }
.box-more-products .product-name a:hover { text-decoration:none !important; color:#b50c43; }

.box-more-products .product-image { visibility:hidden; position:absolute; left:104%; top:-44px; background:url(../images/bkg_more-products.png) 0 50% no-repeat #fff; padding-left:6px; z-index:100; }
.box-more-products img { border:solid #d2d2d2; border-width:1px 1px 1px 0; }
.box-more-products li:hover .product-image { visibility:visible; }*/

/* 2 Column Block: Upsell */
.col2-left-layout  .product-view .box-up-sell .products-grid,
.col2-right-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 30px; margin-right:0; }
.col2-left-layout  .product-view .box-up-sell .products-grid li,
.col2-right-layout .product-view .box-up-sell .products-grid li { display:inline; width:140px; }

/* 3 Column Block: Upsell */
.col3-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 15px; margin:0; }
.col3-layout .product-view .box-up-sell .products-grid li { width:135px; margin-right:2px; display:inline; }

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

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

/* Block: Reviews */
#reviewscroller { /*position: fixed; top: 20px; z-index: 1001; clear: both; left: 50%; width: 405px; margin: 0 0 0 -202px; list-style: none !important; overflow-x: hidden; overflow-y: auto;*/ }

.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; }
.review-summary-table tr.last td { border:0; }
.review-summary-table th.label,
.review-summary-table td.label { width:1px; white-space:nowrap; padding-left:0; background:none; }

.product-view .box-reviews { float:none; width:auto; }
.product-view .box-reviews .box-title { display:none; }
.product-view .box-reviews .box-content { background:none; padding:0 !important; margin-bottom:50px; }
.product-view .box-reviews li { border-bottom:1px solid #d2d2d2; padding-top:20px; overflow:hidden; }
.product-view .box-reviews li.last { border-bottom:none; }
.product-view .box-reviews li.first { padding-top:15px; }
.product-view .box-reviews li > p { float:left; color:#262626; width:430px; }
.product-view .box-reviews li > p strong { display:block; }
.product-view .review-summary-table { float:left; width:125px; margin:0 30px 0 0; }
.product-view .review-summary-table th.label { text-transform:uppercase; color:#262626; font-size:10px; vertical-align:top; padding:0 0 3px; white-space:normal !important; font-weight: normal; text-align:right;}
.product-view .box-reviews .date { margin:10px 0 15px; font-weight:normal; font-size:11px; color:#797979; }
/* Add Review Form */
#review-form .box-title h2 { line-height:1.3; border-bottom:3px solid #262626; color:#262626; text-transform:uppercase; font-weight:bold; margin-bottom:5px; }
#review-form h3.product-name { color:#262626; font-size:12px; font-weight:normal; margin-bottom:15px; }
#review-form h3.product-name span { text-transform:uppercase; }
#review-form label.required em { display:none; }
.form-list { list-style: none !important; }
#review-form .f-left { clear:left; }
#review-form .f-right .input-box,
#review-form .f-left .input-box { padding-right:20px; }
#review-form .f-left .input-text { width:305px; }
#review-form .f-right em,
#review-form .f-left em { display:none; }
#review-form .f-right textarea { width:320px; height:114px; resize:none; }
#review-form p.required { display:none; }
#review-form .buttons-set { width:auto; position: absolute; right: 0; bottom:-20px;}
#review-form .button { float:right; margin:0; }

.product-view .review-ratings-table { float:none; }
.product-view #product-review-table { width:100%; float:none; margin:5px 0 0; }
.product-view #product-review-table th .rating-box { display:inline-block; }
.product-view #product-review-table th,
.product-view #product-review-table td { text-align:center; border-bottom:none; padding:3px 5px; }
.product-view #product-review-table td.label { text-transform:uppercase; color:#262626; font-size:10px; text-align:left !important; font-weight:normal; }

.product-view .box-reviews .form-list .review-summary-table thead { background:none; }
.product-view .box-reviews .form-list .review-summary-table thead th { background:none; border:0; }
.product-view .box-reviews .form-list .review-summary-table .value { text-align:center; }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.review-product-list .col-main { padding-top:0; }

.product-review {}
.product-review .product-img-box { float:left; width:285px; }
.product-review .product-img-box .rating-box{display:none;}
.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:15px; font-weight:bold; color:#151515; line-height:19px; margin:0 0 10px; }
.product-review .details p.date { font-size:12px; font-style:italic; }
.product-review .details p { margin:10px 0; }
.product-review .details .review-summary-table { margin:10px 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; }

.product-technologies li { margin-bottom:20px; }
.product-technologies .technology-image { border:1px solid #d2d2d2; display:inline-block; margin-right:30px; vertical-align:middle; }
.product-technologies .technology-image img { max-height:120px; }
.product-technologies .technology { display:inline-block; overflow:hidden; width:425px; vertical-align:middle; }
.product-technologies .technology dt { font-weight:bold; }
.product-technologies embed,
.product-technologies object,
.product-technologies .media-player { position:relative; display:none; }
.product-technologies .media-player .note { position:absolute; top:0; left:0; padding-top:50px; text-align:center; left:15%; text-transform:uppercase; font-size:10px; }
.product-technologies .media-player .note a { display:block; text-transform:uppercase; text-decoration:none; font-weight:bold; }
.product-technologies .media-player .note a:hover { text-decoration:underline; }

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


/* CMS ============================================================================= */
.cms-home .col1-layout,
.cms-index-index .col1-layout { width:auto; padding: 0; background:#fff; }
.cms-home .top-callout,
.cms-index-index .top-callout {}
.cms-home .col1-layout .col-main,
.cms-index-index .col1-layout .col-main { padding:0; }

.cms-index-index .col2-set {}
.cms-home .col2-set .col-1,
.cms-index-index .col2-set .col-1 { width:705px; }
.cms-home .col2-set .col-2,
.cms-index-index .col2-set .col-2 { width:244px; border:1px solid #d9d7ca; border-left:0; margin-left:-244px; }
.cms-home .col2-set .col-2 img,
.cms-index-index .col2-set .col-2 img { display:block; margin:6px auto; }

.cms-home .col1-layout .category-view,
.cms-index-index .col1-layout .category-view { margin:0 0 20px; }
.cms-home .col1-layout .page-title,
.cms-index-index .col1-layout .page-title { margin:3px 0 0; }
.cms-home .col1-layout .products-grid,
.cms-index-index .col1-layout .products-grid { margin:0; border:1px solid #cbc0b2; padding-top:20px; padding-bottom:20px; }
.cms-home .col1-layout .products-list,
.cms-index-index .col1-layout .products-list { margin:0; border:1px solid #cbc0b2; padding-top:20px; }

.cms-hp-touchsmart-iq506-has-arrived .col-main { padding:0; }
.cms-hp-touchsmart-iq506-has-arrived .main { margin-top:0; }
.cms-hp-touchsmart-iq506-has-arrived .breadcrumbs { display:none; }
.new-product-spotlight { border:1px solid #cfcfcf; border-top:0; background:url(../images/callouts/electronics/new_computer_bg.jpg) no-repeat; height:519px; position:relative; }
.new-product-spotlight .link { position:absolute; top:95px; left:318px; }
.new-product-spotlight .more-new-positioning { position:absolute; top:42px; right:70px; width:207px; }
.new-product-spotlight .more-new-positioning h3 { margin-bottom:5px; font-size:11px; text-transform:uppercase; font-weight:bold; }
.new-product-spotlight .more-new { position:relative; height:335px; }
.new-product-spotlight .more-new .arrow-up { position:absolute; top:0; left:0; height:20px; width:207px; background:url(../images/callouts/electronics/more_new_arrow.gif) no-repeat; text-indent:-999em; }
.new-product-spotlight .more-new .arrow-down { position:absolute; bottom:0; left:0; height:20px; width:207px; background:url(../images/callouts/electronics/more_new_arrow.gif) no-repeat 0 100%; text-indent:-999em; }
.new-product-spotlight .more-new .content { position:absolute; top:20px; left:0; width:205px; height:295px; border-width:0 1px; border-style:solid; border-color:#dcdcdc; background:#fff; }
.new-product-spotlight .more-new ol { margin:10px 15px; padding-left:0; list-style-type:none; }
.new-product-spotlight .more-new .item { padding:10px 0 10px 85px; border-bottom:1px solid #d2d2d2; }
.new-product-spotlight .more-new .item.top {padding-top:0; }
.new-product-spotlight .more-new .item.last { border-bottom:0; padding-bottom:0; }
.new-product-spotlight .more-new .item img { float:left; margin-left:-85px; position:relative; }
.new-product-spotlight .more-new a { font-weight:bold; }

.cms-menu { padding:15px; border-bottom:1px solid #d1d1d1; background:#fff url(../images/bkg_cms-menu.gif) 0 0 repeat-x; font-size:12px; list-style-position:inside; }
.col-main .cms-menu { float:left; width:240px; border:1px solid #d1d1d1; margin:0 10px 5px 0; }
.cms-menu li { color:#999; margin:3px 0; }
/*.cms-menu li span { color:#444; }*/
.cms-menu li.parent > a,
.cms-menu li.parent > strong { background:url(../images/bkg_cms-menu-arrow-down.gif) 100% 50% no-repeat; padding-right:13px; }
.cms-menu li strong { font-size:13px; font-weight:bold; color:#333; }
.cms-menu li ul,
.cms-menu li ol { padding-left:15px; margin-bottom:7px; list-style-position:inside; }
/* CMS Menu Types */
ol.cms-menu.type-1 { list-style-type:decimal; }
ol.cms-menu.type-1 ol { list-style-type:decimal; }
ol.cms-menu.type-a { list-style-type:lower-alpha; }
ol.cms-menu.type-a ol { list-style-type:lower-alpha; }
ol.cms-menu.type-A { list-style-type:upper-alpha; }
ol.cms-menu.type-A ol { list-style-type:upper-alpha; }
ol.cms-menu.type-i { list-style-type:lower-roman; }
ol.cms-menu.type-i ol { list-style-type:lower-roman; }
ol.cms-menu.type-I { list-style-type:upper-roman; }
ol.cms-menu.type-I ol { list-style-type:upper-roman; }

ul.cms-menu.type-circle { list-style-type:circle; }
ul.cms-menu.type-circle ul { list-style-type:circle; }
ul.cms-menu.type-disc { list-style-type:disc; }
ul.cms-menu.type-disc ul { list-style-type:disc; }
ul.cms-menu.type-square { list-style-type:square; }
ul.cms-menu.type-square ul { list-style-type:square; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {margin: 0 0 -3px 0; }
.product-name a { }
.product-name a:hover { }

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

.catalogsearch-result-index  .sidebar{padding:90px 0 0;}
.catalogsearch-result-index .col-main{position:relative; padding:90px 20px 0;}
.catalogsearch-result-index .page-title{position:absolute; top:0px; left:-230px; width:973px; margin:0;}
.catalogsearch-result-index .block-title{ }

/* Sitemap */
.page-sitemap {}
.page-sitemap .sitemap { font-size:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
/* ======================================================================================= */
.twocolumn{height:1%; padding:0 20px; margin:25px 0; background:url(../images/general/separator-general.gif) repeat-y 340px 0   ;}
.twocolumn .left-column{width:300px; float:left;}
.twocolumn .right-column{width: 615px; float:right;}
.twocolumn  form{width:615px;}
/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main { padding:0; }
.checkout-cart-index .col-main .page-title { margin:0; }
.cart-empty { padding:20px; background:#fff; }
.cart .page-title { background:url(../images/general/bkg_title_light.gif); color:#262626; padding-left:20px; }
.cart .page-title h1 { color:#262626; }
.cart .title-buttons { padding-right:15px; }
.cart .messages,
.cart .messages li { margin:0; }
.cart .checkout-types { float:right; }

.cart .checkout-types fieldset { display:inline; }
.cart .checkout-types .btn-proceed-checkout span { /* background-image:url(../images/bkg_btn-co.gif); height:27px !important; padding:0 0 0 13px !important; */}
.cart .checkout-types .btn-proceed-checkout span span {/* border:0; background-image:url(../images/bkg_btn-co.gif); padding:1px 32px 0 19px !important; color:#fff; font:bold 15px/26px Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; margin:0 !important; */}
.cart .title-buttons .checkout-types li { margin:0 0 5px; }

.cart .edit-button-container { display:inline; }

/* Quick Edit cart */
.product-quick-edit { background:#fff; border:1px solid #000; z-index:999; position:relative; padding:20px; min-width:200px; }
.product-quick-edit .cancel { display:block; font-size:0; width:16px; height:16px; position:absolute; right:-1px; top:-1px; background:url(../images/btn_remove.png) 0 0 no-repeat; }

.product-quick-edit .product-image { display:none; }
.product-quick-edit .add-to-cart { width:70%; }

.product-quick-edit .configured-price,
.product-quick-edit span.price { display:inline; font-weight:bold; text-transform:uppercase; }
.product-quick-edit span.price { color:#797979; font-weight:normal; } 
.product-quick-edit .option-list { margin-top:20px; }
.product-quick-edit .qty-holder { margin:10px 0; }

/* Shopping Cart Table */
.cart-table { border-width:1px 0; }
.cart-table .item-options{line-height:14px;}
.cart-table .item-msg { font-size:10px; padding:0 0 0 10px;}
.cart-table thead th { vertical-align:bottom; border-bottom:3px solid #000 !important;}
.cart-table thead th.last{padding-right:0; }
.cart-table tbody td { padding:12px 5px 12px;  border:solid #d2d2d2; border-width:1px 0;}
.cart-table .btn-continue { float:left; background:none; border:none; }
.cart-table .btn-continue span { background:none; border:none; text-transform:none; color:#444; text-decoration:underline; font-weight:normal; padding:0; }
.cart-table .btn-update { float:right; }
.cart-table a{font-size:12px;}
.cart-table .price-col { padding-right:0; padding-left:41px; text-align: left;  }

.cart-table .card-wrapper{position:relative;}
.cart-table  .action-list {position:absolute; bottom:15px !important; right:-10px; width:300px;}
.cart-table  .action-list li{float:right; background:url(../images/general/separator-gray.gif) no-repeat 100% 3px; padding:0 8px 0 6px;}
.cart-table  .action-list li:first-child{background:none;}
.cart-table .action-list a{font-size:10px; line-height:14px; float:left;}
.cart-table  .action-list a:hover{color:#b50937; text-decoration:none;}

.cart-table .action-list .button ,
.cart-table .action-list .button span span,
.cart-table .action-list .button span{background:none;  font-size:10px; line-height:14px; color:#262626; padding:0; float:none; font-weight: normal; }
.cart-table .action-list .button:hover span{text-decoration:underline;}
.cart-table .action-list .button {float:left;}
.cart-table .cart-price{width:100%; color:#797979;}
.cart-table .cart-price span.price{display: block; padding: 0;}
.cart-table .va-middle{vertical-align:middle;}
.cart-table .action-list .btn-update:hover span span,
.cart-table .action-list .btn-update:hover span {color:#b50937; text-decoration:none;}
.cart-table .product-image img{width: 110px;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { }
.cart .wrapper{padding:25px 0 0; overflow:hidden;}
.cart .cart-collaterals h2 { color:#000; font-weight:normal; margin:0 0 5px; }
.cart .deals { float:left; width:300px; font-size:11px; }
.cart .deals p,
.cart .deals label { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:130px; margin:0 5px 3px 0; float:left; font-size:11px; height:14px; }
.cart .giftcard { position:relative; z-index:1; }
.cart .giftcard button.check-gc-status { clear:both;  font:10px/12px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#262626; }
.cart .giftcard button.check-gc-status strong { font-weight:normal; }
.cart .giftcard button.check-gc-status:hover strong{text-decoration:none; color:#b50937;}
.cart .giftcard button.check-gc-status span {}
.cart .giftcard button.check-gc-status span span {}
.cart .giftcard,
.cart .discount { margin:0 0 5px 0; }
.cart .cancel-btn { margin:3px 0 1px 0; clear:left; }
.cart .shipping { }
.cart .shipping-frame{border:1px solid #d2d2d2; padding:14px; margin:0 0 15px;}
#region_id{width:130px;}
.cart .extra-title,
.cart .shipping-frame   h2{font:bold 12px/14px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#262626; margin:0 0 15px;}
.cart .shipping-frame .form-list{width:100%; margin:0; padding:0 0 6px;}
.cart .shipping-frame .form-list li{float:left; width: 130px; margin:0  5px 0 0; font-size:11px}
.cart .shipping-frame .form-list .input-text{ width:124px; border:1px solid #d2d2d2; padding:2px; font-size:11px}
.cart .shipping-frame .form-list .validate-postcode{ text-transform:uppercase; font-size:11px;}
.cart .shipping-frame .buttons-set{padding:0; margin:0;}
.cart .shipping select { width:256px; }
.cart .shipping .input-text { width:250px; }
.cart .shipping p { margin:0 0 15px; }
.cart .shipping .buttons-set { }
.cart .shipping .form-list label { float:none; width:auto; text-align:left; padding:0; }
.cart .shipping .form-list .input-text,
.cart .shipping .form-list select { display:block; float:none; }
.cart .shipping .form-list .input-text { height:15px; }
#co-shipping-method-form fieldset{padding:0 0 0 15px; height:1%;}
#co-shipping-method-form .sp-methods .price{color:#262626;}

.cart .crosssell {margin: 0 0 25px;}
.cart .crosssell li {overflow:hidden; width:100%; border-top:1px solid #d2d2d2;}
.cart .crosssell li:first-child{border:0; padding-top:0;}
.cart .crosssell h2 { font-size:12px; color:#262626; font-weight:bold; text-transform:uppercase; margin-bottom: 10px; }
.cart .crosssell .item { padding:8px 0; }
.cart .crosssell .product-image { float:left; margin:0 10px 0 0; border:1px solid #d2d2d2; position:relative;}
.cart .crosssell .product-name { font-size:12px; }

.cart .crosssell .product-shop { float:left; width:190px; }
.cart .crosssell .product-name,
.cart .crosssell .price-box,
.cart .crosssell p,
.cart .crosssell .add-to-links { margin:0; }
.cart .crosssell .add-to-links li { margin:0; }
.cart .crosssell .add-to-links a{text-decoration:none; text-transform:uppercase; font-size:10px; color:#262626;}
.cart .crosssell .add-to-links a:hover{text-decoration:none; color:#b50937;}
.cart .crosssell .product-name a{text-decoration:none;text-transform:uppercase; cursor: pointer;}
.cart .crosssell .price-label,
.cart .crosssell .price,
.cart .crosssell .price-range { color:#797979 !important; font-weight:normal !important; }

.cart .crosssell .simple-old-price { float:none; display:inline; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:200px; }
.cart .totals table { width:100%;}
.cart .totals table th,
.cart .totals table td { padding:0 0 5px; }
.cart .totals .btn-remove img { vertical-align:middle; }
.cart .totals table tfoot strong { }
.cart .totals table tfoot td  { font:bold 12px/14px Arial,Helvetica,sans-serif;  text-transform:uppercase; color:#000;}
.cart .totals table tfoot .price { color:#262626; }
.cart .totals table th:first-child,
.cart .totals table td:first-child{text-align:left;}
.cart .totals .checkout-types li { margin:0 0 15px; }
.cart .totals .checkout-types a{text-decoration:none; color: #383838; font: 11px/12px Arial,Helvetica,sans-serif; text-transform: uppercase; white-space:nowrap; }
.cart .totals .checkout-types a:hover{text-decoration:none; color:#b50937;}
.cart .totals .checkout-types .btn-proceed-checkout{float:right;}
.cart .totals .discount-wrap .red .price,
.cart .totals .discount-wrap .red{color:#b50937;}
.cart .totals .discount-wrap .red .price{float:right;}
/* Options Tool Tip */
.item-options p { font-size:11px; font-weight:bold; text-transform:uppercase; }
.item-options dt { font-weight:bold; padding:0 ; }
.item-options dd { padding-bottom:5px; }
.top-cart .item-options {line-height:14px;}
.top-cart .item-options dl { width:100%; overflow:hidden;}
.top-cart .item-options dt { float:left; margin:0 10px 0 0; padding:0; font-weight: normal; }
.top-cart .item-options dd { padding:0;}

.truncated { cursor:help; margin:5px 0 0; position:relative; z-index:1; }
.top-cart .truncated a,
.top-cart .truncated{color:#d2d2d2;}
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none;  display:none;}
.truncated .truncated_full_value {}
.truncated .truncated_full_value .item-options {  padding:0; }
.truncated .truncated_full_value .item-options dl {  }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
.top-cart .truncated .show .item-options { top:-60px; left:-206px; }
.block-cart .truncated .show .item-options { top:-60px; left:-206px; }

/* Item options in the cart */
.cart .data-table .product-name { padding-left:10px; color:#262626; font-size:12px; font-weight:bold; }
.data-table .item-options dl { line-height:15px; }
.data-table .item-options dt { padding:0 0 0 10px; display:inline; color:#797979; font-size:12px; font-weight:normal; }
.data-table .item-options dd { padding:0 0 0 3px; display:inline; color:#797979; font-size:12px; }
.data-table .item-options dd .price { font-weight:bold; margin-left:5px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main { padding:20px 0 0; }

.opc-wrapper { background:url(../images/bkg_cols.gif) repeat-y -573px 0; }
.opc-wrapper .page-title { margin:0; position:relative; z-index:1; }
.opc-wrapper .page-title .callout { position:absolute; top:7px; right:20px; z-index:1; }
.opc-progress-container { float:left; width:182px; }
.opc-progress-container .opc-block-progress { background:#fff; }
.opc-progress-container .opc-block-progress .block-title { padding:17px 11px 10px 17px; background:none; border:0; border-bottom:1px solid #cfcfcf; }
.opc-progress-container .opc-block-progress .block-title strong { font:18px/1.1 Arial, Helvetica, sans-serif; padding:0; color:#111; }
.opc-progress-container .opc-block-progress .block-content { padding:17px 11px 17px 17px; }
.opc-progress-container .opc-block-progress dt { font-weight:bold; margin:2px 0 8px; }
.opc-progress-container .opc-block-progress dt.complete { font-weight:bold; margin:2px 0 4px; }
.opc-progress-container .opc-block-progress dt.complete a { font-weight:normal; text-transform:lowercase; }
.opc-progress-container .opc-block-progress dd.complete { margin:5px 0 8px; padding:5px; }

.opc { float:right; width:755px; }
.opc li.section { position:relative; }
.opc .step-title { margin:0 0 1px; }
.opc .step-title .number { display:none; }
.opc .step-title h2 { background-color:#e6e6e6; color:#686868; font-size:11px; line-height:22px; padding:0 14px; font-weight:bold; text-transform:uppercase; }
.opc .allow .step-title {}
.opc .allow .step-title h2 { background-color:#656565; color:#fff; cursor:pointer; }
.opc .active {}
.opc .active .step-title { margin:0 0 0; padding:0 0 0 0; }
.opc .active .step-title h2 { background:#d12c01 url(../images/bkg_active-step.gif) repeat-x 0 0; color:#fff; text-transform:capitalize; font-weight:normal; border-bottom:1px solid #cfcfcf; cursor:default; font-size:16px; padding:5px 20px 2px; line-height:24px; height:24px; }
.opc .step { padding:20px; min-height:300px; font-size:12px; background:#fcfcfc; border-top:0; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Steps */
.opc .form-alt .input-box { width:695px; }
.opc .form-alt .input-box select { width:695px; }

#checkout-step-login { height:auto !important; min-height:0 !important; padding:0; }
#checkout-step-login .col2-set { padding:20px 20px 30px; height:auto !important; min-height:0 !important; }
#checkout-step-login .login-only { background-image:none; }
#checkout-step-login h4 { font: bold 21px/21px Arial, Helvetica, sans-serif;  margin:0 0 15px; text-transform:uppercase;}
#checkout-step-login .col2-set .col-1 { padding:20px 0;  margin:0; float:right;  width:400px; }
#checkout-step-login .col2-set .col-2 { float:left; border:1px solid #d2d2d2; background:url(../images/general/bg-checkout-login.gif) repeat; width:280px;  padding:20px;}
#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  h3.top-title{text-transform:uppercase; font-size:21px; line-height:21px; margin: 0 0 15px;}
#checkout-step-login .form-list label,
#checkout-step-login .form-list .label { float:left; width:auto;  margin:0 0 5px; clear:both; font-weight:normal;}
#checkout-step-login .form-list .radio{float:left;}
#checkout-step-login .form-alt{padding: 0 0 0 30px;}
#checkout-step-login  .no-p{margin:0;}
#checkout-step-login  .disc{margin:0 0 0 10px;}
#checkout-step-login .form-alt label{clear:none;}
#checkout-step-login .buttons-set,
#checkout-step-login .row{overflow:hidden; width:100%;}
#checkout-step-login .row{padding:15px 0 0; color:#b50937;}
#checkout-step-login  .checkout-mult-link a,
#checkout-step-login .row a{ color:#b50937; text-decoration:none; cursor:pointer;}
#checkout-step-login  .checkout-mult-link a:hover,
#checkout-step-login .row a:hover{text-decoration:underline;}
#checkout-step-login .form-list  label em{float:none; color:#b50937;}
#checkout-step-login .form-list .input-box{float:none;}
#checkout-step-login .btn-only { }
#checkout-step-login .btn-only .button { }
#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:210px; }
#checkout-step-login .more,
#checkout-step-login .lost-pass{color:#b50937; text-decoration:none;}
#checkout-step-login .more:hover,
#checkout-step-login .lost-pass:hover{text-decoration:underline;}
#checkout-step-login .form-regnew li{width:100%; overflow:hidden;}
#checkout-step-login .form-regnew input{float:left; margin:3px 10px 0 0;}
#checkout-step-login .form-regnew label{float:left; width:auto; padding:0;}
.checkout-onepage-index .step-title{display:none;}
#opc-review.active .step-title { display:block; background:none;}
#opc-review .cms-order-review { margin-bottom:15px; }
.checkout-onepage-index #opc-review.active .step-title h2{  font:21px/21px Arial, Helvetica, sans-serif; color:#262626; border-bottom:1px solid #262626 !important; padding:0 0 5px ; background:none; margin:0 0 15px; text-transform:uppercase;}

.opc .buttons-set
.opc .form-buttons { width:auto; }
.opc .buttons-set p.back-link { }
.opc .form-buttons { width:auto;}
.opc .buttons-set .button,
.opc .form-buttons .button {  margin:0; }
.opc p.required { }

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

/*
#checkout-step-shipping_method .buttons-set,
#opc-payment .buttons-set { width:521px; margin-top:10px; margin-bottom:0; }
#checkout-step-shipping_method .buttons-set .back-link,
#opc-payment .buttons-set .back-link { width:245px; padding-right:15px; float:left; text-align:right; }
#checkout-step-shipping_method .buttons-set .back-link a,
#opc-payment .buttons-set .back-link a { display:inline; float:none; }
#checkout-step-shipping_method p.required,
#opc-payment p.required { padding:0 0 0 260px; }
#opc-payment p.note { padding:10px 0; font-size:11px; }
*/

#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:12px; }
#checkout-step-review .data-table tfoot tr.last strong { font-size:14px; }

#checkout-step-review .buttons-set { padding:20px 0; margin:0; }
#checkout-step-review .buttons-set .button{float:right;}

#my_recent_reviews .product-name a{font-weight:normal;}
.opc .checkout-agreements { margin:20px; }

/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span { background-image:url(../images/bkg_crumbs.gif); background-repeat:no-repeat; }
.checkout-progress { padding:0 0 0 0; border-bottom:1px solid #cfcfcf; background-color:#ededed; text-align:center; margin:-21px -21px 5px; font-size:11px; font-weight:bold; text-transform:uppercase; width:940px; position:relative; z-index:2; }
.checkout-progress li { float:left; width:20%; text-align:center; color:#888; line-height:20px; }
.checkout-progress li span { display:block; text-align:center; border-right:1px solid #cfcfcf; }
.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:#d12c01; }

.multiple-checkout { position:relative; z-index:1;  margin:0 0 25px;}
.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; color:#cd3800; text-align:right; display:block; margin:10px 0 15px; }
.multiple-checkout .grand-total .price-label { font-weight:normal; }
.multiple-checkout .grand-total .price { font-weight:bold; }
.multiple-checkout .sp-methods { font-size:12px; }
.multiple-checkout .checkout-multishipping-payment-customerbalance { font-size:12px; margin-bottom:7px; }
.multiple-checkout .back-link a{text-transform:uppercase; font-size:11px; text-decoration:none;}
.multiple-checkout .back-link a:hover{text-decoration:underline;}
.multiple-checkout .back-link small{display:none;}
.multiple-checkout .data-table td { vertical-align:middle; }

/* billing-new-address-form */
#billing-new-address-form li.fields{width:100%; margin:0; padding:0 0 10px;}
#billing-new-address-form li.fields .field{float:right; width:177px; clear:none;}
#billing-new-address-form li.fields .field:first-child{float:left;}
#billing-new-address-form li.fields .customer-name{width:100%;}
#billing-new-address-form li.fields .input-text{width:170px;}
#billing-new-address-form li.fields label{width:auto; font-weight:normal;}
#billing-new-address-form h3{text-transform:uppercase;}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods{padding:0;}
.sp-methods dt { font-weight:bold; margin-bottom:5px; }
.sp-methods dd { margin:0 0 7px; }
.sp-methods dd li { margin:5px 0; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list {  margin:15px 0; }
.sp-methods .form-list .input-text { width:250px; }
.sp-methods .form-list select { width:256px; }
.sp-methods .form-list label { width:155px; }

.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.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; }
.sp-methods .adv-container { padding-left:170px; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.checkmo-list li { margin:0 0 4px; }
.checkmo-list label { padding-top:0; }
.checkmo-list address { float:left; }

.please-wait { position:absolute; z-index:99; top:50%; left:50%; margin:-34px 0 0 -90px; border:5px solid #797979; font-size:12px; color:#797979; font-weight:bold; background:#fff; padding:20px; white-space:nowrap; }
.cvv-what-is-this { cursor:help; margin-left:5px; color:#383838;  font:10px/18px Arial, Helvetica, sans-serif; text-transform:uppercase;}

/* 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 h3 { 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 #d1d1d1; background:#f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0; }
.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 0; 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; }

/* Centinel */
.centinel { margin:10px 0; }
.centinel p { margin:0 0 10px; }
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { margin:0; padding:20px; }

/* Quick Checkout */
.quick-checkout .opc #checkout-step-login { margin-left: -27px;  margin-right: -371px;}
.quick-checkout .page-title { margin-bottom:35px !important; }
.checkoutsteps-login-body .page-title.title-buttons{margin:0 !important;}
.checkoutsteps-login-body #checkout-step-login .col2-set{padding-top:14px;}

.quick-checkout .checkout-cont { position:relative; padding-bottom:100px; }
.quick-checkout .opc { width:465px; float:left; }
.quick-checkout .opc li.section { position:static; }
.quick-checkout #checkout-step-payment { padding-bottom:0; padding-top:0; }
.quick-checkout .opc .step-title { }
.quick-checkout .opc .step-title h2 { padding-left:0; }
.quick-checkout .breadcrumbs{display:none;}
.quick-checkout  .sidebar{padding: 0 0 0 20px; width:190px;}
.quick-checkout  .col-main{padding: 0 20px 20px; width:730px; border-left:1px solid #d2d2d2; margin:0 0 20px;}
#checkout-progress-wrapper .checkout-process dt{ font:bold 11px/14px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#797979; padding: 0 0 5px !important;}
#checkout-progress-wrapper .checkout-process dt.active{color:#262626;}
.form-validate-extra li.fields{width:100%;}
.form-validate-extra .field{float:left; margin:0 30px 0 0; clear:none; width: 182px;}
.form-validate-extra .field label{width:auto !important; margin:0 0 5px}
.form-validate-extra  .input-box input.input-text{width:180px;}
.form-validate-extra  .input-box2 input.input-text{width:392px;}


.checkout-onepage-index .wrap-main{overflow:hidden; width:100%;}
.wrap-main #headerSteps{font:bold 11px/28px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#fff; overflow:hidden; width:100%; padding:0 0 25px;}
.wrap-main #headerSteps li{float:left; background:#d2d2d2; padding:0 5px 0 10px;}
#headerSteps  li.step1{background:#d2d2d2 url(../images/general/bg-steps.gif) no-repeat 100% -28px; padding-right:15px;}
#headerSteps .step1.active{background:#b50937 url(../images/general/bg-steps.gif) no-repeat 100% 0;  }
#headerSteps li.step2{background:#d2d2d2 url(../images/general/bg-step-end.gif) no-repeat 100% 0; padding-right:15px;}
#headerSteps li.step2.active{background:#b50937 url(../images/general/bg-step-end.gif) no-repeat 100% -28px;}
#checkout-review-table .sub-title{border:0; color:#262626; font-size:21px; }
#checkout-review-table  th{padding:0 0 5px;}
.quick-checkout #checkout-review-table th a{background:none; color:#262626; font-size:11px; font-weight:normal;}
.quick-checkout #checkout-review-table th a:hover{color:#b50937; text-decoration:none; }
.quick-checkout #right-column-totals{width:305px;}
.quick-checkout #checkoutSteps{width:385px;}
.quick-checkout.checkout-onepage-index .col-main .messages { width:auto !important; }
.quick-checkout.checkout-onepage-index .col-main .messages li.error-msg ul li { display:block !important; padding-top:10px; }
.quick-checkout .col-left { width:195px !important;}
.quick-checkout .opc .step { background:none; padding:20px 5px 20px 10px; }
.quick-checkout .opc .buttons-set,
.quick-checkout .opc .form-list { width:auto !important; }

.quick-checkout #address-select-label { white-space:nowrap; font-weight:normal; display:block; margin: 0 0 5px; text-transform: none !important;}
.quick-checkout .checkout-switcher { overflow:hidden; margin-bottom:5px; padding:1px 0 0;}
.quick-checkout .checkout-switcher li { float:left; margin:0 1px 0 0;}
.quick-checkout .checkout-switcher strong,
.quick-checkout .checkout-switcher a { display:block; font-size:0; background:url(../images/multishipping_switcher.png) 0 0 no-repeat; width:105px; height:23px; text-indent:-9999px;   }
.quick-checkout .checkout-switcher strong { background-position:100% 0; width:129px; }
.checkout-onepage-index.quick-checkout .checkout-switcher { margin-bottom:15px; }
.checkout-multishipping-addresses  .multicheckout-address .checkout-switcher span,
.checkout-multishipping-addresses #checkout_multishipping_form .buttons-set button{margin:0 5px 0 0;}
.checkout-onepage-index.quick-checkout .checkout-switcher a { background-position:100% -23px; width:142px; }
.multicheckout .checkout-switcher strong,
.checkout-multishipping-addresses  .multicheckout-address .checkout-switcher strong{width:142px;}
.multicheckout .checkout-switcher a,
.checkout-multishipping-addresses  .multicheckout-address .checkout-switcher a{width:116px;}
.multicheckout-address h3.sub-title{margin:0;}
.checkout-onepage-index.quick-checkout .checkout-switcher strong { background-position:0 -23px; width:116px; }
.quick-checkout  .wrap-checkout{overflow:hidden; width:100%;}
.quick-checkout  .wrap-checkout .sub-title{margin:0;}
.quick-checkout  .wrap-checkout .required-extra{float:right; font-size:11px; color:#b50937;}
.checkout-multishipping-addresses .data-table tr.last th{border-bottom:3px solid #262626;}
.quick-checkout #checkout-step-shipping .input-box { width:auto;  }
.quick-checkout #shipping-new-address-form .input-box { width:auto;  }

 /* multicheckout  */
.checkout-multishipping-shipping.quick-checkout .checkout-switcher { margin-bottom:20px; }
.checkout-multishipping-shipping .buttons-set a,
#checkout_multishipping_form .buttons-set a {text-transform:uppercase; font-size:10px; text-decoration:none; color:#383838;}
.checkout-multishipping-shipping .buttons-set a small,
#checkout_multishipping_form .buttons-set a small{display:none;}
#multiship-addresses-table .btn-remove2:hover,
.checkout-multishipping-shipping .buttons-set a:hover,
#checkout_multishipping_form .buttons-set a:hover{text-decoration:none; color:#b50937;}
#multiship-addresses-table .input-text{color:#797979;}
#multiship-addresses-table .btn-remove2{font-size:11px; color:#262626}
#multiship-addresses-table select{width:250px;}
#multiship-addresses-table .dropdown {width:345px;}
#multiship-addresses-table .dropdown.large dt span{width:315px;}
#multiship-addresses-table dl.item-options dt{display:none;}
#multiship-addresses-table dd{color:#797979; padding:0 0 3px; display:block; }
/* #multiship-addresses-table dl.item-options dd{padding:0 0 3px;} */

.multiple-checkout .data-table thead th{border-bottom:3px solid #262626;}
.multicheckout .data-table tr.last td{border:0;}
.multicheckout .shipping-method-title{color:#b50937; font:bold 16px/16px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:0 0 5px;}
.multicheckout .section-title{color:#262626; font:bold 12px/16px Arial, Helvetica, sans-serif; text-transform:uppercase;}
.multicheckout .multishipping-cols {border-bottom:1px solid #d2d2d2;}
.multicheckout .multishipping-cols .col-1{width:270px;}
.multicheckout .multishipping-cols .col-2{width:330px;}
.multicheckout-wrap{width:100%; overflow:hidden; border-bottom:1px solid #d2d2d2; padding:11px 0 0;}
.multicheckout  h3.grey-title{text-transform:uppercase; font-weight:bold;}
.multicheckout-wrap .left-title{text-transform:uppercase; float:left; font-weight:bold;}
.multicheckout-wrap .edit{float:right; text-transform:uppercase; font-size:10px; text-decoration:none; cursor:pointer;}
.multicheckout-wrap .edit:hover{text-decoration:underline; color:#B50937; }
#checkout-progress-state li{padding:5px 0 0 13px;}
#checkout-progress-state li.first,
#checkout-progress-state li.last,
#checkout-progress-state li.billing-address-header{padding:0;}


#checkout_multishipping_form .buttons-set button.button{float:right; margin:0 5px 0 0;}
#checkout_multishipping_form.data-table tr.last td{border:0;}
.multishipping-process h4.sub-title{color:#262626; font:bold 11px/14px Arial, Helvetica, sans-serif; border:0; margin:0;}
.checkout-multishipping-address-editbilling .multishipping-process h4.sub-title{ border-bottom:1px solid #797979 !important; }
.checkout-multishipping-address-editbilling .multishipping-process .address{color:#797979; margin: 0 0 10px;}
.multishipping-process li.active h4.sub-title{ color:#797979; }
.shipping_method_form div.multishipping-cols.lasr{border:0 !important;}
.checkout-multishipping-shipping span.qty-extra{border:1px solid #d2d2d2; display:block; width:22px; line-height:22px; height:22px; text-align:center;}
.checkout-multishipping-addresses  .data-table-cont{border-bottom:1px solid #d2d2d2; padding: 0 0 10px;}
.checkout-multishipping-address-newshipping .multishipping-process h4.sub-title,
.checkout-multishipping-addresses .multishipping-process h4.sub-title,
.checkout-multishipping-shipping .multishipping-process h4.sub-title{color:#797979;}
.checkout-multishipping-address-newshipping li.active h4.sub-title,
.checkout-multishipping-addresses .multishipping-process li.active h4.sub-title,
.checkout-multishipping-shipping .multishipping-process li.active h4.sub-title{color:#262626;}
.multishipping-process h4.sub-title a.edit-link{background:none !important;}
.checkout-multishipping-overview .multishipping-process h4.sub-title,
.checkout-multishipping-billing .multishipping-process h4.sub-title{ border-bottom:1px solid #797979; color:#797979;}
.checkout-multishipping-overview  .multishipping-process li.active h4.sub-title,
.checkout-multishipping-billing .multishipping-process li.active h4.sub-title{border:0; color:#262626;}
.checkout-multishipping-overview  .multishipping-process  .edit-link,
.checkout-multishipping-billing .multishipping-process  .edit-link{background:none !important; float:right;}
.checkout-multishipping-overview  .multishipping-process .address,
.checkout-multishipping-billing .multishipping-process .address {color:#797979; display:block; margin:0 0 10px;}
.checkout-multishipping-overview h4.box-title,
.checkout-multishipping-overview h3.box-title{text-transform:uppercase; font-size:14px;}


.multiple-checkout .info-box .separator{display:none;}
.multiple-checkout .col2-set .narrow,
.multiple-checkout .col2-set .wide{width:45%;}
.quick-checkout .sp-methods .form-list { margin-top:-5px; }
.quick-checkout #co-billing-form .form-list > li.control label:first-child { }
.quick-checkout .shopping-cart .discount label,
.quick-checkout .shopping-cart .giftcard label { text-transform:none; font-size:14px; }
.quick-checkout #co-billing-form > fieldset { border-bottom:1px solid #d1d1d1; margin-bottom:15px; }
#billing-new-address-form{margin:0;}
.quick-checkout .opc .select-dropdown { width:172px !important; }
.quick-checkout #opc-payment {}
.quick-checkout #opc-payment .step-title h2 { border-bottom:1px solid #d1d1d1; }
.quick-checkout #opc-payment .select-dropdown dd,
.quick-checkout #opc-payment .select-dropdown dd ul,
.quick-checkout #opc-payment .select-dropdown .options,
.quick-checkout #opc-payment .select-dropdown { }
.quick-checkout #payment-buttons-container { position:absolute; margin:0; right:20px; bottom:20px; }
.quick-checkout #payment-buttons-container .button span { }
#co-billing-form .radio{float:left; margin:5px 5px 0 0;}
#co-billing-form label{margin:0 10px 0 0; white-space:normal;}
#co-billing-form .control {overflow:hidden;}
#co-billing-form .control label{font-weight:normal; text-transform: none !important;}
#co-billing-form label.fwn{margin:0 10px 5px 0; font-weight:normal !important;}
#co-billing-form  #billing-new-address-form li.control label{float:none;}
#col-right-opcheckout .sub-title{width:100%; overflow:hidden;}
#col-right-opcheckout .sub-title a{font: 11px/14px Arial, Helvetica, sans-serif; text-transform:uppercase; text-decoration:none; color:#262626; float:right;}
#col-right-opcheckout .sub-title .edit-link :hover{text-decoration:none; color:#b50937;}
#col-right-opcheckout .sub-title .btn-shipping{color:#797979;  font-weight:bold; float:left;}
#col-right-opcheckout .sub-title2 .btn-shipping{padding:0 0 0 13px;}
#col-right-opcheckout .btn-shipping:hover{text-decoration:underline;}
.checkout-multishipping-success .page-title h1{}
.checkout-multishipping-success .col-main{width:960px;}



.quick-checkout #checkout-step-shipping p.required,
.quick-checkout #opc-payment p.required { position:absolute; left:397px; top:0; text-transform:none; font-size:13px; }
.quick-checkout .gifcard-link a{text-transform:uppercase; font-size:10px; color:#383838; text-decoration:none;}
.quick-checkout .gifcard-link a:hover{text-decoration:none; color:#b50937;}
#checkout-step-payment #giftcard_code,
#checkout-step-payment  #coupon_code{font-size:11px; width:130px;} 
#checkout-step-payment .giftcard,
#checkout-step-payment .discount{padding:0 0 5px;}
.quick-checkout .select-dropdown dd { }
.quick-checkout .multicheckout .select-dropdown dd { }
.quick-checkout .field label { position:relative; width:190px; }
.quick-checkout em.optional { position:absolute; right:-118px; top:1px; font-size:13px; text-transform:none; }
.quick-checkout #opc-payment h2.billing-address { font-size:21px; font-weight:bold; border-bottom:1px solid #d1d1d1;  text-transform:uppercase; color:#262626; margin: 0 0 15px; padding: 0 0 5px;}
.quick-checkout #opc-payment .back-link a {}
.quick-checkout #opc-payment .back-link a:hover { text-decoration:none; }
.quick-checkout #cancel-coupon-button {  }
.quick-checkout .checkout-process dt a { color:#808181; text-decoration:none;}
.quick-checkout .checkout-process dt a:hover {text-decoration:underline;}
.quick-checkout .checkout-process .complete {font-size:10px;}
.quick-checkout #checkout-progress-state .edit-link,
.quick-checkout .checkout-process dt.complete .edit-link { }
.quick-checkout .checkout-process dt.opc-billing .edit-link { margin-top:4px; margin-left:20px; }
.quick-checkout .checkout-process dd { padding-left:12px; padding-right:20px; }
.quick-checkout .checkout-process dd address { border-bottom:1px dotted #d1d1d1; padding-bottom:5px; }
.quick-checkout #col-right-opcheckout .checkout-process dd address { color:#797979; font-size:12px; line-height:18px; margin-bottom:10px; border:0;}

.quick-checkout .checkout-process dd.opc-billing address { border-bottom:none; padding-bottom:0; }
.quick-checkout .validation-advice { width:auto !important; min-width:170px; margin-right:0; }
.quick-checkout .v-fix .validation-advice { max-width:190px; }
.quick-checkout .form-list li.fields .field {  }
.quick-checkout #opc-review { padding-right:0; margin-right:-305px; border-right:none; }
.quick-checkout #opc-review h2 { border-bottom:none; }
.quick-checkout .email-li input { width:97%; }
.quick-checkout .shipping-methods-container .insert-wrap { overflow: hidden; }
.quick-checkout .shipping-methods-container .insert-wrap .cf-title { color:#0d0d0d; font-size:12px; padding-bottom:5px; text-transform:uppercase;  border-bottom:1px solid #d2d2d2;}
.quick-checkout #onepage-checkout-shipping-method-additional-load,
.quick-checkout #checkout-shipping-method-load { width:48%; float:left; padding:0; }
.quick-checkout #checkout-shipping-method-load  .messages  { display:block; width:170px !important; line-height:16px;}
.quick-checkout #checkout-shipping-method-load  .messages  li.error-msg { background:#fff; border:1px solid #b50937; padding:5px; }
.quick-checkout #checkout-shipping-method-load  .messages  li.error-msg ul{padding:0; background:none;}
.quick-checkout #checkout-shipping-method-load  .messages  li.error-msg ul li{color:#b50937; padding:0; margin:0; font-size:11px; line-height:14px;}
#product_comparison .visual-box{position:relative;}

.quick-checkout.checkout-onepage-index .col-main .messages ul li { padding:0; text-transform: capitalize; font-size:9px; }
.quick-checkout.checkout-multishipping-shipping .messages ul li { white-space:nowrap; }
.quick-checkout.checkout-multishipping-billing #billing-new-address-form h3 { border-bottom:1px solid #d1d1d1; }
.quick-checkout.checkout-multishipping-billing .col-main { position:relative; }
.quick-checkout.checkout-multishipping-billing .col-main > p.required { color:#000; text-transform:none; font-size:13px !important; width:auto; position:absolute; left:373px; }
.quick-checkout.checkout-multishipping-billing .col-main .payment-info > h3 { border-bottom:1px solid #d1d1d1; margin-right:27px !important; }
.quick-checkout.checkout-multishipping-billing #billing-new-address-form h3 { margin:12px 0 !important; font-size:19px; padding-bottom:4px; }
.quick-checkout.checkout-multishipping-billing #ddState-header { max-width:165px; }
.quick-checkout .cms-shipping-method { font-size:11px; line-height:17px; float:right; width:50%;}
.quick-checkout #opc-shipping .buttons-set .button {  }
.quick-checkout #opc-shipping .buttons-set .button span { }
.quick-checkout #opc-shipping .buttons-set .button span span { }
.quick-checkout #opc-shipping .buttons-set .button:active { }
.quick-checkout .buttons-set p.back-link a { }

.quick-checkout #checkout-step-shipping { padding:0;}
.quick-checkout  #payment-buttons-container,
.quick-checkout #shipping-buttons-container { position:absolute; bottom:0; right:0; width:730px !important;}
.quick-checkout  #payment-buttons-container button,
.quick-checkout #shipping-buttons-container  button{float:right;}
.quick-checkout #checkout-step-shipping .wide { margin-bottom:30px; }
.quick-checkout #checkout-step-shipping .wide .select-dropdown { width: 380px !important; }
.quick-checkout #checkout-step-shipping .wide .dropdown.large dt span { width: 348px; }
.quick-checkout #checkout-step-shipping .wide .dropdown.large dd ul { width:auto !important; min-width:378px; text-transform:uppercase; }

.quick-checkout #shipping-new-address-form .customer-name{ overflow:hidden; width:100%;}
.quick-checkout #shipping-new-address-form .field{float:right; width:185px; margin:0; clear:none;}
.quick-checkout #shipping-new-address-form .field:first-child{float:left;}
.quick-checkout #shipping-new-address-form .field label {width:auto; font-weight:normal;}
.quick-checkout #shipping-new-address-form  .input-box  {width:183px; padding:3px 0 0;}
.quick-checkout #shipping-new-address-form  .input-box input{width:179px;}
.quick-checkout #shipping-new-address-form  .control label{margin:0 5px 0 0;}
.quick-checkout #shipping-new-address-form  .control .checkbox{margin:4px 5px 0 0; float:left;}
.giftcard-total-row a{float:left; margin:4px 5px 0 0; }
#checkout-review-table tr.giftcard-total-row  th{padding:5px 12px;}
#checkout-review-table  thead th{border-bottom:3px solid #000;}
/* payment-form */
.payment-form li{width:100%;}
.opc .payment-form li { width:400px; }
.payment-form li:after{content:''; display:block; clear:both;}
.payment-form .left-column,
.payment-form .right-column{ float:left;}
.payment-form .left-column .input-box,
.payment-form .right-column .input-box{padding-right: 20px; width: 173px;}
.payment-form .left-column{width:205px;}
#multishipping-billing-form #payment_form_ccsave .left-column,
#multishipping-billing-form #payment_form_xipay .left-column{width: 193px;}
#multishipping-billing-form #payment_form_ccsave .right-column,
#multishipping-billing-form #payment_form_xipay .right-column { width: 175px; }
#multishipping-billing-form #payment_form_ccsave .right-column .input-box,
#multishipping-billing-form #payment_form_xipay .right-column .input-box{padding:0;}
.payment-form .right-column{width:195px;}
.sp-methods .payment-form select,
.sp-methods .payment-form .input-text {width:165px;}
.sp-methods .payment-form  label{width:auto; font-weight:normal;}
.review-totals{width:100%;}

#right-column-totals { float:right; width:280px; }
#right-column-totals .data-table-cont,
#right-column-totals .data-table-left,
#right-column-totals .data-table,
#right-column-totals tr,
#right-column-totals td,
#right-column-totals thead th { background:none !important; padding:0; }
#right-column-totals thead th {border-bottom:1px solid #D2D2D2	 !important; padding: 0 0 5px; font-size:19px; }
.quick-checkout #checkout-progress-state .edit-link,
.quick-checkout dt.complete .edit-link,
#right-column-totals thead th a { float:right; font-size:11px; color:#797979; padding-left:16px; }
#right-column-totals .data-table-cont { border-bottom:1px solid #c7c7c7 !important; }
.quick-checkout #checkout-progress-state .edit-link:hover,
.quick-checkout dt.complete .edit-link:hover{text-decoration:none; color:#b50937;}
#right-column-totals th a:hover { color:#bf2e2d; }
.quick-checkout #checkout-progress-state .edit-link span,
.quick-checkout dt.complete .edit-link span,
#right-column-totals th a span { background:#fff; }
#right-column-totals .visual a{margin: 2px 0 0; display:block;}
#right-column-totals h2.product-name { color:#262626; margin-top:15px; font:bold 12px/18px Arial, Helvetica, sans-serif; text-transform:uppercase;}
#right-column-totals ul.product-opt { margin-top:0; display:none; }
#right-column-totals dt { padding:0 5px 0 0; white-space:nowrap; float:left; background:none; color:#808183; clear:left; font-weight:normal; }
#right-column-totals dd { color:#808183; float:left; padding-left:0; }
#right-column-totals td.last { vertical-align:top !important; }
#right-column-totals tbody td { border-bottom:1px dotted #808183; padding-bottom:10px; }
#right-column-totals tr.last td { border-bottom:none !important; }
#right-column-totals td.last > div { color:#808183; padding-top:15px; font-size:12px; }
#right-column-totals tbody img { width:50px; margin-right:15px; }
#right-column-totals tfoot  th:first-child > div,
#right-column-totals tfoot  td:first-child > div{padding:0 15px 0 0;}
#right-column-totals .review-totals .total-cell div { text-align:left !important; background:none;  margin-bottom:0; width:150px;  padding: 0 0 0 63px;}
#right-column-totals .review-totals .total-cell div div{padding:0;}
#right-column-totals .review-totals td { vertical-align:middle !important; }
#review-totals td.even { text-align:right !important;}
#right-column-totals .review-totals td > strong { font-weight:bold !important; font-size:13px; }
#right-column-totals .review-totals td > strong .price { color:#262626; }
#right-column-totals tfoot td strong{text-transform:uppercase; white-space:nowrap;}
.quick-checkout #opc-review i,
.quick-checkout #opc-review i span,
#right-column-totals .review-totals td > i span,
#right-column-totals .review-totals td > i { font-style:normal; color:#bf2e2d; }
#review-totals-block #review-totals .extra-red th div,
#right-column-totals #review-total   .giftcard-total-row th div,
#right-column-totals #review-total   td.first div,
#review-totals-block #review-totals   td.first div{padding:0 0 0 66px;}
#review-totals-block #review-totals   td.first div div{padding:0;}
#right-column-totals #review-total   .giftcard-total-row td{padding:0;}
#review-totals-block #review-totals .last{text-align:right !important;}
.multicheckout .checkout-process li.bottom-line { }
.multicheckout .checkout-process li .btn-edit a { float:right; display:block; margin-right:25px; color: #BF272D; }
.multicheckout .checkout-process li .btn-edit a:hover { color: #808183; }

.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: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; color:#cd3800; text-align:right; display:block; margin:10px 0 15px; }
.multiple-checkout .grand-total .price-label { font-weight:normal; }
.multiple-checkout .grand-total .price { font-weight:bold; }
.multiple-checkout .sp-methods { font-size:12px; }
.multiple-checkout .sp-methods .select-scroll ul { height:102px; }
.multiple-checkout .sp-methods .dropdown { width:170px; }
.multiple-checkout .sp-methods .dropdown .ddactive { min-width:168px; }
.multiple-checkout .sp-methods .row-extra2 .input-box-left { margin:0; }
.multiple-checkout .checkout-multishipping-payment-customerbalance { font-size:12px; margin-bottom:7px; }
.multiple-checkout .checkout-multishipping-payment-customerbalance strong { font-weight:normal; }
.multiple-checkout .payment-info { float: left;  width: 375px;}
#multishipping-billing-form .buttons-set a{font-size:10px; text-transform:uppercase; text-decoration:none;}
#multishipping-billing-form .buttons-set a:hover{text-decoration:none; color:#b50937;}
#multishipping-billing-form .buttons-set a small{display:none;}
.checkout-multishipping-overview #virtual-overview-table td.last{text-align:right;}
.multiple-checkout #billing-address { border-bottom:1px solid #d1d1d1; margin-bottom:20px; padding-bottom:10px; }
.multiple-checkout #discount-coupon-form { margin-bottom:20px; }
.multiple-checkout #discount-coupon-form label,
.multiple-checkout .giftcard label { padding:5px 0; display:block; }
.multiple-checkout #discount-coupon-form .input-text,
.multiple-checkout .giftcard .input-text { max-width:130px; }


/* END OF QUICK CHECKOUT STYLES */

/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Invitation page ======================================================================= */
#invitationForm p.required {  }
#invitationForm .fieldset{width:100%; overflow:hidden; margin:0 0 5px;}
#invitationForm .left-column{float:left; width:185px; margin: 0 20px 0 0;}
#invitationForm .right-column{float:left; width:350px;}
#invitationForm  .form-list li{width:100%; display:block; margin:0 0 6px;}
#invitationForm  .form-list{}
#invitationForm label{font-size:12px; line-height:20px; font-weight:normal; padding:0; float:left;}
#invitationForm  textarea{width:337px; height:123px; border:1px solid #d2d2d2; background:#fff;}
#invitationForm  .input-text {border:1px solid #d2d2d2; background:#fff;}
#invitationForm  p.back-link{display:block; text-transform:uppercase; font-size:10px;}
#invitationForm  p.back-link a{text-decoration:none;}
#invitationForm  p.back-link a:hover{text-decoration:underline;}
#invitationForm .buttons-set{margin:0 0 15px;}



/* Compare popup ========================================================================= */
.catalog-product-compare-index > div { padding:40px; position:relative;}
.catalog-product-compare-index .page-title { background:none; border:none; padding:0; margin:0; }
.catalog-product-compare-index .page-title h1 { margin:0 0 15px; }
.catalog-product-compare-index .page-title strong {  font-size:0; line-height:0; display:none;}
.catalog-product-compare-index .page-title a { margin-top:25px; }

.catalog-product-compare-index .buttons-set .button { position:absolute; right:3px; top:3px; bottom:auto !important; }
.catalog-product-compare-index .buttons-set .button span { background:none; }
.catalog-product-compare-index .buttons-set .button span span { background:none; color:#797979; background:url(../images/btn_close.png) 100% 0 no-repeat; font-weight:bold; font-size:11px; }

.catalog-product-compare-index h2.table-caption { background:url(../images/bkg_page-title.png) 50% 50% repeat-x; font-weight:bold; font-size:21px; margin:0; color:#fff; text-transform:uppercase; padding:8px 16px; height:23px; line-height:23px; }
.catalog-product-compare-index .data-table-wrapper { padding:0 20px; background:#fff; border-bottom: 3px solid #B50937; overflow:hidden; }
.catalog-product-compare-index .data-table { border:none; margin-bottom: -1px; }
.catalog-product-compare-index .data-table .enlarge-title { padding-left:25px; }

.catalog-product-compare-index th.label,
.catalog-product-compare-index thead { background:#fff;  }
.catalog-product-compare-index thead td { background:url(../images/bkg_compare-shadow.png) 0 100% no-repeat; border:none !important; padding-left:25px; }
.catalog-product-compare-index thead .separator,
.catalog-product-compare-index thead a { text-decoration:none; font-size:10px; text-transform:uppercase; }
.catalog-product-compare-index thead a:hover { text-decoration:underline; }
.catalog-product-compare-index thead a:first-child { background:url(../images/btn_enlarge.png) 0 50% no-repeat; padding-left:15px; }
.catalog-product-compare-index thead th { border:none !important; }
.catalog-product-compare-index td,
.catalog-product-compare-index th { padding:10px 5px; color:#262626;}
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a { color:#262626; }
.catalog-product-compare-index th.label { text-transform:uppercase; color:#d2d2d2; font-weight:bold; }
.catalog-product-compare-index tr.first th.label { vertical-align:bottom; }
.catalog-product-compare-index tr.last p,
.catalog-product-compare-index tr.first p { margin:10px 0; }
#product_comparison thead a:hover{color:#b50937; text-decoration:none;}
    .catalog-product-compare-index .product-image img { margin:0; }
.catalog-product-compare-index .product-name a { text-decoration:none; text-transform:uppercase; color:#262626 !important; font-weight:bold; font-size:12px; }
.catalog-product-compare-index .price-label .price,
.catalog-product-compare-index .price-label .price-label { color:#797979; font-weight:normal; }
.catalog-product-compare-index .page-title {width:100%; padding: 0 0 25px; }
#product_comparison .first td,
#product_comparison .first th { border-bottom:none; padding-bottom:0; }
#product_comparison .name-row { padding-top:0; vertical-align:bottom; }

/* checkoutsteps-login-body */
.checkoutsteps-login-body .sidebar{display:none;}
.checkoutsteps-login-body .col-main{width:960px; border:0;}

/* Rma-content =============================================================*/
.rma-content .col-1 { width:433px; }
.rma-content .col-2 { width:496px; }
.rma-content .form-list p { clear:both; font-size:11px; line-height:15px; padding-top:3px; width:370px; margin-bottom: 0; }
.rma-content .form-list .input-text { width:169px; }
.grey-block { padding:16px 16px 0; border:1px solid #c1c1c1; background:url(../images/blackburn/brg_grey-block.gif); margin-bottom:17px; }
.rma-content .legend { margin-bottom:5px; text-transform:uppercase; font-size:14px; font-weight:bold; color:#b50937; }
.rma-content .grey-block .legend { font-size:16px; margin-bottom:5px; color:#262626; }
.rma-content .grey-block a { color:#b50937; text-decoration:none; }
.rma-content p { margin-bottom:17px; }
.rma-content td { vertical-align:middle; }
.rma-content .product-td img { vertical-align:middle; }
.rma-content .product-td h4 { display:inline; text-transform:uppercase; font-size:12px; padding: 0 0 0 5px; }
.rma-content .product-td dl { padding:0 0 0 54px; clear:both;}
.rma-content h2 small { font-size:12px; color:#b50937; padding-left: 5px; }
.rma-content .drop-td .dropdown { width:55px; margin: 0 auto; }
.rma-content .drop-td .dropdown dd.ddlist { width:53px; min-width:1px; }
.rma-content .table-caption { margin-bottom:25px; }
.rma-content .data-table th { padding: 3px 12px; }
.rma-content .data-table .first { padding-left:0; }
.rma-content .data-table .return { padding-left:1px; padding-right:1px; }
.rma-content .data-table td { border-bottom: 1px solid #D9D9D9; }
.rma-content .buttons-set p.back-link { display:block; color:#262626; }
.rma-content .buttons-set p.back-link a,
.rma-content a { text-decoration:none; color:#b50937; }
.rma-content .data-table .option { padding-right:0; }
.rma-content .option .dropdown { width:126px; margin-left:auto !important; }
.rma-content .prod-block .prod { overflow:hidden; padding:5px 0; }
.rma-content .prod-block .prod h4 { margin-top:16px; text-transform:uppercase; font-size:12px; }
.rma-content .prod-block .prod dd { text-transform:uppercase; }
.rma-content .prod-block .label { font-weight:bold; text-transform:uppercase; font-size:12px; border-bottom:1px solid #d2d2d2; padding:10px 0 3px 0; }

.rma-index-process .rma.exchange .buttons-set .button span span { width:61px; white-space:nowrap; }
 
/* Account Login/Create Pages ============================================================ */
.my-account {background:#fff url("../images/general/separator-general.gif") no-repeat 0  97px; position:relative; margin: 0 0 0 -20px; padding: 0 0 0 20px; min-height:350px;}
.my-account .tags-list a{font-size:100% !important; color:#262626; text-transform:capitalize;}
.my-account  h2.sub-title{width:100%;}
.my-account  .pages strong,
.my-account  .pages ol{float:left;}
.my-account .wrap-exptra-button{overflow:hidden; width:100%; padding:0 0 10px;}
.account-login { position:relative; font-size:12px; background:url(../images/bkg_cols.gif) repeat-y 266px 0; min-height:350px; margin-bottom:-20px; }

.login-only { background:none; }
.login-only .registered-users { float:none; margin:0 auto; }

.account-login .new-users,
.account-login .registered-users { width:381px; padding:30px 32px 30px; }
.account-login .new-users { padding-right:77px; }
.account-login .registered-users p { margin:0 0 5px;}
.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 h2 { margin-bottom:.5em; }
.account-login .form-list label,
.account-login .form-list span.label { /* width:98px;  */}
.account-login p.required,
.account-login .btn-only {  }
.account-login .btn-only a { float:left; white-space:nowrap; color:#262626;}
.account-login .form-list input.input-text { width:224px; }
.account-login .form-list p { padding:0 0 0 110px; }

.account-create {padding:0 0 50px;}
.account-create #form-validate .row,
.account-create #form-validate{width:100%;}
.account-create #form-validate:after{content:''; display:block; clear:both;}
.account-create #form-validate .row{overflow:hidden;}
.account-create #form-validate .agreement{float:left;}
.account-create #form-validate button.button{float:right;}
.account-create  .left-column{float:left; width:432px;}
.account-create  .right-column{float:right; width:480px;}
.account-create  p.required,
.account-create .form-buttons{width:100%;}
.account-create .form-list li{float:left; width:383px;}
.account-create .form-list  li .field{float:right; width:182px; clear:none; margin:0;}
.account-create .form-list  li .field:first-child{float:left;}
.account-create .form-list .name-lastname{margin:0;}

.account-create  p.required,
.account-create .form-buttons {width:100%; clear:both; }
.account-create .form-buttons { text-align:left; }
.account-create .form-buttons .button { margin-left:20px; }
.account-create #agreements { margin-top:3px; }
	.account-create .form-buttons label { cursor:pointer; opacity: 1 !important; display: inline-block !important;}
.account-create .form-buttons label:hover { text-decoration:underline; }
.account-create .form-list .field{float:right; width:182px; clear:none; margin:0;}
.account-create .form-list .field:first-child{float:left;}
.account-create .form-list .lage .field{width:382px;}
.account-create .form-list .lage  .input-box{width:376px;}
.account-create .form-list .lage  input.input-text{width:371px;}
.account-create .form-list  .customer-name{ width:100%;}
.account-create .form-list label{width:auto; padding:0 0 5px; text-align:left; float:left; clear:both;}
.account-create .form-list label em{float:right;}
.account-create .form-list .input-box{ width:175px;}
.account-create .form-list  input.input-text{width:170px; float:none; background:none;  border:1px solid #d2d2d2;}

.customer-account-create .account-create .buttons-set {width:468px; padding:0 0 0 500px;}
.customer-account-create .account-create .buttons-set .register_agreements{float:left;}

/*.account-create .form-list .validation-error{width:155px;}
.account-create .form-list .validation-error  input.input-text{width:150px;}
.account-create .form-list .validation-passed  input.input-text{width:150px;}*/
.my-preferences .form-list select{width:180px;}
.my-preferences .row{overflow:hidden; width:100%;}
.my-preferences .wrap {overflow:hidden; width:100%; border-bottom:1px solid #d2d2d2; padding: 0 0 15px; margin:0 0 15px;}
.my-preferences .wrap .left-col{float:left; width:185px;}
.my-preferences .wrap .right-col{float:left; width:275px;}
.my-preferences .wrap .whole-col{float:left; width:400px;}
.my-preferences .newsletter-label {float:right; width:375px;}
.my-preferences .general-label{display:block; padding:0 0 15px;}
.my-preferences .list-account{width:100%; overflow:hidden; padding:0 0 10px;}
.my-preferences .list-account li {float:left; width: 170px; margin:0 15px 5px 0;}
.my-preferences  textarea{width:477px; height:50px; margin:0 0 30px;}
.my-preferences .holder{margin:0 0 15px;}
.my-preferences .wrapper-extra{overflow:hidden; width:100%;}
.my-preferences .wrapper-extra  ul{float:left; width: 370px;}
.my-preferences .wrapper-extra  li{float:left; width:175px; margin:0 10px 0 0;}
.my-preferences .wrapper-extra .other-item{float:right; width:340px;}
.my-preferences2 .wrapper-extra .other-item{float:left; width:470px; padding:15px 0 0;}
.my-preferences .wrapper-extra .other-item textarea{width:330px; height:50px; border:1px solid #d2d2d2;}
/*.account-create .form-list .lage .validation-passed{width:356px;}
.account-create .form-list  .lage .validation-passed  input.input-text{width:336px;} */
/* My Account ============================================================================= */
.my-account .page-title{ padding-left:0; padding-top:34px; height:28px; }
.my-account .page-title h1{color:#d2d2d2; font-weight:normal; padding:0 0 0 5px;}
.block-account .block-title span { letter-spacing:1px; }
.my-account  .form-list .field{float:left; width:182px; margin:0 30px 0 0; clear:none !important;}
.my-account .form-list{width:100%;}
.my-account .form-list:after{content:''; display:block; clear:both;}
.my-account .form-list .customer-name,
.my-account .form-list li{float:left;}
.my-account .field label {float:left; text-align:left; clear:both; width:auto;}
.checkout-multishipping-address-editbilling label,
.checkout-multishipping-address-editshipping label,
.checkout-multishipping-address-newshipping label,
.customer-address-form .field label { font-weight:normal; }
.my-account .field label em{float:right;}
.my-account .form-list .input-text{width:180px;}
.customer-address-form .form-list li{width:100%;}
.customer-address-form .form-list .lage .input-text{width:392px;}
.customer-address-form .form-list select{width:185px;}

/********** < Dashboard */
.dashboard .info-box { padding-top:15px; }
.dashboard .table-caption a{float:right; text-decoration:none;  text-transform:uppercase; color:#363636; font-size:10px;}
.dashboard .table-caption a:hover{color: #B50937; }
.dashboard .separator{display:none;}
.dashboard  .sub-title{font:bold 21px/24px Arial, Helvetica, sans-serif; background:#fff; text-transform:uppercase; color:#262626; border-bottom:1px solid #d2d2d2; padding:0 0 5px; margin:0 0 10px; width:100%; overflow:hidden;}
.dashboard  .sub-title .separator{display:none;}
.dashboard  .info-box .box-title a,
.dashboard  .info-box .box-content a,
.dashboard  .sub-title a {float:right; color:#383838; text-transform:uppercase; font-size:10px; text-decoration:none; line-height:14px; margin:0;}
.customer-account-index .col2-set .sub-title a { display:block; margin-top:10px; }
.dashboard  .info-box .box-content a:hover,
.dashboard  .info-box .box-title a:hover,
.dashboard  .sub-title a:hover{text-decoration:underline;}
.dashboard  .info-box .box-title {color:#b50937; font:bold 12px/14px Arial, Helvetica, sans-serif; text-transform:uppercase; width:100%; overflow:hidden; margin:0 0 5px; }
.dashboard  .info-box .box-title .separator{display:none;}
.dashboard  .info-box .box-title a { margin:0; }
.dashboard  .info-box .box-title a:hover,
.dashboard  .sub-title a:hover,
.dashboard .info-box .box-content a:hover { color: #B50937; text-decoration:none; }
.dashboard .col2-set{background:url(../images/general/separator-general.gif) no-repeat 364px 40px ; margin:0 0 30px;}
.dashboard .welcome-msg,
.dashboard .recent-orders { padding:0 0 30px; }
.dashboard .welcome-msg{font: 12px/14px Arial, Helvetica, sans-serif; }
.dashboard .welcome-msg .sub-title { font:bold 12px/14px Arial, Helvetica, sans-serif; margin: 0 0 3px; border:0; padding:0; }
.dashboard .option { text-align:left; padding-left:30px; }
#my-orders-table td { vertical-align: middle; border-bottom: 1px solid #D9D9D9; padding-top:7px; padding-bottom:7px; }
#my-orders-table td.last a:hover{text-decoration:none; color:#b50937;}

/* 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 #ddd; text-align:center; line-height:17px; 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:11px; line-height:17px; }
.dashboard .reviews p { float:left; margin-right:5px; }
.dashboard .reviews li { margin: 0 0 25px; }
.dashboard .reviews li .rating-box { position:relative; top:3px; }
.dashboard .reviews .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .reviews .details { margin-left:25px; }
.wrap-all{width:100%; margin: 0 0 10px;}
/********** Dashboard > */

/* Adress Book */
.addresses-list .box-content { font-size:12px; padding:0 0 15px;}
.addresses-list { background:url(../images/general/separator-general.gif) no-repeat 357px 36px; }
.my-account .empty-extra{margin:0 0 10px;}
.addresses-list li.info-box{ float:left; width:340px; padding-top:10px !important;}
.additional-address li { padding-top:10px !important; }
.addresses-list li.info-box2{float:right;}
.addresses-list .col-2 li { padding:0 0 10px; }
.addresses-list .col-2 li .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.addresses-list .col-2 li address { }
.additional-address {height:1%; overflow:hidden; padding: 0 0 10px 0;  background: url("../images/general/separator-general.gif") no-repeat scroll 357px 3px transparent;}
.additional-address li{  width:340px; padding: 0 0 10px; float:left; }
.additional-address li.even{padding-right:34px;}
.additional-address .actions{float:right; padding: 3px 0 0; margin-top: -5px;}
.additional-address .actions a{text-transform:uppercase; color:#383838; font:10px/14px Arial, Helvetica, sans-serif; text-decoration:none; clear:both; }
#wishlist-table .btn-remove:hover,
.additional-address .actions a:hover{text-decoration:none; color:#B50937;}
.additional-address address { margin-top: 10px; }


/* Order View */
.order-page {}
.order-page .order-date { margin:0 0 10px; color: #262626; font-size: 12px; }
.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; }

#my-orders-table .price{color:#262626;}


.order-details dl.gift-message { margin:0 20px; }
.order-details .gift-message dt { margin:1px 0; padding:2px 10px; background:#e6e6e6; }
.order-details .gift-message dd { border:1px solid #c7c7c7; 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:5px; border-bottom:1px solid #c4c4c4; }
.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:3px; color:#222; font-size:12px; }
.order-info li strong,
.order-info li a { text-decoration:none; background:none; padding:0 7px; line-height:24px; float:left; color:#262626; text-transform:uppercase; font-weight:bold; }
.order-info li.current { margin-bottom:-6px; color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(../images/general/bkg_collateral-tab.gif) 50% 100% no-repeat; padding-bottom:5px; }
.order-info li.current strong { text-transform:uppercase; color:#fff; background:#262626; }
.order-info dt { font-weight:bold; }

/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button { float:left; margin:0; }

/* My Reviews */
#my-reviews-table tbody  td{border:solid #d2d2d2; border-width: 1px 0;}
#my-reviews-table .product-name a{text-transform:none; font-size:12px;}
#my-reviews-table td.last a:hover{text-decoration:none; color:#b50937;}

/* Wishlist */
#wishlist-table td{border-bottom:1px solid #d2d2d2; padding:10px 0;}
#wishlist-table .product-name{ text-align:left; font-size:12px; margin:0 0 10px;}
#wishlist-table .product-name a{font-size:12px; color:#262626; font-weight:bold;}
#wishlist-table textarea{width:315px !important; height:80px !important;}
#wishlist-table .last{text-align:right; vertical-align:bottom;}
#wishlist-table .btn-cart{margin-top:5px;}

#wishlist-table .price-box .old-price,
#wishlist-table .price-box .price-label { color:#797979 !important; }


/* Store credit */
.storecredit .account-balance { margin:0 0 20px; padding:0 0 10px; font-size:12px; overflow:hidden;}
.storecredit .account-balance .price { font-weight:bold; color:#262626;}
.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:0 0 5px; font-size:12px;  padding:0;}
.giftcardaccount .fieldset { margin:0; }
.giftcardaccount .btn-only { margin:0 0 15px; }
#giftcard-form label{margin: 0 0 5px; font-weight:normal;}
#customerbalance-history .price{color:#262626;}

/* 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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h2.h2 { margin:15px 0 10px; }
.page-print .col2-set { margin:10px 0 20px; }

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

/* Reward Points */
.my-rewards .box { margin:0 0 45px; }
.my-rewards .info-box .box-title {}
.my-rewards .info-box .box-content { padding:0 10px 10px 0; }
.my-rewards p.error { display:inline; color:#d91a00; }
.my-rewards dl { font-size:12px; }
.my-rewards dl dt {  font-size:12px; }
.my-rewards dl .none-points{float:left;}
.my-rewards dl .some-points{width:100%; overflow:hidden; clear:both;}
.my-rewards dl dt span { color:#d12c01; }
.my-rewards dl dd {}
.my-rewards dl dd.last { margin:7px 0 0; }
.my-rewards .form-list label { width:auto; }
.my-rewards .form-list .control .input-box { position:static; margin:2px 5px 0 0; }
.my-rewards .data-table small { display:block; font-size:1em; color:#808080; }
.my-rewards .control{float:none; width:100%;}
.my-rewards #form-validate .box  ul.form-list{padding:10px 0 0;}
.my-rewards .pager .amount{display:none;}
#reward-history .date-cell-extra span.date{float:left; margin:0 10px 0 0;}
#reward-history .date-cell-extra small.expires{float:left; font-size:12px; text-transform:uppercase;  color:#b50937;}
/* ======================================================================================= */


/* Footer ================================================================================ */
#footer{background:url(../images/general/bg-body.jpg);}
.footer-before-container { margin:0 0 3px; text-align:center; }


.form-subscribe { float:left; width:183px; padding:12px 17px 0 0; background:url(../images/bkg_newsletter.gif) no-repeat 0 3px; }
.form-subscribe label { display:block; margin:6px 0; }
.form-subscribe input.input-text { width:177px; display:block; }
.form-subscribe button.button { margin:6px 0 0; float:right; }
.form-subscribe .validation-advice { width:180px; }
.form-subscribe .v-fix { text-align:left; padding-right:5px; }
.form-subscribe a { color:#777; }

.footer-container { /*background:url(../images/bkg_footer-shadow.png) 50% 0 no-repeat;*/ padding-top:0px; }
.footer .footer-logo { margin:40px 0 25px;}
.footer .col6-set{padding:0 0 0 11px; overflow:hidden; height:1%;}
.col6-set .col-1 { float:left; width:192px; }
.col6-set .col-2 { float:left; width:192px; margin:0px; }
.col6-set .col-3 { float:left; width:192px; margin:0px; }
.col6-set .col-4 { float:left; width:192px; }
.col6-set .col-5 { float:left; width:176px; }
/* footer-reg box */
.header .footer-reg{position:absolute; top:-40px; left:0px; height:32px; width:960px; background:#b50937; color:#d2d2d2; overflow:hidden;}
.header .social-box{float:right; padding:6px 20px; background:url(../images/footer/bg-footer-social.gif) repeat; margin:0 0 0 22px;}
.header .social-box dt{ float:left; font:bold 20px/20px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:0 13px 0 0   ;}
.header .social-box dd{float:left;}
.header .social-box ul{float:left;}
.header .social-box li{float:left; margin:0 3px 0 0;}
.header .social-box a{float:left; width:18px; height:18px; text-indent:-9999px; cursor:pointer;}
.header .social-box .facebook a{background:url(../images/footer/facebook-ico.gif) no-repeat;}
.header .social-box .twitter a{background:url(../images/footer/twitter-ico.gif) no-repeat;}
.header .social-box  .youtube a{background:url(../images/footer/youtube-ico.gif) no-repeat;}
.header .social-box a:hover{background-position:0 -18px;}
.header .reg-box{float:right; padding:6px 0;}
.header .reg-box  label{float:left; font:bold 20px/20px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:0 20px 0 0;}
.header .reg-box span.text{float:left; background:url(../images/footer/bg-text.gif) no-repeat; width:116px; height:16px; padding:3px 8px 0;}
.header .reg-box span.text input{float:left; width:116px; border:0; background:none; color:#797979; font-size:11px; line-height:14px;}
.header .reg-box .submit{background:url(../images/footer/btn-submit.gif) no-repeat; border:0; float:left; width:18px; height:19px; text-indent:-9999px; cursor:pointer; font-size:0; line-height:0;}
.footer-container{top:0; left:0;}
#other_sites { background:url(../images/footer/bkg_other-sites.png) 0 0; padding:5px 0px 5px 0px; margin:15px auto 0px auto; width:960px; text-align:center; }
#other_sites dt,
#other_sites dd { float:left; }
#other_sites ul { line-height:17px; padding:0px; margin:0px; border:0px; list-style:none; display:inline;}
#other_sites li { display:inline; margin:0 2px 0 1px; white-space:nowrap; }
#other_sites li span { font-weight:bold; font-size:11px; }
#other_sites dt { font-size:11px; font-weight:bold; color:#262626; margin-right:5px; }
#other_sites li a { text-decoration:none; font-size:11px; color:#262626; font-weight:normal; }
#other_sites li a:hover { text-decoration:underline; }
#other_sites li .separator { margin:0 3px; }

.footer a {}
.footer a:hover {}
.footer ul,
.footer ul.links {}
.footer ul.links li,
.footer ul li {}

address.copyright { margin:39px 0 40px; font-size:10px; color:#262626; }

.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-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url(../images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.col-main .page-head,
.col-main .page-head-alt { margin:0 -20px 20px; }
.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:#d12c01; }


/* 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 .page-title { margin:0 0 15px !important; padding:0 !important; border:0 !important; background:none; }
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 { font:italic 35px Georgia, "Times New Roman", Times, serif; color:#fff; }
.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; }
/* ======================================================================================= */

/*.register_agreements { padding-right:87px; } */
.register_agreements {   float: left;   padding-right: 87px;  width: 700px;}
.product-details .price-box .price-range {  color: #797979;  float: none !important;  white-space: nowrap !important;}


























/* Clears ================================================================================ */
.header-nav:after,
.product-options dt:after,
#bundleProduct:after,
.events-slider:after,
.product-image-popup .nav:after,
.gift-item:after,
.block-content:after,
.block-list li.item:after,
.block-poll li:after,
.currently li:after,
.order-info:after,
.top-cart .actions:after,
.header .quick-access:after,
.product-view .box-related li.item:after,
.bundle-summary .product:after,
.collateral-tabs:after,
.block-cart .block-content .item:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header-panel:after,
#nav:after,
.main:after,
.footer-before-container:after,
.footer-container:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col5-set:after,
.search-autocomplete li:after,
.block li.item:after,
.block .actions:after,
.mini-products-list li:after,
.cms-index-index .block-featured li.item:after,
.title-buttons:after,
.pager:after,
.page:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-grid:after,
.products-list li.item:after,
.product-view:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add-tags:after,
.product-options .options-list li:after,
.options-container-small .product-options:after,
.product-options-bottom:after,
.product-review:after,
.box-collateral:after,
.box-collateral .box-content:after,
.account-login:after,
.cart .cart-collaterals:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.form-list li:after,
.form-list li.fields .field:after,
.clearfix:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after,
.new-product-spotlight .more-new .item:after,
#other_sites:after,
.header .row:after,
.fieldset .row:after,
.account-create .form-list  .customer-name:after,
.form-list li:after,
.wrap-all:after,
.twocolumn:after,
.cart-table .cart-price:after,
.cart .shipping-frame .form-list:after,
#co-shipping-method-form fieldset:after,
.product-essential:after,
.product-view .box-collateral li.item:after,
.quick-checkout .checkout-cont:after,
.quick-checkout.checkout-multishipping-billing #giftcard_balance_lookup:after,
.product-view .box-reviews li:after,
.cart .crosssell .price-box:after,
#billing-new-address-form li.fields .customer-name:after,
.product-technologies li:after,
.my-account  h2.sub-title:after,
.product-view .product-shop .add-to-box-holder:after,
.cart .totals .checkout-types li:after,
.catalog-product-view .face-share:after,
.addresses-list .col-2 li:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
/*==============================Pop up==================================================== */
#fancybox-wrap {
    opacity: 1;
    width: 496px;
    height: 470px;
    display: none;
    left: 359px;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 20px;
    z-index: 1101;
}
#fancybox-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    position: relative;
    width: 100%;
}
#fancybox-img {
    border: medium none;
    height: 100%;
    line-height: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
#fancybox-inner {
    height: 1px;
    left: 0;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
#fancybox-wrap #box-inner { border: 6px solid #797979; }
.fancy-bg {
    border: 0 none;
    height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 32px;
    z-index: 1001;
}
#box-bg-ne {
    background-image: url("../images/box/images-box-close.gif");
    right: -12px;
    top: -16px;
    height:15px;
    width:15px;
}

.fancybox-background { background:#fff; position:absolute !important; width:100%; padding:0 !important; left:0; top:0; height:965px; z-index: 1000; opacity:0.8; filter: alpha ( opacity = 80); display:none;}

/*#box-bg-n {
    background-image: url("../images/box/n.png");
    left: 0;
    top: -32px;
    width: 100%;
}
#box-bg-e {
    background-image: url("../images/box/e.png");
    height: 100%;
    right: -32px;
    top: 0;
}
#box-bg-se {
    background-image: url("../images/box/se.png");
    bottom: -32px;
    right: -32px;
}
#box-bg-s {
    background-image: url("../images/box/s.png");
    bottom: -32px;
    left: 0;
    width: 100%;
}
#box-bg-sw {
    background-image: url("../images/box/sw.png");
    bottom: -32px;
    left: -32px;
}
#box-bg-w {
    background-image: url("../images/box/w.png");
    height: 100%;
    left: -32px;
    top: 0;
}
#box-bg-nw {
    background-image: url("../images/box/nw.png");
    left: -32px;
    top: -32px;
}*/
/*.box-ie #box-bg-n {
}
.box-ie #box-bg-ne {
}
.box-ie #box-bg-e {
}
.box-ie #box-bg-se {
}
.box-ie #box-bg-s {
}
.box-ie #box-bg-sw {
}
.box-ie #box-bg-w {
}
.box-ie #box-bg-nw {
}
#billing-please-wait { top:30%; }*/
/*==============================End Pop up==================================================== */

.customer-account-index .col-left,
.customer-account-edit .col-left,
.customer-address-index .col-left,
.sales-order-history .col-left,
.review-customer-index .col-left,
.review-customer-view .col-left,
.tag-customer-index .col-left,
.wishlist-index-index .col-left,
.newsletter-manage-index .col-left,
.enterprise-customerbalance-info-index .col-left,
.enterprise-invitation-index-index .col-left,
.enterprise-reward-customer-info .col-left,
.enterprise-giftcardaccount-customer-index .col-left { width:245px; }

.customer-account-index .col-main,
.customer-account-edit .col-main,
.customer-address-index .col-main,
.sales-order-history .col-main,
.review-customer-index .col-main,
.review-customer-view .col-main,
.tag-customer-index .col-main,
.wishlist-index-index .col-main,
.newsletter-manage-index .col-main,
.enterprise-customerbalance-info-index .col-main,
.enterprise-invitation-index-index .col-main,
.enterprise-reward-customer-info .col-main,
.enterprise-giftcardaccount-customer-index .col-main { width:715px; }

.register-mod { width:960px; height:31px; margin:-39px auto 8px 0; background:#b60937; font-size:19px; line-height:31px; font-weight:bold; text-transform: uppercase; color:#d4d4d4; }
.register-mod .social-block{ background:url(../images/footer/bg-footer-social.gif); float:right; width:188px; height:31px; }
.register-mod .social-block span { display:block; width:18px; height:18px; float:right; margin:6px 3px 0 0; }
.register-mod .social-block .face { background:url(../images/footer/facebook-ico.gif) no-repeat; }
.register-mod .social-block .twit { background:url(../images/footer/twitter-ico.gif) no-repeat; }
.register-mod .social-block .youtube { background:url(../images/footer/youtube-ico.gif) no-repeat; margin-right:21px; }
.register-mod .social-block strong { padding:0 0 0 19px; }
.register-mod .regist-block { float:right; }
.register-mod .regist-block strong { display:block; float:right; padding:0 18px 0 0; }
.register-mod .input-div { float:right; background:url(../images/footer/bg-text.gif) no-repeat; margin:6px 22px 0 0; width:142px; height:19px; padding:0px 0 0 8px; }
.register-mod .submit { background:url(../images/footer/btn-submit.gif) no-repeat; border:none; display:block; width:18px; height:19px; float: right; }
.register-mod .text { float:left; display:block; background:none; border:none; width: 120px; margin-top:2px; }

.silder-mod { background:url(../images/content/slidet-bg.gif); height:459px; text-align:center; }
.home-content { width:960px; margin:0 auto; overflow:hidden; border:1px solid #d2d2d2; border-left-width:1px; background:#fff; min-height:300px; padding:30px 20px 80px; }
.home-content .right-col { float:right; width:376px; }
.home-content .right-col .title { border-bottom:3px solid #b40a37; padding:0 0 11px;  }
.home-content .right-col h2 { font-size: 32px; font-weight: bold; text-transform: uppercase; color:#242424; }
.home-content .right-col h2 span { display:block; margin-bottom:10px; color:#b40a37; }
.home-content .right-col .content-block { padding: 30px 0 45px; border-bottom:1px solid #d2d2d2; }
.home-content .right-col .content-block.last { border-bottom:none; }
.home-content .right-col .content-block h3 { color:#2b2b2b; text-transform: uppercase; margin-bottom:5px; }
.home-content .right-col .content-block p { color:#252525; line-height:16px; }
.home-content .right-col .content-block img { float:right; padding-left:15px; }
.home-content .left-col { float:left; width:553px; padding: 15px 0 0; }
.home-content .left-col .dev-wrap { overflow:hidden; padding:0 0 50px;  }
.home-content .left-col .dev-block { float:left; margin-right:2px; }
.home-content .left-col .title { border-bottom:3px solid #b40a37; }
.home-content .left-col .block-litte .title { border-bottom-color:#262626; }
.home-content .left-col .block-litte { margin-right:0; }
.home-content .left-col .dev-block h3 { color:#242424; text-transform:uppercase; font-size:19px; }
.home-content .left-col .dev-block .title span { text-transform:uppercase; display:block; margin:1px 0 5px; font-size:11px; }
.home-content .left-col .ask-block .title { overflow:hidden; border-bottom-color:#262626; padding-bottom:3px; }
.home-content .left-col .ask-block .title h3 { color: #242424; font-size: 32px; font-weight: bold; text-transform: uppercase; float:left; line-height:32px; padding:0 7px 0 0; }
.home-content .left-col .ask-block .title span { display:block; text-transform:uppercase; font-size:11px; line-height:14px; margin: 2px 0 0; }
.home-content .left-col .form-block { float:left; width:265px; height:195px; background:url(../images/content/home-ask-form-bg.gif); margin:0 2px 0 0; padding:30px 0 0 10px; }
.home-content .left-col .form-block div { padding:0 0 2px; }
.home-content .left-col .form-block input,
.home-content .left-col .form-block textarea { border:1px solid #d2d2d2; width:249px; background:#fff; padding:2px; font-size:11px; text-align:left; }

.stButton .chicklets { background:none !important; padding-left:5px !important; position:relative; }
.stButton .chicklets { color:#262626 !important; }
.stButton .chicklets:hover { color:#B50937 !important; }

.enterprise-invitation-index-index .sub-title,
.enterprise-reward-customer-info .sub-title { margin-bottom:20px; }
.enterprise-invitation-index-index .data-table td,
.enterprise-reward-customer-info .data-table td { border-bottom: 1px solid #D9D9D9; padding: 8px 12px; }
.enterprise-invitation-index-index .data-table th,
.enterprise-reward-customer-info .data-table th { padding: 2px 12px; }
.my-rewards #form-validate .box { margin: 0 0 10px; }
.my-rewards #form-validate .buttons-set { margin-top:10px; }
.my-rewards .info-box { margin: 0 0 30px; }
.my-rewards .price { color:#262626; }
.subtitle-links { float:right; text-transform:uppercase; color:#797979; font-size: 11px; padding: 3px 0 0; }
.subtitle-links a { color:#797979; text-decoration:none; font-weight: bold; }
.subtitle-links a:hover { color: #B50937; }
.order-page .col2-set { padding:10px 0; }
.order-page .col2-set.first { border-bottom:1px solid #d1d1d1; }
.order-page .col-1 { width:49%; }
.order-page .col-1 .info-box { border-right:1px solid #d1d1d1; }
.order-page .info-box { padding: 15px 0 0; }
.order-details { padding-top:35px; }
.order-details .table-caption { border-bottom:3px solid #272727; margin-bottom:15px; }
.order-details .data-table td { padding: 12px 12px 5px; }
.order-details .data-table tfoot tr td { border-bottom:none; padding:1px; }
.order-details .data-table tfoot tr.first td { padding-top:15px; }
.order-details .data-table tfoot tr td { padding-left:526px; }
.order-details .data-table tfoot tr td.last { padding-left:0; }
.order-details #my-orders-table tfoot .price { color: #797979; }
.order-details #my-orders-table tfoot strong .price { color: #262626; }

.wishlist-index-share .form-list label { font-weight:normal; }
.wishlist-index-share .form-list .input-box { padding:0 20px 7px 0; }
.wishlist-index-share .form-list textarea { height:127px; width:340px; }
.wishlist-index-share .form-buttons .button { float:none; }
.wishlist-index-share .form-buttons p.back-link { float:none; text-align:left; padding-top:15px; }
.wishlist-index-share p.required { padding-top:0; margin-bottom:15px; margin-top:-4px; }
.wishlist-index-share .fieldset { overflow:hidden; }
.wishlist-index-share .form-list .validation-advice { width:180px; }

#right-column-totals .a-right { text-align:right !important; }

.quick-checkout .opc .dropdown.large { width: 380px !important; }
.quick-checkout .opc .dropdown.large dt span { width:350px; }

#my-orders-table .first { padding-left:0; }

#multiship-addresses-table .product-name a,
.multishipping-table .product-name a { font-size:12px; }
.multishipping-table .item-options dd { padding:0; display:block; }

.review-customer-view .stButton,
.review-customer-view .sharethis { margin-left:0 !important; padding-left:0 !important; }


/* wp customer service added by JK 8/18/2011 ================================================================================ */
/* .col-main, .home-content {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	height: 1125px !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
} */



#cs-header {
	width: 1000px;
	height:77px;
	background: url("../images/cs/cs_main_title_bg.jpg") repeat 0 0 transparent;
	padding:0px;
	margin: 0px 0px 0px -20px;
	clear: both; 
}


.page-title-cs {padding:37px 0px 13px 20px; background:transparent; }
.page-title-cs h1,
.page-title-cs h2 { font:bold 32px/32px Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase; }

#cs-container {
	font-family: Helvetica;
	
	}

#cs-container > div {
	margin: 0 auto;
}

#cs-body {
	width: 100%;
	
	
}
#cs-body-content {
	width: 100%;
	/*float: left;*/
	height: 350px;
}

#cs-body-content-left {
	float: left;
	padding-top: 20px;
	width: 480px;
	height: 326px;
}

#cs-info-left-image {
	padding-top: 0px;
	width: 464px;
	height: 142px;
}

#cs-info-left-image img {
	padding: 0px; margin:0px; border:0px; display:block;
}

.cs-info-left-header {
	padding-top: 20px;
	width: 464px;
	height: 55px;
}

.cs-info-left-header h1{
	font:bold 18px/20px Arial, Helvetica, sans-serif; color:#262626; text-transform:uppercase; 
}

#cs-info-left-content {
	padding-top: 16px;
	width: 430px;
	height: 80px;
	vertical-align:top;
}

#cs-info-left-content p {
	font:normal 12px/15px Arial, Helvetica, sans-serif; color:#262626; text-transform:none; 
}

#cs-body-content-right {
	float: right;
	width: 477px;
	height: 326px;
	border: 1px solid #d2d2d2;
	margin-top: 20px;
	background: url("../images/cs/cs_info_right_bg.jpg") repeat 0 0 transparent;
	
}

#cs-info-right-header {
	padding: 17px 0px 0px 20px;
	width: 440px;
	height: 25px;
}

#cs-info-right-header h1{
	font:bold 21px/21px Arial, Helvetica, sans-serif; color:#262626; text-transform:uppercase; 
}

#cs-info-right-redbar {
	padding: 3px 0px 0px 20px;
	width: 438px;
	height: 3px;
}
#cs-info-right-redbar img{
	padding: 0px; margin:0px; border:0px; display:block;
}

#cs-info-right-content {
	padding: 13px 0px 0px 22px;
	width: 438px;
	height: 80px;
	vertical-align:top;
}

#cs-info-right-content p {
	font:normal 12px/15px Arial, Helvetica, sans-serif; color:#262626; text-transform:none; 
	padding-bottom:16px;
}

#cs-info-right-content a {
	font:normal 12px/15px Arial, Helvetica, sans-serif; color:#b50937; text-decoration: none; 
}
#cs-info-right-content a:hover {
	font:normal 12px/15px Arial, Helvetica, sans-serif; color:#b50937; text-decoration: underline; 
}



#cs-main-top-dropshadow {
	width:960px;
	height:auto;
	margin:0px; padding:0px; border:0px;
	
}

#cs-main-top-dropshadow img {
	padding: 0px; margin:0px; border:0px; display:block;
	
}


#cs-body #cs-main {
	width: 958px;
	float: left;
	min-height:720px;
	border: 1px solid #d2d2d2;
	background: transparent url("../images/cs/cs_content_main_bg.jpg") 0px 0px repeat-y;
	overflow:auto;
	
}

#cs-main #cs-main-left {
	float: left;
	padding-top: 23px;
	width: 231px;
    min-height: 720px; 
	background: transparent url("../images/cs/cs-main-nav-bg.png") 0px 0px no-repeat;
	overflow:auto;
}



#cs-main-right {
	float: right;
	width: 727px;
	min-height: 720px;
	padding-top: 23px;
	background: transparent;
	overflow:auto;
	
}

#cs-main-right-header {
	padding: 0px 19px 0px 19px;
	height: 25px;
}

#cs-main-right-header h1{
	font:bold 21px/21px Arial, Helvetica, sans-serif; color:#262626; text-transform:uppercase; 
}

#cs-main-right-divider {
	padding: 3px 19px 0px 19px;
	width: 688px;
	height: 1px;
}
#cs-main-right-divider img{
	padding: 0px; margin:0px; border:0px; display:block;
}

#cs-main-right-content {
	padding: 14px 23px 0px 20px;
	vertical-align:top;
}

#cs-main-right-content p {
	font:normal 12px/15px Arial, Helvetica, sans-serif; color:#262626; text-transform:none; 
	padding: 0px 0px 20px 0px;
	margin:0px;
}

#cs-main-right-content p.2 {
	font:normal 12px/15px Arial, Helvetica, sans-serif; color:#262626; text-transform:none; 
	padding: 0px;
	margin:0px;
}

#cs-main-right-content p span {
	font:bold 12px/15px Arial, Helvetica, sans-serif; color:#262626; text-transform:none; 
	
}

#cs-main-right-content p.strong {
	font:bold 12px/15px Arial, Helvetica, sans-serif; color:#262626; text-transform:none; 
	padding: 0px 0px 20px 0px;
	margin:0px;
	
}

#cs-main-right-content p.header {
	font:bold 12px/15px Arial, Helvetica, sans-serif; color:#262626; text-transform:none; 
	padding: 0px;
	margin:0px;
	
}

#cs-main-right-content p.header-italic {
	font:italic 12px/15px Arial, Helvetica, sans-serif; color:#262626; text-transform:none; 
	padding: 0px;
	margin:0px;
	
}

#cs-main-right-content ul {
	list-style:disc;
	padding: 0px 0px 20px 34px;
	margin:0px;
	
	
}
#cs-main-right-content ul li{
	list-style:disc;
	padding: 0px;
	margin:0px;
	
	
}

#cs-main-right-content .sbHolder ul {
	list-style:none;
	padding: 0px 0px 5px 0px;
	margin:0px;
	
	
	
}

#cs-main-right-content .sbHolder .sbOptions ul {
	list-style:none;
	padding: 0px 0px 5px 0px;
	margin:0px;
	height:200px;
	
	
}

#cs-main-right-content  a {
	font:normal 12px/15px Arial, Helvetica, sans-serif; color:#b50937; text-decoration: none; 
}
#cs-main-right-content a:hover {
	font:normal 12px/15px Arial, Helvetica, sans-serif; color:#b50937; text-decoration: underline; 
}

#cs-main-right-content .sbHolder a {
	font:normal 12px/15px Arial, Helvetica, sans-serif; color:#797979; text-decoration: none; 
}
#cs-main-right-content .sbHolder a:hover {
	font:normal 12px/15px Arial, Helvetica, sans-serif; color:#797979; text-decoration: none; 
}

#cs-main-right-content .sbHolder .sbOptions a {
	font:normal 11px/13px Arial, Helvetica, sans-serif; color:#262626; text-decoration: none; 
}
#cs-main-right-content .sbHolder .sbOptions a:hover {
	font:normal 11px/13px Arial, Helvetica, sans-serif; color:#b50937; text-decoration: none; 
}



/*cs left nav css */

#cs-sidebar-nav
{padding: 0px 0px 0px 13px;
	float: left; 
	width: 210px;
	max-width:210px;
	border: none;
	margin:0px;
	background: transparent;
	height:auto;
		} 

.example_menu {
   font-size: 100%;
   list-style: none;
   margin: 0;
   padding: 0;
   vertical-align: top;
   width: 210px;
}

.example_menu img{
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
	
}
	
.expand_all, .collapse_all {
   cursor: pointer;
}
	
.example_menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0px 0px 3px 0px;
}

.example_menu ul li img{
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
	
}

#menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, .example_menu li {
   background-image: none;
   margin: 0px;
   padding: 0px;
}

#menu1 li img, #menu2 li img, #menu3 li img, #menu4 li img, #menu5 li img, .example_menu li img {
display:block;
	padding:0px;
	margin:0px;
	border:0px;	
	
}

.example_menu ul ul {
  display: block;
}


.example_menu ul ul li img{
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
}


.example_menu ul ul li a {
 padding-left: 20px;
 width: 180px;
}



.example_menu a {
   color: #262626;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   text-transform:uppercase;
   cursor: pointer;
   display: block;
   font-weight: bold;
   margin-left: 0;
   padding: 0px 2px 2px 18px;
   width: 168px;
   text-decoration:none;
   
}

.example_menu a.expanded {
    background: transparent url('../images/cs/cs-expand2.jpg') no-repeat 0px 3px;
}
.example_menu a.collapsed {
    background: transparent url('../images/cs/cs-expand2.jpg') no-repeat 0px 3px;
}
.example_menu a:hover {
    text-decoration: none;
}

.example_menu a.manuals, .example_menu a.hover {
    background: transparent url('../images/cs/cs-expand2.jpg') no-repeat 0px 3px;
}

.example_menu ul a {
    background: transparent;
    border:none;
    color:#797979;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
    display: block;
    font-weight: bold;
    padding: 2px 2px 1px 27px;
    width: 160px;
	text-decoration:none;
}



.example_menu ul a:link {
    font-weight: bold;
}

.example_menu ul a:hover {
    background : transparent;
    text-decoration: none;
	color: #262626;
}

.example_menu li.active a {
    background: transparent;
	color: #797979;
	
}
.example_menu li.active li a {
    background: transparent;
	color: #797979;
	
}

.cs_selected a, .example_menu ul a.cs_selected, a.cs_selected  {
color:#262626;	
}

#menu1 li.header img, #menu2 li.header img, #menu3 li.header img, #menu4 li.header img, #menu5 li.header img, .example_menu .header img{
	padding:0px;
	margin:0px;
	border:0px;
	height: 6px;
	display:block;
	
}

#menu1 li.header, #menu2 li.header, #menu3 li.header, #menu4 li.header, #menu5 li.header, .example_menu .header {
    background: transparent url('../images/cs/cs-nav-header.png') no-repeat 0 0;
    border: none;
    height: 6px;
	margin: 0px;
    width: 155px;
	padding: 0px;
	
}

.example_menu .header span {
    display: none;
}

#menu1 li.footer img, #menu2 li.footer img, #menu3 li.footer img, #menu4 li.footer img, #menu5 li.footer img, .example_menu .footer img{
	padding:0px;
	margin:0px;
	border:0px;
	height:6px;
	display: block;
	
}
#menu1 li.footer, #menu2 li.footer, #menu3 li.footer, #menu4 li.footer, #menu5 li.footer, .example_menu .footer {
    background: transparent url('../images/cs/cs-footer2.png') no-repeat 0 0;
    border: none;
    height: 6px;
	margin: 0 0 4px 0;
    width: 155px;
	padding: 0px;
	
}

.example_menu .footer span {
    display: none;
}

/*END cs left nav css */

#cs-main-right-content #collapse-panes {
	width:632px;
	float:left;
	padding-left: 0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#262626;
}


#cs-main-right-content #collapse-panes  div {
	padding-left: 21px;
}

#cs-main-right-content #collapse-panes  img {
	margin-top:2px;
	
}

#cs-main-right-content #collapse-panes a:link   { text-decoration: none; color: #b50937; font-weight:bold; }

#cs-main-right-content #collapse-panes a:active { text-decoration: none; color: #262626; font-weight:bold; }	

#cs-main-right-content #collapse-panes a:visited   { text-decoration: none; color: #b50937; font-weight:bold; }

#cs-main-right-content #collapse-panes a:hover  { text-decoration: none; color: #262626; font-weight:bold; }


#cs-main-right-content #collapse-panes .toggle-arrow {
	margin-right: 6px;
}

.cs-contact-info {width:620px; float:left; background: url("../images/cs/cs_warranty_policies_div_bg.png") no-repeat 17px 4px transparent; color:#262626; vertical-align:top; margin:10px 0px 0px 0px; padding:0px; text-align:left;}
.cs-contact-info .cs-col-left {width: 280px; float:left; background:none; color:#262626; vertical-align:top; margin:0px; padding:0px 40px 0px 0px; text-align:left;}
.cs-contact-info .cs-col-right {width: 280px; float:left; background:none; color:#262626; vertical-align:top; margin:0px; padding:0px; text-align:left;}
.cs-col-left h3, .cs-col-right h3  {color: #262626;font-size:12px; text-transform:uppercase;margin:0px; padding:0px; font-weight:bold; width:240px;}
.cs-col-left p, .cs-col-right p {color:#262626;width:200px;margin:0px; padding:0px; font-size:11px; line-height:1.2em;}
.cs-col-left p span, .cs-col-right p span {color:#b50937;width:200px;margin-bottom:0px; padding:0px; font-size:11px; line-height:1.2em; text-transform:uppercase; font-weight:bold;}
.cs-col-left a, .cs-col-right a, .cs-col-left span a, .cs-col-right span a   {font-size: 11px; color: #b50937;text-decoration:none; line-height:1.2em; margin:0px; padding:0px; border:0px;}
.cs-col-left a:hover, .cs-col-left p span a:hover, .cs-col-right a:hover, .cs-col-right p span a:hover {font-size: 11px; color: #b50937; line-height:1.2em; margin:0px; padding:0px; border:0px;text-decoration:underline;}
.cs-contact-info:after  { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

#cs-main:after  { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/*Cforms*/

.cform { 
	clear:both; 
	margin:0px; 
	width: 510px; 

}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#808183;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
	width:400px;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
	
	
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:none;
	margin:10px 0px 10px 200px; !important;
	padding:5px 0pt;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#262626;
	font-size:11px;
	font-weight:normal;
}




/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:400px; 
	margin:4px 10px 2px 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	color:#262626;
	font-size:12px;
	text-transform:none;
	font-weight:normal;
}

.cform label span {
	width:400px; /* must be the same as above!*/
	display:block; 
	font-family: Arial, Helvetica, sans-serif;
	color:#262626;
	font-size:12px;
	text-transform:none;
	font-weight:normal;
}

.cform label span span {
	font-family:Arial, Helvetica, sans-serif;
	color:#262626;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}

/*label.cf-before {
	margin:4px 10px 0 0; 
} */

label.cf-before {
	margin:7px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 5px;
	color:#262626;
	font-size:12px;
	font-weight:normal;
	width: 260px;
}

label.cf-before span {
	padding-left: 0px;
	width: 260px;
	padding-right: 5px;
	color:#262626;
	font-size:12px;
	font-weight:normal;
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
	color:#262626;
	font-size:12px;
	font-weight:normal;
}

label.cf-after span {
	width:115px;
	display:block;
	color:#262626;
	font-size:12px;
	font-weight:normal;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
	color:#262626;
	font-size:12px;
	font-weight:normal;
}
label.cf-group-after span {
	width:72px;
	display:block;
	color:#262626;
	font-size:12px;
	font-weight:normal;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input, .cform input span
 { 
	padding:0px;
	background: #ffffff; 
	border: 1px solid #d2d2d2; 
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	color:#797979;
	text-transform:uppercase;
	width: 380px;
	height:17px;
}


.cform textarea, .cform textarea span
 { 
	padding:0px;
	background: #ffffff; 
	border: 1px solid #d2d2d2; 
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	color:#797979;
	text-transform:uppercase;
	width: 380px;
	
}

.cform select { 
	padding:0px;
	background:#ffffff; 
	border: 1px solid #d2d2d2; 
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	color:#797979;
	text-transform:uppercase; 
	height:19px;
	
	
}



.sbHolder{
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 19px;
	position: relative;
	width: 380px;
	color:#797979;
	
}
.sbSelector{
	display: block;
	height: 19px;
	left: 0;
	line-height: 19px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 5px;
	top: 2px;
	width: 350px;
	color:#797979;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #797979;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/cs/cs_arrow_select.jpg) 0px 0px no-repeat;
	display: block;
	height: 19px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 19px;
}
.sbToggle:hover{
	background: url(../images/cs/cs_arrow_select.jpg) 0px 0px  no-repeat;
}
.sbToggleOpen{
	background: url(../images/cs/cs_arrow_select.jpg) 0px 0px  no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/cs/cs_arrow_select.jpg) 0px 0px  no-repeat;
}
.sbHolderDisabled{
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbHolder .sbOptions{
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
	list-style: none;
	left: -1px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 19px;
	width: 380px;
	z-index: 1;
	overflow-y: auto;
	overflow-x:hidden;
	color:#262626;
	height:200px;
	font-size:11px;
	text-transform:none;
	
}


.sbHolder .sbOptions li{
	padding: 0px 0px 0px 5px;
}
.sbHolder .sbOptions a{
	border:none;
	display: block;
	outline: none;
	padding: 2px 0px 2px 3px;
	color:#b50937;
}
.sbHolder .sbOptions a:link, .sbHolder .sbOptions a:visited{
	color: #262626;
	text-decoration: none;
}
.sbHolder .sbOptions a:hover{
	color: #262626;
}
.sbHolder .sbOptions li.last a{
	border-bottom: none;
	color: #262626;
}
.sbHolder .sbOptions .sbDisabled{
	border-bottom: dotted 1px #d2d2d2;
	color: #262626;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbHolder .sbOptions .sbGroup{
	border-bottom: dotted 1px #d2d2d2;
	color: #262626;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbHolder .sbOptions .sbSub{
	padding-left: 0px;
}


/*.cform input:hover,
.cform textarea:hover
{padding:3px;
	background: #fff; 
	border: 1px solid #888888; 
	vertical-align:top;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	color: #000000;
} */


/*.cform select:hover	{
	background:#ffffff; 
}

.cform select:visited	{
	background:#ffffff; 
} 

.cform input:focus,
.cform textarea:focus,
{	background:#ffffff; 
}


.cform select:focus	{ 
	background:#ffffff; 
} */

.cform textarea,
.cform input {
	width:380px; 
}

/*.cform select {
	width:383px; 
	padding:0px;
	
}  

* html .cform select
{ width:381px; 
	padding:0px;
	
	border: 1px solid #d2d2d2; 
	
	  
}
*+html .cform select
 {width:381px; 
	padding:0px;
	
	border: 1px solid #d2d2d2; 
	
	 
} */


.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
	height:111px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding:8px 0 0 0px; /* check with label 'width' incl. */
	font-family: Arial, Helvetica, sans-serif;
	color:#262626;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:4px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:0px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:2px 0pt 0px !important;
	padding-left: 0px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:13px;
	display: -moz-inline-box; 
	vertical-align:top;
	color:#b50937;
	
	
}

li#li-2-4 span.reqtxt, li#li-4-7 span.reqtxt, li#li-4-9 span.reqtxt, li#li--9 span.reqtxt, li#li--7 span.reqtxt {margin:-20px 10px 0px 0px;
	font-size:13px;
	display: -moz-inline-box; 
	vertical-align:top;
	color:#b50937;
	float:right;
	
}


span.reqtxtfld { 
	margin:6px 0 0 0px;
	font-size:11px;
	display: -moz-inline-box; 
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#b50937;
	text-align:right;
	
}

 span.reqtxtfld span { 
	margin:3px 0 0 0px;
    display: -moz-inline-box; 
	vertical-align:top;
	color:#b50937;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:left;
	padding: 0px;
	margin: 0px;
	float:left;
	width:91px;
}
.cform input.backbutton,
.cform input.resetbutton,
/*.cform input.sendbutton, .cform input.sendbutton2	{ 
	padding:10px 0px 30px 0px; 
	border:0px;
	cursor:pointer;
	margin:0px;
	width: 71px;
  height: 20px;
  display: block;
  background: transparent url(../images/cform-submit-btn.jpg) 0px 0px no-repeat;
  text-indent: -9999em;
} */
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

.cform input.sendbutton::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
/* button.button { -webkit-border-fit:lines; }  <- Safari & Google Chrome Fix */
.cform input.sendbutton { float:left; padding: 0 22px 0 4px; color:#fff;  display:-moz-inline-block; display:inline-block; white-space:nowrap; text-transform:uppercase; font:bold 11px/16px Arial, Helvetica, sans-serif; height:20px; width:71px; border:none; cursor:pointer; background: #262626 url("../images/general/btn-bg.gif") no-repeat 98% 2px;}

a.sendbutton:hover span,
.cform input.sendbutton:hover span, .cform input.sendbutton:hover {background: #d2d2d2 url("../images/general/btn-bg.gif") no-repeat 98% 2px; cursor:pointer;}
.cform input.sendbutton:active { bottom:-1px; right:-1px; position:relative; z-index:2; }
.cform input.sendbutton:active span span { margin:0; }






/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	text-align:center;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#fff;
	color:#AAAAAA;
	display:block;
	text-align:center;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

/*
[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}
*/

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #fff;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
	display:none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
	display:none;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}
/*End Cforms css */

/*End WP CS code added by JK 8/18/2011 */



.region-select A { color:#d2d2d2;text-decoration:none;font-size:11px;padding-right:15px; }
.region-select A:hover { background:url('../images/region/red_arrow.png') right no-repeat; }
.region-select SPAN { 
	text-transform:uppercase;
	color:white;
	font-weight:bold;
	font-size:11px;
	display:block;
	border-bottom:1px solid #535353;
	padding-left:10px;padding-right:20px; 
}
.region-select UL { margin-left:24px;} 
.region-select UL LI { float:left;background:url('../images/region/list.png') 0px 7px no-repeat;margin-top:12px;}
.region-select UL UL { margin:0; }
.region-select UL LI UL LI { float:none;background:none;padding:0;margin:0 0 -2px 0px;padding-left:10px;padding-right:10px; }
.region-select A.close {
	background:#262626 url('../images/region/red_x.png') 39px no-repeat;
	padding-right:16px;
	margin-top:2px;
	font-size:9px;
	font-weight:bold;
	color:#FFF;
	float:right;
	line-height:15px;
	padding-left:5px;
	display:none;
}

.local span span {
    background: url('../images/local-btn.gif') no-repeat scroll 100% 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font: bold 11px/16px Arial,Helvetica,sans-serif;
    height: 16px;
    padding-left: 7px !important;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    }
    
    #quickview_content #buttonholder { width:114px;}
    #enlarged-image{}
    .quickview_content_zoom #featured{border-top:1px solid #d2d2d2;padding-top:7px;}
    .quickview_content_zoom{padding: 0px 22px !important;left:-35px !important;margin-left:0px !important;}


#detail_images li a {
    border: 1px solid #FFFFFF;
    float: left;
    height: 60px !important;
    width: 95px !important;
    }
    
#detail_images li a:hover, #detail_images li a.active {
        border: 1px solid #000000;
}

.collateral-tabs #product-reviews-list .last {width: auto; }
#search_autocomplete .selected{ background: none !important; }


.cart .wrapper .button{float:left}

.totals  .checkout-types li button{font: bold 12px/15px Arial, Helvetica, sans-serif;}
.cart  .wrapper .deals .button{margin-right:8px;}
.totals  .checkout-types li button span span{width:197px;padding:0px;}

/*********************** New header styles *******************************/
.header-container .red-bg {
	background: url("../images/header/red_divider_line.png") repeat scroll 0 0 transparent;
    height: 3px;
    position: relative;
    top: 67px;
}



@media screen and (min-width:1401px){
	.header-container { 
	/*
		background-image: url('../images/header/header_bkg_left.jpg'),url('../images/header/header_bkg_right.jpg'), url('../images/header/header_bkg_middle.jpg');
		background-repeat: no-repeat,no-repeat,repeat-x;
		background-position: left top,right top,701px top;
		background-size:700px 115px,700px 115px,10px 115px;
		-pie-background:url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/header/header_bkg_left.jpg') top left no-repeat, url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/header/header_bkg_right.jpg') top right no-repeat, url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/header/header_bkg_middle.jpg') left top repeat-x;
	*/
		height: 115px;

		/* REMOVE AFTER 40 YEAR BANNER IS GONE */
	}
	
	.footer-container-wrapper { 
		position:relative; 
		z-index:0;
		/* background-image: url('../images/footer/footer_bkg_left.jpg'),url('../images/footer/footer_bkg_right.jpg'), url('../images/footer/footer_bkg_middle.jpg') ; 
		background-repeat: no-repeat,no-repeat,repeat-x;
		background-position: left top,right top,701px top;
		background-size:700px 280px,700px 280px,10px 280px;
		-pie-background:url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/footer/footer_bkg_left.jpg') top left no-repeat, url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/footer/footer_bkg_right.jpg') top right no-repeat, url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/footer/footer_bkg_middle.jpg') left bottom repeat-x;
		*/
		height: 280px;
	}

}

.header-container { 
	/*
	background: url('../images/header/header_single.jpg') no-repeat center;
	*/
	float:left;width:100%;
	height: 115px;
	margin-bottom: 15px;
}
.footer-container-wrapper { 
/*	background: url('../images/footer/footer_single.jpg') no-repeat center;*/
	float:left;width:100%;
	height: 280px;
	position:relative;
	z-index:0;
	padding-bottom: 120px;
	
}


.safarimedia  .header-container { 
		/*
		background-image: url('../images/header/header_bkg_left.jpg'),url('../images/header/header_bkg_right.jpg'), url('../images/header/header_bkg_middle.jpg');
		background-repeat: no-repeat,no-repeat,repeat-x;
		background-position: left top,right top,701px top;
		background-size:700px 115px,700px 115px,10px 115px;
		-pie-background:url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/header/header_bkg_left.jpg') top left no-repeat, url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/header/header_bkg_right.jpg') top right no-repeat, url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/header/header_bkg_middle.jpg') left top repeat-x;
		*/
		height: 115px;
}
.safarimedia   .footer-container-wrapper { 		
		position:relative; 
		z-index:0;
		/*
		background-image: url('../images/footer/footer_bkg_left.jpg'),url('../images/footer/footer_bkg_right.jpg'), url('../images/footer/footer_bkg_middle.jpg') ;
		background-repeat: no-repeat,no-repeat,repeat-x;
		background-position: left top,right top,701px top;
		background-size:700px 280px,700px 280px,10px 280px;
		-pie-background:url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/footer/footer_bkg_left.jpg') top left no-repeat, url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/footer/footer_bkg_right.jpg') top right no-repeat, url('http://blackburndesign.sg.int/ebs/skin/frontend/enterprise/blackburn/images/footer/footer_bkg_middle.jpg') left bottom repeat-x;
		*/
		height: 280px;
}

.header .top-compare .block-title span, .top-cart #cartHeader span{float:left;  background:url('../images/header/bg_number_card.png') no-repeat ; width:19px; height:18px; text-align:center; line-height:18px; color:#515151; font-weight:bold;}
.header .form-search {float:right; margin:0 0 0 18px; border: 1px solid #D8D8D8;}
#search_mini_form button.button{float:left; margin:0;  width:18px; height:19px; background: url(../images/header/search_btn.png) no-repeat;}







.header .social-footer {
	float: right;
	padding:0 43px 0 0;
	position: relative;
	top: -5px;
}
.header .social-footer ul {
	padding:0;
	margin:0;
}

.header .social-footer ul li{
	padding:0;
	margin:0;
	list-style: none;
	display:inline;
}




.header .social-footer ul li a.facebook-icon {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 42px;
	height: 42px;
	background: url('../images/footer/facebook_sprite.png') no-repeat;
	padding-right: 3px;
}
.header .social-footer ul li a.facebook-icon span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url('../images/footer/facebook_sprite.png') no-repeat;
	background-position: 0 -42px;
	padding-right: 3px;
}

.header .social-footer ul li a.twitter-icon {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 42px;
	height: 42px;
	background: url('../images/footer/twitter_sprite.png') no-repeat;
	padding-right: 3px;
}
.header .social-footer ul li a.twitter-icon span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url('../images/footer/twitter_sprite.png') no-repeat;
	background-position: 0 -42px;
	padding-right: 3px;
}

.header .social-footer ul li a.youtube-icon {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 42px;
	height: 42px;
	background: url('../images/footer/youTube_sprite.png') no-repeat;
	padding-right: 3px;
}
.header .social-footer ul li a.youtube-icon span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url('../images/footer/youTube_sprite.png') no-repeat;
	background-position: 0 -42px;
	padding-right: 3px;
}


.header .social-footer ul li a.instagram-icon {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 42px;
	height: 42px;
	background: url('../images/footer/instagram_sprite.png') no-repeat;
}
.header .social-footer ul li a.instagram-icon span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url('../images/footer/instagram_sprite.png') no-repeat;
	background-position: 0 -42px;
}

.red-bg {
    background: url("../images/red_divider_line.png") repeat scroll 0 0 transparent;
    height: 3px;
    position: relative;
    top: 67px;
   
}

.footer .col4-set {
	padding-left: 144px;
}

.footer .col { /*background:url(http://www.blackburndesign.com/skin/frontend/enterprise/blackburn/images/bkg_footer-section.png) 0 0 no-repeat; min-height:200px;*/
border-right: 1px solid #DBDBDB;
height: 145px;
/*padding-right: 37px;*/
}
.footer .col.last {
	border-right:none;
}

.footer .col4-set .col-1 {
    margin-right: 0;
    padding: 11px 46px 0 0;
    width: 190px;
}

.footer .col4-set .col-2 {
    margin: 0;
    padding: 11px 0 0 47px;
    width: 187px;
}

.footer .col4-set .col-3 {
    margin: 0;
    padding: 11px 0 0 47px;
    width: 153px;
}

.footer .col4-set .col-4 {
    margin: 0;
    padding: 11px 0 0 47px;
    width: 220px;
	float:left;
}

.footer .section { /*position:relative; padding:11px 20px 0 21px; margin:0 0 15px 5px; width:150px;*/ padding:0px; margin:0px; text-align:left; }
.footer .section > dt { /*position:absolute; top:0; left:-17px;*/ text-transform:uppercase; font-weight:bold; font-size:14px; color:#393837; padding-bottom: 7px;}
.footer .section li { line-height:18px; }
.footer .section a { text-decoration:none; color:#797979; font-size:11px; }
.footer .section a:hover { text-decoration:none; color:#262626; }

.footer .shop-box-footer {padding:0;}
.footer .shop-box-footer  label{float:left; font:bold 20px/20px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:0 20px 0 0;}
.footer .shop-box-footer span.text{float:left; background:url('../images/footer/zip_code_field.png') no-repeat; width:191px; height:28px; padding:13px 8px 0;}
.footer .shop-box-footer span.text input{float:left; width:116px; border:0; background:none; color:#797979; font-size:12px; line-height:14px;padding-left:7px;}
.footer .shop-box-footer span.text input.submit{float:right; width:18px; margin-right: 19px; border:0; background:none; color:#797979; }
.footer .shop-box-footer .submit{border:0; float:left; width:18px; height:19px; text-indent:-9999px; cursor:pointer; font-size:0; line-height:0;}

.header .headerSignUpText {
	text-align: right; 
	font-family: Arial,Helvetica,sans-serif; 
	color: #393837; 
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 39px;
	position: relative;
	top: -5px;
	overflow: hidden;
}
.header .reg-box-footer {padding:0 20px 0 10px; float: right;}
.header .reg-box-footer  label{float:left; font:bold 20px/20px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:0 20px 0 0;}
.header .reg-box-footer span.text{float:left; background:url('../images/footer/sign_up_field.png') no-repeat; width:240px; height:28px; padding:13px 8px 0;}
.header .reg-box-footer span.text input{float:left; width:193px; border:0; background:none; color:#797979; font-size:12px; line-height:14px;padding-left:7px;}
.header .reg-box-footer span.text input.submit{float:right; width:18px; margin-right: 19px; border:0; background:none; color:#797979; }
.header .reg-box-footer .submit{border:0; float:left; width:18px; height:19px; text-indent:-9999px; cursor:pointer; font-size:0; line-height:0;}

address.copyright {
	color: #A7A7A7;
    font-size: 11px;
    display: block;
    width: 100%;
    text-align: center;
}
	
.footer { 
	width:960px; 
	margin:0 auto; 
	position:relative; 
	left:0; 
	top:29px; 
	padding: 0px;
	z-index: 50;
}

@font-face {
	font-family: DK_Pisang;
	src: url('../fonts/DK_Pisang.otf');
	src: url('../fonts/DK_Pisang.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DK_Pisang.woff') format('woff'),
         url('../fonts/DK_Pisang.svg#DK_Pisang') format('svg');
}

@font-face {
	font-family: Tstar-Headline;
	src: url('../fonts/TSTAR-Headline.otf');
	src: url('../fonts/tstar-headline.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tstar-headline.woff') format('woff'),
         url('../fonts/tstar-headline.svg#Tstar-Headline') format('svg');
}

@font-face {
	font-family: Tstar-Medium;
	src: url('../fonts/TSTAR-Medium.otf');
	src: url('../fonts/tstar-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tstar-medium.woff') format('woff'),
         url('../fonts/tstar-medium.svg#Tstar-Medium') format('svg');
}

@font-face {
	font-family: Tstar-Bold;
	src: url('../fonts/TSTAR-Bold.otf');
	src: url('../fonts/tstar-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tstar-bold.woff') format('woff'),
         url('../fonts/tstar-bold.svg#Tstar-Bold') format('svg');
}

.header .header-nav span.title { font-family: Tstar-Medium; font-size: 19px; letter-spacing: 0px;}
.header .header-nav span.title strong {font-family: Tstar-Headline;}
.ios .main{position:relative;left:50%;margin-left:-500px;}

#blackburn_newsletter_subscribe .fail{ color: #FF0000;}
#blackburn_store_locator .fail{ color: #FF0000;}

#blackburn_newsletter_subscribe input.validate-error{font-size:11px;color:#b50937;}

iframe[src="about:blank"] {
display:none;
}

.rma {
    clear: both;
}
 
.price-box .old-price .price-to .price-label {display:inline;}
.price-box .range-fix.price-range.old-price{text-decoration:none;}
.price-box .range-fix.price-range.old-price .price{  text-decoration: line-through;}

.box-collateral .old-price {text-decoration:none;}
.box-collateral .old-price .price{  text-decoration: line-through;}
.category-products .price-box .with-special.price-range-spl-single{margin-left:5px;}

.price-box .range-fix.price-range.old-price.price-range-old-single .price-range{text-decoration: line-through !important;}

.product-view .price-box .price-range.with-special.price-range-spl-single{margin:0 0 15px 5px;}
.product-view .price-box .range-fix.price-range.price-range.price-range-old-single, .product-view .range-fix.price-range.price-range{margin-bottom:15px;float: left;}
.price-box .range-fix.price-range.price-range.price-range-old-single .price-range{text-decoration:none;}
.product-view .price-box .range-fix.price-range.old-price{margin-bottom:0px;}

.product-view .product-collateral .pdtmanual{margin-top:38px;margin-bottom:50px;}

.product-view .product-collateral .pdtdim{margin-bottom:40px;float:left;}
.product-view .product-collateral .pdtdim h2{font-size:16px;color:#262626;font-family:arial;font-weight:bold;width:577px;padding-bottom:7px;border-bottom:1px solid #d2d2d2;text-transform:uppercase;}
.product-view .product-collateral .pdtdim img{float:left;}
.product-view .product-collateral .pdtdim .dimcontainer{ width: 265px;float:left;margin-top:80px;}
.pdtdim .dimcontainer .dimcontent{ width: 87px;margin-right:2px;float:left;}
.pdtdim .dimcontainer .dimcontent label{background: none repeat scroll 0 0 #EFEFEF;display: block;height: 27px;line-height: 27px;text-align: center;width: 100%;font-size:11px;color:#262626;font-family:arial;text-transform:uppercase;}
.pdtdim .dimcontainer .dimcontent span{display: block;height: 24px;line-height: 24px;text-align: center;}
.pdtdim .dimcontainer .dimbottom{border-top:5px solid #efefef;float: left;width: 265px;}

.pdtdim .nodimart{margin-bottom:10px;margin-top:24px !important;}

.product-view .product-collateral .pdtcompatible{clear:both;}
.product-view .product-collateral .pdtcompatible h2{font-size:16px;color:#262626;font-family:arial;font-weight:bold;width:577px;padding-bottom:7px;border-bottom:1px solid #d2d2d2;margin-bottom:14px;text-transform:uppercase;}
.product-view .product-collateral .pdtcompatible a{width:200px;color:#b50937;text-decoration:none;display:block;}

.tab_right_hide{position: absolute; background:#FFFFFF; height: 32px; width: 2px; right: -2px;}
.product-collateral{position:relative; border-right: 1px solid #D2D2D2;}

iframe[name=buylocalnow]{
	display:block !important;
}

#aniMap {
	background-repeat: repeat-x;
	background-position: 55% 0;
	width: 100%;
	height: 190px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	z-index: 0;
}

#aniMap.pacCoast {
	background-image: url(https://www.blackburndesign.com/blackburn/wp-content/uploads/2015/04/mountains-pch.jpg);
}

#aniMap.greatDiv {
	background-image: url(https://www.blackburndesign.com/blackburn/wp-content/uploads/2015/04/mountains-divide.jpg);
}


.blogHeader {
	background-image: url(../images/bg-blog-header.jpg) !important;
}

.blogHeader h1 {
	color: #000 !important;
}
.my-wishlist form button span {
    margin: 0px 2px;
}