/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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 ================================================================================= */
.wrapper {width: 1050px; margin:0 auto; background: url(../images/wrapbg.jpg) repeat-y;}
.page { width:1024px; margin:0 auto; padding-bottom:10px; text-align:left; background: #f9f4e3;}
.page-print { background:#fff; padding:20px; text-align:left; width:900px; margin:0 auto;}
.page-popup { padding:20px; text-align:left; }
.main { /*margin:20px 0; */ overflow:hidden;}

/* Base Columns */ 
.col-left { float:left;}
.col-main { float:left; width:720px; min-height:600px;}
.col-right { float:right; width:230px;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; background:#fff url(../images/cmspagebg.jpg) no-repeat; padding:30px; width:965px;}

/* 2 Columns Layout */
.col2-left-layout .col-main {float:right; padding:20px 30px 0 0;}
.col2-left-layout .productsingle {padding:20px 30px 0 0;}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:54%;}
.col2-set .col-2 { float:left; width:34%;}
.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 ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd;}
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button {padding:0 0 0 12px; cursor:pointer; background:#918271; border:1px solid #a79b8d;}
button.button span { float:left; padding:0 12px 0 0; font:12px/21px Georgia, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff;}
button.disabled {}
button.disabled span {}
.form-button {background:#918271; border:1px solid #A79B8D; cursor:pointer; color:#fff; padding:3px 5px; margin:5px 0;}

/* 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 lists */
.form-list li { margin:0 0 5px; }
.form-list label {}
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 15px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; border:1px solid #b2b2b2;}
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px;}
.group-select .input-box input.input-text {/*padding:3px;*/}
.group-select .input-box select { width:256px; }
#contactForm .required {text-align:left;}
#contactForm .contactbutton {text-align:left; background:#918271; border:none; cursor:pointer; padding:3px 5px; color:#fff; border:1px solid #A79B8D; text-transform:uppercase; font-family: Georgia, Arial;}

.buttons-set { clear:both; margin:5px 0 0; padding:5px 0;}
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; 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; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required, .require { color:#989898; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; 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; }

/* BreadCrumbs */ 
.breadcrumbs { /* margin:0 0 10px; */ background:url(../images/breadbg.jpg) repeat-x; height:26px; padding:10px 45px 0 45px;}
.breadcrumbs li { display:inline; font-size:11px;}
.breadcrumbs ul li strong {color:#ff2c5c;}
.breadcrumbs ul li a, .breadcrumbs ul li a:visited {text-decoration:none; color:#3e3e3e; }
.breadcrumbs ul li a:hover {text-decoration:underline;}

/* Page Heading */
.page-title h2 {padding:0 0 5px; margin:0 0 10px; font:25px Georgia, Arial; color:#54473e;}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager {margin-bottom:15px; text-align:center; }
.pager label {color:#9d807e; font-weight:bold;}
.pager .amount { float:left; }
.pager .limiter { float:left; padding-left: 10px;}
.pager .pages { float:right;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.pager .sort-by { float:left; padding-right:50px;}
.pager .link-feed {}

/* Data Table */ 
.data-table { width:100%; color:#2f2f2f;}
.data-table a, .data-table a:visited {color:#97856c; text-decoration:none;}
.data-table th { padding:5px; font-weight:bold;}
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background:transparent; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {background:#f1eddf;}
.data-table tr.even { background:#f8f6ee; }
.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.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

.banktransfer, .banktransfer p {margin:20px 0;}
.banktransfer strong {font-weight:bold;}

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

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

/* 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 h2 {margin-bottom:15px;}
.std h3 {color:#6a5d42; font:24px Georgia, Arial; font-weight: normal; margin-bottom:20px;}
.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 ul li {line-height:180%;}
.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; margin:10px 0;}
.std dd { }
.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; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

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

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


/* Header ================================================================================ */
.logo { float:left; width:362px; height:97px; overflow:hidden; margin:10px 0 0 10px;} 
.header-container {}
.header { padding:10px; background: url(../images/headerbg.jpg) no-repeat; overflow:hidden;}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:362px; height:97px;}
.header .headright {float:right; padding:5px 20px 0 0;}
.header .welcome-msg {text-align:right; color:#535147; text-transform:uppercase; font-size:11px; margin-bottom:10px;}
.header .links {text-align:right; padding-bottom: 5px;}
.header .links li {display:inline;}
.header .links li .top-link-cart {background:url(../images/bag.png) no-repeat; padding:5px 0 5px 30px;text-transform:uppercase;}
.header .links li a, .header .links li a:visited {color:#6e614f; text-decoration:none;}
.header .links li a:hover {color:#eb4e77; text-decoration:underline;}
.header .topsearch {overflow:hidden;}
.header .topsearch .search {height:25px;}
.header .topsearch .links {padding-top:5px;}
.header .topsearch .links .first, .header .shoptop .links .first {background:none;}
.header .topsearch .links .last, .header .shoptop .links .last {padding:0 0 0 10px;}
.header .topsearch .links li, .header .shoptop .links li {padding:0 10px; background:url(../images/headnavdot.jpg) left no-repeat;}
.header .form-search {text-align:right;}
.header .form-search .input-search {border:1px solid #e9e6da; width:220px; color:#3f290d; font-size:11px; padding:4px 3px; margin-right:-4px;}
.header .form-search .searchbutton {background:url(../images/searchbutton.jpg) no-repeat; border:none; text-indent:-999px; width:24px; height:23px; cursor:pointer;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
#nav {background: url(../images/navbg.jpg) repeat-x; height:32px; text-transform:uppercase; width:994px; padding:5px 10px 0 20px; font: 13px "Century Gothic", Arial; letter-spacing:1px;}
#nav .nav-blog {background:none;}

/* All Levels */
#nav li { text-align:left; position:relative; padding:0 12px 0 10px; background:url(../images/naviborder.jpg) right no-repeat;}
#nav li.over { z-index:999;}
#nav li.parent {}
#nav li a, #nav li a:visited { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; background:url(../images/catrobg.jpg) repeat-x;}
#nav li a span, #nav li a:visited span { display:block; white-space:nowrap; cursor:pointer; color:#fff;}
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 15px; color:#fff; }
#nav li a:hover { color:#fff; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

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

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

/* CMS Page =============================================================================== */
.col2-page-left {background:#fff url(../images/cmspagebg.jpg) no-repeat; padding:30px 0; min-height:600px;}
.page-sidebar {width:280px; padding:0 20px 0 30px; }
.page-sidebar .block-title {color:#726750; font-size:18px;}
.page-sidebar .block-email {padding:10px;}
.page-sidebar .sub-title {padding:5px 10px 0 10px;}
.page-sidebar .block-subscribe {border:5px solid #e2d6bc; background:#fff url(../images/cmsnewsletterbg.jpg) repeat-x; padding:15px 10px;}
.page-sidebar .block-subscribe .block-title {padding-left:10px;}
.page-sidebar .block-subscribe #newsletter {border:1px solid #eae8dd; width:200px; padding:5px 0; margin-bottom:5px;}
.page-sidebar .block-subscribe .mailingbutton {border:1px dashed #dbd7d0; background:#9c937f; text-transform:uppercase; color:#fff; padding:5px; margin-top: 5px; font-family: Georgia, Arial; cursor:pointer;}

.col-cmspage {width:660px; float:left;}
.col-cmspage .page-head h3 {color:#6A5D42; font-family:Georgia,Arial; font-size:24px; font-weight:normal; margin-bottom:20px;}

/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content {}
.block .actions {text-align:left;}
.block .actions a {float:left;}

/* Category Left Navi*/
.block-cat-navi dl dt {padding-left:40px; text-transform:uppercase; border-bottom:1px solid #e5e5e5;}
.block-cat-navi dl li {border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; padding:5px 0;}
.block-cat-navi dl li:hover {background:#faf6f1;}
.block-cat-navi dl li a {text-decoration:none; color:#685845; padding-left:40px;}

/* Homepage Left*/
.block-homebanner {padding:20px 5px 15px 30px;}
.homeleft {border:4px solid #eee4c5; margin-bottom:13px;}

/* Homepage Bottom */
.homepagebottom {height:192px; margin-top:15px; overflow:hidden; width:720px;}

/*Homepage Shipping */
.block-shipping {border:1px solid #e7e0d6; width:350px; float:left;}

/* Block: Account */
.block-account {}
.block-account h2 {margin:0;}

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

/* Block: Layered Navigation */
.block-layered-nav dl dt, .block-layered-nav h3 {border-bottom:1px solid #e5e5e5; padding:3px 0 3px 25px;}
.block-layered-nav dl dd {border-top:1px solid #e5e5e5;}
.block-layered-nav dl dd a, .block-layered-nav dl dd a:visited {color:#685845; text-transform:uppercase; text-decoration:none;}
.block-layered-nav dl dd ol li {padding:3px 0 3px 30px; border-bottom:1px solid #e5e5e5;}
.block-layered-nav dl dd ol li:hover {background:#faf6f1;}
.block-layered-nav dt { font-weight:bold; text-transform:uppercase; color:#6b5f4d;}
.block-layered-nav .currently, .block-layered-nav .clearall {padding:3px 0 3px 30px;}


/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

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

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

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

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.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 */
.homepagebottom {width:720px;}
.homepagebottom .block-subscribe {width:350px; height:190px; background:#fff; border:1px solid #e7e0d6; float:left; margin-right:15px;}
.homepagebottom .block-subscribe .block-title {width:306px; height:57px; margin:20px auto 5px auto;}
.homepagebottom .block-subscribe .block-content {text-align:center;}
.homepagebottom .block-subscribe #newsletter {background: url(../images/mailinglistfield.jpg) no-repeat; width:265px; height:24px; border:none; font-size: 15px; padding:7px 3px; margin-bottom:10px; color:#d9d4ce; font-family: Georgia, Arial;}
.homepagebottom .block-subscribe .mailingbutton {background: url(../images/mailingbutton.jpg) no-repeat; width:87px; height:26px; border:none; text-indent:-9999px; cursor:pointer;}
.homepagebottom .block-subscribe .mailingbutton:hover {background-position: 0 -25px;}

/* Block: Reorder */
.block-reorder {border:1px solid #ccc;}
.block-reorder h3 {padding:5px 10px;}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

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


/* Category Page ========================================================================= */
.category-container {overflow:hidden; background:#fff url(../images/sidebarbg.jpg) left top no-repeat; padding-bottom:50px; width:1024px;}
.cat-content {padding-top:20px; float:left;}
.category-title { margin:0 0 10px;}
.category-title h2 {font:25px "Century Gothic", Arial; color:#eb4e4e; text-transform:lowercase;}
.category-image { display:block; margin:0 auto; }
.category-products {width:780px;}
.cat-sidebar {width:202px; margin:40px 25px 0 0;}

/* View Type: Grid */
.category-products .products-grid { width:100%; border-top:1px dotted #000;}
.products-grid .product-name a, .products-grid .product-name a:visited {color:#565048; text-transform:uppercase; font-weight:normal; text-decoration:none; font-size:11px;}
.products-grid .product-name a:hover {text-decoration:underline;}
.products-grid .price-box {color:#717171;}
.products-grid tr td img {margin-bottom:5px;}
.products-grid tr.odd {}
.products-grid tr.even {}
.category-products .products-grid td {width:25%; padding:15px 0;}
.products-grid td.empty {}
.products-grid .product-item-border {padding-right:15px; margin-bottom:15px;}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}
.product-essential {width:964px; padding:30px 30px 0 30px; background:#fff;}
.product-collateral {width:964px; padding:30px; background:#fff;}
.product-options-bottom {float:left;}

/* Product Images */
.product-view .product-img-box { float:left; width:382px; }
.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:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views 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:500px; padding-left:50px;}
.product-view .product-name h2 {color:#5e503c; border-bottom:1px solid #b7b4b4; margin-bottom:15px; font-size:23px;}
.product-view .short-description {margin:20px 0 10px 0;}
.product-view .short-description h3 {border-bottom:1px solid #b7b4b4; text-transform:uppercase; font-size:12px; color:#463b1f; padding-bottom:2px;}
.product-view .short-description p {margin:10px 0;}
.product-view .measure-length {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* 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 {}
.price-box .price { font-weight:bold; }

.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.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-cart {float:left; margin-right:15px;}
.add-to-cart .addcartbutton {background:#7a6b55; color:#ded6b7; text-transform:uppercase; padding:2px 5px; font: 12px Georgia, Arial; border:0; cursor:pointer;}
.add-to-cart .addcartbutton:hover {background:#fc5f83; color:#fff9d7;}
.add-to-cart .add-to-cart { float:left; }
.add-to-cart .or { float:left; margin:0 10px; }
.add-to-cart .qty {background:#e5e5e5; margin-right:15px;}

.add-to-links {margin-top:2px;}
.add-to-links li a, .add-to-links li a:visited {background:#a3998a; color:#fff9d7; padding:3px 5px; font: 12px Georgia, Arial; cursor:pointer; text-decoration:none; text-transform:uppercase;}
.add-to-links li a:hover {background:#fc5f83; color:#fff9d7;}


/* Product Options */
.product-info {margin-bottom:10px;}
.product-info .skuno {color:#989898;}
.product-info .price-box .regular-price {font-size:15px;}
.product-options {margin:10px 0 0; }
.product-options dl {float:left; padding-right:10px;}
.product-options dt label {}
.product-options dt .qty-holder {}
.product-options dt .qty-holder label { vertical-align:middle;}
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#ddd; }
.product-options dd { margin:10px 0; width:150px;}
.product-options dd select {background:#e5e5e5; padding:3px;}
.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 .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 div.required {float:right; font-size:11px;}

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {border-top:1px dotted #000; padding-top:15px;}
.product-view .description h3 {color:#685841; margin-bottom: 15px;}

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

/* Block: Upsell */
.product-view .up-sell {margin-top:10px;}
.product-view .up-sell h3 {color:#463B1F; font-size:12px; text-transform:uppercase; border-bottom:1px solid #b7b4b4; padding-bottom:5px;}
.product-view .up-sell .products-grid td { width:25%; padding:10px 15px 0 0;}
.product-view .up-sell .products-grid h4 {margin:0; border:none;}

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

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

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* 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 li .button {background:url(../images/checkoutbutton.png) no-repeat; text-indent:-9999px; border:none; height:33px; width:122px;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px;}
#checkout-step-login .col2-set h4 {margin-bottom:15px;}
#checkout-step-login .col2-set .col-1 {margin-right:30px; width:50%;}
#checkout-step-login .col2-set .col-2 {width:38%;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .cart-collaterals .col-2 {width:260px; padding:10px 0 10px 300px;}
.cart .cart-collaterals .form-list {margin-top:15px;}
.cart .cart-collaterals .buttons-set {margin-right:5px;}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.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:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; 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 */
.opc { border-bottom:1px solid #ddd; position:relative; background:#fff; margin-right:20px;}
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#fff; padding:3px 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; font-size:15px;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#EEE5CD; cursor:default; padding:3px 5px; }
.opc .step { border-top:1px solid #ddd; padding:25px 10px; position:relative; overflow:hidden;}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

#co-payment-form .group-select {padding:0 20px;}
#co-payment-form .payment-extra {padding:15px 20px;}
#review-buttons-container {float:right; margin:15px 0;}

.col2-right-layout {padding:30px; background:#fff url(../images/cmspagebg.jpg) no-repeat; width:965px;}
.col2-right-layout .rsidebar {margin-top:43px; background:#fff;}
.col2-right-layout .rsidebar .block-title {background:#EEE5CD; padding:3px 10px;}
.col2-right-layout .rsidebar .block-title h2 {font-weight:normal;}
.col2-right-layout .rsidebar dl dt {padding:3px 10px;}
.col2-right-layout .rsidebar dl dd {margin-bottom:20px;}

.cart h2 {background:url(../images/smallcart.png) right no-repeat; padding-right:45px;}

/* 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 .tool-tip { top:50%; margin-top:-120px; right:10px;}
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

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

/* Gift Messages */
.add-gift-message {}
.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 strong { 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 > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {padding:0 50px;}
.account-login .new-users {background:url(../images/logindots.png) right no-repeat; height:200px; margin-top:10px; padding-right:30px;}
.account-login .registered-users {padding-left:30px;}
.account-login .registered-users .forgetpwd {width:250px;}
.account-login .col2-set .col-1 h3, .account-login .col2-set .col-2 h3 {color:#645b4c; font-size:13px; text-transform:uppercase; margin-bottom:30px;}
.account-login .col2-set .col-2 h3 {background:url(../images/accountlock.jpg) left no-repeat; padding:6px 0 6px 40px;}
.account-login .col2-set .buttons-set {}
.account-login .col2-set .form-list .input-text {padding:5px 0;}
.account-login .col2-set .form-list li {margin-top:15px;}
.account-login .buttons-set {margin-top: 20px;}
.account-login .col2-set .col-2 .buttons-set {padding-left: 60px;}
.account-login .loginbutton {text-align:left; background:#d0d0d0; border:none; cursor:pointer; padding:3px 5px; color:#645b4c; border:1px dashed #fff; text-transform:uppercase; font-family: Georgia, Arial;}

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


/* My Account ============================================================================= */
/********** < Dashboard */
.member-sidebar {width:200px; padding:0 60px 0 30px;}
.member-sidebar .block-title {background:#eee5cd; padding:5px 10px; color:#4D371A;}
.member-sidebar .block-title h2 {font-weight:normal;}
.member-sidebar .block-account {border:1px solid #ccc; background:#fff;}
.member-sidebar .block-account ul li {border-bottom:1px solid #ccc; padding:5px 10px;}
.member-sidebar .block-account ul li a, .member-sidebar .block-account ul li a:visited {text-decoration:none; color:#2F2F2F;}
.member-sidebar .block-account ul .current {color:#EA4D6E; font-weight:bold;}
.member-sidebar .block-account ul li a:hover {color:#EA4D6E;}
.dashboard {}
.dashboard .welcome-msg {margin-bottom:20px;}

/* Account Info */
.col-memberpage {width:700px; float:left; min-height:600px;}
.col-memberpage h3 {margin-bottom:10px;}
.col-memberpage .fieldborder {border:1px solid #ccc; background:#fff; padding:15px; margin-bottom:20px;}
.accountinfo {padding:15px; margin-bottom:20px; border:1px solid #ccc; background:#fff;}
.accountinfo .col2-set {margin:20px 0;}
.accountinfo .col-1 {margin-right:30px; width:45%;}
.accountinfo .col-2 {width:45%;}
.accountinfo .inner-head {overflow:hidden;text-align:right; background: url(../images/dotted_divider.gif) bottom repeat-x; margin-bottom:10px;}
.accountinfo .inner-head h4 {float:left;}

.col-memberpage .col2-set .col-1 {border:1px solid #ccc; margin:0 15px 15px 0; padding:10px;}
.col-memberpage .col2-set .col-2 {border:1px solid #ccc; margin-bottom:15px; width:305px; padding:10px;}
.col-memberpage .col2-set .col-2 p {padding:5px;}
.col-memberpage .col2-set address {margin:10px 0;}
.col-memberpage .col2-set h3 {background:#EEE5CD; padding:3px 5px; font-size:15px;}

/* Order */
.col2-order {margin:20px 0; overflow:hidden;}
.col2-order .col-1, .col2-order .col-2 {float:left;}
.col-memberpage .col2-order .col-1 {border:1px solid #ccc; margin:0 15px 15px 0; margin-right:30px; width:45%;}
.col-memberpage .col2-order .col-1 address {padding:5px 10px;}
.col-memberpage .col2-order .col-2 {border:1px solid #ccc; margin-bottom:15px; width:300px; width:45%;}
.col-memberpage .col2-order .col-2 p {padding:5px;}
.col-memberpage .col2-order .col-2 ol {padding:0 5px;}
.col-memberpage .col2-order .col-2 ol li {padding:10px;}
.col-memberpage .col2-order h3 {background:#EEE5CD; padding:3px 5px; font-size:15px;}
.col-memberpage .col2-order h4 {padding:5px 10px;}

.col-memberpage .generic-box {border:1px solid #ccc; margin-bottom:15px;}
.col-memberpage .generic-box .head-account {background:#EEE5CD; font-size:15px; padding:3px 5px;}
.col-memberpage .generic-box table {width:97%; margin:20px auto; display:block;}

#my-orders-table {border:1px solid #ccc; margin:15px 0;}
#my-orders-table thead {background:#EEE5CD;}

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

/* Order View */
.order-info {margin-bottom:10px;}
.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; }
.page-print .col2-set {margin-top:15px;}
.page-print .col2-set h4 {background:#EEE5CD; padding:5px 10px;}
.page-print .col2-set address, .page-print .col2-set p {padding:5px 10px;}
.page-print .customdata {border:1px solid #ccc;}
.page-print .customdata .print {margin:5px auto;}
.page-print .col-1 {border:1px solid #ccc; margin:0 30px 10px 0;}
.page-print .col-2 {border:1px solid #ccc; margin-bottom:10px; width:375px;}
/* 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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {padding:0 30px 20px 30px; background:url(../images/footerbg.jpg) no-repeat; border-top: 1px solid #e0dbcc; height:130px;}
.footer a:hover {text-decoration:underline;}
.footer .foot { padding-top:15px; overflow:hidden; height:120px;}
.footer .foot #facebook {background: url(../images/facebook.jpg) no-repeat; padding-left:25px; margin-bottom:5px;}
.footer .foot #twitter {background: url(../images/twitter.jpg) no-repeat; padding-left:25px;  margin-bottom:5px;}
.footer .foot #rssfeed {background: url(../images/rssfeed.jpg) no-repeat; padding-left:25px;  margin-bottom:5px;}
.footer p { text-align:right;}
.footer address {text-align:left; font-size:11px;}
.footer .foot-about {padding-right:30px; }
.footer .foot-shopping {padding:0 30px; background:url(../images/footdots.jpg) top right no-repeat;}
.footer .foot-policy {padding:0 30px;}
.footer .links {padding:20px 30px 0 0; background:url(../images/footdots.jpg) top right no-repeat;}
.footer .foot-social {padding-left:30px; background:url(../images/footdots.jpg) top left no-repeat;}
.footer ul { float:left;}
.footer ul li a {color:#4d371a; text-decoration: none; font: 11px Verdana, Arial, Helvetica, sans-serif;}
.footer ul .foot-title {font-size:11px; text-transform:uppercase; font-weight:normal; margin-bottom:5px; color:#4d371a;}
.footer ul .foot-title span {background:#eee5cd; padding:3px;}
/* ======================================================================================= */
