/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web,please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
* @licensehttp://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
/* Layout ================================================================================= */
p{line-height:130%;}
.wrapper{}
.page{width:1000px;margin:0 auto;padding:10px 0;text-align:left;}
.page-print{padding:20px;text-align:left;}
.page-popup{padding:20px;text-align:left;}
.main{padding:0 0 10px;}
/* Base Columns */ 
.col-left{float:left;width:170px;}
.col-main{float:left;width:736px;padding:5px;}
.col-right{float:left;width:175px;padding:0;margin-top:50px;}
/* 1 Column Layout */
.col1-layout .col-main{float:none;width:auto;}
/* 2 Columns Layout */
.col2-left-layout .col-main{float:right;}
.col2-right-layout .col-main{width:560px;float:left;margin-left:10px;}
/* 3 Columns Layout */
.col3-layout .col-main{width:484px;margin-left:10px;}
/* Content Columns */
.col2-set .col-1{float:left;width:49%;}
.col2-set .col-2{float:right;width:49%;}
.col2-set .narrow{width:33%;}
.col2-set .wide{width:65%;}
.col3-set .col-1{float:left;width:32%;}
.col3-set .col-2{float:left;width:32%;margin-left:2%;}
.col3-set .col-3{float:right;width:32%;}
.col4-set .col-1{float:left;width:23.5%;}
.col4-set .col-2{float:left;width:23.5%;margin:0 2%;}
.col4-set .col-3{float:left;width:23.5%;}
.col4-set .col-4{float:right;width:23.5%;}
/* ======================================================================================= */
.block-title h2{font-size:14px !important;}
.block-content{font-size:12px;border:1px dashed #A08B53;border-top:none;}
h4{border-bottom:1px dashed #c7b88f;}
/* Header ================================================================================ */
.header-container{}
.header{padding:0 0 15px 15px;}
.header .welcome-msg{font-weight:bold;text-align:right;}
.header .links{float:right;margin:5px 10px 0 0 ;}
.header .links li{display:inline;}
.header .links li a{font-size:12px;padding:0 8px 0 4px;border-right:#5C5043 1px solid;}
.header .links li.last a{border:none;}
.header .form-search{text-align:center;}
.header .form-language{text-align:center;}
.header #sub_nav{position:absolute;z-index:0;}
#logo{float:left;width:200px;height:63px;background-position:0 0;background-repeat:no-repeat;text-indent:-999em;overflow:hidden;cursor:pointer;}
#store_page h2{font-size:24px;font-weight:bold;}
/********** < Navigation */
#subnav .level0{float:left;}
/* All Levels */
#sub_nav li{position:relative;text-align:left;}
#sub_nav li.over{z-index:4;}
#sub_nav a,
#sub_nav a:hover{display:block;line-height:1.3em;text-decoration:none;}
#sub_nav span{display:block;cursor:pointer;white-space:nowrap;}
#sub_nav li ul span{white-space:normal;}
#sub_nav li li.parent{}
/* 0 Level */
#sub_nav li{float:left;padding:5px 12px 6px 8px;}
#sub_nav li.active a{color:#2a2824;}
#sub_nav a{}
#sub_nav li.over a,
#sub_nav a:hover{color:#2a2824;}
/* 1st Level */
#sub_nav ul li,
#sub_nav ul li.active{float:none;margin:0;padding-bottom:1px;background:#ddd;}
#sub_nav ul li.over{}
#sub_nav ul li.last{background:#656461;padding-bottom:0;}
#sub_nav ul a,
#sub_nav ul a:hover{float:none;padding:0;background:none;}
#sub_nav ul li a{font-weight:normal !important;}
*/
/* 2nd leven */
#sub_nav ul{position:absolute;width:15em;top:25px;left:-10000px;border:1px solid #ddd;}
*/
/* 3rd+ Level */
#sub_nav ul ul{top:5px;}
/* Show Menu */
#sub_nav li.over > ul{left:0;}
#sub_nav li.over > ul li.over > ul{left:100px;}
#sub_nav li.over ul ul{left:-10000px;}
#sub_nav ul li a{background:#f6f6f6;color:#898885;}
#sub_nav ul li a:hover{background:#ccc;color:#fff !important;}
#sub_nav ul span,
#sub_nav ul li.last li span{padding:3px 15px 4px 15px;}
/********** Navigation > */
#sub_nav .nav-sauces a,
#sub_nav .nav-sauces.html a{background:url('../images/layout/subnav_sauces.gif') no-repeat;display:block;height:34px;text-indent:-9999px;width:73px;}
#sub_nav .nav-apparel a,
#sub_nav .nav-apparel.html a{background:url('../images/layout/subnav_apparel.gif') no-repeat;display:block;height:32px;text-indent:-9999px;width:82px;}
/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
textarea{font-size:12px !important;color:#000 !important;}
input,select,textarea,button{font-size:12px Arial,Helvetica,sans-serif;vertical-align:middle;}
input.input-text,select,textarea{border:1px solid #888;}
input.input-text:focus,select:focus,textarea:focus{}
input.input-text,textarea{padding:2px;}
input.radio{margin-right:3px;width:auto !important;}
input.checkbox{margin-right:3px;}
input.qty{width:2.5em;}
textarea{overflow:auto;}
button.button{overflow:visible;color:#FFF;width:auto;background:#da5e19;border:none;cursor:pointer;margin:0 2px;}
button.button span{display:block;margin:0;padding:2px 8px 1px;font:bold 12px/16px Arial,Helvetica,sans-serif;text-align:center;white-space:nowrap;color:#FFF;}
button.disabled{}
button.disabled span{}
/* Input & Textarea stretched for 100% */
.field-100{border:1px solid #888;padding:2px;overflow:hidden;}
.field-100 input.input-text,
.field-100 textarea{float:left;width:100%;margin:0;padding:0;border:0;}
/* Form Highlight */
.highlight{}
.cart-collaterals .col-1{display:block;float:none;margin:0;padding:0;}
.discount h3{text-align:left !important;margin:0 !important;float:none !important;padding:none !important;}
/* Form lists */
.form-list li{margin:0 0 5px;}
.form-list li .input-box{}
.form-list li input.input-text,
.form-list li textarea{width:250px;}
.form-list li select{width:256px;}
.form-list li.add-row{border-top:1px solid #ddd;margin-top:10px;}
.form-list label{}
.group-select{}
.group-select label{}
.group-select .legend{}
.group-select li{margin:0 0 5px;}
.group-select li .input-box{float:left;width:260px;}
.group-select li input.input-text,
.group-select li textarea{width:410px;}
.group-select li select{width:416px;}
.group-select li .input-box input.input-text,
.group-select li .input-box textarea{width:250px;}
.group-select li .input-box select{width:256px;}
.group-select.wide input.input-text,
.group-select.wide textarea{width:410px;}
.buttons-set{clear:both;margin:5px 0 0;padding:5px;border:0 !important;font-size:12px;text-align:right;}
.ratings{border-bottom:none !important;}
.big_button,
.rating-links{background:#e8dbb5 none repeat scroll 0 0;border:1px dashed #A08B53;display:block;padding:5px 10px;}
.buttons-set .back-link{float:left;}
.buttons-set .button{float:right;}
.buttons-set2{clear:both;margin:5px 0 0;padding:5px;border:1px solid #ddd;text-align:right;}
/* Form Validation */
.validation-advice{clear:both;min-height:13px;margin:3px 0 0;padding-left:17px;font-size:10px;line-height:13px;background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat;color:#f00;border:none !important;}
.validation-failed{border:1px dashed #f00 !important;background:#faebe7 !important;}
.validation-passed{}
.required{color:#f00;}
p.required{font-size:10px;text-align:right;padding-bottom:0px !important;}
/* Expiration date and cvv number validation fix */
.v-fix{float:left;}
.v-fix .validation-advice{float:left;width:12em;margin-right:-12em;display:inline;position:relative;}
#checkoutSteps .buttons-set{margin:0;padding:0;}
/* Global Messages */
/*.success{color:#3d6611;font-weight:bold;}
.error{color:#f00;font-weight:bold;}
.notice{color:#ccc;}
.messages{width:100%;overflow:hidden;}
.messages li{margin:0 0 10px;font-size:14px;}
.messages li li{margin:0 0 3px;}
.error-msg,
.success-msg,
.note-msg,
.notice-msg{border-style:solid !important;border-width:1px !important;background-position:10px 10px !important;background-repeat:no-repeat !important;min-height:24px !important;padding:8px 8px 8px 32px !important;font-size:10px !important;font-weight:bold !important;}
.error-msg{border-color:#f16048;background-color:#faebe7;background-image:url(../images/error_msg_icon.gif);color:#df280a;}
.success-msg{border-color:#446423;background-color:#eff5ea;background-image:url(../images/success_msg_icon.gif);color:#3d6611;}
.note-msg,
.notice-msg{border-color:#fcd344;background-color:#fafaec;background-image:url(../images/note_msg_icon.gif);color:#3d6611;}
*/
/********************** Messages */
.success{font-size:16px;}
.error{}
.notice{}
.success,.error{font-weight:bold;}
.messages{width:100%;overflow:hidden;list-style-type:none;clear:both;}
.messages li{background:#E2DCCF;font-size:14px;}
.error-msg,.success-msg,.notice-msg,.note-msg{min-height:23px !important;margin-bottom:1em !important;background-repeat:no-repeat !important;background-position:10px 10px !important;padding:8px 8px 8px 32px !important;font-size:.95em !important;font-weight:bold !important;}
.error-msg li,.success-msg li,.notice-msg li{margin-bottom:0;}
.error-msg{background-image:url(../images/error_msg_icon.png) !important;border:1px dashed #C80019;}
.success-msg{border:1px dashed #1B9127;background-image:url(../images/success_msg_icon.png) !important;}
.notice-msg,.note-msg{border:1px dashed #C80019;background-image:url(../images/note_msg_icon.png) !important;}
/* BreadCrumbs */ 
.breadcrumbs{padding:10px;margin:0 0 10px;}
.breadcrumbs li{display:inline;}
/* Page Heading */
.page-title{padding:0 0 5px;margin:0 0 10px;}
.title-buttons{text-align:right;}
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6{float:left;}
/* Pager */ 
.pager{padding:2px 5px;margin:0 0 10px;text-align:center;border:1px dashed #A08B53;background:url('../images/layout/gradient_bar.jpg') repeat-x;}
.pager .amount{float:left;}
.pager p{padding:4px;}
.pager .limiter{float:right;font-size:12px;}
.pager .pages{margin:1px 0 0 0;text-align:right;font-size:12px;}
.pager .pages ol{display:block;float:right;font-size:16px;line-height:25px;}
.pager .pages li{display:block;float:left;height:22px;width:20px;background:#D74C00;margin:0 2px;text-align:center;}
.pager .pages li a,.pager .pages .current{padding:0px 5px 2px;color:#fff;}
.pager .pages .current{color:#E8DBB5;}
.pages .arrow a{}
.pages .arrow a img{vertical-align:center;padding-top:0px !important;margin-top:-1px;}
/* Sorter */ 
.sorter{padding:5px;margin:5px 0;}
.sorter .view-mode{float:left;}
.sorter .sort-by{float:right;}
.sorter .link-feed{}
/* Data Table */ 
.data-table{width:100%;background:#E8DBB5 none repeat scroll 0 0;border:1px dashed #A08B53;margin-bottom:10px;}
.data-table th{padding:1px 5px;border:1px dashed #A08B53;white-space:nowrap;font-size:12px;background:transparent url(../images/layout/gradient_bar.jpg) repeat-x scroll 0 0;}
.data-table td{padding:5px;border:1px dashed #A08B53;font-size:12px;line-height:130%;}
.data-table thead{background-color:#f2f2f2;}
.data-table tbody{}
.data-table tfoot{}
.data-table tr.first{}
.data-table tr.last{}
.data-table tr.odd{}
.data-table tr.even{background-color:#EDDEAF;}
.data-table tbody.odd{}
.data-table tbody.odd td{border-width:0 1px;}
.data-table tbody.even{background-color:#f6f6f6;}
.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 .product-name{font-size:1em;font-weight:bold;line-height:1.5;border:none;}
.data-table td.label,
.data-table th.label{font-weight:bold;}
.data-table td.value{}
#checkout_total th{background:none;}
/* Tax Details Row */
tr.tax-total{cursor:pointer;}
tr.tax-total td{}
tr.tax-total .tax-collapse{float:right;text-align:right;padding-left:20px;background:url(../images/bg_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:#f6f6f6;}
tr.tax-details-first td{}
/* Lists Decoration */
li.odd{}
/*li.even{background-color:#f6f6f6;}
*/
dt.odd,
dd.odd{}
dt.even,
dd.even{background-color:#f6f6f6;}
/* Class:std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote{margin:0 0 1em;padding:0;}
.std ul{list-style:disc outside;padding-left:1.5em;}
.std ol{list-style:decimal outside;padding-left:1.5em;}
.std ul ul{list-style-type:circle;}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul{margin:.5em 0;}
.std dt{font-weight:bold;}
.std dd{padding:0 0 0 1.5em;}
.std blockquote{font-style:italic;padding:0 0 0 1.5em;}
address{font-style:normal;line-height:130%;margin-bottom:30px;}
.std b,
.std strong{font-weight:bold;}
.std i,
address{font-size:12px;}
.std em{font-style:italic;}
#address_list h3{padding-bottom:20px;}
#address_list h4{margin-right:20px;margin-bottom:3px;}
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.sidebar .block{margin:0 0 10px;}
.sidebar .block .block-title{border-bottom:1px solid #ddd;padding:0 10px;background:transparent url(../images/layout/gradient_bar.jpg) repeat-x scroll 0 0;border:1px dashed #A08B53;margin:0;padding:1px 5px;text-align:center;}
.sidebar .block .block-title h2{font-size:16px;font-weight:bold;line-height:1.5;}
.sidebar .block h3{font-size:14px;line-height:1.5;}
.sidebar .block .block-content{padding:10px;background:#E8DBB5;font-size:100%;}
.sidebar .block .actions{text-align:right;}
.sidebar .block .actions a{float:left;}
/* Block:Account */
.sidebar .block-account{}
/* Block:Currency Switcher */
.sidebar .block-currency{}
.sidebar .block-currency select{width:100%;border:1px solid #888;}
/* Block:Layered Navigation */
.sidebar .block-layered-nav{}
.sidebar .block-layered-nav dt{font-weight:bold;}
.sidebar .block-layered-nav .currently{}
/* Block:Cart */
.sidebar .block-cart{}
.sidebar .block-cart .amount{}
.sidebar .block-cart .subtotal{text-align:center;}
.sidebar .mini-products-list li{padding:5px 0;}
.sidebar .mini-products-list .product-image{float:left;width:50px;padding:5px;border:1px solid #ddd;margin-right:-75px;}
.sidebar .mini-products-list .product-details{margin-left:75px;}
.sidebar .mini-products-list .product-details h4{font-size:1em;font-weight:bold;margin:0;}
.sidebar .mini-products-list .product-details .btn-remove{float:right;}
.item-options{font-size:12px;}
/* Block:Wishlist */
.sidebar .block-wishlist{}
/* Block:Related */
.sidebar .block-related{}
.sidebar .block-related li{padding:5px 0;}
.sidebar .block-related .checkbox{float:left;margin-right:-20px;}
.sidebar .block-related .item{margin-left:20px;}
.sidebar .block-related .item .product-image{float:left;margin-right:-65px;}
.sidebar .block-related .item .product-details{margin-left:65px;}
/* Block:Compare Products */
.sidebar .block-compare{}
.sidebar .block-compare li{padding:5px 0;}
/* Block:Viewed */
.sidebar .block-recent{}
/* Block:Poll */
.sidebar .block-poll{}
.sidebar .block-poll .radio{float:left;margin:3px -18px 0 0;}
.sidebar .block-poll .label{display:block;margin-left:18px;}
.sidebar .block-poll .answer{}
.sidebar .block-poll .votes{font-weight:bold;}
/* Block:Tags */
.sidebar .block-tags ul,
.sidebar .block-tags li{display:inline;}
/* Block:Subscribe */
.sidebar .block-subscribe input{width:140px;}
.sidebar .block-subscribe label{font-size:12px;}
/* Block:Reorder */
.sidebar .block-reorder{}
.sidebar .block-reorder li{padding:5px 0;}
.sidebar .block-reorder .checkbox{float:left;margin:3px -20px 0 0;}
.sidebar .block-reorder .label{display:block;margin-left:20px;}
/* Block:Banner */
.sidebar .block-banner{}
.sidebar .block-banner{}
.sidebar .block-banner .block-content{text-align:center;}
/* Block:Checkout Progress */
.sidebar .block-progress{}
.sidebar .block-progress dt{font-weight:bold;}
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete{background-color:#f6f6f6;}
/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title{margin:0 0 10px;}
.category-image{display:block;margin:0 auto;}
.category-products{}
/* View Type:Grid */
.products-grid{width:100%;}
.products-grid td{width:33%;padding:20px 10px 20px 55px;}
.products-grid td.empty{}
.products-grid tr{border-bottom:1px dashed #A08B53;}
.products-grid tr.last{border:none;}
/* View Type:List */
.products-list{padding-top:10px;}
.products-list .item{padding:5px;margin:0 0 30px 30px;}
.products-list .product-image{float:left;margin-right:20px;}
.products-list .product-shop{float:left;width:520px;}
.products-list .add_button{padding-bottom:5px;}
.products-list .description{padding-bottom:5px;}
.products-grid .product-name a{font-size:14px;}
/* ======================================================================================= */
/* Product View ========================================================================== */
.product-view{margin-top:20px;padding:0 20px;}
.product-essential{}
.product-collateral{margin-top:20px;}
/* Product Images */
.product-view .product-img-box{float:left;width:267px;margin-right:20px;}
.product-view .product-img-box .product-image{}
.product-view .product-img-box .product-image-zoom{position:relative;width:265px;height:265px;overflow:hidden;z-index:4;}
.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{width:207px;position:relative;z-index:4;height:18px;margin:0px;padding:10px 28px;background:url(../images/slider_bg.gif) 50% 50% no-repeat;cursor:pointer;border-top:none;}
.product-view .product-img-box .zoom #track{position:relative;height:18px;}
.product-view .product-img-box .zoom #handle{position:absolute;left:0;top:-1px;width:9px;height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat;}
.product-view .product-img-box .zoom .btn-zoom-out{position:absolute;left:2px;top:25%;}
.product-view .product-img-box .zoom .btn-zoom-in{position:absolute;right:2px;top:25%;}
.product-view .product-img-box .more-views ul{margin-left:-4px}
.product-view .product-img-box .more-views li{float:left;padding:1px;background-color:#ddd;margin:0 0 8px 4px ;}
.product-image-popup{margin:0 auto;}
.product-image-popup .nav{text-align:center;}
.product-image-popup .image{display:block;}
.product-image-popup .image-label{}
/* Product Shop */
.product-view .product-shop{float:left;width:425px;}
.product-view .product-name{border:none !important;}
.product-view .short-description{}
.product-view .product-shop div{border-bottom:#A08B53 1px dashed;margin-bottom:10px;}
.product-options-bottom{background:#e8dbb5 none repeat scroll 0 0;border:1px dashed #A08B53;display:block;padding:10px 10px 0;}
/* Rating */
.ratings a{font-size:12px;}
.ratings .amount{}
.ratings .rating-links{}
.ratings dt{}
.ratings dd{}
.rating-box{width:71px;height:13px;font-size:0;line-height:0;background:url(../images/bg_rating.png) 0 0 repeat-x;position:relative;overflow:hidden;border-bottom:0 !important;}
.rating-box .rating{position:absolute;top:0;left:0;height:13px;background:url(../images/bg_rating.png) 0 100% repeat-x;}
.ratings-list{margin-bottom:10px;}
.ratings-list .rating-box{margin:5px 0 0 5px !important;}
.ratings-list .rating-box div{margin-bottom:0;}
.ratings-list{font-size:12px;}
/* Availability */
.availability{}
.availability .in-stock{font-weight:bold;}
.availability .out-of-stock{font-weight:bold;color:#f00;}
/********** < Product Prices */
.price{white-space:nowrap !important;}
.price-box{font-size:24px;padding:5px 0}
.product-view .price-box{font-size:28px;padding:2px 0 5px;}
.price-box .price{font-weight:bold;color:#4A3723;}
.price-box-bundle{}
/* Regular price */
.regular-price{}
.regular-price .price{font-weight:bold;}
/* Old price */
.old-price{}
.old-price .price-label{white-space:nowrap;}
.old-price .price{font-weight:bold;text-decoration:line-through;}
/* Special price */
.special-price{}
.special-price .price-label{font-weight:bold;white-space:nowrap;}
.special-price .price{font-weight:bold;}
/* Minimal price (as low as) */
.minimal-price{}
.minimal-price .price-label{font-weight:bold;white-space:nowrap;}
a.minimal-price-link{display:block;}
a.minimal-price-link .label{}
a.minimal-price-link .price{font-weight:normal;}
/* 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{font-weight:bold;white-space:nowrap;}
.price-to{}
.price-to .price-label{font-weight:bold;white-space:nowrap;}
/* Price as configured */
.price-as-configured{}
.price-as-configured .price-label{font-weight:bold;white-space:nowrap;}
/* 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 .separator{display:none;}
/* Add to Cart */
.add-to-cart label{float:left;margin-right:5px;}
.add-to-cart .qty{float:left;}
.add-to-cart .button{float:left;margin-left:5px;margin-bottom:10px;background:url('../images/layout/btn_add_to_cart.png') no-repeat;text-indent:-9999px;width:109px;height:30px;border:0px;}
/* Add to Links + Add to Cart */
.add-to-box{}
.add-to-box .add-to-cart{float:left;}
.add-to-box .or{float:left;margin:0 10px;}
.add-to-box .add-to-links{float:left;}
/* Product Options */
.product-options{padding:10px 40px;margin:10px 0 0;}
.product-options dt label{font-weight:bold;}
.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:0;}
.product-options dl.last dd.last{}
.product-options dd input.input-text{width:98%;}
.product-options dd textarea{width:98%;height:8em;}
.product-options dd select{width:100%;}
.product-options dd .multiselect option{}
.product-options .options-list{}
.product-options .options-list input.radio{float:left;margin:3px -18px 0 0;}
.product-options .options-list input.checkbox{float:left;margin:3px -20px 0 0;}
.product-options .options-list .label{display:block;margin-left:20px;}
.product-options ul.validation-failed{padding:0 7px;}
.product-options p.required{padding:0;}
.product-options-bottom .price-box{margin:10px 0;}
/* Grouped Product */
.grouped-items{}
/* Block:Description */
.product-view .description{background:#e8dbb5 none repeat scroll 0 0;border:1px dashed #A08B53;padding:10px 20px 0;}
/* Block:Additional */
.product-view .additional{}
/* Block:Upsell */
.product-view .up-sell{}
.product-view .up-sell .products-grid td{width:25%;}
/* Block:Tags */
.product-view .tags{}
.product-view .tags .form-add-tags label{float:left;}
.product-view .tags .form-add-tags .input-box{float:left;margin:0 5px;}
.product-view .tags .form-add-tags .button{float:left;}
.product-view .tags .form-add-tags p{clear:both;}
/* Block:Reviews */
#review-form fieldset{padding:20px;background:#e8dbb5;border:1px dashed #A08B53;}
.product-view .reviews{}
.first_review a{display:block;border:1px dashed #A08B53;background:#e7e5c8;padding:2px 10px;}
.first_review{padding-bottom:5px;}
#customer-reviews dl{padding:10px 50px;}
#customer-reviews dd{border-bottom:1px dashed #A08B53;margin-bottom:10px;}
#review_field{height:150px;width:600px;}
/* Block:Add Review */
.product-view .add-review{}
.product-view .add-review .product-name span{font-weight:normal;}
/* ======================================================================================= */
/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li{display:inline;}
/* Advanced Search */
.search-summary{}
/* ======================================================================================= */
/* Product Review ======================================================================== */
.product-review{}
.product-review .product-img-box{float:left;width:140px;}
.product-review .product-img-box .product-image{display:block;border:1px solid #ddd;padding:1px;}
.product-review .details{float:right;width:570px;}
/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .checkout-types{float:right;text-align:right;}
.cart .checkout-types button span{font-size:16px;padding:5px;}
/* Shopping Cart Table */
.cart-table .item-msg{font-size:10px;}
/* Shopping Cart Collateral boxes */
.cart form{margin-bottom:20px;display:block;}
.cart .cart-collaterals{float:left;width:255px;border:1px dashed #A08B53;background:#E8DBB5;padding:10px 20px;}
.cart .crosssell .product-image{float:left;margin-right:-90px;}
.cart .crosssell .product-shop{margin-left:90px;}
.cart .shipping{}
#discount-coupon-form label{font-size:12px;}
.cart .cart-collaterals .col-2{float:none;width:auto;}
/* Shopping Cart Totals */
.cart .totals{float:right;background:#E8DBB5 none repeat scroll 0 0;margin-left:10px ;width:400px;border:1px dashed #A08B53;padding:10px 20px;}
.cart .totals table{width:100%;}
.cart .totals table th,
.cart .totals table td{padding:5px;}
.cart .totals table th{font-weight:bold;}
/* Options Tool Tip */
.item-options dt{font-weight:bold;font-style:italic;}
.item-options dd{padding-left:10px;}
.truncated{cursor:help;}
.truncated a.dots{cursor:help;}
.truncated a.details{cursor:help;}
.truncated .truncated_full_value{position:relative;z-index:4;}
.truncated .truncated_full_value dl{position:absolute;top:-99999em;z-index:4;width:250px;padding:8px;border:1px solid #ddd;background-color:#f6f6f6;}
.truncated .show dl{top:-20px;left:50%;}
.col-left .truncated .show dl{left:30px;top:7px;}
.col-right .truncated .show dl{left:-240px;top:7px;}
/* ======================================================================================= */
/* Checkout ============================================================================== */
/* One Page */
.one-page-checkout{position:relative;}
.one-page-checkout li.section{border:1px dashed #A08B53;background:#E8DBB5;border-bottom:none;}
.one-page-checkout .step-title{padding:2px 5px;text-align:right;padding:5px 10px;}
.one-page-checkout .step-title .number{float:left;margin-right:5px;font-size:14px;margin:0 5px 0 0;padding:0;line-height:120%;}
.one-page-checkout .step-title h3{float:left;font-weight:normal;font-size:14px;margin:0;padding:0;line-height:120%;}
.one-page-checkout .allow .step-title{cursor:pointer;}
#checkout-payment-method-load label{font-size:12px;}
#checkoutSteps li .step ul{width:100%;position:relative;overflow:hidden;}
#checkoutSteps li .step li li{width:100%;position:relative;overflow:hidden;}
.one-page-checkout .step-title{background-color:#ccc;cursor:default;background:transparent url(../images/layout/gradient_bar.jpg) repeat-x scroll 0 0;border-top:1px dashed #A08B53;border-bottom:none;border-top:none;}
.one-page-checkout .active .step-title,
#opc-review .step-title{border:none;border-bottom:1px dashed #A08B53 !important;}
.one-page-checkout .step{padding:10px;position:relative;overflow:hidden;}
.one-page-checkout .order-review{}
/* Multiple Addresses Checkout */
.checkout-progress{padding:0 50px;margin:10px 0;}
.checkout-progress li{float:left;width:20%;border-top:5px solid #ccc;text-align:center;color:#ccc;}
.checkout-progress li.active{border-top-color:#000;color:#000;}
.multiple-checkout{position:relative;}
.multiple-checkout .grand-total{font-size:1.5em;text-align:right;}
.multiple-checkout .grand-total big{}
.multiple-checkout .grand-total .price{}
.block-progress dt{padding:0 5px;border-top:1px dashed #A08B53;background:transparent url(../images/layout/gradient_bar.jpg);}
.block-progress dd{background:#E8DBB5;padding:5px;font-size:11px;line-height:140%;}
#checkout-step-login .col-1,
#checkout-step-login .col-2{width:243px;padding:10px;}
#essayform,
#login-form .col-1,
#login-form .col-2{padding:10px 0;background:#E8DBB5;border:1px dashed #A08B53;}
#essayform{display:block;padding:20px;}
#essay_terms h4{border:none !important;}
#login-form .buttons-set{padding:0 20px;}
#form-validate{display:block;margin:0px 30px;}
#form-validate fieldset{margin-bottom:20px;display:block;background:#E8DBB5;border:1px dashed #A08B53;padding:10px 20px;}
#form-validate .wide{margin-bottom:0px;}
#checkout-step-login input{width:235px;}
#login-form .col-1 .content,#checkout-step-login .col-1 .content,
#login-form .col-2 .content,#checkout-step-login .col-2 .content{padding:0px 20px;}
/********** < Common Checkout Styles */
.shipping-methods{}
.please-wait{float:right;}
.cvv-what-is-this{cursor:help;margin-left:10px;}
/* Tooltip */
.tool-tip{border:1px solid #ddd;background-color:#f6f6f6;padding:5px;position:absolute;left:0;z-index:4;}
.tool-tip .btn-close{text-align:right;}
.tool-tip .tool-tip-content{padding:5px;}
#payment-tool-tip{left:172px !important;top:411px !important;}
/* Gift Messages */
.add-gift-message{}
.gift-message-form{border:1px solid #ddd;background-color:#f5f5f5;}
.gift-message-form .inner-box{padding:5px;height:300px;overflow:auto;}
.gift-message-form .gift-item{}
.gift-message-link{display:block;background:url(../images/bg_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 span{font-weight:bold;}
/* Checkout Agreements */
.checkout-agreements{}
.checkout-agreements li{margin:10px 0;}
.checkout-agreements .agreement-content{border:1px solid #ddd;background-color:#f6f6f6;padding:5px;height:10em;overflow:auto;}
.checkout-agreements .agree{padding:6px;}
/********** Common Checkout Styles > */
/* ======================================================================================= */
/* Login Page ============================================================================ */
.login-page{}
.login-page .content{min-height:150px;}
#login-form p{padding-bottom:10px;}
/* ======================================================================================= */
/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard{}
.dashboard .welcome-msg{}
.dashboard h4{margin-right:20px;}
.dashboard .col-1,
.dashboard .col-2{padding-bottom:20px;}
/* Block:Recent Orders */
.dashboard .recent-orders{margin:10px 0;}
/* Block:Tags */
.dashboard .tags .number{float:left;margin-right:-20px;}
.dashboard .tags .details{margin-left:20px;}
/* Block:Reviews */
.dashboard .reviews{}
/********** Dashboard > */
.product-review .ratings .rating-box{margin-bottom:20px;}
.product-review .ratings{margin-bottom:20px;}
.no_bottom{padding-bottom:0px !important;margin-bottom:0px !important;}
/* Order View */
.order-info{border:1px solid #ddd;padding:5px;}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li{display:inline;}
.order-info dt{font-weight:bold;}
/* Print Pages */
.page-print .print-head{}
.page-print .print-head img{float:left;}
.page-print .print-head address{float:left;margin-left:15px;}
/* 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 .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price{display:inline;}
/*
#my_recent_reviews h4{float:left;clear:right;}
#my_recent_reviews span{float:left;}
*/
.my_recent_reviews{display:block;overflow:hidden;position:relative;width:100%;}
.my_recent_reviews dt{display:block;}
.my_recent_reviews dd{margin-left:20px;}
.my_recent_reviews dt .product-name{margin-left:10px;}
.my_recent_reviews dd p{float:left;padding-bottom:10px;}
.my_recent_reviews .rating-box{display:block !important;float:left;}
.my_recent_reviews .rating{display:block !important;}
/* ======================================================================================= */
/* Footer ================================================================================ */
.footer{padding:10px 0 70px;width:770px;margin:0 auto;}
.footer p{text-align:right;}
.footer .copyright{float:left;font-size:11px;}
.footer address{text-align:right;}
.footer ul{float:right;padding:0 0px 0 0;padding-left:3px;}
.footer ul li{display:inline;}
.footer ul li a{font-size:11px;font-weight:normal !important;display:inline;border-right:1px solid #5c5043;color:#5c5043;padding:0 3px 0 0px;}
.footer .last a{border:none;}
/* ======================================================================================= */
/* STORE */
#content{/* background:transparent url(../images/layout/welcome_bg.png) no-repeat scroll 72px 222px;*/}
#store_page_header{background:url('../images/layout/store_page_header.png') no-repeat top left;height:83px;margin:30px 0 0 68px;padding-top:15px;width:776px;}
.cms-home #store_page_header{margin-left:95px;margin-top:40px;}
#store_page{background:url('../images/layout/content_bg_middle.jpg') 0 30px repeat-y;margin:-58px 0 0 68px;width:756px;padding:40px 10px 40px ;}
.cms-home #store_page{margin-left:95px;width:776px;padding:20px 0 0 0;}
#store_page_footer{background:url('../images/layout/store_page_footer.png') no-repeat bottom left;height:88px;margin:-50px 0 40px 68px;}
.cms-home #store_page_footer{margin-left:95px;}
#hdr_featured_items{background:url('../images/layout/hdr_featured_items.png') no-repeat;display:block;height:66px;text-indent:-99999px;width:282px;}
/* CUSTOM STYLES */
/* Controls featured items on home page */
.home-page-cntr{text-align:left;overflow:hidden;width:776px;margin:15px 20px 0;font-size:11px;}
.home-page-cntr a{text-decoration:none;font-weight:normal;}
.home-page-cntr a:hover{color:#000000;}
.homeContent h3{width:150px;font-size:12px;padding:2px 5px;color:#fff;background-color:#4F3E2E;}
.home-page-item,.home-page-item1{float:left;width:145px;padding:8px 8px 8px 0;margin:5px 45px 10px;line-height:16px;height:250px;}
.add_button{padding-bottom:0px;}
.product-shop button,
.home-page-item button,
.add_button button{background:url(../images/layout/btn_add_to_cart.png) no-repeat;text-indent:-9999px;width:109px;height:30px;border:0px;display:block;}
.product-image img{border:4px solid #593F25;margin-bottom:5px;}
.product-img-box img{border:none;}
.products-list a:hover img{border:4px solid #7d5934;}
.home-page-item button:hover{cursor:pointer;}
.home-page-img{text-align:center;border:4px solid #593f25;width:135px;}
.home-page-img:hover{border:4px solid #7d5934;}
.home-page-txt{padding-bottom:5px;padding-top:10px;}
.home-page-txt a{font-weight:bold;font-size:14px;}
.page-popup{background:transparent url(../images/layout/content_bg_middle.jpg) repeat-y scroll center; overflow: hidden;}
