body
{
    background:#EEE;
    font:12px/1.55em arial,helvetica,sans-serif;
    color:#444;
    text-align:center;
}

label
{
    color: #666666;
    font-weight: bold;
}

.page-title h1
{
    color: #9B2525;
    font-size: 26px;
}
/*****************/
/*     HEADER    */
/*****************/
h1.logo
{
  margin: 0;
}

.header .quick-access
{
	width:540px;
    float:right;
    padding:10px 0 0;
    margin: 30px 15px 0 0;
}
.quick-access p.welcome-msg
{
    font-weight:bold;
    text-align: right;
    line-height:28px;
    margin-right:5px;
}

.tollfree
{
    color: #993300;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: bold;
}

input.input-text
{
    width: 195px;
    margin-right: 4px;
    padding: 2px;
}



/* Navigation */
#nav
{
    width: 942px;
    background: #5A5451;
    border-top: 1px solid #000;
}
.nav-container
{
    background: none;
    padding: 0;
    margin: 0;
    z-index : 20;
}
#nav a.level-top, #nav li.over a.level-top, #nav li.active a.level-top
{
    background: none;
    border-top: none;
    color: #000;
    padding:0 10px 0 8px;
    height:28px;
    line-height:28px;
    position:relative;
    z-index:2;
    margin: 0;
}
#nav a.level-top span
{
    background: none;
}
#nav ul li, #nav ul li.active
{
    background: url(../images/nav_divider.gif) repeat-x scroll 0 100% transparent;
}
#nav ul li
{
    float:none;
    height:auto;
    display:block;
    border-bottom:1px dotted #e2e2e2;
}

#nav a.level-top span,
#nav li.over a.level-top span,
#nav li.active a.level-top span
{
    background-position: 0;
    padding: 0;
    margin: 0;
}
#nav li.over a.level-top
{

}
#nav ul, #nav div
{
    top: 28px;
}

#nav ul li, #nav ul li.active
{
    background: none;
    border-bottom: 2px dotted #DDD;
}
#nav ul li.over a.over
{
    color: #9B2525;
}

.cart .cart-collaterals h4
{
    padding-left: 22px;
    color: #E26703;
    text-transform: uppercase;
    font-size: 1.05em;
    font-weight: bold;

}
.cart .shipping
{
    margin: 0 0 0 10px;
    width: 270px;
}

.cart .shipping p
{
    margin: 0 0 2px;
}
.buttons-set
{
    margin: 10px 0 0;
}


.discount h4
{
    background: url("../images/icon_asterick.gif") 0 0 no-repeat;
}
.giftcard h4
{
    background: url("../images/icon_asterick.gif") 0 0 no-repeat;
}
.shipping h4
{
    background: url("../images/icon_lorry.gif") 0 0 no-repeat;
}
/*****************/
/*     LAYOUT    */
/*****************/
.wrapper
{
    background:#EEE;
    padding-bottom: 0;
}
.page
{
    width:950px;
    margin:0 auto;
    text-align:center;
    background-color: #FFF;
}
div.discount, div.giftcard, div.shipping
{
    border: 1px solid #BEBCB7;
    padding: 15px;
    background: url("../images/base_mini_head_bg.gif") repeat-x scroll 0 0 #FFF;
}
div.product-box-right h1.product-name
{
  font-size: 23px;
  margin: 0 auto;
  width: 520px;
  padding-bottom:5px;
}

div.product-box-right
{
  width: 560px;
  float: right;
  background: transparent;
}

div.product-box-right #product-options-wrapper
{
  width: 520px;
  background: none;
  border: none;
  margin: 0 auto;
  padding:4px 0;
}

div.product-box-right div.product-options-bottom
{
  width: 520px;
  min-height: 66px;
  background-color: #FFF5AE;
  margin: 10px auto 26px auto;
  padding: 0;
  border: 1px solid #D3C97C;
}

div.product-box-right div.product-options-bottom div.price-box
{
  margin: 24px 0 0 20px;
  width: 190px;
  float: left;
}

div.product-box-right div.price-box span.price
{
  font-size: 28px;
  color: #444;
  line-height: 22px;
}

div.product-box-right div.price-box span.price span.startingat
{
  font-size: 22px;
}

div.product-box-right div.price-box span.price span.startingat span
{
  font-size: 15px;
  margin-right: 6px;
}

div.product-box-right div.add-to-holder
{
  float: right;
  margin: 8px 20px 2px 0;
}

div.product-box-right div.add-to-holder button.form-button
{
  height: 32px;
  width: 132px;
  border: 1px solid #3A622F;
  background: #589346 url(../images/addtocart_bg.gif) repeat-x;
  padding-bottom: 3px;
}

div.product-box-right div.add-to-holder input#qty
{
  height: 26px;
  border: 1px solid #3A622F;
  font-size: 20px;
  text-align: center;
}

div.product-box-right span.qty-box label
{
  font-size: 18px;
  margin-top: 5px;
  color: #444;
}

div.product-box-right div.add-to-holder button.form-button span
{
  font-size: 18px;
}

div.product-box-right table#super-product-table
{
  width: 520px;
  margin: 10px auto 0 auto;
}

