/**
 * 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:#fff url(../images/bg_body.jpg) no-repeat fixed center top;color:#395218;font-size:11px;}
a{ color: #355013;text-decoration:none;}
.page { width:871px; margin:0 auto; padding:0; text-align:left;background-color:#FFF; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:0; }

/* Base Columns */
.col-left { float:left; width:159px; background-color:#FFFFFF;}
.col-main { float:left; width:736px;  }
.col-right { float:right; width:159px; padding:0  0 5px 0px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto;padding:0px 10px 10px;min-height:200px; }

/* 2 Columns Layout */
.col2-left-layout,
.col2-right-layout {clear:both;padding:0px 5px 10px;}
.col2-left-layout .col-main { float:right; width:687px;margin-right:5px;}
.col2-right-layout .col-main {width:687px;margin-left:5px;}
.col2-right-layout .col-main .page-title { }

/* 3 Columns Layout */

.col3-layout .col-main { width:512px; margin-left:10px;min-height:700px; } /*aca*/
.col3-layout-wrapper,
.col2-left-layout-wrapper,
.col2-right-layout-wrapper,
.col1-layout-wrapper { width:871px;float:left;clear:both;padding:15px 0 0;}
.col3-layout-wrapper2 { float:left;width:100%;padding:0 0 10px;}
.col3-layout {padding:0 10px;}

/* Safari hack
body:first-of-type .col3-layout{
	position: relative;background: url(../images/bg_body.png) repeat-y;
}*/

/* 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 #4A4A4A; }
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 { height:29px!important;overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/btn_osc_cla_left.png) 0 0% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button:hover {background:url(../images/btn_osc_cla_left.png) 0 -29px no-repeat;}

button.button span { display:block;float:left; height:29px; padding:0 12px 0 0; *padding:0 12px 8px 0; background:url(../images/btn_osc_cla_right.png) 100% 0% no-repeat; font:bold 11px/22px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button:hover span { background:url(../images/btn_osc_cla_right.png) 100% -29px no-repeat; color:#1E2E08; }



/* Grey Button */
button.button-grey::-moz-focus-inner { padding:0; border:0; } /* FF Fix */

button.button-grey { height:29px!important;overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/btn_osc_cla_left.png) 0 -29px no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button-grey:hover {background:url(../images/btn_osc_cla_left.png) 0 -29px no-repeat;}

button.button-grey span { display:block;float:left; height:29px; padding:0 12px 0 0; *padding:0 12px 8px 0; background:url(../images/btn_osc_cla_right.png) 100% -29px no-repeat; font:bold 11px/22px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button-grey:hover span { background:url(../images/btn_osc_cla_right.png) 100% -29px no-repeat; color:#1E2E08; }


button.disabled {}
button.disabled span {}

.block-cart button.button-grey span{width: 55px;}

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 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:235px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #DAAB66; 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:245px; }
.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:230px; }
.group-select .input-box select { width:236px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; /*border:1px solid #DAAB66;*/}
.buttons-set .back-link { float:left; }
.buttons-set button.button {float:right;}
.buttons-set button.button span {margin-left:-1px;}




.checkout-onepage-index .buttons-set button.button {}
#review-buttons-container button.button {float:right;}
#review-buttons-container button.button span { margin-left:-2px;}

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #DAAB66; 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 { 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; }
.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 5px; font-size: 11px; color:#BB9358;}
.breadcrumbs li { display:inline; }
.breadcrumbs li a { font-weight:bold;text-decoration:underline;}

/* Page Heading */
.page-title { margin:3px 0 10px; }
.col2-right-layout .page-title, .col2-left-layout .page-title,
.col1-layout .cart .page-title {text-align:left;padding:0 15px;height:33px;background:url(../images/bg_main2_block_title.png) no-repeat;}




.col2-left-layout .title-buttons h2{width:520px; }

.checkout-onepage-index .page-title h2 {}

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

/* Pager */
.pager {  padding:5px; margin:5px 0; text-align:center;font-size:12px; }
.pager .amount { float:left; }
.pager .limiter { float:left; }
.pager .pages { }
.pager .pages ol { display:inline;float:right; }
.pager .pages li { display:inline; }
.pager .pages .current {}
.pager .limiter label,
.pager .limiter a,
.pager .pages span,
.pager .pages a { font-weight:bold;padding-right:5px;}
.pager .pages img { margin-left:5px;}
.pager .limiter a.perpage-active { text-decoration:underline;}

/* Sorter */
.sorter {  padding:5px; margin:5px 0; font-size:12px; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:left;font-weight:bold; }
.sorter .sort-by a { text-decoration:underline;}
.sorter .sort-by label,
.sorter .sort-by a,
.sorter .link-feed {}
.sorter .sort-by label, .pager .limiter label {color:#000;}

/* Footer list products */
.footer-list-product .sorter { display:none;}
.footer-list-product .pager .limiter { display:none;}
/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #DAAB66; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #DAAB66; }
.data-table thead { background-color:#FAF8F0; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#FAF8F0; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#FAF8F0; }
.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:#FAF8F0; }
.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:#FAF8F0; }
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:#FAF8F0;*/ }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#FAF8F0; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.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; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:340px; height:80px; overflow:hidden; margin:19px 0 0 18px; }
.header-container {}
.header {background:url(../images/bg_header.png) no-repeat; height:112px; padding:0; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:340x; height:80px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .top-search { width: 311px; height: 39px; float: right;margin:25px 17px 0 0; }
.header .form-search { text-align:center; }
.header .form-search #search {border: 0; height: 18px; width: 163px; margin:0 5px 0 5px; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #DAAB66; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #DAAB66; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search label {color: #446022;}

.header .form-search button.button { height:21px !important; background: url(../images/button_search.png) no-repeat 0 0; }
.header .form-search button.button:hover { background: url(../images/button_search.png) no-repeat 0 100%; }
.header .form-search button.button span {background: none; padding:0 18px 0 0;}
.header .form-search button.button:hover span {background: none;}

.header .form-language { text-align:center; }

/********** < Navigation */
#nav { text-align:center; height:34px; width:815px; font-size:12px; background:url(../images/bg_nav_top.jpg) no-repeat; /*padding:0 0 0 57px;*/padding:17px 0 0 57px;}

/* Safari Hack */
body:first-of-type #nav li a
	{ padding:7px 14px 5px;
}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { /*display:block;*/ text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { /*display:block;*/ white-space:nowrap; cursor:pointer; padding:0;float:left;}
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { display:inline; padding:0; line-height:28px; float:left; background: url(../images/bg_sep.png) no-repeat 100% 0; font-family:Georgia;}
#nav li.last { background: transparent !important; }
#nav li a { font-size: 14px; float:left; padding:0 17px 0 17px; font-weight:bold; color:#EDD9BA; }
#nav li a.sIFR-replaced {padding:7px 25px 5px 25px;}

#nav li.sIFR-replaced {padding:0 20px 0 20px; line-height: 0; background: url(../images/bg_sep.png) no-repeat 100% 0;}

#nav li.last { background: transparent !important; border-right:0;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav li a { padding:6px 20px 5px 20px;}
}
#nav li a:hover { color:#FFFFFF; }
#nav li.over a,
#nav li.active a { color:#FFFFFF; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #DAAB66; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #DAAB66; }
#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 > */

/********** < Navigation vertical */
.vertnav { width:100%; font-size:12px; padding:0; margin:0;float:left; }

/* All Levels */
.vertnav li,
.block-account ul li { float:left;text-align:left; /*position:relative;*/ line-height:26px;}
.vertnav li.over { z-index:999; }
.vertnav li.parent {}
.vertnav li a { /*display:block;*/ text-decoration:none; }
.vertnav li a:hover { text-decoration:none; }
.vertnav li a span { /*display:block;*/ white-space:nowrap; cursor:pointer; }
.vertnav li ul a span { white-space:normal; }.
/* 1st Level */
.vertnav li { display:block; padding:0; *padding:0; line-height:29px; float:left; }
.vertnav li.last { background: transparent; }
.vertnav li a {background-color: #F8F2D8; border-bottom:1px solid #FFFFFF; font-size: 11px; float:left; padding:0 12px; /**padding:0 5px 0 20px;*/ color:#375215; font-weight:bold; width: 135px; }
.vertnav li a:hover {color:#AF864C;}
.block-cmsmenu .vertnav li a {background-color: #F8F2D8;}
.block-cmsmenu .vertnav li a:hover {color:#AF864C;}
.vertnav li.over a,
.vertnav li.active a{ }

/* 2nd Level */
.vertnav ul { /*position:absolute;*/ width:159px; /*top:25px; left:-10000px; border:1px solid #DAAB66; background:#fafafa;*/ }
.vertnav ul li { float:none; border-bottom:1px solid #DAAB66; }
.vertnav ul li.last { border-bottom:0; }
.vertnav ul li a { background-color: #F8F2D8; width:135px;float:left; padding:0 12px; font-weight:normal; color:#375215; font-weight: bold; }
.vertnav ul li a:hover {color:#AF864C;}
.vertnav ul li.active > a,
.vertnav ul li.over > a  { font-weight:bold; color:#AF864C;}

/* 3rd+ leven */
.vertnav ul ul { top:7px; }

/* Show Menu */
.vertnav li.over > ul { left:0; }
.vertnav li.over > ul li.over > ul { left:100px; }
.vertnav li.over ul ul { left:-10000px; }
.block-vertnav, .block-cmsmenu {float: left;}
.block-vertnav .block-content, .block-cmsmenu .block-content { padding:0 !important;background:transparent none !important;}

.block-cmsmenu .block-footer{background:url("../images/bg_boxcmsnav_footer.png") no-repeat;height:17px;clear:both;width:165px;}

 .block-account {float:left;}
.block-account ul li { border-bottom:1px solid #fff;}
.block-account ul li span { color:#AF864C; background:#F8F2D8;width:149px;float:left; padding:0 5px;font-weight:bold;}
.block-account ul li a { background-color:#F8F2D8;width:149px;float:left; padding:0 5px;font-weight:bold;}
/********** Navigation vertical > */
/* ======================================================================================= */

/********** < Navigation bottom */

.nav-bottom {float:left; width:871px; height: 50px;padding:0; background:url("../images/bg_footer.jpg") no-repeat center top; text-align:center;}
#nav-bottom { padding:0; margin:7px 0; width: 100%; float: left; background:url("../images/bg_nav_bottom.png") no-repeat center top;}

/* All Levels */
#nav-bottom li.over { z-index:999; }
#nav-bottom li.parent {}
#nav-bottom li a span { /*display:block;*/ white-space:nowrap; cursor:pointer; }
#nav-bottom li ul a span { white-space:normal; }

/* 1st Level */
#nav-bottom li { display:inline; line-height:28px; }
#nav-bottom li a { padding:0 10px; font-weight:bold; color:#B3C899; font-size: 11px; border-right: 1px solid #7a7a7a;text-decoration:none; }
#nav-bottom li.last a {border-right:0;}
#nav-bottom li a:hover { color:#fff;text-decoration:none; }
#nav-bottom li.over a,
#nav-bottom li.active a { color:#000; }

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

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

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

/* Sidebar =============================================================================== */

.block { margin:0 0 10px;}
.sidebar .block { clear:both;width:100%;}
.block-title { padding:0 10px 0 12px;height: 27px; background:url(../images/bg_box.png) no-repeat;text-align:left; }
.block-title h2, .page-title h2 { color: #375215; font-size:12px; font-weight:bold;line-height:26px;}

.col-right .block-content { float:left;width:141px;padding:15px 8px 5px 8px;margin-top:3px;background:#F8F2D8 url("../images/bg_block_content.png") no-repeat top center;}
.col-right .block-footer{width:157px;background:#F8F2D8 url("../images/bg_block_footer.png") no-repeat;height:3px;clear:both;}
.block h3 { font-size:12px; line-height:1.5; }
.col-left .block-allproduct .block-content {padding: 20px 10px 20px 5px; }
.col-left .block {margin-bottom: 7px;float:left;}
.block .actions { text-align:left;margin-top:10px; }
.block .actions a { float:left; }

.block-allproduct select { width:100%;}

/* Col-main ============================================================================== */

.col-main .block { margin:10px 0 0;font-size:11px;}
.col-main .block-title, .col3-layout .page-title { padding:0 15px;margin-bottom:10px;/*width:492px;*/height:33px;background:url(../images/bg_main_block_title.png) no-repeat;}
.col-main .block-title h2, .col3-layout .page-title h2, .col2-right-layout .page-title h2, .col2-left-layout .page-title h2 {line-height:29px; /*padding: 0 5px;*/}

/* Block: Account */
.block-account {}

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

/* Block: Layered Navigation */
.block-layered-nav { display:none;}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* 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 #DAAB66; 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: Cmsbox */

/* Block: block-subscribe */

/* 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 li.item { margin-left:2px; }
.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-recent .block-content ol{text-align:left;}

/* 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 .input-text {width:136px;}
.block-subscribe .input-box {margin:5px 0;}

/* 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 {}
.block-progress dt { font-weight:bold;}
.block-progress dt.complete,
.block-progress dd.complete { /*background-color:#FAF8F0;*/ }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { height:24px; padding:0 10px; margin:5px 0; background:transparent url(../images/bg_title.png) no-repeat scroll 0 0; color:#fff;}
.category-title h2 {font-size:13px; font-weight:bold; line-height:24px;}
.category-image { display:block; margin:0 auto 10px auto; }
.category-products {margin-left:9px;width:493px;}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even {  }
.products-grid td { width:33%; padding:3px; }
.products-grid td.empty {}

/* View Type: List */
.products-list {}
.products-list li.item { background:#FAF8F0 url(../images/bg_listing_top.png) no-repeat top center; margin:0 0 8px; }
.products-list .product-image { float:left;border:1px solid #D2A867; }
.products-list .product-shop { float:right; width:365px; }
.products-list .listing-col-left,
.box-socell-text .listing-col-left { float:left;width:220px;margin-left:10px;}
.products-list .listing-col-left h3 a,
.box-socell-text .listing-col-left h3 a {}
.products-list .listing-col-right,
.box-socell-text .listing-col-right { float:right;width:95px;}
.products-list .products-list-wraper {padding:15px;background: url(../images/bg_listing_bottom.png) no-repeat bottom center;float:left;width:463px;}
/* ======================================================================================= */


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

.product-essential { padding:0 10px;}
.product-collateral {margin-top:15px;}

/* Product Images */
.product-view .product-img-box { float:left; width:165px; }
.more-views {/*margin-top: 10px;*/margin:5px 0;}
.product-view .product-img-box .product-image { /*border:1px solid #DAAB66;*/ }
.product-view .product-img-box .product-image-zoom { position:relative; width:148px; height:220px; 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:-11px }
.product-view .product-img-box .more-views li { float:left; background-color:#DAAB66; margin:0 0 2px 12px; }

p.clickon {font-size:11px;font-weight:bold;float:left;}

.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:right; width:290px; }
.product-view h2.product-name {font-size: 11px;clear:both;margin-bottom:10px;}
.product-view .short-description {float:left;font-size:11px;margin-bottom:10px;width:100%;}


/* 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 {}
.product-view .availability {float:left;width: 180px;}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

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

.price-box {float:left;}
.price-box .price { font-weight:bold;float:left;color:#46562B; }
.product-view  .price-box .price {float:none;}
.product-view .price-container .price-box {width: 180px;clear:both;}

.price-box-bundle {}

/* Regular price */
.regular-price { float:left;clear:both;color:#5B3287;font-size:18px;}
.regular-price .price { font-weight:bold; }
.product-view  .regular-price {float:none; font-size:13px;}
/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.block .old-price .price-label { white-space:normal; float:left;}
.old-price .price { font-weight:bold; text-decoration:line-through; }

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

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


.price-wraper {float:left;width:180px; *padding-bottom:5px;}
.price-container {float:left;width:180px;margin-bottom: 5px;padding-top:5px;text-align:center;}

/********** 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; line-height:21px;font-weight:bold;}
.add-to-cart .qty { float:left;}
.add-to-cart button.button { margin-left:5px; float:left;}

.product-view .add-to-cart label, .product-view .add-to-cart #qty {margin-top:2px;}

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.product-view  .add-to-cart { /*float:right; */}
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }
.product-view .add-to-box {float:right;width: 195px;}

/* Product Options */
.product-options { padding:10px; margin:0; background-color:#FAF8F0; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { padding:10px; border-bottom:1px solid #E3E3E3; }
.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; background-color: #E3E3E3; border-top:0; }
.product-options-bottom .price-box { text-align: center;/*padding-left: 20px;*/ margin:10px 0 0 0; width:135px; height: 33px; line-height: 33px; float: left; background: url(../images/bg_price.png) no-repeat;}
.product-options-bottom .add-to-cart {margin:16px 0 0 0; float: right;}

/* 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:33%}

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

/* 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 #DAAB66; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types {}
.cart .totals .checkout-types li {clear:both;text-align:right;}
.cart .totals .checkout-types {}
.cart .checkout-types button.button {float:right;}
td.a-right button.button {float:right; margin-left:10px;}

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:550px; margin-top:10px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}
.cart .shipping .buttons-set { border:0; width: 260px;float:left;}
#discount-coupon-form #coupon_code {width: 150px; float:left;margin-top:6px;}
#discount-coupon-form button.button {float:right;margin-top:5px;}

/* Shopping Cart Totals */
.cart .totals { float:right; margin-top:10px;width:275px;}
.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 #DAAB66; background-color:#FAF8F0; }
.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 #DAAB66; position:relative; }
.opc li.section { border:1px solid #DAAB66; border-bottom:0; }
.opc .step-title { background-color:#FAF8F0; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#F8F2D8; cursor:default; }
.opc .step { border-top:1px solid #DAAB66; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .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 #DAAB66; background-color:#FAF8F0; 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 #DAAB66; 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 #DAAB66; background-color:#FAF8F0; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .new-users {}
.account-login .registered-users {}

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


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

/* 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 { border:1px solid #DAAB66; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .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 15px 10px 15px; clear:both; color: #375215; font-size: 10px; background-color:#F4EED4;}
.footer a {text-decoration: none; color: #375215; margin:0 7px 0 3px;font-weight:bold;}
.footer img { text-align:left;clear:both;float:left; }
.footer ul { float:left; padding:0 20px 0 0;margin-bottom:5px; }
.footer ul li {display:inline; border-right: 1px solid #375215;}
.footer ul li.last {border: 0;margin:0 7px 0 3px;}
.footer-extra1 {float:left;}
.footer-extra3 { float:right;}
/* ======================================================================================= */

/* New Styles ============================================================================ */

/* About us */
.about-image-wrapper { float:left;width:203px;margin-right:10px;}
.about-text-wrapper {}

.data-store {float: right; text-align: right; color: #446022; margin:26px 17px 0 0; width: 400px; *clear: both;}
.data-store img{ vertical-align:middle; margin: 0 5px; }
.data-store a {text-decoration: none; color: #446022; }

.box-catcell-header {background: url(../images/bg_catcell_header.png) no-repeat; height: 11px;}
.box-catcell-content {width:225px; float: left; background: url(../images/bg_catcell_content.png) repeat-y; padding: 0 10px;}
.box-catcell-footer {clear:both; background: url(../images/bg_catcell_footer.png) no-repeat; height: 11px;}

.box-catcell-content .box-catcell-image{ float: left; width: 72px; margin-right: 10px; border-color: #3669bb;}
.box-catcell-content .box-catcell-image img { border: 1px solid #3669bb;}
.box-catcell-content .box-catcell-text{float: left; width:140px;}
.box-catcell-content {white-space:normal;}

.container-info {margin: 10px 0;}
.container-info-header {width:493px;float:left;height: 3px; background: url(../images/bg_container_info_header.png) no-repeat;}
.container-info-footer {width:493px;float:left;height: 3px; background: url(../images/bg_container_info_footer.png) no-repeat;}
.container-info-content {padding:10px;width:473px;float:left;background-color:#FBF8EB;}

#colorguide { width: 100%; z-index: 100; position: absolute; left: 0; top: 0; }
#colorguide .colorguide-window { width: 300px; height: 400px; overflow: auto; margin: 110px auto 0 auto; background-color: #fff; border: 1px solid #083069; position: relative; }
.colorguide-close {text-align: right; background-color:#61A8DC; height: 25px; color: #fff; line-height: 25px;padding-right: 5px;}
.colorguide-close a {color: #fff; float: right; background: url(../images/closewin.gif) no-repeat right center; text-decoration: none; height: 25px; padding-right: 23px;}
.colorguide-title {background-color:#D4D4D4; height: 25px; color: #3669bb; line-height: 25px; font-weight: bold; padding: 0 30px;}
.colorguide-content {padding: 10px 30px;}
.colorguide-content li {margin-bottom: 7px;}
.colorguide-content span {line-height: 35px;}
.colorguide-content img {margin-right: 15px; border: 1px solid #61A8DC;}

/* Special offers */
.box-socell-content {white-space:nowrap;}
.box-socell-content a {text-decoration: none; color: #cc0000;}
/* Special offers -------------------------*/

/* Contact page */
.extra-info {margin-bottom: 15px; padding:0 10px;}
#contactForm ul { padding:0 20px;margin-top:3px;}
#contactForm li {width: 445px;}
#contactForm .group-select .input-box {width: 445px;}
#contactForm label {width: 128px;float:left;}
#contactForm .input-box {margin: 5px 0;}
#contactForm .input-text {width: 310px;}
#contactForm textarea {width: 310px;height:110px;}
#contactForm p.required {width: 462px;}
#contactForm .validation-advice {margin-left: 125px;}
#contactForm .buttons-set {width: 462px; border:0;margin:0;}
/* Contact page --------------------*/

/* Editor styles */

/* Editor styles ---------------------------------------------------*/

/*Editor templates */
td.content-left {width:200px;}
td.content-left img {margin-bottom:10px;}

.contact-content-map td {text-align: right;}
/*Editor templates ----------------------*/
table.box-featured {margin-left:7px;float:left;}
table.box-featured td {width:33%;}
td.box-featured-wrapper {background:url(../images/bg_box_featured.png) no-repeat 0 100%;padding-top:10px;padding:0;}
.box-featured-container {margin-right:5px;width:151px;float:left;background:url(../images/bg_box_featured_top.png) no-repeat 0 0;padding:5px 8px 5px 6px; text-align:center;}
.box-featured-container .price-box {float:none;}
.center-title {padding:0 12px;}
.center-title h2 {font-size:11px;font-weight:bold;line-height:24px;}
.product-text-price {float:left;text-align:left;padding:5px 18px; font-size:11px;}
.product-text-price .price-box span.price {display:none;}
.product-text-price .price-box span span.price,
.product-text-price .price-box .old-price span.price,
.product-text-price .price-box .special-price span.price {display:inline;}

.block-newin {width:338px; float:left; }
.block-newin table.box-featured td {width: 50%;}


.block-specialoffers {width: 171px; float:left;}
.block-specialoffers table.box-featured td {width: auto;}

.block-specialoffers .block-title {width:156px;float:left;padding-right:0;}
.block-specialoffers .block-title h2 {border-right:1px solid #375215;padding-right:0;line-height:18px;margin:6px 0 0;}
.block-newin .block-title {width:310px;background:transparent url(../images/bg_main_block_title.png) no-repeat scroll 100% 0;}
.comingsoon-box .listing-col-left {width:350px;}
