/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category   design
 * @package    enterprise_default
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://www.magentocommerce.com/license/enterprise-edition
*/



/* Layout ================================================================================= */
.page { width:980px; margin:0 auto; text-align:center; padding-right: 20px; padding-left:20px; }
.page-print { background:#fff; padding:20px; text-align:left; width: 980px;}
.print-head .logo {width: 980px;}
.page-popup { padding:20px; text-align:left; }
.main {
  margin:0 0 14px; 
  min-height:350px; 
  text-align:left; 
}
.clear { clear:both;}
.right { float: right;}
.sidebar { min-height:350px; }
/* Base Columns */ 
/*.col-left { float:left; width:182px; padding:0 0 0; margin:0 0 -1px; } */
.col-main { width:784px; padding:0;  text-align:justify; overflow: hidden; }
/*.col-right { float:right; width:182px; 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; background-color:#fff; }
.col1-layout .breadcrumbs { margin-bottom:0 !important; }

/* 2 Columns Layout */
.col2-left-layout { background-position:-573px 0; }
.col2-left-layout .col-main { float:right; }
.col2-right-layout { background-position:573px 0; }
.col2-right-layout .col-main { float:left; width:640px; }
.col2-right-layout .col-right { float:right; width:330px; margin-right:10px; }

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

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:left; width:49%; }
.col2-set .col-2opc { float:right; width:44%; padding-right: 10px;}
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */
/* Global Styles ========================================================================= */

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

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#756F65; }
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:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

h1{ 
  color:#756F65;
  font-family:Arial,Helvetica,sans-serif;
  font-size:22px;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  margin-top: 10px;
}

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

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

a.button,
button.button span {
  border:0;
  padding:0 0 0 10px; margin:0;
  cursor:pointer;    
  background-position:0 0;
  display:-moz-inline-stack;
  display:inline-block;
  color:#CB2E35;
  height:21px;
  text-decoration:none;
}
a.button span,    
button.button span span {
  padding:0 15px 1px 5px;
  color:#c73615;
  background-position:100% 0;
  display:-moz-inline-block;    
  display:inline-block;
  white-space:nowrap;
  /*text-transform:uppercase;*/
  font:normal 14px/20px Arial, Helvetica, sans-serif;
  height:20px;
}
a.button { line-height:21px; }
.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 {}


/* Custom buttons */
a.button.submit,
button.submit span,
a.button.submit span,
button.button.submit span span { background-color:transparent; background-image:url(../images/bttn-submit.png); background-repeat:no-repeat; }