div.product-box-right table#super-product-table span.price
{
  font-size: 14px;
}

div.product-box-right table#super-product-table th
{
  background: #DDD;
  border-bottom: 1px solid #BEBCB7 !important;
  padding: 5px 6px;
}

div.product-box-right table#super-product-table td
{
  padding: 6px 6px;
}

div.product-box-right table#super-product-table input
{
  text-align: center;
}

.addToCartSubLinkHolder
{
  clear: right;
  float: right;
  font-size: 11px;
  margin-right: 20px;
  width: 230px;
}

.addToCartSubLinkHolder a
{
  margin-left: 16px;
  display: block;
  float: right;
  font-size: 11px;
}

.emailAFriend
{
  background: url(../images/email_a_friend.gif) no-repeat left center;
  padding-left: 29px;
}


.product-options .validation-error .options-list, .product-options ul.validation-failed
{
    padding: 2px 7px !important;
}

.validation-advice
{
    background: url("../images/validation_advice_bg.gif") no-repeat scroll 2px 1px transparent;
    padding-left: 17px !important;
    font-weight: bold;
    line-height: 1.25em;
}

/****************/
/*   SIDEBAR    */
/****************/
.sidebar .block .block-title
{
    padding: 5px 0;
    background-color: #41607C;
}
.sidebar .block .block-title strong
{
    display:block;
    font: bold 14px/1.25 Arial, Helvetica, sans-serif;
    padding:0;
    color:#E7F1F4;
    padding-left: 15px;
}
.sidebar .block .block-content
{
    padding:5px 17px 17px;
    color:#555;
}
.sidebar .block-layered-nav .block-title
{
    padding: 5px 0;
    background-color: #666;
    /* border-bottom:1px solid #d1d1d1; */
}
.sidebar .block-layered-nav dt
{
    margin:0;
    font-weight:bold;
    font-size:14px;
    color:#222;
}
.sidebar .block-layered-nav dd
{
    margin:0 0 13px 5px;
    color:#666;
}
.sidebar .block-layered-nav dd.last
{
    margin:0 0 0 5px;
}

/**************************/
/*   TOP SHOPPING CART    */
/**************************/
.top-cart .block-title strong
{
  text-decoration : underline;
  text-transform : none;
}
.header .quick-access .links li a
{
  text-decoration : underline;
  text-transform : none;
  font-size: 0.95em;
}
.header .quick-access .links li.last
{
    background: none;
}

.header .quick-access .links li a:hover,
.header .quick-access .links li a:active
{
  text-decoration : none;
}

/***************/
/*  CHECKOUT   */
/***************/

#login-form fieldset {
    margin-bottom: 5px;
}

#login-form button.button span {
    background: #F18100 none;
    height: auto;
    color: #FFF;
}

#login-form button.button span span {
    background-image: none;
    margin: 1px 5px;
    text-transform: none;
    font: bold 12px arial,sans-serif !important;
}

.opc
{
    width: 685px;
}

.opc-wrapper {
    background: transparent none;
}

.opc-wrapper .page-title {
    position: static;
    z-index: auto;
    background: transparent none;
}

.opc .step {
    min-height: 0;
}


