/**
 * 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:transparent url(../images/backTile.gif) repeat;color:#524535;}
a { color:#9A8163}
a:hover { color:#ccbb95;}
h2{line-height:1.34;color:#ccbb95;}



.wrapper {}
.page { width:1000px; margin:0 auto; padding:0 0 20px 0; text-align:left; background:#050002;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:5px;}


/* Damians CSS ============================================================================ */
.block-subscribe {color:#CCCCCC;}

/* Base Columns */ 
.col-left { float:left; width:200px; border:none; padding:0; margin-left:0; background:#160a0a;}
.col-main { float:left; width:746px;  border:0px solid #ddd; padding:0px; margin:0; }
.col-right { float:right; width:225px; border:none; padding:5px;margin-top:10px; margin-right:0px; background:#160a0a;}

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; margin-right:0px; background:#160a0a;padding:10px;}
.col2-right-layout .col-main {margin:0;}

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

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */
.divider{height:1px;line-height:1em;background:#524535;color:#524535;margin:10px 0;}
.divider2{height:1px;line-height:1em;background:#524535;color:#524535;margin:10px 0;}
/* 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:#ccbb95; border:1px solid #524535;}
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 */
input#newsletter.input-text,select,textarea { background:#ccbb95; border:1px solid #524535; width:170px;}
input#newsletter.input-text,textarea {float:left; margin-right:10px; margin-top:8px;}
form#newsletter-validate-detail .block-content .button{margin-top:8px;}
form#newsletter-validate-detail .block-content .button.button span{font-size:7.5pt; font-weight:normal; color:#a19794;text-transform: uppercase; font-family: "Arial Narrow",Arial, Helvetica, sans-serif;}
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/SubSrt_trans_but.png) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; background:url(../images/Sub_trans_but.png) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#ccbb95; }
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; margin-top:5px; }
.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 { clear:both; margin:10px 0 0; padding:5px; border:none; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

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

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

.messages,
.messages ul { list-style:none !important; margin:0 0 10px !important; padding:0 !important;}
.messages { width:100%; overflow:hidden; }
.messages li { margin:0}
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:0px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:5px 10px 5px 10px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border:none; background-color:#050002; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border:none; background-color:#050002; background-image:url(../images/success_msg_icon.gif); color:#C0AF8B; }
.note-msg,
.notice-msg { border-color:#CCBB95; background-color:#050002; background-image:url(../images/note_msg_icon.gif); color:#ccbb95;}

/* BreadCrumbs */ 
.breadcrumbs { padding:0; margin:5px 5px 10px 5px; border:none; color:#9a8163;}
.breadcrumbs li { display:inline; }
.breadcrumbs a {color:#9a8163;}
.breadcrumbs a:hover { color:#ccbb95;}

/* Page Heading */
.page-title { border-bottom:1px solid #ccbb95; padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.sortbybar { border:none; padding:10px 10px 0 10px; margin:5px 0; background:url(/skin/frontend/default/ccx/images/CanCan_Sorter_bg.jpg) repeat-x left top; color:#524535; }
.pager { border:none; text-align:center;  color:#9A8163;}
.pager .amount { float:right; margin-right:10px;padding-right:10px;background:transparent url(../images/top_links_divider.gif) no-repeat scroll right 5px;}
.pager .limiter { float:right; margin-right:10px;padding-right:10px; background:transparent url(../images/top_links_divider.gif) no-repeat scroll right 5px; }
.pager .limiter  select{ width:50px; }
.pager .pages {float:right; margin-right:10px;padding-right:10px; background:transparent url(../images/top_links_divider.gif) no-repeat scroll right 5px;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:none;color:#9A8163;float:right; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}
.sorter .sort-by   select{ width:100px; }


/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

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

/* Lists Decoration */
li.odd {}
li.even { background:transparent; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background:transparent; }

/* 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; }
#wrapped h3{color:#160a0a;}
#wrapped dt{color:#524535;}
#wrapped .page-head{background:#ccbb95; padding:10px;}
#wrapped dl{background:#ccbb95; padding:10px;}
#wrapped dl a:hover{color:#160A0A;}


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

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

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


/* Header ================================================================================ */
.logo { float:left; width:377px; height:72px; overflow:hidden; } 
.header-container {overflow:visible; background:#050002; position:relative; padding:20px 5px 0 5px;}
.header { padding:0px; border:0px solid #050002; position:relative;}
.header .logo { background-position:0 0; background-repeat:no-repeat; }
.header .logo a { display:block; width:377px; height:72px; }
.header .welcome-msg { font-weight:bold; text-align:right; color:#c0af8b; padding:15px 10px 0 0;}
.header .links { float:right; color:#FFFFFF; display:inline; list-style-type:none; }
.header .links li { color:#fff; display:inline; list-style-type:none; padding:2px 10px 0 3px; background:transparent url(../images/top_links_divider.gif) no-repeat scroll right 5px; }
.header .links li.last{ background:transparent none repeat scroll 0 50%; }
.header .links li a { color:#9a8163; text-decoration:none; }
.header .links li a:hover { color:#c0af8b; text-decoration:underline; }
.header .form-search { text-align:right; position:absolute; right:10px; top:80px; width:327px;}
input#search.input-text,select,textarea { width:200px; margin-right:5px;}
form#search_mini_form .form-search label{display:none;}
form#search_mini_form .form-search .button.button span{display:none;}
form#search_mini_form .form-search .button{background:transparent url(../images/Search_trans_but.png) no-repeat; width:15px; height:15px;}
.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; position:absolute; top:80px; right:245px; color:#9a8163;}
.header .form-language input#search.input-text, select, textarea {width:75px;}

/********** < Navigation */
#nav {font-size:12px; height:36px; border:0px solid #ddd; padding:0; margin:0; background:url(../images/nav_back.jpg) repeat-x left top; }

/* 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; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; background:transparent url(../images/CanCanNAV_divider.png) no-repeat right top;}
#nav li a { float:left; padding:10px 25px 8px; font-weight:bold; color:#E9E7DA; }
#nav li a:hover { color:#E9E7DA;  background:#160a0a;}
#nav li.over a,
#nav li.active a { color:#E9E7DA; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:33px; left:-10000px; border:1px solid #ccbb95; background:#E9E7DA; }
#nav ul li { float:none; border-bottom:1px solid #ccbb95; background:none; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#524535 !important; }
#nav ul li a:hover { color:#ccbb95 !important;background:transparent;}
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#524535 !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; }




/********** Contact US > */
/* ======================================================================================= */
.contacts-index-index .col-main fieldset{background:#ccbb95;padding:10px 0 10px 10px; margin:20px 0 0; width:550px;}
.contacts-index-index .col-main .buttons-set .required{float:left;}
.contacts-index-index .col-main .buttons-set{width:550px}
.contacts-index-index .col-main p {color:#9a8163}
.contacts-index-index .col-main b {color:#9a8163}

/********** mix > */
/* ======================================================================================= */
.catalog-seo-sitemap-category a:hover { color:#160A0A;}
.customer-address-index .col-main {color:#9a8163;}
.newsletter-manage-index .col-main .buttons-set a:hover{ color:#160A0A;}

/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:0px solid #ddd; margin:0; padding:5px;}
.block .block-title { border-bottom:0; padding:5px 5px 0 5px; }
.block .block-title h2 { font-size:14px; font-weight:bold; line-height:1.5; color:#CCBB95; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:0 5px 10px 5px; color:#9a8163; font-size:8pt;}
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x scroll left top;}

/* Block: Currency Switcher */
.block-currency {background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x left top;}
.block-currency select { width:100%; border:1px solid #888; margin-top:5px; }

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

/* Block: Cart */
.block-cart {background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x left top;}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block  h3 { font-size:8pt; font-weight:normal; margin:0; color:#ccbb95; padding-top:5px;}
.block-cart li.even {background:transparent;}

.prod_qty{float:left;}
.mini-products-list li { padding:5px;background:#ccbb95; color:#524535;}
.mini-products-list li a {color:#524535;}
.mini-products-list li a:hover{color:#160a0a;}
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:none; margin-right:-75px; display:none;}
.mini-products-list .product-details { margin-left:15px; }
.mini-products-list .truncated{float:right; }
.mini-products-list .product-details h4 { font-size:8pt; font-weight:bold; margin:0;}
.mini-products-list .product-details .btn-remove { float:left; margin-left:-15px; margin-top:2px;}

/* Block: Wishlist */
.block-wishlist {background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x scroll left top;}
#wishlist-table .price{color:#160a0a;}
#wishlist-table a:hover{color:#160a0a;}
#wishlist-sidebar .price{color:#524535;}
#wishlist-sidebar .price-box{float:left;margin-right:5px;}
#product_sendtofriend_form fieldset{background:#ccbb95;padding:10px;}
#emailFriends{background:#160a0a;padding:10px;}
.sendfriend-product-send ul{margin:0 !important;}
.wishlist-index-share #form-validate fieldset {background:#ccbb95;padding:10px;}
.wishlist-index-share #form-validate fieldset h3{color:#524535;}

/* Block: Related */
.block-related {padding:0;}
.block-related ol{ display:inline;}
.block-related li { padding:0; display:inline;}
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:0;margin-right:11px;}
.block-related .item .product-image { float:none; margin-right:0; }
.block-related .item .product-details { margin-left:0; }
.block-related .block-title  h2{border-bottom:1px solid #CCBB95;color:#CCBB95;font-size:10pt;margin-bottom:10px;}
.catalog-product-view .block-title {padding:5px 0 0;}
.block-related .product-name{font-size:1em;font-weight:bold;line-height:1.5;}


/* Block: Compare Products */
.block-compare {background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x left top;}
.block-compare h2 {margin-bottom:3px;}
.block-compare .actions {margin-top:3px;}
.block-compare li { padding:5px;background:#ccbb95;}
.block-compare li a {color:#524535;}
.block-compare li a:hover{color:#160a0a;}
.block-compare li.even {}
.item_no{ font-size:8pt;font-weight:normal;}
#product_comparison .price-box .price{color:#160a0a;}


/* Block: Viewed */
.block-recent {background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x left top;}

/* 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 {color:#E9E7DA; font-size:8pt;background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x left top;}


/* Block: Reorder */
.block-reorder {background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x scroll left top;}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; }

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

/* Block: Checkout Progress */
.block-progress {padding:0px;}
.block-progress .block-title h2{font-size:10pt; margin-bottom:5px;color:#524535;}
.block-progress dt { font-weight:bold;background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x left top; padding:10px; color:#ccbb95;}
.block-progress dt.complete,
.block-progress dd.complete { background-color:#ccbb95;padding:10px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ccbb95;; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:none; }
.products-grid td { width:25%; border:none; padding:5px 11px 5px 0; font-size:8pt; line-height:10pt;}
.products-grid td.empty {}

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



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

.product-essential {}
.product-collateral {}

.product-view .product-img { height:400px; }


/* Product Images */
.product-view .product-img-box { float:left; width:415px; }
.product-view .product-img-box .product-image { border:1px solid #000; }
.product-view .product-img-box .product-image-zoom { position:relative; width:415px; height:515px; 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; display:none; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; color:#fff; }
.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{display:none;}
.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:#160a0a; margin:0 0 8px 4px ; }
.product-view .product-img-box .more-views h3 {color:#CCBB95;font-size:10pt;}
#track_hint{display:none;}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; margin-left:auto; margin-right:auto; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:310px; }
.product-view .product-name {}
.product-view .product-shop p{}
.product-view .short-description {margin:20px 0;color:#9A8163;}
.product-view .short-description h3{color:#ccbb95; font-size:10pt;}
.availability {display:none;}

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

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; color:#524535; display:none;}
.availability .out-of-stock { font-weight:bold; color:#524535; }

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

products-grid.price-box {margin-right:10px;margin-top:5px;float:left;}
.price-box .price { font-weight:bold; color:#e9e7da; font-size:10pt; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap;color:#524535; }
.old-price .price { font-weight:bold; text-decoration:line-through; color:#524535;}

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

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }
.add-to-links .separator { display:inline; color:#524535;}
.add-to-links ul{float:left; display:inline; list-style-type:none;}
.add-to-links li {font-size:8pt;display:inline; list-style-type:none;}
.add-to-links li a{color:#9A8163;}
.add-to-links li a:hover{color:#CCBB95;}


/* 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-wrapper{background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x left top;}
.product-options { padding:0 10px 0; margin:10px 0 0; border:1px solid #050002; border-bottom:none; }
.product-options dt label { font-weight:bold; color:#9A8163; float:left; width:50px;text-align:right;padding-right:3px;}
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle;}
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:230px;}
.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-bottom:10px;}


.product-options-bottom { padding:0 10px; border:1px solid #050002; border-top:0; background:transparent url(/skin/frontend/default/ccx/images/CanCan_Sorter_bg.jpg) repeat-x scroll left top; }
.product-options-bottom .price-box { margin:10px 0 5px; float:left; }
.product-options-bottom .add-to-cart {margin:10px 0 5px; float:right;}
.product-options-bottom .add-to-cart label {color:#524535;}

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

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

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell h3 {color:#CCBB95;font-size:10pt;border-bottom:1px solid #ccbb95;margin:20px 0 5px;}
.product-view .up-sell .products-grid td { width:20%;}


/* 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; color:#524535; }

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

/* Advanced Search */
.search-summary {}
.advSearch fieldset{background:#ccbb95;padding:10px;width:500px;margin:0 auto;}
.advSearch .required{float:left;}
.advSearch .buttons-set{width:500px;margin:0 auto;}
.catalogsearch-advanced-result .note-msg{background:transparent;color:#ccbb95;padding-left:0 !important;}


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

/* Sitemap */
.sitemap {background:#ccbb95;padding:10px;}
#siteMap .pager{float:none;margin-left:0;background:#160a0a url(/skin/frontend/default/ccx/images/CanCan_Sorter_bg.jpg) repeat-x scroll left top;;}
#siteMap .links{text-align:right;margin-bottom:5px;}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:415px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {padding:10px;}
.cart .checkout-types { float:right; text-align:right; }
#shopping-cart-table .product-name a{color:#524535;}
#shopping-cart-table .product-name a:hover{color:#160a0a;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.checkout-cart-index #wrapped a:hover{color:#160a0a;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:688px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:75px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; width:232px;}
.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; display:inline;}
.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 #524535; background-color:#ccbb95; }
.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; }

/* Data Table */
.data-table { border:1px solid #2d1b1b; width:100%; color:#524535; }
.data-table tr { background:#ccbb95; }
.data-table .odd  { background:#ccbb95 }
.data-table .even { background:#ccbb95 !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #2d1b1b; padding:2px 8px; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background:#160a0a url(/skin/frontend/default/ccx/images/CanCan_Sorter_bg.jpg) repeat-x scroll left top; }
.data-table tfoot { border-bottom:1px solid #2d1b1b; }
.data-table tfoot tr.first { background:#160a0a url(/skin/frontend/default/ccx/images/CanCan_Sorter_bg.jpg) repeat-x scroll left top; color:#ccbb95; border-top:1px solid #160A0A;}
.data-table thead{ color:#ccbb95; }
.data-table tfoot tr { background-color:#ccbb95 !important; }
.data-table tfoot td { padding-top:3px; padding-bottom:3px; border-bottom:0; border-right:1px solid #2d1b1b; }
.data-table tbody td { border-bottom:1px solid #2d1b1b; border-right:1px solid #2d1b1b; }
/* Bundle Products */
.data-table tbody.odd tr { background:#ccbb95 !important; }
.data-table tbody.even tr { background:#ccbb95 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #2d1b1b; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

table#shopping-cart-table.data-table .item-options{list-style-type: none;}

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

#discount-coupon-form{}
.discount{background:transparent url(../images/CanCan_leftCol_bg.jpg) repeat-x scroll left top;margin-top:10px; padding:10px 20px 15px;color:#9A8163;}
.discount h3{color:#ccbb95; font-size:14px;}
.discount input{margin:5px 5px 0 0; width:177px;}
#discount-coupon-form label {font-size:7pt; line-height:1.2;}

#EstShipHd{font-size:7pt;}
.shipping{background:#ccbb95; padding:10px 20px 20px;color:#524535;}
.shipping h3{color:#524535; font-size:14px;}
.shipping li{margin-top:10px;}
#co-shipping-method-form fieldset{border;1px solid #524535;}
.shipping li {margin-top:5px;}
.shipping .buttons-set button.button{float:left;}
.shipping .buttons-set {margin:0;}

.totals{background:#ccbb95; padding:10px 20px 20px;color:#524535;margin-top:10px; width:200px;}
.totals tfoot tr{color:#050002; font-size:12pt;}
.totals .checkout-types button{background:none;}
.totals .checkout-types button span {background:transparent url(../images/checkout_but.png) no-repeat scroll 0 0; height:30px;padding: 5px 0px 0px 0px;width:231px;margin-bottom:10px;color:#160A0A;}
.totals .checkout-types a{color:#524535}
.totals .checkout-types a:hover{color:#160a0a}
.cart .totals table th, .cart .totals table td {padding:0px;}
.cart .totals table td .price{padding-left:5px;}

.crosssell{padding:10px;}
.crosssell h3{color:#ccbb95;font-size:10pt; margin:10px 0 5px;}
.crosssell .item{margin-bottom:5px;height:75px;}
.crosssell .item .price-box{float:left;margin-right:10px;}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
#checkout-step-login h4{color:#524535;}
#checkout-review-table .a-right{color:#524535;}
#checkout-review-table .first .a-right.price{color:#524535;}
.page-title .checkout-types img {display:none;}
.opc a:hover{color:#160a0a;}
.opc { border:none; position:relative; margin:10px; background:#ccbb95;}
.opc li.section { border:none; border-bottom:0; }
.opc .step-title { background:#160a0a url(/skin/frontend/default/ccx/images/CanCan_Sorter_bg.jpg) repeat-x scroll left top; padding:5px 10px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px;color:#ccbb95; }
.opc .step-title h3 { float:left; color:#ccbb95; font-size:10pt; line-height:22px;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#160a0a; cursor:default; }
.opc .step { border-top:none; padding:10px 22px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .step #co-shipping-method-form fieldset{margin:0;}
.opc .back-link a:hover{color:#050002;}
#checkoutSteps label{color:#524535;}
#checkoutSteps .col-1 label{color:#050002;}
#successBuy{padding:10px;background:#160a0a;margin-top:10px;}
#successBuy #wrapped{background:#ccbb95;padding:10px;}
#successBuy #wrapped a:hover{color:#160a0a;}
#successBuy h3{color:#524535;}
#noItems{padding:10px;background:#160a0a;}
#noItems #wrapped{background:#ccbb95;padding:10px;}

.group-select li { padding:0; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }


/* Multiple Addresses Checkout */
.checkout-progress { padding-left:200px; margin:20px 0 10px;}
.checkout-progress li { float:left; width:15%; border-top:5px solid #524535; text-align:center; color:#524535; font-size:8pt;margin-right:5px;}
.checkout-progress li.active { border-top-color:#ccbb95; color:#ccbb95; }

.multiple-checkout { position:relative; color:#524535;}
.multiple-checkout h4 {color:#160a0a;}
.multiple-checkout a:hover{color:#160a0a;}
.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 {color:#E9E7DA;}
.multiAd{padding:0 10px 10px;}
.multiple-checkout h3{color:#ccbb95;background:#160A0A url(/skin/frontend/default/ccx/images/CanCan_Sorter_bg.jpg) repeat-x scroll left top;padding:5px 10px;font-size:10pt;}
.direction{font-size:7pt;color:#ccbb95;line-height:2em;}
.persDetails{background:#ccbb95;width:550px;padding:10px;margin:0 auto;color:#524535;}
#selAddress.multiAd p.required{width:550px;margin:0 auto;color:#524535;}
#selAddress.multiAd div.buttons-set{width:550px;margin:0 auto;color:#524535;}
#shipMeth.multiAd div.col2-set{background:#ccbb95;padding:10px;}
#shipMeth.multiAd .col2-set div.col-1 address{font-size:8pt;}
.contained{border:1px solid #524535;padding:10px 10px 20px;margin:20px 0;}
#billin.multiAd .col2-set div.col-1 address{background:#ccbb95;padding:10px;}
#billin.multiAd .col2-set div.col-2 .sp-methods{background:#ccbb95;padding:10px;min-height:108px;}
#ovrView.multiAd .col2-set{background:#ccbb95;border-bottom:1px solid #160a0a;}
#ovrView.multiAd .col2-set div.col-1{padding:10px 10px 20px;}
#ovrView.multiAd .col2-set div.col-2{padding:10px 10px 20px;width:45%;}
#ovrView.multiAd .col2-set div.col-2.data-table th{color:#524535;}
#ovrView h5{color:#524535;}
#multishipping-billing-form h3 a:hover{color:#ccbb95;}
#suc {background:#160a0a; padding:10px;}
#suc #wrapped {background:#ccbb95;padding:10px;}

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

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

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

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {padding:10px;color:#ccbb95;}
.account-login .registered-users {background:#160A0A url(../images/CanCan_leftCol_bg.jpg) repeat-x scroll left top;padding:10px;width:48%;}
.account-login .registered-users p{font-size:7pt;margin-bottom:10px;}
.account-login h3{color:#ccb95;}
.account-login .new-users {}
.account-login .registered-users {}
#login-form .form-list label{color:#524535;}

.account-create {}
/* Account Login/Create Pages ============================================================ */
.account-create{padding:10px;color:#524535;}
.account-create h3{color:#524535;}
.account-create fieldset{background:#ccbb95;padding:10px 0 20px 18px; width:550px;margin-left:auto;margin-right:auto;}
.account-create p.required{ width:550px;margin-left:auto;margin-right:auto;}
.account-create .buttons-set {width:550px;margin-left:auto;margin-right:auto;}

/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {color:#524535;}
.dashboard .a-center a:hover {color:#160a0a;}
.dashboard h3,h4,h5{color:#ccbb95;}
.dashboard h3{font-weight:normal;}
.dashboard .col2-set{background:#160A0A url(/skin/frontend/default/ccx/images/CanCan_leftCol_bg.jpg) repeat-x scroll left top;padding:10px 10px 20px;}
.dashboard .welcome-msg {}
#addressBk h4{font-weight:normal;}
#addressBk h3{color:#ccbb95;}
#acntInfo h3{color:#ccbb95;}
#acntInfo h4{color:#ccbb95;font-size:16px;font-weight:bold;line-height:1.375;margin-top:10px;}
.sales-order-history .pager{padding:5px 0;}
.sales-order-history .pager .amount{background:transparent;margin-right:0;padding-right:0;}
.sales-order-history #my-orders-table a:hover{color:#160a0a;}
.customer-account-edit #form-validate fieldset{background:#ccbb95;padding:10px;}
.newsletter-manage-index #form-validate fieldset{background:#ccbb95;padding:10px;}
.customer-account-edit #form-validate fieldset h3{color:#524535;}
.newsletter-manage-index #form-validate fieldset h3{color:#524535;}

/* 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:none; padding:5px; }
.order-info dt{display:inline; color:#ccbb95;}
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }
#orderInfo h3{padding-top:10px; color:#ccbb95;font-weight:normal;font-size:14px;}
#my-orders-table .product-name{color:#524535;}

/* 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 { border:0px solid #ddd; padding:20px 10px; background:#050002; color:#9a8163; }
.footer a { color:#9a8163; text-decoration:none; }
.footer a:hover { color:#c0af8b; text-decoration:underline; }
.footer p { text-align:right; }
.footer address { text-align:right; }


.footer ul { float:left; display:inline; list-style-type:none; margin:0 ;}
.footer li { display:inline; list-style-type:none; padding:2px 10px 0 3px; background:transparent url(../images/top_links_divider.gif) no-repeat scroll right 5px; }
.footer li a {  text-decoration:none;padding:0 3px 0 0;}
.footer li a:hover {  text-decoration:underline; }

.footer .links { float:left;  display:inline; list-style-type:none; margin:0; }
.footer .links li {display:inline; list-style-type:none; padding:2px 10px 0 3px; background:transparent url(../images/top_links_divider.gif) no-repeat scroll right 5px; }
.footer .links li.last{ background:transparent none repeat scroll 0 50%; }
.footer .links li a {  text-decoration:none; }
.footer .links li a:hover {  text-decoration:underline; }
/* ======================================================================================= */

.cms-privacy-policy .col-main dl a:hover{color:#160A0A;}
.sales-order-print .col2-set {margin-top:20px;}
.sales-order-print .first{border-bottom:1px solid #160A0A;border-top:1px solid #160A0A;}
.catalog-product-compare-index .data-table  a:hover{color:#160A0A;}
.checkout-onepage-success #wrapped a:hover{color:#160A0A;}
.cms-no-route #wrapped {background:#CCBB95;}
.cms-no-route #wrapped h3{padding:10px 10px 0;}

#taxtitle {float:right; font-weight:bold; font-size:14px;}

/*********Home page slider*******************/
#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 650px;
	height: 450px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 330px;
	height: 450px;
	overflow: hidden;
	padding-left:10px;
}

