/**
 * 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 ================================================================================= */
body {background: #b8b3a5;}
.wrapper {}
.page { width:994px; margin: 0 auto; padding: 0 3px; background: url('../images/bg_container.jpg') repeat-y 0 0;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { padding: 17px 18px; }

/* Base Columns */ 
.col-left { float:left; width:230px; }
.col-main { float:left; width:670px; }
.col-right { float:right; width:230px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

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

/* 3 Columns Layout */
.col3-layout .col-main { width:494px; margin: 0 auto 0 14px; }
.col3-layout .col-right { width:230px; float: right;}
.col3-layout .col-left { width:205px; float: left; }

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


/* 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 #b6b6b6; }
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 {border: 0; margin: 0; background: 0; cursor: pointer;}
button.button span { }
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 */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list {text-align: left; color: #444;}
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.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 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set {}
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:left; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { text-align: left; 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 { color:#f00; }
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 { width:100%; overflow:hidden; list-style: none !important;}
.messages ul {list-style: none !important;}
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { text-align: left; border-width:1px !important;  padding:4px 10px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { background-color:#faebe7;  color:#df280a; }
.success-msg { background-color:#faf1dc; color:#665738; }
.note-msg,
.notice-msg { background-color:#fafaec; color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { background: #f6f6f6; padding: 3px 8px; color: #707070; text-align: left; font-size: 11px; margin: 0 0 10px 0;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight: normal;}
.breadcrumbs a {color: #707070; text-decoration: none;}

/* Page Heading & format */
.page-title {}
.page-title h2 {font-size: 16px; color: #444; text-align: left; padding: 0 0 10px 0;}

.col-main h3 {font-size: 14px; color: #665738; font-weight: bold; text-align: left; padding: 5px 0 10px 0;}
.col-main p {color: #666; font-size: 12px; text-align: left; padding: 0 0 10px 0;}
.col-main a {color: #616d3c;}
.sidebar a {color: #616d3c;}
.col-main ul {text-align: left; color: #444;}

.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager {font-size: 11px; background: #f6f6f6; border: 1px solid #ddd; border-left: 0; border-right: 0; padding: 3px 5px; margin: 3px 0 0 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}
.pager p {padding: 0; font-size: 11px;}
.pager select {padding: 0; font-size: 11px;}

/* Sorter */ 
.sorter { font-size: 11px; background: #fff; border-bottom: 1px solid #ddd; padding: 3px 5px;}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}
.sorter p {padding: 0; font-size: 11px;}
.sorter select {padding: 0; font-size: 11px;}
.sorter strong {color: #616D3C;}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { color: #666; padding:2px 8px; font-weight:bold; white-space:nowrap; font-size: 11px; text-transform: uppercase; }
.data-table td { padding: 4px 8px 4px 8px; color: #666;}
.data-table td h3 {font-size: 11px; padding: 0; }
.data-table td h3 a { color: #666; text-decoration: none;}
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tfoot td {border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; padding: 3px 2px;}
.data-table tfoot td button.continue{float: left; font-size: 12px; font-weight: bold; color: #665738; margin-top: 2px;}
.data-table tfoot td button.update{}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { 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;}
.data-table td.value {}

/* 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 {}
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }


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


/* Header ================================================================================ */
.logo { float:left; width:199px; height:104px; overflow:hidden; } 
.header-container {background: url('../images/bg_header2.gif') no-repeat 100% 0; height: 142px;}
.header {}
.header .logo { background-position:0 0; background-repeat:no-repeat; float: left;}
.header .logo a { display:block; width:199px; height:95px; text-indent:-999em;}
.header .misc {float: right; width: 769px; padding: 7px 26px 0 0;}

.header #search_mini_form { position:absolute; bottom:18px; right:25px; }
.header #search_mini_form label {display: none;}
.header #search_mini_form input {background: #fff; border: 0; width: 160px; color: #444; font-size:11px;}
.header #search_mini_form button {width: 50px; height: 18px; font-weight:bold; background: #7e6023; color: #fff; font-size: 11px; padding-bottom: 2px;}

.header .links {float:right;}
.header .links li {line-height: 0.5; float:left; padding: 0 6px 0 4px; background: url('../images/bg_misc_links') no-repeat 100% 0;}
.header .links li.last {background: 0; padding-right: 0;}
.header .links li a {color: #3f3f3f; font-size: 11px; text-decoration: none;}

.header .contact-link { float:right; position:relative; top:-7px; margin-left:7px; }

.header .welcome-msg {clear: both; text-align:left; font-style: italic; color: #fff; font-size: 18px; padding: 4px 0 0 0; position:relative; left:-67px; top:36px; font-family:Georgia;}

.header .form-search { text-align:center; }
.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; }

#menu_nav {clear: both; padding: 0 0 10px 12px; background: url('../images/bg_menu.gif') no-repeat 0 0; position: relative; z-index: 999;}
/********** < Navigation */
#nav {clear: both;}
/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display: block; color: #fff; text-align: left; font-size: 12px; font-weight: bold; padding: 0 7px; text-transform: uppercase; font-family: Arial; text-decoration: none;}
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:10px 10px; }
#nav li a:hover {color: #222 !important;}
#nav li.over a,
#nav li.active a {}

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:34px; left:-10000px; border-left:1px solid #e69a08; border-right:1px solid #e69a08; background:#feab03; }
#nav ul li { float:none;}
#nav ul li a { font-size: 11px; float:none; padding:3px 9px; font-weight:normal; font-weight:bold; color:#fff !important; background: url('../images/bg_subnav_a.jpg') repeat-x 0 100%;}
#nav ul li a:hover { }
#nav ul li.active > a,
#nav ul li.over > a  {}
#nav ul li.last a {background: none;}

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


/* Sidebar =============================================================================== */
.block {padding: 15px 0 0 0;}
.block .block-title {}
.block h2 {padding: 0 0 0 2px; font-size: 12px; color: #3f3f3f; font-weight: bold; text-align: left;}
.block h3 {}
.block .block-content {}
.block .actions {}
.block .actions a {}

/* Block: Account */
.block-account {text-align: left; padding-top: 0;}
.block-account h2 {border-bottom: 1px solid #e9e9e9; margin-bottom: 5px;}
.block-account .block-content {font-size: 12px; color: #666;}
.block-account .block-content li {background: #f6f6f6; font-size: 11px; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; padding: 2px 0 3px 9px}
.block-account .block-content li.current {color: #444; font-weight: bold; background: #fff; padding-left: 0;}
.block-account .block-content a {text-decoration: none; color: #666;}

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

/* Block: Layered Navigation */
.block-layered-nav {font-size: 11px;}
.block-layered-nav dl {background: #f6f6f6; text-align: left;}
.block-layered-nav dt {border-top: 1px solid #fff; font-size: 13px; color: #3f3f3f; font-weight:bold; padding: 10px 8px 10px 12px }
.block-layered-nav dd {border-bottom: 1px solid #ddd; padding: 0 8px 13px 12px;}
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {text-align: left;}
.block-cart .block-title { background:#FFB806; padding:2px 5px; }
.block-cart .block-title h2 { color:#fff; }
.block-cart .block-title h2 img { margin-right:5px; }
.block-cart .block-content {font-size: 11px; color: #666; background: #fceec7; padding: 8px 12px; border:1px solid #ffd965;}
.block-cart .amount a { text-decoration:none; }
.block-cart .subtotal { color: #F47517;}
.block-cart .price { font-weight: bold;}
.block-cart h3 {font-size: 5px; text-indent: -9999px; font-weight: bold; text-align: left; height: 5px; overflow:hidden; text-transform: uppercase;}
.block-cart .actions {padding: 5px 0 8px 0; text-align: right; border-bottom: 1px solid #F1DEAA;}
.block-cart h4 a {color: #666; text-decoration: none; font-weight:normal;}
.block-cart .product-details {color: #f47517;}

.mini-products-list li { padding:10px 0; border-bottom:1px solid #F1DEAA; }
.mini-products-list li.last { border:0; }
.mini-products-list .product-image { float:left; width:50px; display: block;}
.mini-products-list .product-image img { border:1px solid #e7eaea; }
.mini-products-list .product-details {width: 145px; float: right; text-align: left;}
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Tags */
.block-tags {text-align: left; border:1px solid #e2e6e6; padding-top:0; margin-top:15px;}
.block-tags .block-title { background:#ebebeb; border-bottom:1px solid #e2e6e6; padding:2px 5px; }
.block-tags .block-content {font-size: 11px; color: #666; background: #f6f6f6; padding: 14px 12px;}
.block-tags .block-content a {color:#666;}
.tags-actions {padding: 2px 0 0 2px; text-align:left;}
.tags-actions a {color: #f47517;}

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

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

/* Block: Compare Products */
.block-compare {text-align: left; border:1px solid #e2e6e6; padding-top:0; margin-top:15px;}
.block-compare .block-title { background:#ebebeb; border-bottom:1px solid #e2e6e6; padding:2px 5px; }
.block-compare .block-content {font-size: 11px; color: #666; background: #f6f6f6; padding: 14px 12px;}
.block-compare .amount {}
.block-compare h3 {font-size: 11px; font-weight: bold; text-align: left; padding: 15px 0 2px 0; text-transform: uppercase;}
.block-compare .actions {padding: 5px 0 0 0; overflow:hidden; height: 1%;}
.block-compare .actions a {float: left;}
.block-compare .actions .button {float: right;}

.catalog-product-compare-index {background: #b8b3a5; padding: 25px 36px 41px 36px;}
.catalog-product-compare-index .page-title {padding: 0 3px;}
.catalog-product-compare-index .page-title h2 {font-size: 20px; color: #fff; font-weight: normal;}
.catalog-product-compare-index .page-title .button {font-size: 10px; color: #fff; text-transform: uppercase; background: url('../images/close2.gif') no-repeat 100% 50%; padding: 0 20px 0 0;}
.catalog-product-compare-index .page-title a {font-size: 10px; color: #fff; text-transform: uppercase; padding: 0 20px 0 0;}
.compare-list {background: #fff; padding: 40px 30px 50px 30px;}
.compare-list .product-image {float: left; background: url('../images/bg_product_image.gif') no-repeat 0 0; display: block; width: 125px; height: 128px; text-align: center; padding: 16px 0 0 0;}
.compare-list td .misc {float: left; padding: 9px 0 0 20px;}
.compare-list .product-name a {color: #444; font-size: 12px; text-decoration: none; font-weight: normal;}
.compare-list .price-box {font-size: 15px; color: #f87a0c; padding: 10px 0 15px;}
.compare-list .wishlist-link {padding: 5px 0 0 0;}
.compare-list .wishlist-link a {background: url('../images/bg_square.gif') no-repeat 0 50%; color: #929292; font-size: 11px; padding: 0 0 0 10px; text-decoration: none;}
.compare-list th.label {padding: 10px 50px 10px 0;}
.compare-list td {padding: 10px 20px;}

.compare-list {}

/* Block: Viewed */
.block-recent { border:1px solid #e2e6e6; padding-top:0; margin-top:15px; }
.block-recent .block-title { background:#ebebeb; border-bottom:1px solid #e2e6e6; padding:2px 5px; }
.block-recent .block-content ol { text-align:left; margin:10px 0 10px 13px; font-size:11px; }
.block-recent .block-content ol li { background:url('../images/viewed_list_bullet.gif') no-repeat 0 50%; padding-left:13px; }
.block-recent .block-content ol li a { color:#666; }

/* 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 */
.block-subscribe {}
.block-subscribe .block-title { background:#ffb806; padding:2px 5px; }
.block-subscribe .block-title h2 { color:#fff; text-transform:none; }
.block-subscribe form { background:url('../images/bg_newsletter.gif') repeat-x; height:26px; padding:15px 0; }
.block-subscribe form .input-box { display:inline; }
.block-subscribe form input { font-size:11px; border:0; width:174px; }
.block-subscribe form .button { background:#c7880a; }
.block-subscribe form .button span { text-transform:uppercase; color:#fff; font-size:11px; font-weight:bold; padding:0 3px; }

/* Block: Reorder */
.block-reorder {}
.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 {padding: 20px 0 0 0;}
.block-progress h2 {border-bottom: 1px solid #e9e9e9; padding: 0 0 2px 7px; margin: 0 0 6px 0;}
.block-progress dt { padding: 3px 7px; font-size: 11px; color: #666; text-align: left; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; background: #f6f6f6;}
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f9f9f9; text-align: left; font-size: 11px; padding: 5px; }
/* ======================================================================================= */


.catalogsearch-advanced-index #form-validate .button {width: 69px; height: 19px; background: #665738; color: #fff; font-size: 11px; text-transform: uppercase; padding-bottom: 1px;}

/* Category Page ========================================================================= */
.category-title {}
.category-image { display:block; margin:0 auto; }
.category-products {}

.catalog-category-view .category-title {display: none;}
.category-uploaded-image {text-align: center;}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td {border-bottom: 1px solid #ddd; padding: 30px 0; text-align: center;}
.products-grid td.empty {}
.products-grid td {width: 33%;}
.products-grid td h3 {text-align: center; font-size: 12px; font-weight: normal; padding: 10px 0 0 0;}
.products-grid td h3 a {color: #444; text-decoration: none;}
.products-grid td .price-box {padding: 2px 0;}
.products-grid td .price-box p {text-align: center; padding: 0;}
.products-grid td .price {color: #f47517; font-size: 18px; font-weight: bold;}
.products-grid td .add-to-links {text-align: center; font-size: 11px; padding-top: 5px;}
.products-grid td .add-to-links a {color: #929292; text-decoration: none;}
.products-grid td .ratings {overflow:hidden; height:1%; padding-left: 38px;}
.products-grid td .ratings .rating-box {float: left; margin-top: 2px;}
.products-grid td .ratings .amount {float: left; display: block;color: #777; padding-left: 3px;}
.products-grid td .availability {text-align: center; padding: 3px;}
.products-grid td .availability .out-of-stock {font-weight: bold; padding-top: 3px; display: block;} 
.products-grid tr.last td {border: 0;}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:10px; margin:5px 0 5px; text-align: left;}
.products-list .product-image { float:left; margin-top: 15px;}
.products-list .product-shop { float:right; width:320px; }
.products-list .price {color: #f47517; font-size: 18px; font-weight: bold;}
.products-list .desc {color: #666;}
.products-list h3 {font-size: 16px; font-weight: normal; padding: 10px 0 0 0;}
.products-list h3 a {color: #444; text-decoration: none;}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}

.product-collateral {}
.product-collateral .data {width: 573px; float: left; padding-left: 17px;}
.product-collateral .data h3 {color: #665738; font-weight: normal; font-size: 18px; padding: 10px 0 5px 0;}
.product-collateral .data .std {text-align: left; font-size: 12px; color: #777;}

.product-collateral .block-related {width: 110px; text-align: center; float: right;}
.product-collateral .block-related h2 {text-align: center; color: #665738; padding: 0 0 12px 0;}
.product-collateral .block-related h3 {font-size: 12px; text-align: center; padding: 0;}
.product-collateral .block-related .price-box {padding: 8px 0 0 0; font-size: 15px; font-weight: normal; color: #7a6d53; text-align: center;}
.product-collateral .block-related .price-box p {text-align: center;}
.product-collateral .block-related li {padding: 0 0 12px 0;}

/* Product Images */
.product-view .product-img-box {width: 230px; float: left;}
.product-view .product-img-box .product-image {width: 220px; text-align: center;}
/*
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.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_addtocart_form {border-bottom: 1px solid #e1e1e1;}

.product-view .product-shop { float:right; width:460px; }
.product-view .product-name h2 {text-align: left; font-size: 16px; color: #665738; font-weight: normal; padding: 0 0 10px 0;}
.product-view .product-shop .misc_options {text-align: left; padding: 0 0 10px 0; font-size: 11px;}
.product-view .product-shop .misc_options a {text-align: left; background: url('../images/green_bullet.gif') no-repeat 0 50%; padding-left: 10px; text-decoration: none;}
.product-view .product-shop .review {padding: 0 0 10px 0; text-align: left;}
.product-view .product-shop .review p {padding: 0;}
.product-view .product-shop .review a {color: #f85d00;}
.product-view .product-shop .availability {padding: 0 0 10px 0; font-size: 11px; color: #665738;}
.product-shop .addthis {text-align: left; padding: 0 0 20px 0;}

.product-view .short-description {padding: 10px 0 10px 0; margin: 0; text-align: left; font-size: 12px; color: #444;}
.product-view .short-description h3 {padding: 0; color: #444; font-size: 12px;}

.product-view .product-shop .price-box {text-align: left; padding: 0 0 10px 0; font-size: 15px; font-weight: bold; color: #f85d00;}

.product-view .add-to-cart {font-size: 12px; padding: 0 0 10px 0;}
.product-view .add-to-cart label {font-weight: bold; color: #665738;}
.product-view .add-to-cart input {padding: 1px 2px;}
.product-view .add-to-cart button {font-size: 12px; color: #fff; background: #9f9175; padding: 1px 2px; font-weight: bold;}
.product-view .buttons-set {text-align: left; padding: 0 0 10px 0;}

.product-view .data-table {margin: 0 0 5px 0;}
.product-view .data-table td,
.product-view .data-table th {padding: 0;}

.product-view .additional {padding: 0 0 10px 0;}
.product-view .additional strong {color: #665738;}
.product-view .additional em {font-style: normal; color: #665738;}

.product-view .reviews {}
.product-view .reviews dt {color: #665738; font-weight: bold; text-align: left; padding: 10px; padding-bottom: 5px; border: 1px solid #b6b6b6; border-bottom: 0; color: #777; margin: 9px 0 0 0;}
.product-view .reviews dt a {color: #665738;}
.product-view .reviews dd {text-align: left; padding: 5px 10px 0 10px; border: 1px solid #b6b6b6; border-top: 0; margin: 0 0 9px 0;}

.product-view .pager {margin-top: 0;}

#review-form {padding: 25px 0 0 0;}
#review-form h4 {text-align: left; font-size: 12px; color: #666; font-weight: normal;}
#review-form h5 {text-align: left; font-size: 11px; color: #5b6638; font-weight: normal;}
#review-form .data-table {margin: 10px 0 0 0; border: 1px solid #b6b6b6;}
#review-form .data-table thead {background: #ffedc0;}
#review-form .data-table thead th {color: #665738; text-transform: none; padding: 5px; font-size: 12px; border-left: 1px solid #b6b6b6;}
#review-form .data-table tbody {}
#review-form .data-table tbody tr.even {background: #f7f4ed;}
#review-form .data-table tbody td {padding: 5px;}
#review-form .data-table tbody td.value {text-align: center; border-left: 1px solid #b6b6b6;}
#review-form button.button { float: none; vertical-align:bottom; background: #665738; color: #fff; padding: 1px 2px; font-weight: bold;}

#review-form .form-list {padding-top: 12px;}
#review-form .form-list input,
#review-form .form-list textarea {width: 455px;}
#review-form .form-list textarea {height: 170px;}
#review-form .form-list label {color: #665738;}
#review-form .buttons-set {width: 461px; text-align: right;}

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


/********** < 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 { display:none; }
.price-as-configured .price-label { font-weight:normal; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { display:none; 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-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 {margin: 10px 0 20px 0; text-align: left;}
.product-options dt label { font-weight:bold; color: #444444; font-size: 13px;}
.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 dt {background: #f6f6f6; border: 1px solid #dcdcdc; border-bottom: none; padding: 10px 12px 0 12px;}
.product-options dd {font-size: 11px; color: #666666; background: #f6f6f6; border: 1px solid #dcdcdc; border-top: none;  margin: 0 0 5px 0; padding: 0 12px 10px 12px;}
.product-options dd .price {color: #444444;}
.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 p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Bundle */
.bundle-desc { padding:5px 12px; border:1px solid #DCDCDC; margin-bottom:20px; }
.bundle-desc .price { color:#F85D00; font-size:12px; font-weight:bold; text-align:left;}
.price-box p.old-price span.price-label , .price-box p.old-price span.price,
.price-box p.special-price span.price-label , .price-box p.special-price span.price { font-size:13px; }

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

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

/* 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 h4 {font-size: 12px; color: #666; font-weight: normal; text-align: left;}
.product-view .tags .tags-list {padding: 0 0 10px 0; overflow: hidden; height: 1%;}
.product-view .tags .tags-list li {float: left; padding: 0 9px 0 7px; color: #666; font-size: 11px; background: url('../images/bg_taglist.gif') no-repeat right 4px;}
.product-view .tags .tags-list li.first {padding-left: 0;}
.product-view .tags .tags-list li.last {padding-right: 0; background: 0;}
.product-view .tags .form-add-tags {background: url('../images/bg_tags.gif') no-repeat 0 23px;}
.product-view .tags .form-add-tags label {color: #665738; display: block; font-size: 12px; font-weight: bold; text-align: left; padding: 0 0 12px 0;}
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin: 0 3px 0 33px;}
.product-view .tags .form-add-tags input.input-text { width:254px; padding: 1px 2px;}
.product-view .tags .form-add-tags button.button { float: left; vertical-align:bottom; background: #ee8a3f; color: #fff; padding: 1px 2px; font-weight: bold;}
.product-view .tags p { clear:both; padding: 3px 0 0 34px; font-size: 10px; }

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

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

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

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


/* Product Review ======================================================================== */
.product-review {}
.product-review .page-title {padding-left: 25px;} 
.product-review .product-name h2 {text-align: left; font-size: 16px; color: #665738; font-weight: normal; padding: 0 0 10px 0;}
.product-review .product-img-box {text-align: center; width: 220px; float: left; padding: 0 5px 0 5px;}
.product-review .product-img-box p {text-align: center;}
.product-review .product-img-box .ratings {text-align: center;}
.product-review .product-img-box .ratings .rating-box {margin: 0 auto;}

.product-review .details { float:right; width:460px; color: #666; text-align: left;}
.product-review .details h4 {text-align: left; color: #777; font-size: 12px;}
.product-review .details .ratings-list {padding: 10px 0 5px 0;}
.product-review .details .ratings-list dt {text-align: left; color: #555;}
.product-review .details .ratings-list dd {padding: 0 0 7px 0;}

.product-review .details .data-table {margin: 10px 0;}
.product-review .details .data-table td {padding: 1px;}


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


/* Shopping Cart ========================================================================= */
.cart .title-buttons .checkout-types { display: none;}
.cart .checkout-types {text-align: right; padding: 15px 0 0 0;}
.cart .checkout-types li {padding: 0 0 10px 0;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:right; width:635px; background: #faf1dc; padding: 0 10px; }
.cart .cart-collaterals .col-1,
.cart .cart-collaterals .col-2 { width: 100%;}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; width:655px; background: url('../images/bg_checkout.jpg') no-repeat 0 0;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding: 2px;}

.cart .totals table tfoot th,
.cart .totals table tfoot td { color: #eb3b1d; font-weight: bold; }
.cart .totals table tbody th,
.cart .totals table tbody td { color: #777; padding: 5px 0 0 0;}

.cart .totals table tfoot th,
.cart .totals table tbody th {padding-right: 20px;}

#shopping-cart-table {margin-bottom: 25px;}

.cart .cart-collaterals h3 {font-size: 14px; font-weight: normal; color: #444;}
.cart .cart-collaterals p {font-size: 11px;}
.cart .cart-collaterals label {color: #555; font-weight: normal;}
.cart .cart-collaterals form .input-text {width: 264px;}
.cart .cart-collaterals form select {width: 270px;}

.cart .discount {overflow:hidden; height: 1%; border-bottom: 1px solid #c4d3bf; padding: 12px 10px;}
.cart .discount .descn {width: 220px; float: left; padding-right: 10px;}
.cart .discount form {width: 380px; float: left; text-align: left;}

.cart .shipping {overflow:hidden; height: 1%; padding: 12px 10px;}
.cart .shipping .descn {width: 210px; float: left; padding-right: 20px;}
.cart .shipping form {width: 380px; float: left; text-align: left;}

.cart #co-shipping-method-form {width: auto; padding: 20px 0 0 230px;}

/* 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 ============================================================================== */
.checkout-onepage-index .col-main h2 {padding:0; visibility: hidden;}
/* One Page */
.opc { position:relative; }
.opc li.section { margin-bottom: 3px;}
.opc .step-title { border:1px solid #e7e7e7; padding: 3px 7px; background: url('../images/bg_checkout_off.jpg') repeat-x 0 100% #fff; text-align:left; }
.opc .step-title .number { display: inline; font-size: 12px; color: #595959; font-weight: bold; }
.opc .step-title h3 { padding: 0 0 0 5px; display: inline; font-size: 12px; font-weight: bold; color: #595959;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background: url('../images/bg_checkout_on.jpg') repeat-x 0 100% #7c6f54; cursor:default; border: 0;}
.opc .active .step-title h3,
.opc .active .step-title .number {color: #fff; }
.opc .step { border:1px solid #e7e7e7; padding:20px 15px; position:relative; margin-top: 1px;}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

.opc .step h4 {font-size: 14px; color: #665738; font-weight: bold; text-align: left; padding-bottom: 2px;}
.opc .step table {margin: 0 0 10px 0;}
.opc .step table h4 {font-size: 12px; color: #666; font-weight: bold; text-align: left; padding: 0;}
.opc .step .buttons-set {overflow: hidden; height: 1%;}
.opc .step .buttons-set button {float: right;}
.opc .step .buttons-set a {float: left;}
.opc .step .required {color: #eb3b1d; text-align: right; padding: 20px 0 3px 0;}
.opc .step .form-list {padding: 5px 0 5px 0;}
.opc .step .list {padding: 5px 0 5px 17px; list-style: disc;}
.opc .step .list li {font-size: 11px; text-align: left; color: #444;}

/* 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; text-align: left; color: #333; }
.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 {}
.account-login .new-users {width: 47%; float: left; padding-left: 2%;}
.account-login .registered-users {width: 48%; float: right; padding-left: 2%;}
.account-login .registered-users .required {font-size: 11px; color: #eb3b1d; padding: 20px 0 0 0; text-align: right;}
.account-login .col2-set .buttons-set {border-top: 1px solid #e7e7e7; padding-top: 2px;}
.account-login .col2-set .buttons-set a {float: right !important; color: #5b6638; font-size: 11px;}

.account-create {}
.account-create #form-validate {padding-left: 1%;}
.account-create fieldset {padding: 0 0 10px 0;}
.account-create p.required {font-size: 11px; color: #eb3b1d; padding: 0 0 10px 0;}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { }

/* Block: Tags */
.dashboard .tags .number { }
.dashboard .tags .details {}

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { }
.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 .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; }
/* ======================================================================================= */

/* customer-account */
.customer-account-index {}
.customer-account-index .dashboard {}
.customer-account-index .dashboard a {color: #5b6638; text-decoration: none;}
.customer-account-index .page-title {display: none;}

.customer-account-index .welcome-msg {}
.customer-account-index .welcome-msg h3 {font-size: 14px; padding: 17px 0 2px 0; margin: 0; background: 0;}
.customer-account-index .welcome-msg p {font-size: 12px;}

.customer-account-index .title-buttons{background: #c5c0b3; padding: 3px 0; overflow: hidden; height: 1%; margin: 0 0 2px 0;}
.customer-account-index .title-buttons h3,
.customer-account-index .title-buttons h4 {font-size: 12px; color: #fff; float: left; font-weight: bold; background: 0; padding: 0 0 0 6px; margin: 0; text-transform: uppercase;}
.customer-account-index .title-buttons a {font-size: 9px; text-transform: uppercase; color: #665738; float: right; text-decoration: none; padding: 2px 6px 0 0;}

.customer-account-index .account-info {}
.customer-account-index .data-table td {font-size: 11px;} 
.customer-account-index .account-info .col2-set{overflow: hidden; height: 1%; padding: 0 0 10px 0;}
.customer-account-index .account-info .col2-set .col-1{float: left; width: 49%;}
.customer-account-index .account-info .col2-set .col-2{float: right; width: 50%;}
.customer-account-index .account-info .col2-set p {padding: 2px 5px 3px 5px; font-size: 11px;}
.customer-account-index .account-info .title-buttons {background: #f2f2f2;}
.customer-account-index .account-info .title-buttons h4 {color: #666666; text-transform: uppercase; font-size: 10px; }

.customer-account-index .account-address {text-align: left; color: #666;}
.customer-account-index .account-address .col2-set{overflow: hidden; height: 1%; padding: 0 0 10px 0;}
.customer-account-index .account-address .col2-set .col-1{float: left; width: 49%;}
.customer-account-index .account-address .col2-set .col-2{float: right; width: 50%;}
.customer-account-index .account-address .col2-set h5 {font-size: 10px; color: #666666; text-transform: uppercase; font-weight: bold; background: #f2f2f2; padding: 3px 6px; margin: 0;}
.customer-account-index .account-address .col2-set address {font-size: 11px; padding: 5px 5px 5px 5px;}

.customer-account-index .reviews {padding: 0 0 10px 0; text-align: left;}
.customer-account-index .reviews ol {padding: 5px;}
.customer-account-index .reviews ol li {padding: 0 0 2px 0; font-size: 11px; color: #ccc;}
.customer-account-index .reviews ol li h4 {display: inline; font-size: 11px; font-weight: normal;}
.customer-account-index .reviews p {font-size: 11px; padding: 0 0 0 11px; font-weight: bold;}
.customer-account-index .reviews .rating-box {margin: 0 0 0 11px;}

.customer-account-index .tags {padding: 0 0 10px 0; text-align: left;}
.customer-account-index .tags ol {padding: 5px;}
.customer-account-index .tags ol li {padding: 0 0 2px 0; font-size: 11px; color: #ccc;}
.customer-account-index .tags ol li h3 {display: inline; font-size: 11px; font-weight: normal; background: 0; padding: 0; margin: 0;}
.customer-account-index .tags p {padding: 2px 0 1px 0; font-size: 11px;}
.customer-account-index .tags #my_recent_tags li {overflow: hidden; height: 1%; padding: 0 0 3px 0;}
.customer-account-index .tags #my_recent_tags li .number {float: left;}
.customer-account-index .tags #my_recent_tags li .details {float: left; padding: 0 0 0 3px;}

.customer-account-edit .col-main h3 {text-transform: uppercase; background: #c5c0b3; font-size: 12px; color: #fff; font-weight: bold; padding: 3px 6px; margin: 0;}
.customer-account-edit .col-main .form-list {padding: 10px 0 0 10px;}
.customer-account-edit .col-main p.required {padding-left: 10px;}
.tag-customer-index .col-main .buttons-set {padding: 10px 0 0 0;}

.customer-address-index .col-main {}
.customer-address-index .col-main .col2-set{overflow: hidden; height: 1%; padding: 0 0 10px 0; text-align: left; color: #666;}
.customer-address-index .col-main .col2-set .col-1{float: left; width: 49%;}
.customer-address-index .col-main .col2-set .col-2{float: right; width: 50%;}
.customer-address-index .col-main .col2-set p {padding: 2px 5px 3px 5px; font-size: 11px;}
.customer-address-index .col-main h3 {text-transform: uppercase; background: #c5c0b3; font-size: 12px; color: #fff; font-weight: bold; padding: 3px 6px; margin: 0;}
.customer-address-index .col-main h4 {font-size: 11px; color: #666; font-weight: bold; padding: 5px 0 0 0;}
.customer-address-index .col-main ol {padding: 2px 0 0 10px; font-size: 11px;}
.customer-address-index .col-main .title-buttons h4 {color: #444; text-transform: uppercase; font-size: 10px;}

.customer-address-index .col-main .page-title {overflow: hidden; height: 1%; padding: 0 0 5px 0;}
.customer-address-index .col-main .page-title h2 {float: left;}
.customer-address-index .col-main .page-title .button {font-size: 12px; color: #fff; background: #9f9175; padding: 1px 2px; font-weight: bold; float: right;}
.customer-address-form #form-validate h3 {text-transform: uppercase; background: #c5c0b3; font-size: 12px; color: #fff; font-weight: bold; padding: 3px 6px; margin: 0 0 9px 0;}
.customer-address-form #form-validate ul {padding: 2px 0 10px 10px; font-size: 11px;}
.customer-address-form #form-validate p.required {padding-left: 10px;}

.sales-order-view .col-main h3 {text-transform: uppercase; background: #c5c0b3; font-size: 12px; color: #fff; font-weight: bold; padding: 3px 6px; margin: 0;}
.sales-order-view .col-main .col2-set{overflow: hidden; height: 1%; padding: 0 0 10px 0; color: #666; text-align: left;}
.sales-order-view .col-main .col2-set .col-1{float: left; width: 49%;}
.sales-order-view .col-main .col2-set .col-2{float: right; width: 50%;}
.sales-order-view .col-main .col2-set p,
.sales-order-view .col-main .col2-set address {padding: 2px 0 0 10px; font-size: 11px;}
.sales-order-view .col-main .data-table td {font-size: 11px;}
.sales-order-view .col-main .order-info {text-align: left; color: #666;}

.sales-order-view #my-orders-table {margin: 5px 0 0 0;}
.sales-order-view #my-orders-table h4 {padding: 0; margin: 0; font-size: 11px;}
.sales-order-view #my-orders-table br {display: none;}
.sales-order-view .col-main .buttons-set a {padding: 5px 0 0 0;}

/* boton generico */
.customer-address-form .col-main .button,
.newsletter-manage-index .col-main .button,
.customer-account-edit .col-main .button,
.customer-address-index .col-main .page-title .button
{font-size: 12px; color: #fff; background: #9f9175; padding: 1px 2px; font-weight: bold; margin-left: 3px;}

/* Footer ================================================================================ */
.footer {}
.footer .data {padding: 6px 10px 6px 0; background: url('../images/bg_footer.jpg') repeat-x 0 100% #908a7e; overflow: hidden; height: 1%; float:left; width:984px;}

.footer .footer-info { background:#f5f5f5; border-top:1px solid #dcdcdc; float:left; width:984px; padding:15px 0; }
.footer .footer-info .center { width:430px; padding-left:350px; }
.footer .footer-info img { float:left; }
.footer .footer-info div { float:left; width:350px; text-align:left; color:#888; font-size:11px; line-height:16px; }
.footer .footer-info div .tel { display:block; font-size:14px; font-weight:bold; }

.footer .links_container {margin-left:15px;}
.footer .links_container ul {float: left;}
.footer .links_container ul li {float: left;}
.footer .links_container ul li a{color: #e1dfd8; font-size: 11px; font-weight: bold; text-transform:uppercase; text-decoration: none; background: url('../images/bg_footer_links.jpg') no-repeat 100% 80%; padding: 0 8px;}
.footer .links_container ul.links li.last a {background: none;}
.footer p.copy {font-size: 13px; color: #dddbd8; text-align:right; float: right; padding-top: 1px;}
.footer p.copy a {font-size: 10px; text-decoration: none; color: #eee; padding: 0 3px 0 0;}

.footer .suscribe {background: #efefef; overflow: hidden; height: 1%; padding: 6px 10px 5px 10px; border-top: 1px solid #f5f5f5;}
.footer .suscribe .block {width: 50%; float: left; padding: 2px 0 0 0;}
.footer .suscribe .block .block-title {display: none;}
.footer .suscribe .block label {float: left; color: #666; font-size: 13px;}
.footer .suscribe .block div.input-box {float: left; padding: 2px 2px 0 7px;}
.footer .suscribe .block div.input-box input {font-size: 11px; color: #555; padding: 0 1px 1px 1px; vertical-align: top; float: left; width: 130px;}
.footer .suscribe .block div.input-box .validation-advice {float: left; width: 113px;}
.footer .suscribe .block button {float: left; width: 22px; height: 17px; color: #fff; font-size: 11px; text-transform: uppercase; background: #000; vertical-align: 1px; padding: 0 0 2px 0; margin-top: 2px;}
.footer .suscribe p {font-family: Verdana, Arial; font-size: 17px; color: #888; font-weight: bold; text-align: right; float: right; padding: 0 0 0 35px; background: url('../images/icon_tel.gif') no-repeat 0 50%;}
/* ======================================================================================= */

/* CMS */
.cms-home {}
.cms-home .col-main {width: 708px;}
.cms-home .home-col-x {width: 215px; float: left;}
.cms-home .home-col-x li { padding: 5px 0; margin: 0 auto; }
.cms-home .home-col-x li.first { padding: 0 0 5px 0; }
.cms-home .home-col-y {width: 490px; float: right;}
.cms-home .block-cart {padding-top: 0;}
.cms-home .home-after-slider {padding-top: 12px;}

.cms-home .page-title {border-bottom: 1px solid #e0e4e4; border-top: 1px solid #e0e4e4;}
.cms-home .page-title h2 {font-weight: bold; color: #3f3f3f; text-transform: uppercase; padding: 4px 7px; font-size: 12px;}

.cms-home .best-sellers,
.cms-home .new-products{border-left: 1px solid #e0e4e4; border-right: 1px solid #e0e4e4; border-bottom: 1px solid #e0e4e4; margin-bottom: 15px;}

.cms-home .best-sellers table,
.cms-home .new-products table {background: url('../images/home-hr.gif') no-repeat 50% 50%; width: 100%;}
.cms-home .best-sellers td,
.cms-home .new-products td {width: 50%;}
.cms-home .best-sellers td .item,
.cms-home .new-products td .item {overflow:hidden; height: 1%;}
.cms-home .best-sellers td .item h3,
.cms-home .new-products td .item h3 {padding: 0; font-size: 12px;}
.cms-home .best-sellers td .item h3 a,
.cms-home .new-products td .item h3 a {color: #666; text-decoration: none; font-weight: normal;}
.cms-home .best-sellers td .item .author,
.cms-home .new-products td .item .author {color: #6a5e84; font-size: 11px;}
.cms-home .best-sellers td .item .more,
.cms-home .new-products td .item .more {padding-top: 10px;}
.cms-home .best-sellers td .item .more a,
.cms-home .new-products td .item .more a {color: #444; text-decoration: none; font-weight: bold; font-size: 11px;}

.cms-home .best-sellers table {}
.cms-home .best-sellers td .item {padding: 23px 0 23px 30px;}
.cms-home .best-sellers td .item a.product-image {display: block; float: left;}
.cms-home .best-sellers td .item .info {float: left; padding-left: 15px; width: 110px;}

.cms-home .new-products table {}
.cms-home .new-products td .item {padding: 17px 0 17px 15px;}
.cms-home .new-products td .item .image {float: left; width: 100px; background: #e9e9e9; border: 1px solid #dfdfdf; padding: 10px 0 10px 0; position: relative;}
.cms-home .new-products td .item .image a {display: block; text-align: center;}
.cms-home .new-products td .item .image .new {width: 59px; height: 34px; position: absolute; top: 0; left: 0; display: block; background: url('../images/bg_new.png') no-repeat 0 0;}
.cms-home .new-products td .item .image .new a {display: block; width: 59px; height: 34px; text-indent: -9999px;}
.cms-home .new-products td .item .info {float: left; width: 110px; padding-left: 10px;}
.cms-home .new-products td .item .info .price-box {padding: 5px 0; font-size: 18px; font-weight: bold; color: #f47517;}
.cms-home .new-products td .item .info .price-box .price {white-space: normal !important;}

.cms-home .new-products td .item .info .old-price {display: none;}
.cms-home .new-products td .item .info .special-price {padding: 0; font-size: 18px; font-weight: bold; color: #f47517;}
.cms-home .new-products td .item .info .special-price .price-label {display: none;}

/* Easy Slider */
#slider-container {position: relative; width: 489px; z-index: 1;}
#slider-container #prevBtn {display: block; width: 17px; height: 232px; position: absolute; left: 1px; top: 0; background: url('../images/slider-prev.gif');}
#slider-container #nextBtn {display: block; width: 17px; height: 232px; position: absolute; left: 473px; top: 0; background: url('../images/slider-next.gif');}
#slider-container #prevBtn a,
#slider-container #nextBtn a {display: block; width: 17px; height: 232px; text-indent: -9999px;}

#slider {margin-left: 18px;}
#slider ul, #slider li{margin:0; padding:0;	list-style:none;}
#slider li{ width:455px; height:232px; overflow:hidden;}
span#prevBtn{}
span#nextBtn{}

/* // Easy Slider */
.cms-faq {}
.cms-faq .col-main ul#faq {width: 28%; float: left; border-right: 1px solid #eee; padding: 0 2% 0 15px;}
.cms-faq .col-main ul#faq li {padding: 0 0 3px 0; color: #666;}
.cms-faq .col-main ul#faq li ul {padding: 3px 0 10px 15px}

.cms-faq .col-main div#respuestas {width: 66%; float: right; text-align: left;}
.cms-faq .col-main div#respuestas h2 {font-size: 18px; color: #666; padding: 0 0 10px 0;}
.cms-faq .col-main div#respuestas h3 {font-size: 14px; color: #666; padding: 10px 0 5px 0; background: none;}
.cms-faq .col-main div#respuestas ol {list-style: decimal; padding: 0 0 0 20px; color: #777; }
.cms-faq .col-main div#respuestas ol li {padding: 0 0 2px 0;}
.cms-faq .col-main div#respuestas ul {padding: 5px 0 5px 20px;}
.cms-faq .col-main div#respuestas ul li {color: #6c8065; padding: 0 0 2px 0;}

/* ======================================================================================= */
#wdw_data {overflow: auto; width: 760px; height: 385px; border: 2px solid #b3ada4; margin: 0 auto; background: url('../images/opc-ajax-loader.gif') no-repeat 50% 50% #fff;}
#wdw_data .product-img-box {width: 255px; float: left;}
#wdw_data .product-shop {width: 480px; float: left; text-align: left; background: #fff;}
#wdw_data .product-shop h2 {color: #665738; font-size: 16px; padding: 0;}
#wdw_data .product-shop .availability {color: #665738; font-size: 10px; text-transform: uppercase; padding: 2px 0 15px 0;}
#wdw_data .product-shop .short-description {color: #444; font-size: 12px; margin: 0;}
#wdw_data .product-shop .price-box {font-size: 18px; color: #f47517; font-weight: bold; padding: 0;}
#wdw_data .product-shop .add-to-cart {padding: 8px 0 10px 0;}
#wdw_data .product-shop .add-to-cart label, 
#wdw_data .product-shop .add-to-cart input {display:none;}
#wdw_data .product-shop .add-to-cart .button {font-size: 12px; color: #fff; background: #9f9175; padding: 1px 2px; font-weight: bold; margin: 0;}
#wdw_data .product-shop .additional {color: #665738; padding: 0 0 18px 0; clear: both;}
#wdw_data .product-shop .additional em {font-style: normal;}
#wdw_data .product-shop .more_info {padding-bottom: 10px; clear: both;}
#wdw_data .product-shop .more_info a {color: #fff; background: #f47517; padding: 3px 5px; font-weight: bold; text-decoration: none;}
#wdw_data .clearer {clear:both;}

#wdw_data #wdw_close {height: 40px;}
#wdw_data #wdw_close strong {display: block; background: url('../images/close.gif') no-repeat 50% 50%; height: 30px; width: 30px; float: right; text-indent: -9999px; cursor: pointer;}

#wdw_up #product-options-wrapper,
#wdw_up h3,
#wdw_up .review,
#wdw_up .misc_options
{display: none;}

/* = Plugoo ============================================================================== */
#plugoo {padding-top: 20px;}
/* ======================================================================================= */