.opc-progress-container
{
    width: 195px;

}
.opc-progress-container .opc-block-progress .block-title, .col-main .block .block-title {
    border: none;
    padding: 0;
}
.opc-progress-container .opc-block-progress .block-title strong
{
    color: #993300;
    font: 1.05em Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.opc-progress-container .opc-block-progress .block-content
{
    padding: 0;
}


/****************/
/*steps*/
.opc .step-title
{
    background: url("../images/opc_off_head_bg.gif") repeat-x scroll 0 100% #EEEEEE;
    padding: 5px;
}
.opc .step-title .number
{
    display: inline;
    background: none #FFF;
    color: #999;
    padding: 0 5px;
    font-weight: bold;
    font-size: 0.9em;
}
.opc .step-title h2
{
    display: inline;
    font-size: 1.05em;
    font-weight: bold;
    background: none;
    height: inherit;
    line-height: inherit;
    border: none;
    color: #999999;
    text-transform: none;
}
.opc .allow .step-title h2
{
    background: none;
    color: #999999;
}

/*steps active*/
.opc .active .step-title
{
    background: none #5A5451;
    padding: 5px;
}
.opc .active .step-title .number
{
    background: none repeat scroll 0 0 #993300;
    border: 1px solid #2E2734;
    color: #FFF;
}
.opc .active .step-title h2
{
     display: inline;
    font-size: 1.05em;
    font-weight: bold;
    background: none;
    height: inherit;
    line-height: inherit;
    border: none;
    color: #FFF;
    padding: 0 14px;
}
/*end steps*/
/****************/
#checkout-step-login .col2-set
{
    border:1px solid #BBBBBB;
    background-position: 160px 0;
}

#checkout-step-login .btn-only
{
    width: auto;
    padding: 0;
}
#checkout-step-login .col2-set .col-1
{
    width: 45%;
}

#checkout-step-login .form-list .input-text
{
    width: 285px;
}
#checkout-step-login h4
{
    margin: 0 0 10px;
}
#checkout-step-login p
{
    margin: 0 0 10px;
}
.opc a.button, .opc button.button span, .opc a.button span {
    background: #F18100 none;
    height: auto;
}

.opc button.button span span {
    background-image: none;
    margin: 1px 5px;
    color: #FFF;
    text-transform: none;
    font: bold 12px arial,sans-serif !important;
}

.opc-progress-container .opc-block-progress dt
{
    background:none repeat scroll 0 0 #EEEEEE;
    color: #999;
    padding: 2px 8px;
    font-size: 1.05em;
    border:1px solid #A3AEB3;
    margin-bottom: 6px;
}


.please-wait {
    border: 5px solid #F18100;
    color: #f18100;
    font-size: 1.3em;
}
.cart
{
    background: none;
}
.cart .deals
{
    margin: 0;
    width: 300px;
}
.cart .cart-collaterals
{
    float: left;
    padding: 0 0 10px;
    width: 620px;
    margin-top: 15px;
}
.cart .totals
{
    background: none repeat scroll 0 0 #DEE5E8;
    border: 1px solid #BEBCB7;
    padding: 8px 15px 0;
    margin-top: 15px;
    width: 240px;
    float: right;
}
.cart .totals .checkout-types
{
    float: none;
}
.cart .totals .checkout-types li
{
    margin: 0 0 10px;
}
.cart .totals table tfoot strong
{
    color: #000;
    font-weight: bold;
}

#checkout-step-login .form-list label, #checkout-step-login .form-list .label
{
    text-align: left;
}
#checkout-step-login .col2-set .col-2
{
    width: 45%;
}

/*****************/
/*   MESSAGES    */
/*****************/
.error-msg, .success-msg, .notice-msg, .note-msg
{
    padding: 8px 8px 8px 32px !important;
}

.messages ul
{
    margin: 0;
    padding: 0;
}
.success-msg
{
    background-image: url("../images/success_msg_icon.gif");
}
.error-msg
{
    background-image: url("../images/error_msg_icon.gif");
}
.notice-msg, .note-msg
{
    background-image: url("../images/note_msg_icon.gif");
}
.success-msg, .error-msg, .notice-msg, .note-msg
{
    background-position: 10px 10px !important;
    background-repeat: no-repeat !important;
    margin-bottom: 1em !important;
}
/***************/
/*   BLOCKS    */
/***************/

/* Block: Subscribe */
.block-subscribe
{
    margin: 20px 0;
}


.form-button, .form-button-alt
{
    border: 1px solid #DE5400;
    color: #FFF;
    font: bold 12px arial,sans-serif !important;

}
.cart-table
{
    border-width: 1px;
}
.cart-table .btn-continue
{
    border: 1px solid #474747;
    background-color: #9E9E9E;
    padding: 2px 8px;

}
.cart-table .btn-continue:hover span
{
    color: #474747;
}

.cart-table .btn-continue span
{
    font: bold 12px arial,sans-serif !important;
    color: #FFF;
    text-decoration: none;
    height: inherit;
}
.cart-table thead th
{
    font-weight: bold;
}

/***********************/
/*   CATALOG VIEW      */
/***********************/
.catalog-listing h5 a, .catalog-listing h5 a:hover
{
    color: #203548;
    text-decoration: underline;
}


/***********************/
/*   PRODUCT VIEW      */
/***********************/
.product-collateral .head
{
    border-bottom: 1px solid #E5DCC3;
    font-size: 1.15em;
    margin-bottom: 1em;
    padding-bottom: 1px;
}

.product-info-box
{
}

.product-essential
{
    background: transparent;
}

.product-collateral
{
    float:right;
    clear:right;
    width:416px;
    padding:30px;
    background: url(../images/product_collateral_bg.gif) repeat-x scroll 0 0 #FFF;
}
.product-img-box div.more-views li
{
    float:left;
    padding-bottom: 5px;
}
.product-img-box div.more-views li a
{
    float: left;
    border:2px solid #DDDDDD;
    margin:0 0 9px 9px;
    height: 34px;
    width: 34px;
    overflow: hidden;
}
.product-options dd
{
    margin:0 0 5px;
    padding:5px 0 15px;
    border-bottom:1px solid #e7e7e7;
}
/***********************/
/*   FORM ELEMENTS     */
/***********************/
.button-set
{
    clear: both;
    margin-top: 4em;
    padding-top: 8px;

}



.validation-advice, .required
{
    color: #EB340A;
}

a.button span, button.button span span
{
    color: #5A5451;
}



/*****************/
/*      LINKS    */
/*****************/

.link-cart
{
    font-size:11px;
    font-weight:bold;
    color:#DC6809;
    text-decoration:underline;
}
/*****************/
/*      TABS     */
/*****************/
#tabContain
{
  width: 520px;
  margin: 0 auto;
}

#tabContain ul.tabs
{
  float: left;
  list-style:none;
  width: 520px;
}
#tabContain ul.tabs li
{
  float:left;
  margin:0;
  padding:0;
}

#tabContain ul.tabs a
{
  display:block;
}

#tabContain ul.tabs li
{
  float:left;
  background:url("../images/tab_right_on.gif") no-repeat right top;
  margin:0;
  padding:0;
}

#tabContain ul.tabs a
{
  display:block;
  background:url("../images/tab_left_on.gif") no-repeat left top;
  text-decoration: none;
  color: #444;
  padding:5px 15px;
}

#tabContain ul.tabs li.active
{
  background-image:url("../images/tab_right.gif");
  position: relative;
  top: 1px;
}
#tabContain ul.tabs li.active a
{
  background-image:url("../images/tab_left.gif");
}
#tabContain div.padder ul
{
  list-style : disc;
  margin-left : 8px;
}

.padder
{
  float: left;
  width: 520px;
  margin: 0 auto;
  border: 1px solid #DADADA;
  background: #FFF;
}

.padder div
{
  padding: 10px 16px;
}
/** price table **/
table.pricetable
{
    font: 12px helvetica;
    margin-bottom: 20px;
    text-align: center;
}
table.pricetable td
{
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
table.pricetable th
{
    background: none repeat scroll 0 0 #999999;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    color: #FFFFFF;
    padding: 4px;
    text-align: center;
}
.side
{
    background: none repeat scroll 0 0 #E9E9E9;
    width: 85px;
}

/**************/
/*  END TABS  */
/**************/


/*****************/
/*      TABS     */
/*****************/
#imageTabContain
{
  width: 300px;
}

#imageTabContain ul.tabs
{
  float: left;
  list-style:none;
  width: 300px;
  background: none;
}
#imageTabContain ul.tabs li
{
  float:left;
  margin:0;
  padding:0;
}

#imageTabContain ul.tabs a
{
  display:block;
}

#imageTabContain ul.tabs li
{
  float:left;
  background:url("../images/tab_right_on.gif") no-repeat right top;
  margin:0;
  padding:0;
}

#imageTabContain ul.tabs a
{
  display:block;
  background:url("../images/tab_left_on.gif") no-repeat left top;
  text-decoration: none;
  font-size: 10px;
  color: #444;
  padding: 2px 15px;
}

#imageTabContain ul.tabs li.active
{
  background-image:url("../images/tab_right.gif");
  position: relative;
  top: 1px;
}
#imageTabContain ul.tabs li.active a
{
  background-image:url("../images/tab_left.gif");
}

#imagePadder
{
  width: 299px;
}

#imagePadder ul
{
  margin: 12px 4px;
}

/**************/
/*  END TABS  */
/**************/

div.product-box-left div.product-img-box
{
  width: 300px;
}

div.product-box-left
{
  width: 300px;
  float: left;
  margin-left: 8px;
}



div.product-box-left .mini-related-items h4
{
  background-image: none;
  padding: 1px;
}

div.product-box-left .mini-related-items
{
  margin-top: 20px;
  border: none;
}

div.product-box-left .mini-related-items span.price
{
  font-size: 12px;
}

div.product-box-left .mini-related-items div.price-box
{
  margin: 2px 0;
  padding: 0;
}

div.product-box-left .mini-related-items span.checkbox-container
{
  width: 70px;
  text-align: center;
}

div.product-box-left .mini-related-items span.checkbox-container span
{
  font-size: 10px;
  white-space: nowrap;
}

div.product-box-left .mini-related-items span.checkbox-container input
{
  margin: 16px 0 0 28px;
}

div.product-box-left .mini-related-items div.product-images a
{
  margin-left: 80px;
}

div.product-box-left .mini-related-items div.product-details
{
  margin-left: 146px;
  width: 130px;
}

div.product-box-left .mini-related-items div.content
{
  padding: 8px 0 0 0;
  background: #ebebeb url(../images/related_bg.gif) repeat-x;
  border: 1px solid #dddddd;
}

div.product-box-left .mini-related-items div.content ol
{
  background: none;
}

div.product-box-left .mini-related-items div.content li
{
  padding-bottom: 15px;
  background: none;
}

div.skuLabel
{
  font-size: 11px;
  margin: 0 auto;
  width: 520px;
}

#image_tabs_videos_contents
{
  min-height: 38px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-top: 32px;
  color: #777;
}

#image_tabs_images_contents
{
  min-height: 38px;
}

#main .new-product-info-box
{
  border: none;
}

#main .new-product-info-box .product-essential
{
  padding: 0;
  background-image: none;
}

/******************************************/
/*           UPSELL BOX                   */
/******************************************/

div.up-sell
{
  margin: 22px 0 0 8px;
  float: left;
}

div.up-sell div.head
{
  border: 1px solid #666;
  background-color: #666;
  margin: 0;
  padding: 4px 8px;
}

div.up-sell div.head h4
{
  color: #EEE;
}

/*******************************************/


div.up-sell #upsell-product-content
{
  border: 1px solid #666;
  float: left;
  width: 881px;
  margin: 0;
}

div.up-sell #upsell-product-content div.upsell-product-item
{
  width: 165px;
  float: left;
  text-align: center;
  margin: 12px 8px 8px 2px;
}

div.up-sell #upsell-product-content div.upsell-product-item h5 a
{
  font-size: 13px;
  text-decoration: underline;
  color: #1E7EC8;
}

div.up-sell #upsell-product-content div.upsell-product-item h5
{
  margin-bottom: 4px;
}

div.up-sell #upsell-product-content div.price-box
{
  margin: 3px 0;
  padding: 0;
}

div.up-sell #upsell-product-content span.price
{
  font-size: 12px;
}

div.up-sell #upsell-product-content div.upsell-product-item p.product-image img
{
  border: 1px solid #CCC;
}


/*****************************************/

div.up-sell #upsell-product-content-horizontal
{
  border: 1px solid #666;
  float: left;
  width: 881px;
  margin: 0;
}

div.up-sell #upsell-product-content-horizontal div.upsell-product-item
{
  width: 165px;
  float: left;
  text-align: center;
  margin: 12px 8px 8px 2px;
}

div.up-sell #upsell-product-content-horizontal div.upsell-product-item h5 a
{
  font-size: 13px;
  text-decoration: underline;
  color: #1E7EC8;
}

div.up-sell #upsell-product-content-horizontal div.upsell-product-item h5
{
  margin-bottom: 4px;
}

div.up-sell #upsell-product-content-horizontal div.price-box
{
  margin: 3px 0;
  padding: 0;
}

div.up-sell #upsell-product-content-horizontal span.price
{
  font-size: 12px;
}

div.up-sell #upsell-product-content-horizontal div.upsell-product-item p.product-image img
{
  border: 1px solid #CCC;
}

/*********************************************/

#product_tabs_short_description_contents
{
  min-height: 160px;
}

#product_tabs_description_contents
{
  min-height: 160px;
}

#product_tabs_reviews_contents
{
  min-height: 160px;
}

#product_tabs_help_contents
{
  min-height: 160px;
}

#needHelpTab dl
{
  float: left;
}

#needHelpTab dd
{
  margin: 0 0 6px 8px;
}

#needHelpTab div.boldChatBlock
{
  position: static;
  float: right;
}

div.dedicated-review-box .reviewTitle
{
  border-bottom: 1px solid #AAA;
  padding: 0;
  font-weight: bold;
}

div.dedicated-review-box .reviewContent
{
  clear: both;
}

div.dedicated-review-box .reviewIdentifier
{
  font-style: italic;
  padding: 0;
  width: 300px;
  float: left;
}

div.dedicated-review-box .rating-stars
{
  padding: 0;
  width: 90px;
  float: right;
  margin-top: 3px;
}

#writeReview
{
  float: right;
  display: block;
  border: 1px solid #1736ef;
  padding: 1px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #1736ef;
}

#writeReview:hover
{
  background: #1736ef;
  color: #FFF;
}

div#notReviewed
{
  font-size: 16px;
  font-style: italic;
  color: #555;
}

div.review-form-element
{
  margin-top: 8px;
  clear: both;
}

input.star
{
  position: relative;
  z-index: 30000;
}

div.ratingLabel
{
  font-weight: bold;
  color: #616161;
}

form.review-form-new div.button-set
{
  border: none;
  margin: 0;
}

form.review-form-new div.button-set button
{
  border: 1px solid #3A622F;
  background: #589346 url(../images/addtocart_bg.gif) repeat-x;
  padding-bottom: 1px;
  float: left;
}

form.review-form-new div.button-set button span
{
  font-size: 20px;
  padding: 4px 10px;
}
.page-head, .page-head-alt
{
    padding: 0 20px 11px;
}
body.review-product-list .page-head, .page-head-alt
{
    padding: 0 0 11px;
}
.page-head-alt
{
    margin-bottom:20px;
    padding: 23px 0 11px;
}
.col-main .page-head, .col-main .page-head-alt
{
    margin:0 0 20px;
}

.col-main
{
    padding: 0 0 20px;
}
.col1-layout .col-main .page-title {
    border: none;
}

#reviewSmallImage
{
    display: inline;
}

div#customer-reviews p
{
  clear: both;
  margin-bottom: 12px;
}

#reviewPageH3
{
  float: right;
  margin: 0 8px 0 15px;
  width: 244px;
  height: 74px;
  font-size: 16px !important;
  line-height: inherit;
}

body.review-product-list
{
  padding: 2px 10px;
}

/****** Send to a Friend ******/
#sendProduct
	{
	clear: both;
	margin-bottom: 10px;
	overflow: auto;
	}
#sendProduct img
	{
	float: left;
	}
#sendProduct p
	{
	float: left;
	width: 550px;
	margin-left: 20px;
	}

ul#sender_options div.right
	{
	float: left;
	margin-left: 20px;
	}

div.product-box-left div.product-img-box img#mainProductImage
{
  margin: 24px 0 10px 0;
}





div#secure-stuff
{
  width : 600px;
  margin : 18px auto;
}
div#secure-stuff div.ssl,
div#secure-stuff div.payment-method,
div#secure-stuff div.bbb
{
  float : left;
  width : 33%; /* if we had more we need to adjust the width */
  text-align : center;
}

div.form-search
{
    float: right;
    margin: 8px 40px 0 0;
}

div#undernav
{
    background: url("../images/search_bar_bg.gif") no-repeat scroll 0 0 transparent;
    width: 950px;
    margin: 0 auto;
    height: 42px;
}

/**************/
/*   FOOTER   */
/**************/
.footer ul.links
{
    display:block;
    width: auto;
    float: none;
}

.footer ul.links li
{
    display:inline;
    padding-left: 4px;
    padding-right: 8px;
    border-right: 1px solid #E9E9E9;
}
.footer ul.links li.last
{
    border: none;
}
.form-subscribe
{
    padding:12px 17px 0 0;
    background: none;
    text-align: center;
}
.form-subscribe label
{
    display: inline;
    margin: 0 0 6px;
    font-size: 13px;

}
form#newsletter-validate-detail .input-box
{
    display: inline;
    margin: 0 5px;
}
form#newsletter-validate-detail .actions
{
    display: inline;
}
.form-subscribe input.input-text
{
    width:177px;
    display: inline;
}
.form-subscribe button.button
{
    margin: 0;
}
.form-subscribe .v-fix
{
    text-align:left;
    padding-right:5px;
    float: none;
    display: inline;
}
.footer-container
{
    text-align:left;
    padding: 8px 0;
    background: none;
    border: none;
    margin: 0;
}
.footer
{
    background: none;
    width: 950px;
    text-align: center;
    border-top: 10px solid #5A5451;
    padding: 10px 0 20px;
}
.footer ul,
.footer ul.links
{
    display:block;
    margin:0;
    padding:0;
}
.footer ul.links li,
.footer ul li
{
    vertical-align:top;
    margin:0 0 5px;
    color: #989898;
    display: inline;
}

.footer ul.links li a
{
    color: #777;
    text-decoration: none;
}

.footer .informational
{
    margin-bottom: 40px;
}

#footer-images
{
    display: inline;
    margin: 10px 0 0 19px;
}
#footer-images img
{
    vertical-align: bottom;
}

.footer .informational a, .footer .informational a:hover
{
  margin: 0 8px;
}

#pay-img
{
    display: inline;
    margin: 32px 0 0 20px;
}

#bbb
{
    display: inline;
}
address.copyright
{
    margin-top: 28px;
    color: #777;
    clear: both;
}

#ssl_link
{
    display: inline;
    width: 120px;
}

/* Clears ================================================================================ */
.clear
{
    clear: both;
}

div.category-title
{
  border: none;
  padding-top: 2px;
  padding-bottom: 0px;
}

div.category-products  span.price
{
  font-size: 18px;
  padding-top: 6px;
}

div.category-products  .price-box
{
  margin-top: 14px;
}

div.category-products
{
  padding-top: 0;
}

div.breadcrumbs
{
  border: none;
  background: none;
  padding-top: 0;
  margin-top: -16px;
}

div.main
{
  background: none;
  border: none;
  padding: 25px 25px 80px;
}

form#search_mini_form
{
  float: right;
}

div.header-container
{
  margin-bottom: 0;
}

div.main div.col-main
{
  padding-top: 6px;
}

h2.product-name
{
  font-size: 14px;
}

div.ratings
{
  margin-top: 16px;
  text-align: center;
}

ul.products-grid li.item
{
  width: 200px;
}

ul.products-grid li.item .product-name
{
  margin-left: 32px;
}

ul.products-grid li.item .price-box
{
  margin-left: 32px;
}

ul.products-grid li.item .actions
{
  margin-left: 32px;
}

ul.products-grid li.item button.button span {
    background: #F18100 none;
    height: auto;
    color: #FFF;
}

ul.products-grid li.item button.button span span {
    background-image: none;
    margin: 1px 5px;
    font-size: 1.1em;
}

div.rating-box
{
  margin-left: 32px;
}

div.toolbar
{
  margin-bottom: 15px;
}
.toolbar .pager
{
    border-width: 1px;
    height: 22px;
}
div.page-title
{
  padding-top: 2px;
  background: none;

}
.main div.page-title
{
      padding: 2px 20px 11px 0;
}
div.col-left
{
  padding-top: 47px;
  margin-left: 0;
}
.sidebar .block-layered-nav
{
    background-color: #CCC;
    border: 1px solid #999;
}
div.results-view
{
  margin: 0;
}

.catalogsearch-result-index div.page-title
{
  padding-top: 2px;
  margin: 0;
}

div.branding
{
  height: auto;
  margin: 0 0 0 30px;
  position: static;
  float: left;
}

.catalog-category-view ul.products-grid
{
  background: url("../images/4widecategory_bg.gif") repeat-y;
}

div.block-subscribe button.button
{
  background: #AAA;
  color: #FFF;
  border: 1px solid #666;
}


div.block-subscribe button.button span
{
  background: none;
}

div.block-subscribe button.button span span
{
  background: none;
}

.product-options label.required
{
  color: #111;
}

.page-popup .page-title, .col-main .page-title
{
  margin: 0;
}

div.product-friend-sender
{
  width: 400px;
  float: left;
  border: 1px solid #999;
  background-color: #EEE;
  padding: 6px 12px;
  margin-bottom: 0;
}

div.product-friend-recipient
{
  width: 400px;
  margin-left: 24px;
  float: left;
  border: 1px solid #999;
  background-color: #EEE;
  padding: 6px 12px;
}

form#product_sendtofriend_form label
{
  text-align: left;
}

form#product_sendtofriend_form input
{
  width: 260px;
}

.fieldset h2.legend
{
  margin: 0 0 4px 0;
  font-weight: bold;
}

button#add_recipient_button
{
  float: right;
}

div.product-friend-recipient h2.legend
{
  width: 120px;
  float: left;
}


form#product_sendtofriend_form div.form-buttons button span,form#product_sendtofriend_form div.form-buttons button span
{
  background-color: green;
  border: 1px solid #999;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
}
form#product_sendtofriend_form div.form-buttons button span span,form#product_sendtofriend_form div.form-buttons button span span
{
  background-color: none;
  border: none;
}
form#product_sendtofriend_form div.buttons-set
{
  width: auto;
  margin-top: 0;
}
form#product_sendtofriend_form p.required
{
  float: left;
  width: auto;
  margin-left: 24px;
}

div.box-up-sell
{
  margin-top: 22px;
  width: 300px;
  background-color: #FAFAFA;
  border: 1px solid #DADADA;
}

div.box-up-sell div.box-title
{
  background: none;
  margin-bottom: 2px;
  border: none;
  padding: 5px 0;
}

div.box-up-sell-horizontal
{
  margin-top: 22px;
}

div.box-up-sell-horizontal div.box-title
{
  background: none;
  border: none;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}



.catalog-category-view  ul.products-grid-two-wide
{
    background: url("../images/2widecategory_bg.gif") repeat-y;
}

ul.products-grid-two-wide li.item
{
  width: 420px;
}

ul.products-grid-two-wide li.item a.product-image
{
  width: 420px;
}

body.review-product-list input,body.review-product-list textarea
{
  width: 347px;
}

body.review-product-list div.page-head
{
  float: left;
  clear: both;
}

form#review-form
{
  float: left;
}

/************  SIDE UPSELL BOX  **************/
#side-upsell-box ul.products-grid li.item .name-box
{
  width: 200px;
  font-size: 1.3em;
  float: left;
  border-bottom: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  margin: 0;
  background-color: #f1f1f1;
  display: block;
  height: 68px;
  padding: 12px 0 0 0;
}
#side-upsell-box ul.products-grid li.item .name-box a:hover
{
  text-decoration: underline;
  background-color: none;
}
#side-upsell-box li
{
  text-align: left;
  margin: 0 0 5px 9px;
  width: 291px;
}

#side-upsell-box li a.product-image
{
  float: left;
  width: auto;
}

#side-upsell-box li a img
{
  margin-left: 0;
  border: 1px solid #DADADA;
}

#side-upsell-box li h3
{
  margin: 0 0 0 14px;
  font-size: 1.1em;
}

#side-upsell-box div.name-box div.ratings
{
  margin: 9px 0 0 14px;
}

#side-upsell-box div.name-box div.ratings div.rating-box
{
  margin: 0 8px 0 0;
  float: left;
}

#side-upsell-box div.name-box div.ratings p.rating-links
{
  float: left;
  clear: none;
  padding: 0;
}

#side-upsell-box ul.products-grid li.item .product-name a
{

color: #3D444A;
text-decoration: none;
}

.product-box-left .products-grid
{
margin: 0 0 5px;
}




.box-collateral .box-title h2
{
margin-left: 16px;
color: #3D444A;
font-size: 16px;
}


.box-collateral .box-title
{
padding: 5px 0;
}

.products-grid .product-image
{
margin: 0;
}

#openComment
{
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-left: 2px;
}

#ocomDT
{
  height: 1px;
  margin: 0;
  padding: 0;
}

#ocomDD
{
  margin: 0;
  padding: 1px;
  padding-bottom: 5px;
}


.block-subscribe .validation-advice
{
  background-image : none;
}
#block-subscribe-error
{
  color : #c00;
}

.approxWidth
{
  font-style:italic;
  font-size:10px;
  line-height:1em;
  margin: 0;
  margin-top: 6px;
  width: 382px;
  float: left;
  color:#C30;
  clear: left;
}

.more-info
{
  font-size: x-small;
  font-style: italic;
  margin-left: 10px;
  text-decoration: none;
}

.noAddImages
{
  color: #666;
  font-size: 11px;
  font-style: italic;
  display: block;
  margin-top: 8px;
}

dl.FAQ
{
  margin-top: 22px;
}

#business-hours {
    margin:10px 0px;
    padding:5px;
    width:70%;
    border:1px dashed #AA1D1D;
}


#hours_operation {
    font-size:18px;
    color:#281d08;
}
#hours_operation span {
    color:#aa1d1d;
}