a.button.submit,
button.button.submit span {padding:0 0 0 5px;height:28px; font-size:18px; line-height:25px; color:#827360; font-family:alternate-gothic-no-2-d;}

a.button span.submit,    
button.button.submit span span {padding:0 10px 1px 5px;height:28px;}

.login-button{background:transparent url(../images/logins_SML.png) top left no-repeat; font-size:0; float:right; /* text-indent:-3000px; */ width:78px; height:35px;border: none;background-position: 0px 0px; margin-right: 25px;}
.login-button:hover{background:transparent url(../images/logins_SML.png) top left no-repeat; font-size:0; float:right;text-indent:-3000px; width:78px; height:35px;border: none;background-position: -78px 0px; margin-right: 25px;}

.register-button{background:transparent url(../images/registers_SML.png) top left no-repeat; font-size:0;  float:right;/* text-indent:-3000px; */ width:102px; height:35px;border: none;background-position: -2px 0px;}
.register-button:hover{background:transparent url(../images/registers_SML.png) top left no-repeat; font-size:0; float:right;text-indent:-3000px; width:102px; height:35px; border: none;background-position: -105px 0px;}

.continue-button{background:transparent url(../images/SMALL_continue_button.png) top left no-repeat; font-size:0;  float:right;/* text-indent:-3000px; */ width:97px; height:33px;border: none; background-position: 0px 0px;}
.continue-button:hover{background:transparent url(../images/SMALL_continue_button.png) top left no-repeat; font-size:0; float:right;text-indent:-3000px; width:97px; height:33px; border: none; background-position: -96px 0px;}

.submit-button{background:transparent url(../images/submit_buttonSML.png) top left no-repeat; font-size:0;  float:right;/* text-indent:-3000px; */ width:91px; height:35px;border: none;}
.submit-button:hover{background:transparent url(../images/submit_OVERbuttonSML.png) top left no-repeat; font-size:0; float:right;text-indent:-3000px; width:91px; height:35px; border: none;}

.place-order-button{background:transparent url(../images/placeOrder_buttons.png) top left no-repeat; font-size:0;  float:right;/* text-indent:-3000px; */ width:175px; height:47px;border: none; background-position: 0px 0px;}
.place-order-button:hover{background:transparent url(../images/placeOrder_buttons.png) top left no-repeat; font-size:0; float:right;text-indent:-3000px; width:175px; height:47px; border: none; background-position: -173px 0px;}

/*a.button.submit2,
button.submit2 span,
a.button.submit2 span,
button.button.submit2 span span { background-color:transparent; background-image:url(../images/bttn-detail2.png); background-repeat:no-repeat; }

a.button.submit2,
button.button.submit2 span {padding:0 0 0 10px;height:28px; font-size:18px; line-height:28px; color:#fff; font-family:alternate-gothic-no-2-d; text-transform:uppercase;}

a.button span.submit2,    
button.button.submit2 span span {padding:0 15px 1px 5px;height:28px;}
*/
button.submit2 { background:transparent url(../images/button_submitreview.png) top left no-repeat; font-size:0; text-indent:-3000px; width:125px; height:28px;}
button.apply { background:transparent url(../images/button_apply.png) top left no-repeat; font-size:0; /* text-indent:-3000px; */ width:56px; height:25px;}
button.btn-proceed-checkout { background:transparent url(../images/button_checkout.png) top left no-repeat; font-size:0; text-indent:-3000px; width:179px; height:42px;}

button.apply span { display:block; }
button.apply span span { display:none; }

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

/* Form Validation */
.validation-advice { clear:both; font-size:11px !important; padding:3px 0 0 !important; color:#ed1c24 !important; font-family:Arial, Helvetica, sans-serif; font-size:9px; font-weight:normal; }
.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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_input-failed.gif) 0 0 repeat-x !important; }
span.validation-passed,
div.validation-passed { background:url(../images/icon_ok.gif) 100% 2px no-repeat; padding-right:20px; }
span.validation-error,
div.validation-error { background:url(../images/icon_error.gif) 100% 3px no-repeat; padding-right:20px; }
.required em { color:#6F6B62; margin-right:4px; }
p.required { margin:0; padding:5px 0 0 0; text-align:right; width:620px; font-size:11px; color:#B73236; font-family:Arial, Helvetica, sans-serif;
             font-size:12px;
             color:#ed1c24; }
p.required-register { margin:0; padding:5px 0 0 0; text-align:right; width:680px; font-size:11px; color:#B73236; font-family:Arial, Helvetica, sans-serif;
             font-size:12px;
             color:#ed1c24!important; }
           
.form-list .validation-advice { width:250px; margin-right:-250px; }
/* 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 0 16px; }
.fieldset-account {margin-left: 40px;}
.fieldset h3,
.fieldset p { margin:0 0 1.5em; }
.fieldset h3 { font-family:Arial, Helvetica, sans-serif; color:#000; }
.fieldset h3.register-new-user { margin-left: 16px; }
/* Form lists */
.form-list {}
.form-list li { margin:0 0 9px; vertical-align:top; }

.form-list label { font-family:Arial, Helvetica, sans-serif; float:left; width:255px; padding:2px 15px 0 0; font-size:14px; color:#464442; text-align:right; }
#co_billing-form .form-list label { font-family:Arial, Helvetica, sans-serif; float:left; width:270px; padding:2px 15px 0 0; font-size:14px; color:#464442; text-align:right; }
.form-list span.label { font-weight:normal; }
.form-list .input-box { float:left; }
.form-list .input-box a { font-size:11px; margin-top:4px;}
.form-list input.input-text,
.form-list textarea { float:left; width:374px; vertical-align:top; }
.form-list textarea { width:374px; height:13em; }
.form-list select { float:left; width:380px; vertical-align:top; }
.form-list p { margin:0; padding:0 0 0 240px; }
ul.add-row,
.form-list li.add-row { background:url(../images/bkg_dots.gif) repeat-x 0 0; margin-top:15px; }
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; margin:0; text-align:right; }
.form-list .range input.input-text { float:none; width:64px; vertical-align:middle; }

.form-list .add-field .input-box { margin-left:254px; }
.add-field {padding-left: 16px;}
.form-list .form-element { position:relative; vertical-align:top; z-index:1; } /* row with checkbox or radio button */
.form-list .form-element label { line-height:16px; }
.form-list .form-element .input-box { position:absolute; left:0px; margin-left:255px; line-height:16px; padding-top:1px; }
.form-list .form-element span.pobox-ship-error { color:red; margin-left:10px; position:relative; display:none; }
.form-list .form-element input.radio { margin-top:3px; }

.form-alt label { float:none; display:inline; width:auto; }
.form-alt li { margin:0 0 5px; line-height:16px; }
.form-alt select { width:496px; }
.form-alt .input-box { width:496px; margin-top:5px; padding-bottom:11px; }
.form-alt .input-text { width:480px; }

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

/* Combination of fields */
.group-select .fields { margin:0; }
.group-select .fields .field { clear:left; padding:0 0 9px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#464442;}
.group-select .fields .required {  font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#464442; font-weight:normal;}

/* Buttons */
.buttons-set { clear:both; margin:15px 0; overflow:hidden; } /* general for button containing block */
.buttons-set-opc { clear:both; margin-top:60px; margin-right:15px; overflow:hidden; }
.buttons-set p.back-link { float:left; padding:2px 15px 0 0; text-align:right; margin:0; }
a.back-link { color:#999; }
.buttons-set p.back-link a { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#B73236; }
.buttons-set a.button,
.buttons-set button.button { float:right; }
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; background-color:#ededed; text-align:right; }

.form-buttons { margin:0; width:620px; } /* for button containing block under the general form */
.form-button-register { margin:0; margin-left: 180px; width:520px; } 
.form-buttons .button { float:right; }
.form-buttons .button { margin-left:15px; }
.form-buttons p.back-link { float:left; width:225px; padding:2px 15px 0 0; text-align:right;}
.btn-only { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FF0000; }

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

/* Global Messages */
.messages { width:100%; overflow:hidden; text-align:left; margin-top:10px; padding-bottom: 10px;}
.messages li { margin:0 0 10px; padding:0; word-wrap:break-word; }
.messages ul { padding:10px 17px 18px; margin:0 0 -11px; background-position:35px 100%; background-repeat:no-repeat; position:relative; }
.messages ul li { margin:0; padding:0 0 3px; }
.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 { border-style:solid !important; border-width:1px !important; font-size:12px !important; }
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 { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
.messages li.error-msg a { color:#d91a00; }
.messages li.error-msg ul { /* background-image:url(../images/bkg_msg-error.gif); */ }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
/* Success Message */
.messages li.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.messages li.success-msg a { color:#3d6611; }
.messages li.success-msg ul { /* background-image:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_msg-success.gif); */ }
/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.messages li.note-msg a,
.messages li.notice-msg a { color:#3d6611; }
.messages li.note-msg ul,
.messages li.notice-msg ul { /* background-image:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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 */ 
.std .breadcrumbs ul{margin: 0;}
.breadcrumbs { margin: 0px; padding:2px 2px 2px 2px;  text-align:left; }
.catalog-product-view .breadcrumbs { margin: 0px 0 26px 0;}
.breadcrumbs li { display:inline;}
.breadcrumbs li span,
.breadcrumbs a { color: #4B4137; font-size: 11px; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; margin:0px 4px; }
.breadcrumbs a:hover { text-decoration:underline; }
.breadcrumbs strong { color: #4B4137; font-size: 11px;  }
/* Page Heading */
/*page title 23 june*/
.search-page-title{
  width:755px;
  margin-bottom:20px; 
  padding:5px 5px 5px 5px;  
  padding-left:20px;
  border-bottom:1px solid #cfcfcf;
  text-align:justify; 
}

.search-page-title h2 { 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:20px;
  color:#ed1c24; 
  line-height:20px;
  font-weight:bold;
  line-height:20px;
}
.cart-page-title{
  margin-bottom:20px; 
  padding:5px 5px 5px 5px;  
  text-align:justify; 
}
.cart-page-title h2{
  font-family:Arial, Helvetica, sans-serif; 
  font-size:20px;
  color:#ed1c24; 
  line-height:20px;
  font-weight:bold;
  line-height:20px;
}

.page-title {   
  margin-bottom:20px; 
  padding:5px 5px 5px 5px;  
  text-align:justify; 
}
.page-title .link-rss { float:right; margin-top:8px; }
.page-title h2 { 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:20px;
  color:#ed1c24; 
  line-height:20px;
  font-weight:bold;
}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons .link-print { float:right; margin-top:4px; }

.page-popup .page-title,
.col-main .page-title{
  width:755px;
  padding:5px 5px 5px 5px;  
  padding-left:20px;
  text-align:justify; 
  margin-left:-5px; 
  margin-right:-20px;
}

.col-main .page-title h2 { 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:20px;
  color:#ed1c24; 
  line-height:20px;
  font-weight:bold;
  line-height:20px;
}

.sub-title { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.sub-title .separator { font-weight:normal; }
.sub-title a { font-size:11px; font-weight:normal; text-transform:lowercase; }
.section-title { font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#ed1c24; margin:0 0 5px;
                 font-style:normal;
}
/*page title 23 june*/
/* Pager */
.my_orders .pager { overflow: hidden; }
.pager { font-family:Arial, Helvetica, sans-serif;  margin:15px 0; font-size:11px; padding:10px 0px 3px 20px; /* background:#f5f5f5 url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_pager.gif) repeat-x 0 0; */ border:1px solid #ddd; color:#333; height:30px !important; }
.pager p { margin:0; }
.pager select { padding:0; margin-bottom:1px; }
.pager .amount { float:left; line-height:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6F6B60; }
.pager .limiter { float:right; line-height:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6F6B60;}
.pager .pages { margin:0 135px; text-align:center; color:#6F6B60; line-height:20px; }
.pager .pages strong { font-weight:normal; display:none;}
.pager .pages a { color:#6F6B60; text-decoration:none; }
.pager .pages a:hover { color:#8c8c8c; text-decoration:none; }
.pager .pages ol{ display:inline; padding:0;}
/* .pager .pages li { display:inline; padding:0;} */
.pager .pages li { border:1px solid #E4E0D7; width:20px; height:20px; line-height:20px; padding:0; display:inline-block; float:left; margin:2px; background-color:#fff; font-size:11px; }
.pager .pages li a img { margin:6px 2px; }
.pager .pages .current { font-weight:bold; border:1px solid #6F6B60; }

/* Features reviews */
.featured-reviews p.title { margin:12px 0;font-weight:bold; line-height:30px; height:30px;}
.featured-reviews p.title span { border-left:1px solid #D7D3CF; padding-left:8px; display:inline-block; font-size:14px; color:#B2ABA0; margin-left:8px;}
.featured-reviews p.title a { font-size:18px; color:#4b4237; text-decoration:none;}
.featured-reviews ul { margin:0; padding:0}
.featured-reviews .review-item dt{ color:#756F65; font-size:14px; font-weight:bold; margin-bottom:10px; float:left; }
.featured-reviews .review-item dd, .featured-reviews .review-item dd p { font-weight:normal; color:#756F65; font-size:14px;}
.featured-reviews .review-item dd p a { color:#B73236; text-indent:4px; text-decoration:none; display:inline-block; background:transparent url(../images/arrow-readmore.jpg) center right no-repeat; padding-right:8px;}
.featured-reviews .product-image { position:absolute; margin-right:20px; width:175px;}
.featured-reviews .product-item { position:relative;}
.featured-reviews .review-item { margin-left:195px; width:440px; margin-bottom:28px;}
ul.product-reviews-list li { clear:both; border-bottom:1px solid #D7D4D0; min-height:225px; margin-bottom:20px; }
.featured-reviews .review-summary-table { float:right; width:106px;margin-top:-7px;}
.featured-reviews a.detail{ background:transparent url(../images/button_details.png) top left no-repeat; text-indent:-3000px; height:23px; font-size:0; width:73px; display:inline-block; color:#fff;  margin:10px 0 0 54px;}

.review-temp { height:27px; width:106px; overflow:hidden; float:right; margin-top:-7px;}
.featured-reviews .block-title h3 { border-bottom: 1px solid #ccc; padding:0px 0px 10px 0px; }
.featured-reviews .review-item dt span { display:block; float:left; width:328px; }
/* Sorter */ 
.sorter { font-size:11px; margin:0 0 0; padding:3px 20px; background:#f5f5f5 url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_pager.gif) repeat-x 0 0; 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,
.sorter .view-mode strong.list,
.sorter .view-mode a.grid,
.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 .sort-by { float:right; line-height:20px; }
.sorter .link-feed {}

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

/* Data Table */
.table-caption { border:1px solid #ddd; border-bottom:0; margin:-1px 0 0; background:#fff url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_block-title.gif) 0 100% repeat-x; font-size: 14px; font-family: Arial, Helvetica, sans-serif; color:#ed1c24; font-style:normal; padding:3px 7px 4px; } 
.table-caption a { font-size:11px; text-transform:lowercase; color:#464442; font-family:Arial, Helvetica, sans-serif; font-style:normal;font-weight:normal; } 
.data-table { border:1px solid #d9d9d9; border-bottom:0px; width:100%; border-collapse: collapse; }
.data-table th { 
  font-family:alternate-gothic-no-2-d, Arial, Helvetica, sans-serif; font-size:19px; font-style:normal; 	font-weight:normal; color:#817D72;
  padding:5px 25px; 
  border-bottom:1px solid #d9d9d9; 
  text-transform:uppercase; 
  white-space:nowrap;}
.data-table td { padding:5px 12px;  }
.data-table thead { background:#EDE9DE url(../images/bg_cart.jpg) bottom left repeat-x;  }
.data-table tbody {}
.data-table tfoot { }
.data-table tfoot td { padding:5px 12px; }
.data-table tfoot th { border:none; text-transform:none; }
.data-table tr.first {   text-decoration:none; text-align:left; vertical-align: middle;}
.data-table tr.last { background:none;}
.data-table tr.last {  text-decoration:none; 	text-align:left; vertical-align:middle;}
.data-table tr.last th,
.data-table tr.last td { border-bottom:1px solid #d9d9d9; }

.data-table tr.odd { background-color:#fff; }
.data-table tr.even { background-color:#fff;}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px;  }
.data-table tbody.even { background-color:#f5f5f5; }
.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-family:Arial, Helvetica, sans-serif;
                       font-weight:bold; 
                       text-transform:none;
                       border-color:#fff; 
                       background-color:#f7f7f7; 
}
.data-table td.value {}
.data-table .link-rss { display:block; }

.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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#ede9e6; font-size:12px; padding:5px !important; }
tr.tax-details-first td {}

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

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

/* Class: std - styles for admin-controlled content */
.std { font-family:Arial, Helvetica, sans-serif; 
       font-size:12px;
       font-style:normal;
       font-weight:normal;
       color:#333333;
       text-decoration:none;
       text-align:left;
       vertical-align:middle; 
}


.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:none; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 ; margin-top: 5px; }
.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; }

ul.disc li,
.std li { 
  padding-left: 0;

}

#nav_vert li ul li.level1{
  padding: 2px 6px 2px 0;
  xxborder-top: 1px solid #b1cfdf;
  xxmargin-right: 2px;
}

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

.divider { margin:16px 0; background:#e7e7e7; font-size:0; line-height:0; height:1px; overflow:hidden; }
/* ======================================================================================= */


/* Header ================================================================================ */
.branding { position:absolute; left:0; margin:-29px 0 0; top:50%; height:56px; }
.logo { float:left; width:196px; height:56px; overflow:hidden; } 
.free-shipping { float:left; margin:15px 0 0 10px; display:inline; }

.header-container { margin:0 0 13px; text-align:left; }
.header { padding:8px 0 9px; min-height:56px; position:relative; z-index:5; width:940px; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:196px; height:56px; }
.header .quick-access { width:410px; float:right; padding:10px 0 0; }
.header .quick-access .links { float:right; line-height:18px; white-space:nowrap; }
.header .quick-access .links li { /* float:left; line-height:18px; */ padding:0 7px 0 4px; background:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_sep.gif) no-repeat 100% 4px; }
.header .quick-access .links li a { color:#1e75b4; text-transform:uppercase; text-decoration:none;  } 
.header .quick-access .links li a:hover { color:#d33911; } 
.header .quick-access .checkout-link li { font-weight:bold; padding:0 0 0 12px; background-position:6px 4px; } 

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

.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:0px; float:left; line-height:16px; padding:0 0 0 0; border-top:0; }
.switch ul li { vertical-align:top; display:block; white-space:nowrap; border:1px solid #c8c8c8; border-top:0; }
.switch ul li a { white-space:nowrap; display:block; background:#f2f2f2; padding:4px 6px;  color:#1e75b4; text-decoration:none; }
.switch ul li a:hover { color:#d33911; background:#f8f8f8; }
.switch ul .current { line-height:28px; border:0; cursor:default; padding:0 7px; visibility:hidden; /* background:url(../images/bkg_header-panel.gif) repeat-x 0 0; */ }
.switch ul .current span { padding-right:20px; background:url(../images/bkg_close.png) 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; clear:right; padding:5px 0 0; white-space:nowrap; }
.header .form-search label { display:none; }
.header .form-search input.input-text { background:#fff url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_search-input.gif) no-repeat 0 0; padding-left:23px; width:185px; }
.header .form-search a { display:none; }
.header .form-search button.button { margin:0 0 0 2px; }
.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; }

/********** < Navigation */
.nav-container { margin:0px; padding:0px; position:relative; width:193px;/* width:318px; */ background:none; z-index:999; /* z-index:4; */ }
#nav { float:left; display:block; height:45px; overflow:visible; padding:0px; width:193px;/* width:318px; */ }

.nav-container-2 { display:inline-block;}
#nav.second {}
#nav.second li { display:inline-block; float:none;}


/* All Levels */

#nav li { position:relative; z-index:4; margin:0px; padding:0px; height:45px; float:left; /* width:152px; */ }
#nav li.active { z-index:5; color:#fff; /* background-color:#fff; */ }
#nav li.over { z-index:990; color:#fff; /* background-color:#fff; */ }
/* #nav li.parent { } */
#nav li a { float:left; /* width:152px; */ height:45px; letter-spacing:0.5px; text-decoration:none; font-family:alternate-gothic-no-2-d; font-size:21px; font-style:normal; text-align:center; line-height:45px; text-transform:uppercase; color:#71675A!important; }
#nav li a span { font-weight:bold; float:left; display:block; white-space:nowrap; cursor:pointer; /* background:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_nav-item-border.gif) no-repeat 100% 0; */ }
#nav li a:hover { color:#fff; /* background-color:#fff; */ height:45px; border:0; overflow:hidden; padding:0px; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li.first a { border-left:0; padding-left:17px; }
#nav li.last a { border-right:0; padding-bottom: 0px; }
#nav li a:hover span { color:#fff; /* background-color:#fff; */ padding:0px; }
#nav li.over a,
#nav li.active a {  color:#71675A!important; /* background-color:#fff; */ height:45px; border:0; overflow:hidden; padding:0px; }
#nav li.over a span,
#nav li.active a span { color:#71675A!important; /* background-color:#fff;  background-position:100% -60px; */ padding:0px; }
#nav li.over a {  color:#fff; /* background-color:#fff; */ position:relative; z-index:2; line-height:45px; height:45px; }
#nav li.over a span { }
#nav li a.over span { font-weight:bold;color:#fff; }

/* 2nd Level */
#nav ul {  top:45px; left:-10000px; padding:5px 11px 5px; float:left; text-align:left; position:absolute;  width:620px;/* -webkit-box-shadow: 0 0 10px rgb(0,0,0); -moz-box-shadow: 0 0 10px rgb(0,0,0); box-shadow: 0 0 10px rgb(0,0,0); *//* width:130px; *//* background:#fbfbfb; *//* border:1px solid #aeaeae; border-top:0; */ }
#nav ul li,
#nav ul li a,
#nav ul li a span { /* width:130px; */ font-family:Arial,Helvetica,sans-serif; text-align:left; display:block; font-size:12px; float:left; background:none; height:auto !important; line-height:1.2 !important; font-weight:bold; text-transform:uppercase; }
#nav ul li { /* min-width:80px; width:130px; */ text-align:left; margin:0 10px; padding:0; /* border-bottom:1px solid #e2e2e2; */ float:left; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { text-align:left; padding:5px 4px !important; color:#71675A!important; font-family:Arial,Helvetica,sans-serif; }
#nav ul li a span { padding:0 !important; }
#nav ul li a:hover { /* width:130px; */ color:#71675A!important; font-weight:bold; }
#nav ul li.active > a,
#nav ul li.over > a { color:#fff; font-weight:bold; }
#nav ul li.parent { color:#71675A!important; /* background-color:#fff; background-image:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_parent.gif); background-repeat:no-repeat; background-position:100% 50%; */ }

/* 3rd+ leven */
#nav ul ul { top:7px; /* border-top:1px solid #aeaeae; */ padding-bottom:5px; }

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

/* custom: */
#nav li #suckerfish_item_women { width:107px; }
#nav li #suckerfish_item_men { width:85px; }
#topmenu-table-fix { float:left; display: block; width:740px; }
#search_mini_form { float:left; display:block; width:240px; height:45px; background: 
#EEE8DC; }
.search-input-box-container {
	float: right;
	height: 28px;
	width: 220px;
	margin: 10px 5px 0px 0px;
}
#search-btn { margin:0px; position:relative; top:2px; }
.social-links-top { float:left; width:114px; margin:8px 0px 0px 0px; }
.nav_bg a.white_text,.nav_bg a.white_text:link { font-family:alternate-gothic-no-2-d; font-size:21px; text-transform:uppercase; color:#71675A; letter-spacing:0.5px;}
.nav_bg a.white_text:hover { color:#71675A; }
#topmenu-sub-items { float:left; display: block; width:100%; height:38px; background-image:url(../images/bg_sub_menu_items.jpg); text-align:right; }
#topmenu-sub-items img { float: right; }
#usr_logged_img { padding:5px 2px 0px 8px; position:relative; top:2px; }
.my-account-span{ padding:0px; }
.welcome-msg { padding-right:8px;}
/********** Navigation > */
/* ======================================================================================= */


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

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

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

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

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

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

.open .event-button span {}

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

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


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

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

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

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

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

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_event-container-upcoming.gif); }

.container-closed { background:#9f958c }

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

.events-slider .slider-panel { position:relative; overflow:hidden; width:916px; background:#d0c2b6; z-index:1; }
.events-slider ul.slider { width:200000px; }
.events-slider  ul.slider  li.slider-item { overflow:hidden; width:182px; height:386px; border:1px solid #d0c2b6; margin-right:-1px; background:#f5f5f5 url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_block.gif) repeat-x 0 0; }
.events-slider ul.slider  li.slider-item .category-name { font:bold 16px georgia, san-serif; color:#43322a; display:block; padding:80px 10px 0; }
.events-slider ul.slider  li.slider-item  .category-show { width:182px; height:241px; background:#fff;  overflow:hidden; text-align:center; display:block; text-decoration:none; }
.events-slider ul.slider  li.slider-item  .no-event { height:401px; }

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


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

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

/* Generic Block */
.sidebar .block { border-bottom:1px solid #cfcfcf; background:#f5f5f5 url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block .block-title { padding:5px 17px 0 17px; color:#FF0000;}
.sidebar .block .block-title h2,
.sidebar .block .block-title h3 {  font-family:Arial, Helvetica, sans-serif; font-size:20px; padding:0; color:#FF0000;font-weight:normal;}
.sidebar .block .block-title h2 span { font-size:12px; color:#777; }
.sidebar .block h3 { font-size:1em; font-weight:bold; color:#555; }
.sidebar .block .block-content { padding:10px 17px 17px; color:#464442; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:normal; font-style:normal; }
.sidebar .block .block-content  h3{ padding:10px 17px 17px; color:#464442; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; font-style:normal; }

.sidebar .block .block-content  ol .item{ padding:10px 17px 17px; color:#FF0000; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; font-style:normal; }
.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:0px; padding-top:12px; margin-top:3px; overflow:hidden; background:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/btn_remove.gif) no-repeat 0 0; }

.col-main .block {  }
.col-main .block .block-title {  padding:0; margin:0; }
.col-main .block .block-title h2,
.col-main .block .block-title h3 { font-family:alternate-gothic-no-3-d, Helvetica, sans-serif; font-size:25px; line-height:1.2; color:#756f65;text-align:left; text-transform:uppercase;}
.col-main .block .block-content { padding:0; }

.sidebar .collapsable .block-title h2 { background:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_block-collapse.gif) 100% -86px no-repeat; padding-right:16px; cursor:pointer; }
.sidebar .collapsed .block-title h2 { background-position:100% 7px; }
.sidebar .collapsed .block-content { display:none; }

/* Generic box */
.info-box { border:1px solid #cfcfcf; margin-top:-1px; background-color:#FFFFFF; position:relative; z-index:1; }
.info-box .box-title { margin:17px 17px 0 17px; font:14px/1.25 Arial, Helvetica, sans-serif; padding:0; color:#ed1c24; font-size:16px; font-style:normal; font-weight:normal; }
.info-box .box-title a { font-size:11px; text-transform:lowercase; color:#464442; font-family:Arial, Helvetica, sans-serif;}
.info-box .box-content { padding:10px 17px 17px; color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:12px;font-style:normal; font-weight:normal;}

/* Block: Account */
.sidebar .block-account { background:#f5f5f5 url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block-account .block-title { padding:26px 17px 12px; border-bottom:1px solid #d1d1d1; }
.sidebar .block-account .block-title h2 { font-size:18px; line-height:23px; color:#111; }
.sidebar .block-account .block-content { padding:0;  }
.sidebar .block-account li { background:url(../images/bkg_dots.gif) repeat-x 0 100%; font-size:12px; padding-bottom:1px; }
.sidebar .block-account li a { color:#666; text-decoration:none; display:block; padding:5px 13px 4px; }
.sidebar .block-account li a:hover { color:#d63200; background-color:#f7eedb; color:#000; text-decoration:none; }
.sidebar .block-account li.current { font-weight:bold; background:#fff; border:1px solid #d1d1d1; border-width:1px 0; color:#000; padding:5px 13px 4px 14px; margin:-1px -1px 0 0; }
.sidebar .block-account li.last { border-bottom:0; background-image:none; }

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

/* Block: Layered Navigation */
.sidebar .block-layered-nav { background:none; }
.sidebar .block-layered-nav .block-title { padding:26px 17px 12px; /* border-bottom:1px solid #d1d1d1; */ }
.sidebar .block-layered-nav .block-title h2 { font-size:18px; color:#111; }
.sidebar .block-layered-nav h3 { 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 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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_currently.gif) repeat-x 0 -20px; }
.sidebar .block-layered-nav .currently li { padding:5px 0; color:#444; }
.sidebar .block-layered-nav .currently .label { font-weight:bold; color:#d33911; font-size:12px; }
.sidebar .block-layered-nav .actions { text-align:left; padding-right:7px; display:none; }

/* Mini Shopping Cart */
.block-cart { float:right; /* width:360px; */ margin-top:-1px; position:relative;  }
.block-cart .block-title { white-space:nowrap; cursor:pointer; min-width:242px; background:#363636 url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_minicart.gif) 11px 7px no-repeat; color:#fff; font-size:11px; /* margin:0 0 0 -2px; */ padding:0 0 0 28px; line-height:28px; height:28px; }
.block-cart .block-title h3 { display:block; padding-right:30px; background:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_mini-cart-cntrl.gif) no-repeat 100% 5px; font-size:11px; font-weight:normal; color:#fff; text-decoration:none; }
.block-cart .expanded { background-position:11px -43px !important; }
.block-cart .expanded h3 { background-position:100% -45px !important; }
.block-cart .block-title.expanded { background-color:#d63200; }
.block-cart .no-items { cursor:default; }
.block-cart .no-items h3 { background:none; }
.block-cart .block-content { position:absolute; left:0; top:28px; width:100%; background-color:#646464 }

/*
.block-cart .inner-wrapper { border:1px solid #c4c4c4; }
*/
.block-cart .block-content h3 { font-size:11px; font-weight:normal; background:#ebebeb; line-height:14px; padding:2px 11px 3px; }
.block-cart .block-content ol { padding-bottom:7px; }
.block-cart .block-content .item { padding:8px 5px 8px 11px; }
.block-cart .block-content .item h4 { font-size:11px; line-height:14px; }
.block-cart .block-content .item h4 a { font-size:11px; text-decoration:none; color:#444;  }
.block-cart .block-content table { margin:5px 0 0 0; }
.block-cart .block-content table th { padding:1px 8px; color:#8f8f8f; text-align:right; }
.block-cart .block-content table td { text-align:left;padding:1px 0px; }

.block-cart .actions { background:#dcdcdc; text-align:center; padding:5px 11px; }
.block-cart .actions a { float:left; line-height:23px; }
.block-cart .actions button { float:right; }

.mini-products-list {}
.mini-products-list li { padding:5px 0; border-bottom:1px solid #cfcfcf; }
.mini-products-list li.last {border:none; }
.mini-products-list .product-image { float:left; width:65px; }
.mini-products-list .product-details { margin-left:80px; }
.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 { font-family:Arial, Helvetica, sans-serif;}
.mini-products-list .product-details .btn-remove { font-size:11px; }

/* Top Shopping Cart */
.top-cart { float:right; position:relative; padding-left:0px; padding-top: 0px; padding-right: 0px;}
.top-cart .block-title { width:100px; padding:16px 0px 0px 0px; height:29px; margin:0px 0px 0px 0px; white-space:nowrap; cursor:pointer; background: url(../images/st_cart_rev3.jpg) no-repeat;  float:right; background-size: 100px 49px; background-position:center;}
.top-cart .block-title .items { color: #FFFFFF!important; font-family: Arial,Helvetica,sans-serif; font-size: 12px; text-transform: capitalize; font-weight: normal; float: right; margin-right: 20px; }
.top-cart .block-title h3 { display:block; width:100%; float:left; margin:0px; padding:0px; /* padding-right:10px; background:url(../images/bkg_header-panel.gif) no-repeat 100% -71px; */ font-family:Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; font-weight:normal; color:#666666; text-decoration:none; }
.top-cart .block-title h3 .items { display:block; float:left; width:56px; margin:0px; font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#fff; text-transform:capitalize; }
.top-cart .block-title h3 .view-cart-text { display:block; float:left; width:70px; margin:2px 2px 0px 14px; font-family: Arial, Helvetica, sans-serif;; color:#4C4238; font-size:18px; }
.top-cart .expanded { background-position:0 0px !important; }
.top-cart .expanded h3 { background-position:100% -126px !important; color:#d33911; }
.top-cart .block-title.expanded {}
/* .top-cart .no-items { cursor:default; }
.top-cart .no-items h3 { background:none; } */
.top-cart .block-content { position:absolute; /* right:0px; */ right:86px; top:53px; width:267px; background:#fdfdfd; }
.top-cart .inner-wrapper { border:1px solid #c1c1c1; }

.top-cart .block-content h3 { font-size:10px; color:#ffffff; 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 h3 .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:  url(../images/bkg_close.png) 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.png) no-repeat 0 0;   position:relative; z-index:1; }
.top-cart .cart-empty { padding:10px 10px 10px 20px; }
.top-cart .block-content ol { padding-bottom:7px; }
.top-cart .block-content .item { padding:8px 5px 8px 11px; }
.top-cart .block-content .item h4 { font-size:11px; line-height:14px; }
.top-cart .block-content .item h4 a {  font-family: Arial, Helvetica, sans-serif; font-size:12px; font-style:normal; font-weight:bold; color:#464442; text-decoration:none; }
.top-cart .block-content table { margin:5px 0 0 0; }
.top-cart .block-content table th { padding:1px 8px; color:#8f8f8f; text-align:right; }
.top-cart .block-content table td { text-align:left;padding:1px 0px; }
.top-cart .block-content .subtotal { background:#fff url(../images/bkg_dots.gif) repeat-x 0 0; padding:2px 5px; text-align:center; }

.top-cart .actions { background:#e3e3e3 url(../images/bkg_dots.gif) repeat-x 0 -1px; text-align:center; padding:5px 11px; text-align:right; }
.top-cart .actions a { float:left;  line-height:23px; }
.top-cart .actions button { float:none; }
.top-cart .actions button.button span,
.top-cart .actions button.button span span { background-image:url(../images/bkg_btn-onbg.gif); background-repeat:no-repeat; }

.top-cart .goto-cart { display:block; width:100px; padding: 15px 0px 0px 0x; margin:0px 0px 0px 0px; float:right; height:45px; background-color:rgb(251,180,59);}
.top-cart .goto-cart-empty { display:block; width:100px; padding: 15px 0px 0px 0x; margin:0px 0px 0px 0px; float:right; height:45px; background-color:rgb(112,98,88);}
.top-cart .goto-cart #cartHeader a { color:#FFF; font-family: Helvetica, Arial, sans-serif; font-size: 12px; text-decoration: none; display:block;  height:45px; padding-top: 17px;padding-left: 15px;}
.top-cart .goto-cart-empty #cartHeader a { color:#FFF; font-family: Helvetica, Arial, sans-serif; font-size: 12px; text-decoration: none; display:block;  height:45px; padding-top: 17px;padding-left: 15px;}
#cartHeader {margin-top: 0px;}/* Block: Wishlist */
.block-wishlist .product-image { float:left; width:50px; margin-right:-50px; }
.block-wishlist .product-details { margin-left:55px; }

/* Block: Related */
.block-related { font-size:11px; }
.block-related  p { margin:0;}
.block-related .product-name { font-size:10px; text-decoration:none;}
.block-related .price-box { margin:8px 0; font-family: Arial, Helvetica, sans-serif; color:#000000; font-weight:bold; }
.block-related .note { padding:5px 20px; margin:0; font-size:12px; }
.block-related .note,
.block-related .note a {  font-family:Arial, Helvetica, sans-serif; font-size:13px;  color:#666666; }
.block-related input.checkbox { position:absolute; margin:3px 0 0 105px; }
.block-related ol { padding:20px 0 20px 20px !important;}
.block-related li .item-info { margin-right:20px; }
.block-related .item { width:32%; float:left; margin-right:1%; }
.block-related .item p a { font-family: Arial, Helvetica, sans-serif; color:#666666; }
.block-related .item .product-image { float:left; margin-right:-100px; width:100px; }
.block-related .item .product-details { margin-left:125px;font-family: Arial, Helvetica, sans-serif; }
.block-related .block-content a{ font-family:Arial, Helvetica, sans-serif;color:#333333; font-size:13px; text-decoration:none;}

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

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

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

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

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

/* Block: Reorder */
.block-reorder {padding: 10px;}
.block-reorder li { padding:5px 0; overflow: hidden; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

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

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


/* Category Page ========================================================================= */
.category-view { width:100%; padding:0;  text-align:justify; }
.category-title { margin-bottom:0; padding:10px 2px 0px; border-bottom:0; text-align:left; }
.category-title h2 { font-family: Arial,Helvetica,sans-serif; font-size: 23px;	color: #000; margin: 0 0 15px 0; }
.category-title .rss-feed { float:right; margin:2px 0 0; width:12px; height:12px; font-size:0; line-height:0; background:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/icon_rss.gif) 0 0 no-repeat; text-indent:-999em; }
.category-view .note-msg,
.category-description  p { font-family: Arial,Helvetica,sans-serif; font-size: 12px;  color:#000000; 
                           margin: 0 0 15px 0; text-align:justify;
}

.results-view { width:784px; padding:2px 2px 2px 2px;  text-align:justify; }
.catalogsearch-result-index .page-title { margin-bottom:0; }
.catalogsearch-result-index .note-msg { margin:20px 0; }

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

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

/* View Type: Grid */
.products-grid { padding:0 0 0 20px; margin:0 0 40px 0; position:relative; z-index:1; }
.products-grid li.item { float:left; width:164px; margin-right:20px; overflow:hidden; }
.products-grid li.last { margin-right:0; }
.products-grid .actions { bottom:0; }
.products-grid .product-image { display:block; text-decoration:none !important; margin:0 auto 10px; position:relative; width:135px; }
.product-image .sold-out { display:block; position:absolute; left:0; top:0; font-size:0; line-height:0; width:62px; height:62px; background:url(../images/bkg_sold-out.png) 0 0 no-repeat; }
.products-grid .product-name { margin-bottom:7px;font-family: Arial, Helvetica, sans-serif; text-decoration:none;}
.products-grid .ratings { text-align:left; line-height:13px; }
.products-grid .rating-links { display:block; padding:2px 0 0; clear:both; }
.products-grid .price-box { margin:5px 0 10px; clear:both; }

/* View Type: List */
.category-products-list { /* padding:20px 0 20px 0; */ }
.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-image .sold-out { display:block; position:absolute; left:0; top:0; font-size:0; line-height:0; width:62px; height:62px; background:url(../images/bkg_sold-out.png) 0 0 no-repeat; }
.products-list .product-shop { margin-left:186px; }
.products-list .product-name { margin-bottom:5px; color:#FF0000;}
.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; }

.product-grid td.colors-list{text-align: center;}
.product-grid ul.image-colors{display: table; margin: 0 auto 6px auto; text-align: center;}
.product-grid ul.image-colors li{float:left; width: 16px; height: 16px; margin-left: 2px; border:1px solid #CCC;}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view { float: left; width: 775px; 	padding-bottom: 25px; }

#product_addtocart_form{height:auto;}

.product-essential {  }
.product-collateral { float:left;  clear:left; /* width:425px; */ width:100%; padding:0; /* min-height:401px; */ }
.product-essential .product-shop .emailto-block { height:25px; }
.product-essential .product-shop p.emailto-link { clear:both; font-size:11px; margin:0 0 10px 0; background:none; padding:0; }

.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-list .tab-content {}
.tab-list .tab-content ul li { list-style-type:disc; margin-bottom:7px; }

.collateral-tabs { padding-bottom:20px; margin:0; height:auto; }

.collateral-tabs .tab { height:42px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; position:relative; z-index:2; margin-right:8px; background:#f1ede5 url(../images/bkg_collateral-tabs.gif) no-repeat 0 -45px; color:#746F65; padding:0 0 0 17px; text-transform:uppercase; }
.collateral-tabs .tab span { background:url(../images/bkg_collateral-tabs.gif) no-repeat 100% -45px; padding:0 17px 0 0; line-height:42px; float:left; }
.collateral-tabs .last {}
.collateral-tabs .active { height:43px; color:#746F65; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(../images/bkg_collateral-tabs.gif) no-repeat 0 0px; line-height:43px; }
.collateral-tabs .active span { line-height:43px; background-position:100% 0; padding-bottom:0px; }
.collateral-tabs .tab-container {  z-index:1; top:42px; background:#fff; }
.collateral-tabs .tab-content { padding:30px 25px; background:#fff; border:1px solid #c4c4c4; font-size:12px; }
.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed { width:100% !important; height:auto !important; }

.review-tabs { padding-bottom:20px; margin:0; }

.review-tabs .tab { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;

                    position:relative; z-index:2; margin-right:3px; background:#f1ede5 url(../images/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:12px; }
.review-tabs .tab span { background:url(../images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.review-tabs .last {}
.review-tabs .active { color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(../images/bkg_collateral-tabs.gif) no-repeat 0 0px; }
.review-tabs .active span { background-position:100% 0; padding-bottom:1px; }
.review-tabs .tab-container {  z-index:1; top:24px; background:#fff; }
.review-tabs .tab-content { padding:30px 15px; background:#fff; border:1px solid #c4c4c4; font-size:12px; }
.review-tabs .tab-content object,
.review-tabs .tab-content embed { width:100% !important; height:auto !important; }

.review-tabs #review-form li{list-style-type: none;}

#add-your-review { position:absolute; top:12px; right:16px; z-index:40; }

/* Product Images */
.product-view .product-img-box { float:left; width:414px; padding:5px 5px 5px 5px; position:relative; border:1px solid #e2e2e2; margin-left: 5px;}
.product-view .product-img-box p.notice { font-family:Arial, Helvetica, sans-serif; text-align:center; padding:20px 0 0 0; font-size:11px; }
.product-view .product-img-box .product-image { border:0px; position:relative; width:370px; height:370px; overflow:hidden; z-index:3; }
.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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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; }
.product-view .product-img-box .more-views h3 { display:none; }
.product-view .product-img-box .more-views ul {}
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0px 4px 4px 12px; }
.product-view .product-img-box .more-views li a { display:block; }

.product-image-popup { margin:0 auto; background-color:#FFFFFF; }
.product-image-popup .buttons-set { clear:none; line-height:20px; 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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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:50; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:51; border-color:#fff; border-style:solid; cursor:crosshair !important; 
             /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
             filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60); 
             -moz-opacity:0.6; opacity:0.6;  */
}
.product-image { cursor:pointer !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; z-index:50;}
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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:left; width:533px; padding:0; margin:0px 5px 0px 5px; }
.product-view .product-shop .product-main-info { float:left; /*background-color:#FFFFFF;*/ z-index:5; margin:0px 0px 5px 0px; padding:0; /*width: 420px;*/ position: relative; }
.product-view .product-shop p,
.product-view .product-shop .ratings {}
.product-view .product-shop .ratings p { display: block; float:left; margin:6px 0; color:#CB2D33; }
.product-view .product-shop .product-ids { margin:4px 0 0px; color:#999;}
.product-view .product-shop .availability { font-size:12px; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .price-box .price-label { font-size:11px; }
.product-view .product-shop .price-box .price-as-configured .price-label { font-size:12px; }
.product-view .product-shop .price-box .price-as-configured .price { color:#e55100; font-size:14px; }
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price { color:#111; font-size:18px;}
.product-view .product-shop .price-box .special-price .price-label,  
.product-view .product-shop .price-box .special-price .price { font-size:14px; color:#c73615; }
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price { color:#e55100; }
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price { color:#222; font-size:11px; }
.product-view .product-shop .price-box p { margin:4px 0; }
.product-view .product-pricing { background:#fbf4de; border:1px solid #e2d4c7; padding:8px; margin:20px 0; }
.product-view .product-shop .add-to-links { margin:10px 0; }

.product-view .product-name h2 { display:block; width:305px; text-align:left;  font-size:22px; /*line-height:1.2;*/ margin:0px; color:#675B4B; font-weight:bold; }
.product-view .product-price { position:absolute; top:0px; right:2px; width:80px; margin-top: 2px; /* margin-top:-6px; */ /* position:absolute; top:-26px; right:150px; */ }
.product-view .product-price span.product-price-regular { color:#756F65; font-size:22px; }
.product-view .product-price span.product-price-old { color:#aaa; font-size:19px; text-decoration:line-through;font-weight:normal; position:absolute; top:23px; margin-left:9px; }
.product-view .product-price span.product-price-sale { color:#ee2d35; font-size:19px; font-weight:normal; }
.product-view .product-sku { float:left; display:block; width:400px; position: relative; top:0; right:0; }
.product-view .product-main-info p { text-align:left; }
.product-view .product-main-info .price-box { text-align:left; }
.product-shop .product-main-info .buttons-set  a  { text-align:left; padding:0px 0px 0px 0px ; margin:0px 0px 0px 0px; }
.product-view .product-ids { text-transform:uppercase; font-weight: normal;}
.product-view .short-description { padding:10px 0; clear:both; font-size:14px; color: #675B4B}
.product-view .short-description h3 { margin:0 0 5px; font-size:13px;  }
.product-view .product-shop .add-to-cart {}
.product-view .product-shop .apma-block { position:absolute; top:0px; left:297px; }
.product-view .product-shop .apma-block img.apma-shield { position: absolute; top:56px; right:-119px; z-index: 99;}
.product-options .validation-advice {
  font-weight: normal;
  color: #FFF !important;
  font-size: 11px !important;
  display: inline;
  height: 13px;
  padding: 0px 3px 0px 3px !important;
  background-color: #CC0033;
  position: absolute;
  top: 1px;
  left: 129px;
  z-index: 100;
  text-align: center;
  width: 151px;
  margin-left: 33px;
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari, Chrome */
  border-radius: 3px; /* CSS3 */
}
.product-options span.validation-error,
.product-options div.validation-error {
  background:none;}

/* pdp blocks: */
.product-img-and-blocks { width:435px; }
.product-img-and-blocks,.product-blocks,.pdp_did_you_know,.pdp_did_you_know .title,.pdp_video .title,.pdp_did_you_know .content, .pdp_video .content { display:block; float:left; padding:0px; margin:0px; position:relative; }

.pdp_did_you_know .content {margin-left: 5px;}
.pdp_did_you_know,.pdp_did_you_know .content,.pdp_video { width:425px; }
.pdp_did_you_know .title { line-height:42px !important; margin-top:20px; width:401px; padding:0px 12px; height:42px; font:normal 20px alternate-gothic-no-3-d, Arial, Helvetica, sans-serif; color:#716759; margin-left: 5px; background-color: #E7E4DD}
.pdp_video .title { line-height:42px !important; margin-top:10px; width:401px; padding:0px 12px;  height:42px; font:normal 20px alternate-gothic-no-3-d, Arial, Helvetica, sans-serif; color:#716759; margin-left: 5px; background-color: #E7E4DD}
.pdp_did_you_know .title span,.pdp_video .title span { font:normal 16px alternate-gothic-no-2-d, Arial, Helvetica, sans-serif; color:#716759; }
.pdp_video .content { width:389px; padding:18px; height:114px; margin-left: 5px; background-color: #F7F6F2;}
.pdp_video .content .image-video { display:block; float:left; cursor:pointer; }
.pdp_video .content span { height:114px; display:block; float:left; width:180px; margin-left:20px; font-weight:bold; color:#716759; font-size:13px; }
.pdp_video .content span span { margin-left:0px; font-weight:normal; }
.pdp-video-text {float:right; width: 200px; margin-left: 8px; margin-right: 8px; font:normal 12px Arial, Helvetica, sans-serif; color:#716759;margin-top: 5px;}

/* pdp popup: */
#pdp-video { }
.overlay_pdp-video-pop { background:#000; opacity: 0.8; /* background-image:url(../images/macFFBgHack.png);*/ }
.pdp-video-pop_content { background:#FFE8B0; }
#pdp-video_content { margin:20px; }
.pdp-video-pop_close { cursor:pointer; background-image:url(../images/pdp-video-close.png); background-repeat:no-repeat; position:absolute; display:block; right:-52px; top:0px; width:28px; height:28px;  }


/* pdp social links: */
.pdp-social-links { display:block; float:left; padding:0px; /*padding-left:10px;*/ margin:16px 0px 0px 10px; position:relative; width:150px; font-weight:bold; color:#756F65; height:36px; line-height:36px; /*border-left:1px solid #CCCCCC;*/ }
.pdp-social-links span { line-height:36px; text-transform:uppercase; display:block; float:left; padding:0px 4px 0px 10px; }
.pdp-social-links a { float:left; }
.pdp-social-links a img { position:relative; top:6px; }

/* Rating */
.rating-box { width:100px; height:20px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 101% repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:19px; background:url(../images/bkg_rating.png) 0 0 repeat-x; }
.ratings { margin:0px 0 5px; display: block; float:left; width:100px; padding:0px 0px 4px 16px; border-left:1px solid #ccc; }
.ratings .rating-box { float:left; margin-right:5px; display:block; }
.ratings .amount { font-size:12px; }
.ratings .rating-links { margin:0; font-size:14px; }
.ratings .rating-links a { text-decoration:none; font-size:14px; color:#CB2D33; margin:6px 0px; }
.ratings .rating-links a:hover { text-decoration: underline; }
.ratings .rating-links .separator { margin:0 3px; }
.ratings dt {}
.ratings dd {}

/* Availability */
.availability { font-weight:bold; }
.availability.in-stock { color:#1b6800; }
.availability.out-of-stock { color:#ee2d35; }

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

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

.price-box-bundle {}

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

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

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


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

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

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

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

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

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

/* Price range */
.price-from {}
.price-from .price-label { white-space:nowrap; }
.price-from .price { white-space:nowrap; }
.price-to {}
.price-to .price { white-space:nowrap; }
.price-to .price-label { white-space:nowrap; }

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

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

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

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

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

button.btn-cart span { display:block; }
button.btn-cart span span { display:none; }

/* On product view */
.product-view { width:100%;}
/*.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { background-image:url(../images/bkg_btn-co.png); padding:0 0 0 13px !important; height:43px!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.png); padding:1px 32px 0 4px !important; color:#fff; font:normal 27px/41px alternate-gothic-no-2-d, Arial, Helvetica, sans-serif !important; height:43px; text-transform: uppercase; }

.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { background-image:url(../images/bkg_btn-co.png); padding:0 0 0 13px !important; height:43px!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.png); padding:1px 32px 0 4px !important; color:#fff; font:normal 27px/41px alternate-gothic-no-2-d, Arial, Helvetica, sans-serif !important; height:43px; text-transform: uppercase; }
*/

.product-view .product-essential button.btn-cart { background:transparent url(../images/button_addtocart_sprite.png) top left no-repeat; font-size:0; background-position:0px 0px; /* text-indent:-3000px; */ width:163px; height:42px;}
.product-view .product-essential button.btn-cart:hover { background:transparent url(../images/button_addtocart_sprite.png) top left no-repeat; background-position:-162px 0px;font-size:0; text-indent:-3000px; width:163px; height:42px;}

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

/* Product Options */
#product-options-wrapper { float: left; /* width: 200px; */ width:100%; display:block; position:relative; }
.product-options { margin:0 0 5px 0;  }
.product-options dt label { font-weight:bold; font-size:12px; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:5px 0 15px; padding:0 0 12px; }
.product-options dl.last dd.last {}
.product-options dd .input-box { display:block; padding-right:20px; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:95%; }
.product-options .options-list {}
.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:0 7px; }
.product-options li { margin:3px 0; }

.product-view .product-options-bottom .product-pricing { clear:both; }
.product-view .product-options-bottom { position:absolute; right:12px; bottom:31px; z-index:20; }
.product-view .product-options-bottom .add-to-cart {}
.product-view .product-options-bottom .price-box { margin:0 !important; float:left; padding-left: 15px; padding-top: 5px;}
.product-view .product-options-bottom p.required { padding:5px 0 0; clear:both; text-align:right; width:auto;  }

.product-super-attributes { clear:both; height: 40px; position: relative; margin-bottom: 12px;}
.product-super-attributes span.input-box { background: none; }
.product-super-attributes span.input-box select { background:none; width:130px; margin-right: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; display:block; width:100%; /* clear:both; */  /* padding-top:43px; */ /*width: 425px;*/ position: relative; overflow:hidden; /* min-height:262px; */ /* top:-40px; */ }

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

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

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

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

/* Grouped Product */
.groped-product-type { position:relative; z-index:2; margin:20px -30px -20px; background:#fff; border-top:1px solid #cfcfcf; padding:20px 30px 0; }
.grouped-items td { vertical-align:middle; padding:5px 10px; }

/* Gift Card product */
.giftcard-form {}
.giftcard-amount-form { margin:0 0 10px; }
.giftcard-amount-form label { width:120px; text-align:left; padding-right: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 { background:#fff; z-index:2; position:relative; border-top:1px solid #ddd; padding:30px 30px 10px; margin:0px 0px 0px 0px; }
.giftcard-send-form label { width:120px; text-align:left; padding-right:5px; padding-bottom:5px; }
.giftcard-send-form .field label { padding-bottom:0px; }
.giftcard-send-form .field .input-text { width:249px !important; }

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

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

/* Block: Upsell */
.product-view .up-sell { margin-top: 10px; }
.product-view .up-sell .upsell-block-title { border-bottom: 1px solid #464442; } 
.product-view .up-sell .upsell-block-title h3 { color: #999; }
.product-view .up-sell .products-grid { padding:30px 0 10px 20px; margin:0; }
.product-view .up-sell .products-grid li {  display:inline; }
.product-view .up-sell .block-title h3 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }
.product-view .up-sell .product-name a { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#464442; }
.product-view .up-sell .price { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }
/* Block: Tags */
.product-view .tags { }
.product-view .tags h4 { font-size:12px; font-weight:normal; }
.product-view .tags .form-add-tags { padding:5px 0 0 0; }
.product-view .tags .form-add-tags label { font-family:Arial, Helvetica, sans-serif; margin:0; font-weight:bold; font-size:12px; padding:2px 15px 0 0; height:4em; float:left; }
.product-view .tags .form-add-tags .input-box { margin:0; display:inline-block; }
.product-view .tags .form-add-tags div.validation-passed,
.product-view .tags .form-add-tags div.validation-error { padding-right:17px; }
.product-view .tags .form-add-tags input.input-text { width:300px; }
.product-view .tags .form-add-tags button.button { margin-left:5px; vertical-align:top; }
.product-view .tags .form-add-tags p { font-family:Arial, Helvetica, sans-serif; padding:5px 0; font-size:11px; }
.product-view .tags .tags-list { margin:15px 0; line-height:1.5em; }
.product-view .tags .tags-list li { display:inline; font-size:10px; margin:0 5px 0 0; }
.product-view .tags .tags-list li a { text-decoration:none; font-size:12px; margin:0 0px 0 0; padding:3px; background:#fffcf0; }
.product-view .tags .tags-list li a:hover { text-decoration:underline; }

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

/* Block: Reviews */
.product-view .reviews { margin-top: 10px; }
.product-view .reviews .review-block-title { border-bottom: 1px solid #464442;} 
.product-view .reviews .review-block-title h3 { color: #999; }

.product-view .reviews { width:980px; }
.product-view .reviews .block-title {
background-image:url(../images/bg-customer-reviews-title2.jpg); background-repeat:repeat-x; 
height: 46px;
padding-left: 18px;
padding-top: 6px;
margin-bottom: 2px;
}
.product-view .bottom-pager {background-image:url(../images/bg-customer-reviews-title.jpg); background-repeat:repeat-x; margin-top:-18px;}
.product-view .bottom-pager .pager{float: none; width: 100%;}
.product-view .reviews .block-title h3 { margin-top:7px;}
.product-view .product-main-info .review-summary-table { margin:10px 0; }
.review-summary-table { border:0; margin:0; }
.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; }

#pdp-review-box .review-summary-table { width:106px; display:inline;}
#pdp-review-box .review-summary-table td { padding-left:0;}
.write-by { float:right; line-height:31px;font-size:20px; font-family:alternate-gothic-no-3-d, Arial;color:#757165; text-transform:uppercase;}
.write-by span {display: inline-block;float: right;border-left:1px solid #E7E4DD; padding-left:12px;font-size:20px; font-family:alternate-gothic-no-3-d, Arial;color:#757165;}
.stars { float:left;}
.stars span { font-size:22px; font-family:alternate-gothic-no-3-d, Arial; /* border-left:1px solid #E7E4DD; */ display: inline-block; padding-left:12px; color:#757165; text-transform:uppercase;}

#review-form .comment textarea { width:480px; height:193px; border:1px solid #DBD5C7;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; padding:5px;}

.reviews {}
.reviews .pager { border-width:1px 0; margin:0; width: 530px; float: right;}
.reviews dt { font-family:Arial, Helvetica, sans-serif;
              font-size:16px;
              font-style:normal;
              font-weight:600;
              color:#747065;
              text-decoration:none;
              text-transform:capitalize;           
              margin:10px 0; }
.reviews dt a , .reviews dt span { font-family:Arial, Helvetica, sans-serif;
                font-size:16px;
                font-style:normal;
                font-weight:600;
                color:#747065; 
                margin-right:10px; }
.reviews dd { margin:10px 0 20px; padding:0 0 10px 18px; border-bottom:1px solid #EBE8E3;margin-right: 15px;}
.reviews dd p { font-family:Arial, Helvetica, sans-serif;
                font-size:13px;
                font-style:normal;
                font-weight:normal;
                color:#767064;
                text-align:justify;
                line-height:18px;
                text-decoration:none;
                margin:10px 0 10px; clear:both; }
.reviews dd .date { margin:0 0 10px 10px; font-size:20px; font-family:alternate-gothic-no-3-d, Arial;color:#757165; }
.reviews dd.last { background:none; margin-bottom:0; }

.reviews.block .rating-summary{
    margin:0; 
    width: 430px;
    float: left;
    padding: 10px 0 3px 20px;
    border: 1px solid #DDDDDD;
    border-width:1px 0;
    height: 30px !important;
    color: #767064;
}

.reviews.block .rating-summary div.rating-box{
    float: left;
    margin: 0 5px 0 0;
}

.reviews.block .rating-summary p.rating-links{
    float: left;
    /*height: 30px;*/
    /*vertical-align: middle;*/
    margin: 5px 5px 0 0;
}

/* Block: Add Review */
.product-view .add-review {background-color: #F7F6F2; border-top:1px solid #E7E4DD;border-bottom:1px solid #E7E4DD; margin-top:25px; padding:10px 18px}
.product-view .add-review .block-title h3 span { padding-left:15px; font: italic 12px Arial, Helvetica, sans-serif; text-transform:none;}
.product-view .add-review .fieldset { clear:both;}
.product-view .add-review .fieldset label.required { font-size:14px; font-weight:normal; text-align:left; color:#706C63;}
.product-view .add-review .product-name { 
  font-family:Arial, Helvetica, sans-serif;
  color:#6E6B62; 
  font-weight:normal; 
  margin-bottom:20px;
}
.product-view .add-review .comment { float:right; width:560px}
.product-view .add-review .comment label { float:left; padding-right:7px;}
.product-view .add-review .rate-product { margin-bottom:20px;}
.product-view .add-review .rate-product .help { clear:both; color:#706C63; display:inline-block; padding:10px 0;}
.product-view .form-buttons { width:auto;}

.product-view .add-review .product-name span { font-weight:bold; }
.product-view .add-review .form-list { margin:0; float:left; }
.product-view .add-review .form-list label { width:115px;}
#nickname_field, #summary_field {border:1px solid #DBD5C7;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; padding:5px; width:220px;}
.product-view .add-review .form-list .help { clear:both; font-style:italic; color:#706C63;}
.product-view .add-review .data-table thead { background:none;}
.product-view .add-review  .data-table th { border:0;}
.product-view .add-review .data-table td.value { text-align:center;}
.product-view .add-review .review-summary-table td.label { font-weight:normal;}
#review-form ul.form-list li { border-top:1px solid #E7E4DB; padding:22px 0;}
.product-view .add-review .form-list .input-box {}

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


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

.product-review .details .product-name {   
  font-family:Arial, Helvetica, sans-serif; 
  color:#464442; 
  font-size:18px;
  font-weight:normal;
  line-height:20px; 
  margin:0 0 10px; }

.product-review .details p.date { font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:12px; }
.product-review .details p { font-family:Arial, Helvetica, sans-serif;
                             font-size:14px;
                             font-style:normal;
                             font-weight:normal;
                             color:#000000;
                             line-height:18px;
                             text-decoration:none;
                             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 {  }
.review-product-view .col-main .page-title { width:933px; position:relative;
                                             margin-bottom:10px; 
                                             padding:5px 0px 5px 5px;  
                                             border-bottom:1px solid #cfcfcf;
                                             text-align:justify;
                                             margin-left:20px;
}

.review-product-view .product-review .product-img-box { padding:0 0 20px 20px; }
.review-product-view .product-review .details { width:570px; padding:0 20px 20px 0; }
.review-product-view .product-review .buttons-set { border-top:1px solid #d1d1d1; background:#fff; margin:0; padding:15px 20px;  }
/* ======================================================================================= */


/* CMS ============================================================================= */
.cms-index-index .main { border-color:#cbc0b2; }
.cms-index-index .main .std { margin-bottom:0; }
.cms-index-index .top-callout { margin-bottom:6px; }
.cms-index-index .col1-layout .col-main { padding:0; }
.cms-index-index .col2-set {}
.cms-index-index .col2-set .col-1 { width:705px; }
.cms-index-index .col2-set .col-2 { width:244px; border-left:1px solid #bfb3a4; margin-left:-244px; }
.cms-index-index .col2-set .col-2 img { display:block; margin:6px auto; }
.cms-index-index .products-grid { margin-left:-20px; margin-right:-20px; }

/* .category-apparel .col1-layout .col-main {padding:0; }
.category-apparel .breadcrumbs,
.category-apparel .category-title { display:none; } */

.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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0px; float:left; position:relative; top:-2px; display:block;  font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }
.product-name a { text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:14px; font-style:normal; font-weight:normal;}
.product-name a:hover { color:#333; text-decoration:none; }
.product-shop .product-name {width:400px;}
.cart-table .product-name a{ font-size:15px; color:#4B4338; margin-top:5px; text-decoration:none; text-align:center; display:inline-block; font-weight:bold;}
.cart-table .product-sku { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999; font-weight: normal; }


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

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

/* Sitemap */
.sitemap { font-size:12px; }
.sitemap li { margin:3px 0; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main { padding:0; background:none; }
.checkout-cart-index .col-main .page-title { margin:0;font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; }
.cart-empty { padding:20px; background:#fff; }
.cart .title-buttons { padding-right:15px; }
.cart .messages,
.cart .messages li { margin:0; }
.cart .checkout-types { float:right; text-align:center; }
.cart .checkout-types .btn-proceed-checkout span {background-image:url(../images/bkg_btn-co2.png); padding:0 0 0 13px !important; height:43px!important; /* for chrome */ display:none; }
.cart .checkout-types .btn-proceed-checkout span span { border:0; background-image:url(../images/bkg_btn-co2.png); padding:1px 32px 0 4px !important; color:#fff; font:normal 27px/41px alternate-gothic-no-2-d, Arial, Helvetica, sans-serif !important; height:43px; text-transform: uppercase; }



/* Shopping Cart Table */
.cart-table {/* border-width:1px 0;*/ } 
.cart-table .item-msg { font-size:11px; color:#C73615; padding-left: 27px;}
.cart-table thead th { vertical-align:bottom; }
.cart-table tbody td { padding:14px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#747065;}
.cart-table tbody td label { font-weight:bold; width:65px; display:inline-block;}
.cart-table .item-options { border-left:1px solid #E0DDD6; padding-left:27px; padding-top: 16px; padding-bottom: 16px; margin: 10px 0 10px 0;}
.cart-table .btn-continue { float:right; }

.cart-table .btn-update { /*float:right;*/ margin: 10px 0 0 0 ; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {width:352px; padding:0; float:left;}
.cart .cross-inside { }
.cart .cart-collaterals h3 { color:#000; font-weight:normal; margin:0 0 5px; }
.cart .deals { float:left; width:310px; display:inline; margin:-30px 0px 0 0; font-size:12px; border-right:1px solid #D9D6D1; }
.cart .deals p,
.cart .deals label { margin:0 0 7px; display:block; }
.cart .giftcard label { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:140px; margin:0 5px 3px 0; float:left; }
.cart .giftcard .input-text { width:140px; margin:0 5px 3px 0; float:left; }
.cart .giftcard { position:relative; z-index:1; }
.cart .giftcard button.check-gc-status { clear:both; }
.cart .giftcard button.check-gc-status span { padding:0!important; background:none!important;  line-height:1.3!important; color:#444!important; height:auto!important; font-weight:normal!important; text-transform:none!important; }
.cart .giftcard button.check-gc-status span span { text-decoration:underline; font-size:12px!important; }
.cart .giftcard,
.cart .discount { margin:0 0 20px 0; }
.cart .cancel-btn { margin:5px 30px 0 0; clear:left; }
.cart .shipping { float:left; margin:0 0 0 30px; display: none; font-size:12px; width:280px;}
.cart .shipping select { width:256px; }
.cart .shipping .input-text { width:250px; }
.cart .shipping p { margin:0 0 15px; }
.cart .shipping .buttons-set { width:256px; }
.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; }

.cart .crosssell { /*float:left;  width:260px;*/ padding:0; border:1px solid #E4E4E6;}
.cart .crosssell h3 { font-size:11px; color:#cd3800; font-weight:bold; width:162px; }
.cart .crosssell ul { display:inline-block;}
.cart .crosssell .item { padding:0 ; width:166px; float:left; text-align:center; margin:0 4px 4px 4px; }
.cart .crosssell .product-image { /*float:left; margin:3px -90px 0 0;*/ }
.cart .crosssell .price-box { clear:both;}
.cart .crosssell .product-shop { clear:both; }
.cart .crosssell .product-name a {font-size:15px; color:#4B4338; margin-top:5px; text-decoration:none; text-align:center; display:inline-block; font-weight:bold; text-transform:none;}
.cart .crosssell .product-name,
.cart .crosssell .price-box,
.cart .crosssell p,
.cart .crosssell .add-to-links { margin:0 0 5px; }
.cart .crosssell .add-to-links li { margin:0; }

.crosssell h2 { font-family:alternate-gothic-no-2-d, Arial;font-size: 20px;text-transform: uppercase; margin:0 0 14px 0; background:transparent url(../images/bg_crosssell.jpg) top left repeat-x; padding-left:10px; height:32px; padding-top:9px;}


/* Shopping Cart Totals */
.cart .totals { float:right; width:560px; padding:20px; font-size:14px; background-color:#F6F3EE;}
.cart .totals table { width:100%;}
.cart .totals table th,
.cart .totals table td { padding:0 5px 5px; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#747165; font-weight:bold; }
.cart .totals table td .price {}
.cart .totals .btn-remove img { vertical-align:middle; }
.cart .totals table tfoot strong { font-family:Arial, Helvetica, sans-serif;font-weight:bold; font-size:18px; color:#747165; display:block; margin:10px 0 15px; }
.cart .totals table tfoot td .price { font-family:Arial, Helvetica, sans-serif;font-size:18px; font-weight:bold;color:#747165; }
.cart .totals table tfoot tr td { border-top:1px solid #D9D6D1;}
.cart .totals .checkout-types li { margin:0 0 15px; color:#FF0000;}
.cart .totals .checkout-types li a { color:#ed1c24; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

/* Options Tool Tip */
.item-options h5 { font-size:11px; font-weight:bold; text-transform:uppercase; padding:10px 12px 0 12px; }
.item-options dt { font-family:Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal;
                   padding:7px 0 7px ; }
.item-options dd { font-family:Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal;  padding-bottom:5px; }
.truncated { cursor:help; margin:5px 0 0; position:relative; z-index:1; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; background:url(../images/bkg_dots.gif) repeat-x 0 100%; color:#514f4f; }
.truncated .truncated_full_value {}
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:0; width:190px; border:1px solid #c8c8c8; border-bottom:1px solid #919191; background-color:#fff; }
.truncated .truncated_full_value .item-options dl { margin-right:-9px; position:relative; z-index:9999; padding:0px 21px 10px 12px; background:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_truncated.gif) no-repeat 100% 38px; }
.truncated .show .item-options { top:-20px; left:50%; }
.block-cart .truncated .show .item-options { top:-60px; left:-206px; }
.top-cart .truncated .show .item-options { top:-60px; left:-206px; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }

/* Item options in the cart */
.data-table .item-options dt { padding:3px 0 0 10px; background:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_bulletsm.gif) no-repeat 0px .8em; }
#checkout-review-table  dl.item-options dd {
   padding:  0 0 3px 10px;
}
.data-table .item-options dd { padding:8px 0; color:#464442; }
.data-table .item-options dd .price { font-weight:bold; margin-left:5px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */

#success-info, .success-promos {margin: 5px; padding: 20px;}
#success-info .page-title{padding: 0;}
#error-info{padding: 20px;}
.checkout-onepage-index .col-main { position:relative; z-index:1; padding:0; background:url(../images/bkg_cols.gif) repeat-y -573px 0; }
.checkout-onepage-index .page-title { margin:0; z-index:1; font-family:alternate-gothic-no-2-d, Arial;font-size: 30px;text-transform: uppercase; color:#756F65}
.checkout-onepage-index .col-main .callout { position:absolute; z-index:2; right:20px; top:7px; }
.opc-progress-container { float:left; width:182px; }

.col-main .opc-block-progress { background:#fff; }
.col-main .opc-block-progress .block-title { padding:5px 11px 5px 17px; background:none; border:0; }
.col-main .opc-block-progress .block-title h2 { text-transform: none!important; font-family:Arial, Helvetica, sans-serif!important; font-size:14px!important; color:#756F65!important; line-height:15px!important; padding:0!important; font-weight:bold!important; }
.col-main .opc-block-progress .block-content { padding:17px 11px 17px 17px;}
.col-main .opc-block-progress dt { font-family:Arial, Helvetica, sans-serif; font-size:14px; margin:2px 0 2px; color:#756F65;  text-align:left; }
.col-main .opc-block-progress dt.complete { font-weight:bold; margin:2px 0 4px;}
.col-main .opc-block-progress dt.complete a { font-family:Arial, Helvetica, sans-serif;font-weight:bold; font-size:14px; color:#b73236; text-transform:lowercase;}
.col-main .opc-block-progress dd.complete { color:#756F65; font-family:Arial,Helvetica,sans-serif; font-size:14px; margin:5px 0 8px; padding:5px; text-align:left;}
/* update  27:08:2009 */
.opc { position:relative; float:right; width:750px; margin-top: 10px; padding-right:10px; }
.opc li.section {}
.opc .step-title { margin:0 0 1px; background-color:#FFF; }
.opc .step-title .number { display:none; }
.opc .step-title h3 { font-family:Arial, Helvetica, sans-serif; background-color:#EEE8DC; 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 h3 { font-family:Arial, Helvetica, sans-serif; font-size:14px; /* color:#877A69; */ color:#4b4235; cursor:pointer;  background-color:#EEE8DC;}
.opc .active {}
.opc .active .step-title { margin:0 0 0; padding:0 0 0 0; }
.opc .active .step-title h3 { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; background:#FFFFFF url(../images/nav_bg.png) repeat-x 0 0; color:#4b4235; /* #877A69; */ text-transform:capitalize;  border-bottom:1px solid #cfcfcf; cursor:default;  padding:5px 20px 2px; line-height:24px; height:24px; }
.opc .step { padding:20px; min-height:300px; font-size:12px; background:#fcfcfc; position:relative; 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; background:#fcfcfc url(../images/bkg_cols.gif) repeat-y 195px 0; height:auto !important; min-height:0 !important; overflow:auto;}
#checkout-step-login .login-only { background-image:none; }
#checkout-step-login h4 {  font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#4B4237; font-weight:bold; margin:0 0 15px; }
#checkout-step-login .col2-set .col-1 {}
#checkout-step-login .col2-set .col-2 { width:338px; }
#checkout-step-login .col2-set .col-2 .radio { margin-right:5px; }
#checkout-step-login .col2-set .col-2 li { padding-left:10px; background:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
#checkout-step-login .col2-set .col-2 .form-list li { background:none; padding-left:0;}
#checkout-step-login .form-list label,
#checkout-step-login .form-list .label { width:90px;color:#464442;}
#checkout-step-login .btn-only { padding:0 0 0 105px; text-align:left; width:214px; } 
#checkout-step-login .btn-only .button { float:right; }
#checkout-step-login p { font-family:Arial, Helvetica, sans-serif; font-size:14px; text-align:justify;color:#b3aba1; margin:0 0 15px; font-weight:bold;}
#checkout-step-login .form-list p { padding-left:105px; margin:0;}
#checkout-step-login .form-list .input-text { width:210px; }

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

.opc button.button span {
    background-image: url("../images/bkg_btn.gif") !important;
}
.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:200px; margin-top:10px; margin-bottom:0; float: left; }
#checkout-step-shipping_method .buttons-set .back-link,
#opc-payment .buttons-set .back-link { width:245px; padding-right:15px; float:left; text-align:left; }
#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-review-table td { color:#464442;}
#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; color:#464442; float:none;}
#checkout-step-review .data-table tfoot tr.last strong { font-size:14px; }
#checkout-step-review .buttons-set { padding:0 20px; }
#review-buttons-container p , #review-buttons-container a {
    color:#464442;
}
.opc .checkout-agreements { margin:20px; }

/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span { background-image:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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:-1px 0 0; font-size:11px; font-weight:bold; text-transform:uppercase; width:940px; position:relative; z-index:1; }
.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 { color:#FF0000; position:relative; z-index:1; }
.multiple-checkout .data-table thead th { vertical-align:bottom; }
.multiple-checkout .col3-set .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.multiple-checkout .col3-set address { padding:10px; clear:both; }
.multiple-checkout .col3-set,
.multiple-checkout .col2-set { margin:0 0 15px; }
.multiple-checkout .buttons-set { padding:15px 0; clear:both; width:auto; }
.multiple-checkout .buttons-set .button { float:right; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-weight:normal; font-size:18px; 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; }

#shipping-notice {}
#payment-notice {width:400px; height:45px; border: 1px solid #666;}
#cart-notice{height: 50px; width: 980; background-color: #efebe2; padding-left: 20px; padding-top: 10px; padding-right: 20px; font-size: 14px; font-style: bold; color: #444;border: 1px solid #666;}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-family:Arial, Helvetica, sans-serif; font-size:16px;  color:#464442; font-weight:normal; margin-bottom:5px;  }
.sp-methods .price { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#b73236;}
.sp-methods label { font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#464442;padding-left: 10px;}
 dl.sp-methods dt {color:#464442;}
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list .input-text { width:250px;}
.sp-methods .form-list select { width:256px; }
.sp-methods li{margin-bottom: 5px; margin-left:5px;}

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

.please-wait { float:right; z-index:99; position:absolute; top:50%; left:50%; margin:-34px 0 0 -90px; display:block; border:5px solid #f3b66f; font-size:12px; color:#f18200; font-weight:bold; background:#fff; padding:20px; white-space:nowrap; }
.cvv-what-is-this { cursor:help; margin-left:5px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }

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

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

.gift-message-form { border:1px solid #d1d1d1; background:#f5f5f5 url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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 0px; background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.gift-message-form .gift-item .number { padding:5px 20px 5px; margin-bottom:0; background:url(../images/bkg_dots.gif) repeat-x 0 100%; color:#adadad; font-weight:bold; }
.gift-message-form .gift-item .product-img-box { float:left; width:150px; margin-right:15px; }
.gift-message-form .gift-item .product-image { text-align:center; margin:20px; }
.gift-message-form .gift-item .product-name { font-size:12px; margin:20px 0 5px; text-align:center; }
.gift-message-form .gift-item .fieldset { float:left; background:url(../images/bkg_dots.gif) repeat-y 0 0; padding:20px 0 10px 10px; margin:0; }
.gift-message-form .gift-item .fieldset label { width:80px; }


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

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


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


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


/* Account Login/Create Pages ============================================================ */
.account-login { 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; }
.account-login .new-users,
.account-login .registered-users{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#7aa4bb; width:381px; padding:30px 32px 30px; }
.account-login .registered-users p { margin-bottom:1.5em; }
.account-login .spacer { position:absolute; top:100%; left:447px; margin-top:-1px; width:16px; height:3px; font-size:0; line-height:0; background:#fff; overflow:hidden; }
.account-login fieldset { margin:0; }
.account-login fieldset h3 { font-family:Arial, Helvetica, sans-serif;font-size:16px; font-weight:900; color:#ed1c24;text-decoration:none; padding:10px; }
.account-login .form-list label,
.account-login .form-list span.label { width:110px;}
.account-login p.required,
.account-login .btn-only { padding-left:113px; padding-top:10px; width:230px; text-align:right;  font-family:Arial, Helvetica, sans-serif; color:#ed1c24; }
.account-login .btn-only a { float:left; white-space:nowrap; color:#ed1c24; font-size:13px; }
.account-login .form-list input.input-text { width:224px; }
.account-login .form-list p { padding:0 0 0 110px; font-family:Arial, Helvetica, sans-serif; }
.account-create {}
/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg,
.dashboard .col2-set,
.dashboard .recent-orders, .recent-orders { padding:0 0 20px; }

/* Block: Tags */
.dashboard .tags { padding:0 0 20px; }
.dashboard .tags p { display:inline; }
.dashboard .tags .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .tags li { margin:0 0 8px; }
.dashboard .tags .number { float:left; border:1px solid #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 5px; }
.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; }

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

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

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

.order-details dl.gift-message { margin:0 20px; }
.order-details .gift-message dt { margin:1px 0; padding:2px 10px; background:#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; background:#f1ede5 url(../images/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:12px; }
.order-info li strong,
.order-info li a { text-decoration:none; background:url(../images/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.order-info li.current { margin-bottom:-1px; color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(../images/bkg_collateral-tabs.gif) no-repeat 0 0px; }
.order-info li.current strong { background-position:100% 0; padding-bottom:1px; }
.order-info dt { font-weight:bold; }

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

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

/* Store credit */
.storecredit .account-balance {  
  font-family:Arial, Helvetica, sans-serif;
  margin:0 0 20px; 
  padding:0 0 10px; 
  font-size:12px; 
  background:url(../images/bkg_dots.gif) repeat-x 0 100%; }
.storecredit .account-balance .sub-title{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#ed1c24;
  padding-top:10px;
  padding-bottom:10px;
}
.storecredit .account-balance a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#ed1c24;
  padding-top:10px;
  padding-bottom:10px;
}

.storecredit .account-balance .price { font-weight:bold; color:#ed1c24; }
.giftcard-redeem { padding-bottom:20px; }
.giftcard-redeem .input-box { margin-right:5px; }

/* Gift card */

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

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


/* 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 .col2-set { margin:20px 0; }

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

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



/* Footer ================================================================================ */
.form-subscribe { /*float:left; width:183px;*/ padding:12px 0 0 0; }
.form-subscribe label { display:block; margin:6px 0; }
.form-subscribe input.input-text { width:223px; display:block; border:0; background:none;padding-top:5px;text-indent: 5px; font-size:12px; color:#888179;}
.form-subscribe button.button { margin:1px 0 0; float:right; background:transparent url(../images/button_submitnews.png) top left no-repeat; width:59px; height:25px;}
.form-subscribe .validation-advice { width:180px; }
.form-subscribe .v-fix { text-align:left; padding-right:5px; width:223px; background:transparent url(../images/bg-subscribe.jpg) top left no-repeat; height:26px; }
.form-subscribe a { color:#777; }

.footer-container { min-height:345px; clear:both; }
/* old footer */
/*.footer-container-yellow { background:transparent url(../images/bg-bottom-yellow.jpg) top center no-repeat; min-height:345px; padding-top:156px; clear:both; }*/
.wrapper{
	/*background: url("https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/st_bg.png") left top repeat-x!important; */
	background: url("../../../../../media/supertabs/supertabs_bg.png") left top repeat-x!important;
	min-width: 1020px;
	background-size: auto 49px;
}
body.cms-home .wrapper {background:transparent url(../images/NEW_OH_backgrounds.jpg) bottom center no-repeat;padding-bottom:0px;}
.footer { margin:0 auto; width:980px; background: #fff; padding-top: 20px; }
.footer .newsletter {  background:transparent url(../images/bg_newsletter.png) left top no-repeat; width:290px; height:113px; padding:15px;}
.footer .socialmedia { background:transparent url(../images/bg_share.png) left top no-repeat; width:305px; height:49px; margin-top:13px;padding:13px 0 0  15px;}
.footer .socialmedia h1 {color: #E5CEA4!important;font-size: 21px!important;text-transform: uppercase!important; float:left!important; padding-top:6px!important; margin-right:9px!important;
font-family: alternate-gothic-no-2-d!important;
font-style: normal!important;
font-weight: 400!important;
margin-top: 0px!important;
}
.footer .socialmedia a { float:left; display:inline-block; width:38px; height:37px; margin-left:4px;}
.footer .socialmedia a.blog { width: 52px; background:transparent url(../images/icon_oh_blog_51x29.png) top left no-repeat;}
.footer .socialmedia a.fb { background:transparent url(../images/ico-fb.jpg) top left no-repeat;}
.footer .socialmedia a.tw { background:transparent url(../images/ico-tw.jpg) top left no-repeat;}
.footer .socialmedia a.yt { background:transparent url(../images/ico-yt.jpg) top left no-repeat;}
.footer .middle { width:254px;margin-left:20px; }
.footer .middle-corrected { width:254px;margin-left:20px; }
.footer .left{padding-left: 5px;}
.footer .item  { width:auto;}
.footer .item.left  { width: 80px;}
.footer .item.first { margin-right:66px;}
.footer .item.first-corrected { float: left; width: 95px;}
.footer .item.second {float: left; width: 75px;}
.footer .item.third {float: left; width: 80px;}

.footer .about { margin-left:40px; width: 165px;}
.footer .customer { margin-left:30px; width: 120px;}

.footer .item h1 { margin-bottom:6px!important; color:#474543!important;font-family: alternate-gothic-no-2-d!important; font-size:19px!important; text-transform:uppercase!important; margin-top: 0px!important;}
.footer .item ul { list-style:none; margin-left:6px; margin-bottom:8px;}
.footer .item ul li a { color:#4B4237; font-size:12px; text-decoration:none;}

.footer .newsletter h1 { font-family:alternate-gothic-no-3-d!important; font-size:21px!important; color:#e5cea4!important; text-transform:uppercase!important;margin-top: 0px!important;}
.footer .newsletter p { font-size:14px; color:#e7e4e1!important; margin:8px 0 0 0;}
.footer a {}
.footer a:hover { text-decoration:none; }
.footer ul,
.footer ul.links { display:block; float:left; /*width:150px;*/ margin:0 0 0 19px; padding:0; }
.footer ul.links li,
.footer ul li { display:block; vertical-align:top; margin:0 0 5px; padding:0; }
.footer .line { border-bottom:1px solid #D7D3D0; clear:both; padding:25px 0 0 0; border-top:0; margin-bottom:25px;}
.footer ul.links { display:none;}

address.copyright { margin-top:6px;  }
.footer .copy { padding-top:15px; font-size:11px;}
.footer .copy span { color:#99938d;}
.footer .copy a { text-decoration:none; color:#4B4137;}

.footer .pay-methods{ width:337px; height:40px; background:transparent url(../images/ico-cards.png) top left no-repeat; display:inline-block; float:right;}

.footer .switcher-store { display: none; 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:10px 10px 10px    }
.col-main .page-head,
.col-main .page-head-alt { margin:0;}
.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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/logo-offline.gif) no-repeat 50% 95px; padding:170px 60px 40px; }
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 { color:#fff; padding:0 0 15px; font:35px Georgia, "Times New Roman", Times, serif; font-style:italic; }
.restriction-index-stub .header-container,
.restriction-index-stub .footer-container { display:none; }
.restriction-index-stub .copyright { background:url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/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(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-demo h1 { display:none; }
.private-sales-demo p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-demo a { color:#c12900; }

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

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

/* New css start here */



.itods_page_title 
{ 
  margin:0 10px; 
  /*background:#f6f6f6 url(https://d3i1zw0p0gdxl6.cloudfront.net/skin/frontend/enterprise/ohusa11/images/bkg_page-title.gif) repeat-x 0 0; */
  border-bottom:1px solid #cfcfcf; 

}
.itods_page_title h2{
  font-family:Arial, Helvetica, sans-serif;
  font-size:22px;
  color:#B73236;
  font-weight:bold;
}
.itods-buttons-set p.back-link a{ 
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:16px;
  color:#B73236;
  float:left; width:225px; padding:2px 15px 0 0; text-align:right;
}
.buttons-set .itods_back-link{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:100;
  font-size:14px;
  color:#B73236;
  width:225px; padding:2px 15px 0 10px; text-align:left;
}
.itods_required{
  font-family:Arial, Helvetica, sans-serif;
  color:#B73236;
  font-size:14px;
  width:625px; padding:2px 15px 0 0; text-align:right;
}
.itods_dashboard{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#756F65;
  padding:10px;
  min-height: 316px;
}

.itods_content .field{
  min-height: 28px;
}

.itods_dashboard .sub-title{
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:normal;
  color:#756F65;
  padding-top:5px;
}
.itods_welcome_msg p{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#756F65;
  padding:5px;
}
.itods_info_box { 
  border:1px solid #756F65; 
  margin-top:-1px; 
  position:relative; z-index:1; 
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  padding:10px 17px 17px; color:#756F65;
  height: 120px;
  margin-left: 5px;
}
.itods_info_box .box-title{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#756F65;
}
.itods_info_box a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:normal;
  color:#B73236;
}
.itods_info_box .box-content{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#756F65;
  padding:5px;
}
.itods_sub_title{
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:normal;
  color:#756F65;
  padding-top:10px;
  padding-bottom:10px;
}
.itods_sub_title a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#B73236;
  padding-left:5px;
  text-transform:lowercase;
  font-weight:normal;
}
.col-2 ol li{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#B73236;
  font-weight:normal;
  text-align:justify;
}

.itods_block{
  /**background-image:url(../images/content_bg.png);
  background-repeat:repeat-x;
  background-color:#f8fbfd;**/
  margin-top: -13px;
}

.itods_block_title  h2{ 
  font-family:Arial, Helvetica, sans-serif;
  font-size:20px;
  font-weight:bold;
  padding:3px; 
  color:#B73236;

}

.itods_fieldset h3{
  font-family:Arial, Helvetica, sans-serif;
  color:#464442;
  font-size:16px;
  font-weight:bold;
  padding:10px;
}
.itods_fieldset1 h3{
  font-family:Arial, Helvetica, sans-serif;
  color:#464442;
  font-weight:200;
  font-size:16px;
  font-weight:bold;
  padding:10px;
}

.itods_fieldset1 ul .fields .field label{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#464442;
}
.itods_fieldset .form-element label{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#464442;
}
.itods_fieldset ul li label{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#464442;
}
.itods_fieldset1 ul li label{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#464442;
}
.itods_fieldset1 .form-element p{
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  color:#464442;
}
.itods_fieldset p{
  font-family:Arial, Helvetica, sans-serif;
  color:#464442;
  font-weight:200;
  font-size:14px;
  font-weight:normal;
  padding:10px;
}
.itods_fieldset .form-list .required{font-family:Arial, Helvetica, sans-serif;
                                     color:#464442;
                                     font-weight:200;
                                     font-size:14px;

}
.itods_block_content {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#3E7B7B; 
  line-height:25px;
  /**background-image:url(../images/content_bg.png);
  background-repeat:repeat-x;
  background-color:#f8fbfd;**/
  padding:2px;

}
.itods_block_content a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#000000; 
  text-decoration:none;
}
.itods_block_content :hover{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-size:12px;
  font-weight:bold;
  color:#3E7B7B;

}
.itods_page_title{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#ed1c24;
  padding-top:10px;
  padding-bottom:10px;
}
.itods_page_title_text{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  padding:5px;
  margin-left: 10px;
}
.buttons-set .itods_back-link1{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#ed1c24;
}
.a-book{
  padding: 10px;
}
.my_orders{
  padding: 10px;
}
/*  site map css  */

.sitemap_link{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:20px;
  color: #004a50;
  text-decoration:none;
  text-align:left;
}
.sitemap_link a:hover {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:20px;
  text-decoration:underline;
  color:#004a50;
}
.store_locator_table_text{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  background-color:#FFFFFF;
  color:#333333;
  padding-left:5px;
  padding:5px;
}
.textfield{
  width:242px;
  height:16px;
  font-family:tahoma;
  font-size:11px;
  border:1px solid #CCCCCC;
  color:#666666;
  padding-top:7px;
}
img { border:none; }	
/*  site map css   ends here*/

.zoomroller{background: transparent url(../images/roll-over.gif) no-repeat scroll left top; height:24px; width:154px; position:absolute; top:2px; left:6px; z-index:50; }
.zoomrollover {background-position:0 0;}
.zoomrollout {background-position:0 -24px;}

#checkout-review-table .item-options dt { display:none;}

/* Product Selector Page */
.productselector-index-index div.border {
  margin-right: 0;
  padding-right: 2px;
}
#product_sendtofriend_form .fieldset h3 {
  margin-left: 175px;
}

.itods_content input{
  /*margin-bottom: 12px;*/
}
/* collapsing node fixes */
li.form-element , .form-list li , .a-book , .itods_page_title , .opc-wrapper div , .itods_dashboard  {
  overflow: hidden;
}

/* product selection grid */
.option_box {
  float: left;
  /*border: 2px solid #FFF;*/
  margin: 0 0px 5px 0;
  cursor: pointer;
}
img.option_box {
  /*border: 0; 2px solid #FFF; */
  border: 1px solid #CCCCCC;
}
.opt_text_ie {
  width: 68px; height: 20px;

  border: 2px solid #ccccff ;
  padding-top: 5px;
  margin-right: 7px;
  text-align: center;
  color: #277171;

}
.current_option{
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}
.opt_text_box {
	overflow: hidden; text-align: center; color:#686158; border: 1px solid #CCCCCC; height: 28px; line-height: 28px; margin:0px 4px 5px 0px; padding: 0 10px; text-align: center; font-weight:bold;}
.option-selected , .option-selected2, img.option-selected { /* background-color:#F5F3ED; */  border:2px solid #666 !important; margin-top:-1px;}
img.option-selected { background-color:none;  border:none !important;}
.super_attribute_grid { display: block; float: left; margin: 5px 6px 0px 6px; width: 100%; position:relative;}
.option-hover ,  img.option-hover { /* border: 2px solid #339999; */ border:1px solid #666 !important; }

.option-disabled { -moz-opacity:.35; filter:alpha(opacity=35); opacity:.35; }
.product-super-attributes { padding:0px; margin:0px 0px 10px 0px; width:99%; display: block; float: left; position:relative; border:1px solid #ccc; height:auto; background-image:url(../images/bg-options-title.jpg); background-repeat:repeat-x; background-position:top; }
/* .super_attribute_grid { display:block; float:left; position:relative; } */
.input-grid .super_attribute_grid .image-thumb-div { height: auto; }
.options-container-big {
  /*height: 230px !important;*/
}

.product-attribute564shorten { width:60%;}
.product-attribute565shorten { width:60%;}

.product-attribute605 { width:60%;}
.product-attribute604 {width:60%;}
.options-container-big .social-links-add-to { height:67px; background: url(../images/bg-options-bottom.png) repeat-x; float:left; position:relative; bottom:0px; left:0px; display:block; width:100%; margin:0px 0px 20px 0px;cursor: pointer; }

.product-super-options {
  position: relative;
}
.product-super-attributes label , product-super-options label { margin:0px 0px 0px 8px; font-size: 12px; height:26px; line-height:26px; color:#756F65; font-weight:bold; text-transform:uppercase; }
.product-super-attributes .current_option, product-super-options .current_option { font-style:normal; font-size: 12px; height:26px; line-height:26px; color:#756F65; font-weight:normal; }

div.option_box.opt_img_box.preview {
    border: 1px solid #ccc;
    position: absolute;
    width: 100px;
    height: 63px;
    z-index: 1000;
}

/* old sizing chart */
/*#view-sizing-chart { color: #CB2D33; cursor: pointer; font-size: 14px; padding: 0; width: 140px;  float:right; }*/
/*#view-sizing-chart { bottom:-44px; color: #CB2D33; cursor: pointer; display: block; font-size: 14px; margin: 24px 0 18px 34px; padding: 0; position: absolute; left:334px; width: 140px; }*/
 #view-sizing-chart { display:block; float:left; position:relative; width:140px; margin:45px 0px 24px 34px; padding:0px; color:#CB2D33; font-size:14px; cursor: pointer;} 
#view-sizing-chart img { position:relative; top:2px; } 

#view-sizing-chart-ud { color:#CB2D33; font-size:12px; cursor: pointer; margin-left: 82px; margin-top: 0px;}
#view-sizing-chart img-ud { position:relative; top:2px; }  

#size-up-or-down-notice { display:block; float:left; border:1px solid #ccc; position:relative; width:200px; height: 67px; margin-left: 6px; padding:0px; color:#756F65; font-size:12px; background: url(../images/bg-options-bottom.png) repeat-x; margin-top: -78px;}
#size-up-or-down-notice-text {margin-top: 8px; margin-left: 8px; margin-right: 12px; text-align:left;}

#apma-accepted { display:block; float:right; border:1px solid #ccc; position:relative; width:52px; height: 70px; margin-top: -160px; margin-bottom: 0px;}

#apma-accepted-overlay {position: absolute;top:35px; left:18px;}
#apma-accepted-overlay-left {position: absolute;top:35px; left:18px;}
#apma-accepted-overlay-right {position: absolute;top:35px; right:28px;} 
 
/*
.product-attribute76 {
  width: 300px !important;
}
*/
#product-options-wrapper  > div:first-child  + div {
/* width: 320px !important; */
}


/* Contact page */
.contacts-index-index .pageheading h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.contacts-index-index #left-sidebar {float: left;width: 224px; margin-right:15px;}
.contacts-index-index .form-list { margin-top: 30px; }
.contacts-index-index .form-list label { 
  width:150px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #333;
  text-decoration: none;
  text-align: right;
  vertical-align: middle;
}
.contacts-index-index #content-wrap ul { margin-top: 30px;}
.contacts-index-index .btn-only, .contacts-index-index p.required { width:501px;}
.validation-advice { color: #D91A00; }
.validation-failed {
  background: #FFF7F5; border: 1px solid #D91A00;
}
#contactForm .form-buttons,
#contactForm p.required {
  margin-left: 45px;
}
#contactForm h2.legend {
  font-size: 17px;
color: #666;
margin: 15px 0 3px 0;
}

.vasyli-free-gift-item{
		/*background-color: #F9B7FF !important;*/
	}
	
/* product thumbs */
.product-essential .more-views{ display: block; }

.breadcrumbs ul li a { color:#4B4137; text-decoration:none; }
.breadcrumbs ul li.product strong { color:#4B4137; font-weight:bold; }
.enlarge { position:absolute; top:4px; left:170px; z-index:99; }

.top-container {margin-bottom: 19px;}

#fade, #fade2 { display: none; background: #fff; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .50; z-index: 9999; }
.popup_block, .popup_block2{ display: none; background: #fff; padding: 4px; float: left; font-size: 12px; position: fixed; top: 335px; left: 50%; z-index: 99999; -webkit-box-shadow:0; -moz-box-shadow:0; box-shadow:0;  }
.line { padding: 30px; }
img.btn_close { float: right; margin: 5px 5px 0 0; font-size:12px}

*html #fade { position: absolute; }
*html .popup_block { position: absolute; }
*html #fade2 { position: absolute; }
*html .popup_block2 { position: absolute; }

.security {width: 500px; text-align: left;}

/*------------------------------------------------------------------------------
	ColorBox Core Style
	The following rules are the styles that are consistant between themes.
	Avoid changing this area to maintain compatability with future versions of ColorBox.
------------------------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#eee;}

#colorbox{}
#cboxTopLeft{width:14px; height:14px; background:url( ../_media/controls.png) 0 0 no-repeat;}
#cboxTopCenter{height:14px; background:url( ../_media/border.png) top left repeat-x;}
#cboxTopRight{width:14px; height:14px; background:url( ../_media/controls.png) -36px 0 no-repeat;}
#cboxBottomLeft{width:14px; height:43px; background:url( ../_media/controls.png) 0 -32px no-repeat;}
#cboxBottomCenter{height:43px; background:url( ../_media/border.png) bottom left repeat-x;}
#cboxBottomRight{width:14px; height:43px; background:url( ../_media/controls.png) -36px -32px no-repeat;}
#cboxMiddleLeft{width:14px; background:url( ../_media/controls.png) -175px 0 repeat-y;}
#cboxMiddleRight{width:14px; background:url( ../_media/controls.png) -211px 0 repeat-y;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url( ../_media/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url( ../_media/loading.gif) center center no-repeat;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url( ../_media/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious.hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext.hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px;}
#cboxClose.hover{background-position:-100px 0px;}

.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}


#nav-header-st {width: 980px; margin-left: 20px;}

img.brand { margin-left: 40px; margin-top: -30px;}

.small_brown_text, .small_brown_text a, .small_brown_text a:link{color: #71675A; text-decoration: none;} 
.less_small_brown_text, .less_small_brown_text a, .less_small_brown_text a:link{color: #71675A; text-decoration: none;} 

img.logo-wb{height=60px; width=117px; margin-bottom: 10px;}
img.st-promo{float: left;margin-left: 20px;}

.block-account .block-content{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#3E7B7B; 
  line-height:25px;
  /**background-image:url(../images/content_bg.png);
  background-repeat:repeat-x;
  background-color:#f8fbfd;**/
  padding:2px;
	
}

.dashboard h2 {margin-top: 0px!important;}
.dashboard .page-title {padding-left: 5px!important; padding-bottom: 0px!important;}
.block-title span { color: #756F65!important;}
.block.block-account{margin-top: 40px!important; margin-left: 5px!important;}
.block-content .current {color: #474543;}
.block-content a{text-decoration: none;}
.my-account .col-2{margin-left: 15px;}
.monkey-multisubscribe .button-set{margin-right: 200px!important;}
.monkey-multisubscribe label{color#756F65;}
#change_password {margin-left:15px;}
.search_autocomplete{display: none;}
#search_autocomplete{display: none;}

.input-box.pobox-ship-error {
margin-top: 4px;
color: #B73236;
}


.new-style-banner{position: absolute; top: 0px; left: 20px;}
.new-color-banner{position: absolute; top: 0px; left: 20px;}
.exclusive-banner{position: absolute; top: 0px; left: 20px;}

#featured-reviews.featured-reviews dl {
width: 600px;
float: left;
padding-left: 20px;
padding-right: 10px;
}

.featured-reviews .review-item dd, .featured-reviews .review-item dd p {
font-weight: normal;
color: 
#756F65;
font-size: 14px;
padding-right: 20px;
}

.featured-reviews .review-item dt span {
display: block;
float: left;
width: 318px;
}

.col-main .block .block-title h2, .col-main .block .block-title h3 {
font-family: alternate-gothic-no-3-d, Helvetica, sans-serif;
font-size: 25px;
line-height: 1.2;
color: 
#756f65;
text-align: left;
text-transform: uppercase;
padding-left: 10px;
}

.widget-banner {
display: block;
width: 100%;
padding-top: 8px;
overflow: hidden;
text-align: center;
color: 
#B73236;
font-weight: bold;
font-size: 18px;
margin-bottom: 14px;
width: 332px;
float: right;
margin-right: 5px;
}

.featured-reviews .block-title h3 {
border-bottom: 0px solid 
#ccc;
padding: 0px 0px 10px 0px;
}

.featured-reviews .block-title h3 {
border-bottom: 0px solid 
#ccc;
padding: 0px 0px 10px 0px;
width: 645px;
color: 
#675B4B;
font-weight: bold;
font-size: 22px;
}