div.vcard .type
{
  font-weight : bold;
}
div.adr
{
  margin : 15px 0;
}

ul.product-pricing
{
  float: left;
  clear: left;
  background: none;
  border: none;
  margin: 2px 0 6px 19px;
  color: #A61500;
  padding: 0;
  width: 250px;
}

form#product_sendtofriend_form button.button span
{
  background-image: none;
}

form#product_sendtofriend_form button.button span span
{
  background-image: none;
}




/*********************************************/
/*   Mega Menu Styles                        */
/*********************************************/

ul.megamenu {
	margin: 0;
  padding: 0;
	float:left;
	width: 951px;
  background-color: #DDD;
  border: 1px solid #333;
  border-left: none;
	list-style: none;
	font-size: 1.1em;
}
ul.megamenu li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul.megamenu li a.top-level {
	float: left;
	height: 26px;
  padding: 6px 11px 0 11px;
  border-left: 1px solid #333;
  text-decoration: none;
  font-weight: bold;
}
ul.megamenu li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul.megamenu li .sub {
	position: absolute; /*--Important--*/
	top: 36px;
  left: 0;
	z-index: 99999;
	background-color: #222; /*--Background gradient--*/
	padding: 20px 20px 20px;
  max-width: 690px;
  max-height: 360px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}

ul.megamenu a.viewMore
{
  font-size: 80%;
  color: #BBB;
  padding-left: 7px;
  float: right;
}

ul.megamenu a.viewMore.mainfooter
{
  float: right;
  display: block;
  clear: both;
  width: 100%;
  text-align: right;
}

ul.megamenu li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul.megamenu li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
  width: 170px;
	float: left;
}
ul.megamenu .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
  font-size: 90%;
}
ul.megamenu .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul.megamenu .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #7171F9;
  font-weight: bold;
  font-size: 13px;
}
ul.megamenu .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 3px 5px 3px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul.megamenu .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}

div.megacolumn
{
  float: left;
  border: 1px solid red;
  width: 190px;
}

/*
  SUPREME!!!
*/
ul.megamenu.supreme
{
}
ul.megamenu.supreme li div.sub
{
  width : 768px;
  padding : 0;
}
ul.megamenu.supreme li div.sub div.subList
{
  float : left;
  width : 220px;
}
ul.megamenu.supreme li div.sub div.subList ul
{
  width : 100%;
}
ul.megamenu.supreme li div.sub div.subList ul li a
{
  padding : 4px 0px 4px 8px;
}
ul.megamenu.supreme li div.sub div.subContent
{
  float : left;
  width : 500px;
  height : 100%;
  background-color : #fff;
  display : block;
}
ul.megamenu.supreme li div.sub div.subContent div.subContentInfo
{
  display : none;
}
ul.megamenu.supreme li div.sub div.subContent div.subContentInfo div.info
{
  float : left;
  width : 113px;
  margin-left : 8px;
}
ul.megamenu.supreme li div.sub div.subContent div.subContentInfo div.info a
{
  display : block;
  width : 113px;
  height : 90px;
  overflow : hidden;
}
ul.megamenu.supreme li div.sub div.subContent div.subContentInfo div.info a img
{
  /* these are the thumbnails, the width/height 100% should be ok */
  /* the width/height of 100% will be remove via js when we load the images anyways :P */
  display : block;
  width : 100%;
  height : 100%;
  background : url(../images/ajax-loader.gif) no-repeat center center;
  border : none;
}


.nodisplay
{
  display : none;
}

div.video_container
{
	margin-top: 12px;
	border: 1px solid #DADADA;
	width: 300px;
	line-height: 1.1;
}

div.video_container div.otherVideos
{
  display: none;
  margin: 0;
  padding: 0;
}

div.video_container a#viewMore
{
  clear: both;
  text-decoration: none;
  font-style: italic;
  font-size: 90%;
  float: right;
  margin: 8px 10px;
}

div.video_container h3
{
	border-bottom: 1px solid #CCC;
	margin: 6px 12px;
  padding-bottom: 2px;
}

div.video_container div.video
{
	margin: 7px 12px;
	margin-top: 0;
	float: left;
	border-top: 1px solid #EEE;
	padding-top: 7px;
  width: 275px;
}

div.video_container div.video.first
{
	margin: 0 12px 7px 12px;
	border: none;
  padding-top: 3px;
}

div.video_container div.video h4.title
{
	margin-left: 8px;
	margin-bottom: 5px;
	float: left;
	width: 138px;
}

div.video_container div.video a.title
{
	text-decoration: none;
	cursor: pointer;
}

div.video_container div.video a.title:hover
{
	text-decoration: underline;
}

div.video_container div.video p.desc
{
	margin-left: 8px;
	font-size: 90%;
	float: left;
	width: 138px;
}

div.video_container a.vthumb
{
	display: block;
	position: relative;
	float: left;
	border: 3px solid #BDBDBD;
	width: 120px;
	height: 67px;
}

div.video_container a.vthumb:hover
{
	border: 3px solid #838383;
}

div.video_container a.vthumb img.overPlay
{
	position: absolute;
	left: 41px;
	top: 14px;
}

.cms_photo_right {
    float: right;
    margin-left: 10px;
}

/* Shipping Page */
body.cms-shipping-html ul.shippingTimes
{
  list-style: none;
  padding-left: 5px;
}


body.cms-shipping-html ul.shippingItems li
{
  margin-bottom: 6px;
}

table.shipping-rate-table
{
  width: 800px;
  font-size: 12px;
}

table.shipping-rate-table th
{
  text-align: center;
  white-space: nowrap;
}

table.shipping-rate-table td
{
  text-align: center;
  white-space: nowrap;
}

ol.bigList
{
  font-size: 30px;
  font-weight: bold;
}

ol.bigList li p
{
  font-size: 12px;
}
