/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
.wrapper {}
.page { width:980px; margin:0 auto; padding: 0; text-align:left; }
.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:230px; padding:20px 0px 30px; }
.col-main { float:left; width:685px; min-height:400px; height:auto !important; height:400px; }
.col-right { float:right; width:245px; padding: 28px 0px 30px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding: 10px 30px 30px 30px;}
	.cms-home .col1-layout .col-main { padding: 0;}
	.catalog-product-view .col1-layout .col-main { padding-top: 0;}

.col1-layout-cms .col-main { float:none; width:auto; padding: 0px 0px 0px 0px;}
.col1-layout-cms .col-main .cms_content{ min-height:586px; height:auto !important; height:586px; padding: 0px 530px 30px 30px;}
	
/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {padding: 10px 0 30px 30px;}
	.wide-layout .col-main {padding: 10px 0 10px 30px; width: 505px;}
.col2-right-layout .col-right { }
	.wide-layout .col-left { padding: 0 0 30px 30px; width: 390px;  }

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

/* Content Columns */
.col2-set  { }
	.bg_2cols  { background: url(../images/blocks/v_separator01.gif) 50% top repeat-y;}
	.nobg_2cols  { background: none; border-bottom: #4f3319 solid 1px;}
.col2-set .col-1 { float:left; width:45%; padding-top: 15px}
.col2-set .col-2 { float:right; width:45%; padding-top: 15px}
	.nobg_2cols .col-1 , .nobg_2cols .col-2, .nopadding_2cols .col-1 , .nopadding_2cols .col-2   { padding-top: 0px}
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }
.col2-set .buttons-set { margin-bottom: 0;}

.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%; }

.col2-set  h4 { margin: 0 0 10px 0; border-bottom: #4f3319 solid 1px; color: #fff; padding: 6px 5px 6px 25px; background: url(../images/bullets/bullet01.gif) 5px center no-repeat; }
.col2-set  h5 { font-size: 11px; font-family:Arial,Helvetica,Verdana,Geneva,sans-serif; color: #999; }
.col2-set  h4 a:link, .col2-set  h4 a:visited{ float: right; color: #c08349; font-size: 11px; padding-top: 5px; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; }

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:11px Arial, Helvetica, sans-serif; vertical-align:middle; color:#c08349; }
input.input-text,select,textarea { background:#000; border:1px solid #4d3926; }
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 { overflow:visible; width:auto; border:0; padding:0 0 0 12px; cursor:pointer; background: none;/*  -webkit-border-fit:lines; */ /* <- Safari & Google Chrome Fix */ background: url(../images/bullets/bullet11.gif) right center no-repeat;}
button.button span { float:left; padding:0 24px 0 0; font:bold 14px/21px Georgia, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: uppercase; }
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; }*/

a.imp-button:link, a.imp-button:visited { padding:0 24px 0 12px; font:bold 14px/21px Georgia, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: uppercase; background: url(../images/bullets/bullet11.gif) right center no-repeat; text-decoration: none; }
a.imp-button:hover { text-decoration: none; }

.buttons-set a.back-link:link, .buttons-set a.back-link:visited { padding:0 12px 0 24px; font:bold 14px/21px Georgia, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: uppercase; background: url(../images/bullets/bullet10.gif) left center no-repeat; text-decoration: none; }
.buttons-set a.back-link:hover { text-decoration: none; }


.add-to-links a:link, .add-to-links a:visited { padding:0 12px; font:bold 11px/21px Georgia, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: uppercase; text-decoration: none; display: block;}
.add-to-links a:link, .add-to-links a:visited { padding: 15px 18px 0 18px;}

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; color: #fff; font-size: 12px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 15px; }
.group-select .input-box { float:left; width:340px;  }
.group-select input.input-text,
.group-select textarea {width:656px; }
.group-select select { width:662px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:316px; }
.group-select .input-box select { width:322px; }

.buttons-set { clear:both; margin:25px 0 20px; padding: 15px 25px; border-top:1px solid #4f3319; border-right:1px solid #4f3319; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding: 15px 0;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; }
.validation-passed {}
.required { color:#ffffff; }
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; clear: both;}
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { color: #fff; border-color:#4f3319; 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 8px !important; font-size:12px !important; font-weight:bold !important; }


/* BreadCrumbs */ 
.breadcrumbs { padding:10px; margin:0 0 10px; border-bottom:1px solid #4f3319; }
	.catalog-product-view .breadcrumbs { width: 480px; float: right; padding:10px 0; margin:0 25px 10px 0; display: inline; }
.breadcrumbs li { display:inline; color: #9d6632;}
.breadcrumbs li a:link, .breadcrumbs li a:visited { text-decoration: none; font-weight: bold; color: #c08349;}
.breadcrumbs li a:hover { text-decoration: underline; }
.breadcrumbs li .separator { padding: 0 2px; background: url(../images/bullets/bullet09.gif) center no-repeat; }

/* Page Heading */
.page-title { margin:0 0 0px; }
.page-title h2{ font-size: 30px; font-family: "Times New Roman", Georgia, sans-serif; color: #9d6632; padding: 20px 0 15px 0; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons button.button { background: transparent url(../images/bullets/bullet06.gif) no-repeat scroll left top; padding: 15px 0px 0 18px; margin-top: 20px; }

/* Pager */ 
.pager { border-top: 1px solid #4f3319; padding:5px; margin:5px 0 0px 0; text-align:center; }
	.category-products .pager { width: 920px; margin: 10px 0 0 -30px; padding: 5px 30px; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { padding:5px; margin: 0px 0 5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; border-collapse: separate;}
.data-table th { padding:10px; border-right:1px solid #4f3319; border-bottom:1px solid #4f3319; font-weight:bold; white-space:nowrap; font-size: 12px; color: #fff; }
.data-table th.last { border-right:0px solid #4f3319;}
.data-table td { padding:10px; border-right:1px solid #4f3319; border-bottom:1px solid #4f3319; }
.data-table td.last { border-right:0px solid #4f3319;}
.data-table td.image { padding: 0 10px;}
.data-table thead {  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* 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 {  }
tr.tax-details-first td {}

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

/* Lists Decoration */
li.odd {}
li.even {  }
dt.odd,
dd.odd {}
dt.even,
dd.even {  }

/* 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 ================================================================================ */
.header-container .logo { float:left; width:171px; height:128px; overflow:hidden; position: absolute; top: 15px; left: 406px; z-index: 20;} 
.header-container { width: 100%;  position: relative; z-index: 1; background: url(../images/blocks/h_separator01.gif) left 103px repeat-x;}
.header { width: 100%; height: 163px; padding: 0px;background: url(../images/blocks/h_separator03.gif) bottom left repeat-x; /* position: relative; z-index: 1; */}
.logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header-container .logo a { display:block; width:171px; height:128px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; margin: 63px -7px 0 0; font-family: "Times New Roman", Georgia, sans-serif; font-size: 12px;}
.header .links li { float:left; padding: 0px 7px; background: url(../images/bullets/bullet12.gif) right 8px no-repeat;}
.header .links li.last { background: none;}
.header .links li a:link, .header .links li a:visited { color: #fff; padding: 4px 0px; text-decoration: none; display: block;}
.header .links li a:hover, .header .links li.act a:link, .header .links li.act a:visited  {  background: url(../images/blocks/h_separator02.gif) top left repeat-x;}
.header .left_toplink .links { float:left; margin: 33px 0px 0 0; font-family: Arial, sans-serif; font-size: 11px;}
.header .left_toplink .links li a:link, .header .left_toplink .links li a:visited { color: #c08349; }

#search_mini_form {float: right; margin: 30px 0 0 0; }
.header .form-search { padding: 0 10px 0 0; }
.header .form-search input{ width: 213px; float: right; border-right: 0px solid #333; height: 15px; line-height: 15px; font-size: 10px; padding: 4px 2px 2px 2px; }
.header .form-search button.button{  float: right; background: url(../images/buttons/button01.gif) top right no-repeat; padding: 0; }
.header .form-search button.button span{ line-height: 24px; height: 24px; padding: 0; width: 25px; overflow: hidden; text-indent: -9000px; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #4D3926; background-color:#000; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #4D3926; cursor:pointer; }
.header .form-search .search-autocomplete li:hover { color: #fff;}
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
#nav { font-size:12px; padding: 0; margin: 63px 0 0px 0; float: left; font-family: "Times New Roman", Georgia, sans-serif;   }

/* 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; padding: 0 10px;}
#nav li a { float:left; padding:5px 0px; font-weight:bold; color:#fff; text-transform: uppercase;}
#nav li a:hover { color:#fff; background: url(../images/blocks/h_separator02.gif) top left repeat-x;}
#nav li.over a,
.impgallery-index-index #nav li.lookbook-link a, 
#nav li.active a { color:#fff; background: url(../images/blocks/h_separator02.gif) top left repeat-x;}

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


/* Sidebar =============================================================================== */
.block { margin:0px 0 10px; }
.block .block-title { padding:20px 10px 10px 20px; }
.block .block-title h2 { padding-left: 16px; background: url(../images/bullets/bullet01.gif) left 9px no-repeat; font-size:18px; font-weight:bold; line-height:1.5; font-family: "Times New Roman",Georgia,sans-serif; margin: 0; color: #9d6632; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:19px; border-left: #4f3319 solid 1px; border-top: #4f3319 solid 1px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}
.block-account ul li {}
.block-account ul li a:link, .block-account ul li a:visited { padding: 4px 0 4px 19px; display: block; color: #9D6632; background: transparent url(../images/bullets/bullet09.gif) no-repeat scroll left center; text-decoration: none; font-weight: bold;}
.block-account ul li a:hover, .block-account ul li.current { padding: 4px 0 4px 19px; color: #fff; background: transparent url(../images/bullets/bullet16.gif) no-repeat scroll left center; text-decoration: none; font-weight: bold;}

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

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

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

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

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

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

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

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

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe { padding: 0 0 12px 0;}
.header .block-subscribe { padding: 30px 0 0 0; float: right;}
.block-subscribe input{ width: 213px; float: right; border-right: 0px solid #333; height: 15px; line-height: 15px; font-size: 10px; padding: 4px 2px 2px 2px;}
.block-subscribe .input-box{ width: 220px; float: right; }
.block-subscribe button.button{  float: right; background: url(../images/buttons/button01.gif) top right no-repeat; padding: 0; }
.block-subscribe button.button span{ line-height: 24px; height: 24px; padding: 0; width: 25px; overflow: hidden; text-indent: -9000px; }

/* 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; padding: 4px 0 4px 19px; background: url(../images/bullets/bullet09.gif) center left no-repeat; color: #9d6632;}
.block-progress dt.complete { color: #fff; background: url(../images/bullets/bullet16.gif) center left no-repeat; padding-bottom: 5px; margin-bottom: 5px; border-bottom: #4f3319 solid 1px; }
.block-progress dd.complete { color: #999; margin-bottom: 10px; padding-left: 19px;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {  margin:0 0 10px; }
.category-title h2{ font-size: 30px; color: #9d6632; font-family: "Times New Roman",Georgia,sans-serif; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width: 185px; padding: 20px 55px 20px 0px;  }
.products-grid td.last { padding: 20px 0px 20px 0px;  }
.products-grid td.empty {}
.products-grid .product-image  {width: 185px; display: block; margin: 0 0 10px 0; border-bottom: #4f3319 solid 1px;}
.products-grid a:link, .products-grid a:visited   {text-decoration: none; }
.products-grid a:hover{text-decoration: underline; }
.products-grid button.button{ width: 24px; float: right; text-indent: -9000px; background: url(../images/bullets/bullet08.gif) center no-repeat; overflow: hidden;}

/* 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 { width: 925px; margin: 0 0 0 -30px;}

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

/* Product Images */
.product-view .product-img-box { float:left; width:360px; }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; width:360px; height:535px; 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 { margin: 10px 0 0 0; border-top: #4F3319 solid 1px; border-bottom: #4F3319 solid 1px;}
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 4px ; }

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

/* Product Shop */
.product-view .product-shop { float:right; width:480px; }
.product-view .product-name {  }
.product-view .product-name h2 { font-size: 24px; color: #9d6632; font-family: Georgia,sans-serif; font-weight: bold; margin: 20px 0 15px 0;}
.product-view .short-description {}
.product-view .price-box { float: left; padding: 0 18px 0 0; margin: 0 18px 0 0; border-right: #4f3319 solid 1px; font-size: 18px; font-weight: bold; color: #fff;}

/* 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 {padding: 5px 0; color: #c08349; font-size: 12px; font-weight: bold; }
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#c08349; }

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

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; background: url(../images/bullets/bullet06.gif) top left no-repeat;}
.add-to-cart button.button span{ padding: 15px 18px 0 6px; font-size: 11px;}

/* Add to Links + Add to Cart */
.add-to-box {border-top: #4f3319 solid 1px; border-left: #4f3319 solid 1px; padding: 17px 0px 10px 10px; margin: 30px 0 10px 0;}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links, .add-to-box .add-to-links li { float:left; }
.add-to-box .add-to-links li { border-left: #372411 solid 1px; padding: 0 0 0 18px;}
.add-to-links .imp_wishlink { background: url(../images/bullets/bullet06.gif) top left no-repeat; }
.add-to-links .imp_sent_friend { background: url(../images/bullets/bullet07.gif) top left no-repeat; padding-right: 0!important;}

/* Product Options */
.product-options {  margin:10px 0 0; padding: 20px 0; }
.product-options .imp-product-options-wrapper {  position: relative; z-index: 1;}
.product-options dl { width: 253px; /*float: left;*/  }
.product-options dt { width: 100px; float: left; margin: 3px 0 10px 0; }
.product-options dt label { font-weight:bold; color: #c08349; }
.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 { width: 140px; float: left; padding: 3px 0 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: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 .size_chart { float: left; padding: 5px 0 5px 33px; background: url(../images/blocks/bg_size.gif) top left no-repeat; position: absolute; bottom: 6px; left: 263px;}
.product-options .size_chart a:link, .product-options .size_chart a:visited  { color: #c08349; font-weight: bold; padding: 0 14px 0 0; text-decoration: none; background: url(../images/bullets/bullet04.gif) center right no-repeat; }
.product-options .size_chart a:hover  { text-decoration: underline; }

.product-options-bottom { border-top: #4f3319 solid 1px; border-left: #4f3319 solid 1px; padding: 17px 0px 10px 10px; }
.product-options-bottom .price-box { margin:10px 0; display: none;}
.product-options-bottom .add-to-cart { float: left; }
.product-options-bottom .add-to-links, .product-options-bottom .add-to-links li { float:left; }
.product-options-bottom .add-to-links li { border-left: #372411 solid 1px; padding: 0 0 0 18px;}

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

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

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .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; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; }

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

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

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

/* Sitemap */
.sitemap ul { padding: 0 2em;}
.sitemap a:link, .sitemap a:visited { text-decoration: none;}
.sitemap a:hover { text-decoration: underline;}
.sitemap li { font-size: 14px; font-weight: bold; margin: 0 0 10px 0; font-family: Georgia,sans-serif; }
.sitemap ul li{ font-size: 11px; font-weight: normal; margin: 0 20px 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; /* display: inline; */}
/* ======================================================================================= */


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


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types button.button { width: 246px; background: url(../images/buttons/button02.jpg) top left repeat-x; border-bottom: #4F3319 solid 1px;}
.cart .checkout-types button.button span { width: 234px; line-height: 57px; padding: 10px 12px 0 0; background: url(../images/bullets/bullet07.gif) 7px 15px no-repeat; text-align: center; font-size: 13px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table .product-name { font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;  }
.cart-table .product-name a:link, .cart-table .product-name a:visited { font-size:12px; color: #c08349; text-decoration: none; }
.cart-table .product-name a:hover{ text-decoration: underline; }
.cart-table td { padding: 18px;}
.cart-table td.price-cell { padding-left: 5px;}
.cart-table td.price-cell .price{ color: #c08349; }
.cart-table .totals td, .cart-table .totals th { border-width: 0; font-size: 12px; padding: 5px 0;}
.cart-table tfoot tr.last td { border-bottom: 0px solid #333; }
.cart-table td.totals-cell { padding: 0px;}
.cart-table td.totals-cell td, .cart-table td.totals-cell th { border-width: 0;}
.cart-table button.update_cart, .cart-table button.continue_shopping { border-left: #4F3319 solid 1px; font-size: 12px; background: none;}
.cart-table button.update_cart span { padding: 10px 12px 0 31px; font-size: 12px; background: url(../images/bullets/bullet14.gif) 10px top no-repeat;}
.cart-table button.continue_shopping span { padding: 10px 30px 0 31px; font-size: 12px; background: url(../images/bullets/bullet15.gif) 10px top no-repeat;}


.cart-table a.wishlink_link:link, .cart-table a.wishlink_link:visited { padding-left: 18px; background: url(../images/bullets/bullet17.gif) center left no-repeat; color: #c08349; text-decoration: none; font-weight: bold; white-space: nowrap;  }
.cart-table a.wishlink_link:hover, .cart-table a.remove_link:hover { text-decoration: underline; }

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

/* Shopping Cart Totals */
.cart .totals {  }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #4f3319; position:relative; }
.opc li.section { border-top:1px solid #4f3319; border-bottom:1px solid #000; }
.opc .step-title { background-color:#4f3319;  padding: 10px 5px; text-align:right; border-top:1px solid #000;}
.opc .step-title .number { float:left; line-height:16px; margin-right:5px; color: #c08349; font-size: 14px; font-weight: bold; }
.opc .step-title h3 { float:left; color: #c08349; font-size: 12px; font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#000;  cursor:default; }
.opc .step { border-top:1px solid #4f3319; padding:10px 0; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

.opc li.section .form-list label { margin-right: 10px;}
.opc li.section dd ul li { margin-bottom: 10px;}
.opc li.section #checkout-payment-method-load dt { padding: 5px 0;}

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

#review-buttons-container { padding: 0px!important;}
#review-buttons-container p.f-left { padding: 18px;}
#review-buttons-container button.button { width: 246px; background: url(../images/buttons/button02.jpg) top left repeat-x; border-bottom: #4F3319 solid 1px;}
#review-buttons-container button.button span { width: 234px; line-height: 57px; padding: 10px 12px 0 0; background: url(../images/bullets/bullet07.gif) 45px 15px no-repeat; text-align: center; font-size: 13px; }
#review-buttons-container .please-wait { padding:18px; }

/********** < 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 {}
.account-login h3{color: #fff; font-size: 20px; margin-bottom: 10px;}
.account-login .new-users {}
.account-login .registered-users { width: 330px; padding-right: 86px;}
.account-login .registered-users input.input-text{ width: 325px;}

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


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .welcome-msg h3 {font-size: 14px; color: #fff; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; margin: 0 0 15px 0;}

/* 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 #4f3319; padding:5px; margin:  0 0 15px 0; }
.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 { height: 130px; border-top:1px solid #6e4823; margin: 0 0 40px 0; padding: 7px 10px 7px 10px; background: url(../images/blocks/bg_footer.gif) bottom center no-repeat;}
.footer p { text-align:right; }
.footer address { text-align:right; color: #9d6632; font-size: 10px; }
.footer ul { float:left; padding:0 20px 0 0; display: inline; font-size: 10px; margin: 0 0 18px -8px;}
.footer ul li{ display: inline; float: left; padding: 0 9px 0 8px; background: url(../images/bullets/bullet12.gif) right 3px no-repeat;}
.footer ul li.last{ background: none;}
.footer ul li a:link, .footer ul li a:visited { color: #9d6632; text-decoration: none; }
.footer ul li a:hover { text-decoration: underline; }
.footer .left_footer{ width: 65%; float:left; }
.footer .right_footer{ width: 29%; float:right; }
.footer .blog_rss { color: #999999; }
.footer .blog_rss .rss_title { padding: 0 0px 0 10px; color: #9d6632; font-weight: bold; float: left; }
.footer #blogpost a:link, .footer #blogpost a:visited  { color: #999999; padding-left: 5px; text-decoration: none;}
.footer #blogpost a:hover { text-decoration: underline;}
.footer #blogpost a span {padding-right: 5px; font-weight: bold;}
/* ======================================================================================= */


/*
**	MAGENTO default styles for custom theme styling
**	by Roman Teslya (Wolf)
*/

/*	Default
----------------------------------------*/
.clearer { height: 1px; font-size: 1px; clear: both; overflow: hidden;}
.no-display { display: none; }
/*Positioning*/
.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }
/*Floating*/
.f-left {float: left;}
.f-right {float: right;}
.f-none {float: none;}

/*	Layout + Content
----------------------------------------*/
a.remove_link:link, a.remove_link:visited { padding-left: 18px; background: url(../images/bullets/bullet13.gif) center left no-repeat;  color: #c08349; text-decoration: none; font-weight: bold; white-space: nowrap;  }
a.remove_link:hover {  text-decoration: underline; }
a.addtocart_link:link, a.addtocart_link:visited { padding-left: 18px; background: url(../images/bullets/bullet08.gif) center left no-repeat;  color: #c08349; text-decoration: none; font-weight: bold; white-space: nowrap;  }
a.addtocart_link:hover{  text-decoration: underline;}

.size_chart_box .data-table {width: 380px;}
.size_chart_box .data-table td {padding: 5px 18px; text-align: center; font-weight: bold;}
.size_chart_box .data-table td, .size_chart_box .data-table tbody th  {border-bottom: #333 solid 0px;}
.size_chart_box .data-table th {padding: 5px 18px; color: #c08349; font-size: 11px;}

#wishlist-table .product-image {margin: 0 0 10px 0; border-bottom: #4f3319 solid 1px; display: block; }
#wishlist-table .price-box {margin: 0 0 10px 0;  }
#wishlist-table .product-name a:link, #wishlist-table .product-name a:visited { color: #c08349; text-decoration: none;}
#wishlist-table .product-name a:hover{ text-decoration: underline;}
#wishlist-table textarea{ width: 95%; height: 265px; background: url(../images/blocks/bg_textarea.jpg) top left repeat-x; border: #333 solid 0px; padding: 5px; color: #999; font-size: 12px;}
.wishlist-view button.button{ padding-top: 15px; padding-left: 35px; border-left: #372411 solid 1px; background: transparent url(../images/bullets/bullet06.gif) no-repeat scroll 18px top; }
.wishlist-view button.update_w{ background: transparent url(../images/bullets/bullet14.gif) no-repeat scroll 18px top;}
.wishlist-view button.update_w span{ padding-right: 0;}
.wishlist-view button.share_w{ background: transparent url(../images/bullets/bullet07.gif) no-repeat scroll 18px top; }
.wishlist-view button.button span{ font-size: 12px;}

/*blog*/
.post {width: 675px; margin-left: -30px; padding: 0 10px 15px 30px; border-bottom: #4f3319 solid 1px; margin-bottom: 30px; }
.post a:link, .post a:visited {text-decoration: none; color: #9d6632;}
.post a:hover {text-decoration: underline;}
.post h2 { font-size: 24px; font-weight: bold; font-family: Georgia,sans-serif; margin-top: 20px;}
.post h2 a:link, .post h2 a:visited  { text-decoration: none; }
.post h2 a:hover{ text-decoration: underline;}
.post .entry { margin: 15px 0 0 0;}
.post .postmetadata { clear: both;}
.post .alignleft  { float: left; margin: 0px 25px 20px 0;}
.post .alignright  { float: right; margin: 0px 20px 25px 0;}
.post .imd_date strong a:link, .post .imd_date strong a:visited { padding: 0 0 0 10px; margin: 0 0 0 10px; border-left: #4f3319 solid 1px;}
/*blog navigation*/
.widget, .categories {margin: 0 0 10px;}
.widget ul li, .categories ul li {background:transparent url(../images/bullets/bullet09.gif) no-repeat scroll left center; display:block; font-weight:bold; padding:4px 0 4px 19px; }
.widget ul li a:link, .widget ul li a:visited, .categories ul li a:link, .categories ul li a:visited{color:#9d6632; text-decoration:none;}
.widget ul li:hover, .categories ul li:hover{background:transparent url(../images/bullets/bullet16.gif) no-repeat scroll left center; }
.widget ul li a:hover, .categories ul li a:hover{ color:#FFFFFF; text-decoration:none;}
.widget ul, .categories ul{border-left:1px solid #4F3319;
border-top:1px solid #4F3319;
padding:19px;}
.widget .widgettitle, .categories .widgettitle { padding:20px 10px 10px 36px; background:transparent url(../images/bullets/bullet01.gif) no-repeat scroll 20px 29px;
 color: #fff;
font-family:"Times New Roman",Georgia,sans-serif;
font-size:18px;
font-weight:bold;
line-height:1.5;
margin:0;}
.wp-caption-text {padding: 10px 0 0 0;}

.navigation .alignleft a:link, .navigation .alignleft a:visited, .navigation .alignright a:link, .navigation .alignright a:visited {text-decoration: none; font-weight: bold;}
.navigation .alignleft a:hover, .navigation .alignright a:hover { text-decoration: underline;}
.navigation .alignleft {float: left; }
.navigation .alignleft a{background: url(../images/bullets/bullet02.gif) left center no-repeat; padding-left: 10px;}
.navigation .alignright {float: right; }
.navigation .alignright a { background: url(../images/bullets/bullet01.gif) right center no-repeat; padding-right: 10px;}

.jqZoomPup {background: url(../images/blocks/bg_logo.png) center no-repeat;}

/*look Book*/
.page-title .select_box { float: left; padding: 30px 0 15px 45px;}
.lookbook { padding: 10px 0 0 0;}
.lookbook .next, .lookbook .previous{ float: left; cursor: pointer;}
.lookbook .carousel-wrap{ width: 740px; height: 500px; float: left; overflow: hidden;}
.lookbook ul li{ width: 726px; height: 485px; padding: 7px; background: #202223; float: left;}
.lookbook ul li.loader { background: #202223 url(../images/blocks/ajax-loader-big.gif) center no-repeat; }
.lookbook .previous { width: 87px; height: 500px; display: block; background: url(../images/bullets/bullet10.gif) 40px center no-repeat;}
.lookbook .next { width: 87px; height: 500px; display: block; background: url(../images/bullets/bullet11.gif) 30px center no-repeat;}
select#gallery_select {width: 240px; margin-left: 10px;}

/*Stockists*/
.cms-stockists .std {margin: 0;}

.map_holder { height: 385px; border-top: #4f3319 solid 1px; border-right: #4f3319 solid 1px; padding: 20px 20px 0 0;}
.map_holder p { margin: 0 0 5px 0; }
.map_holder h5 { margin: 0 0 15px 0; color: #fff; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; }

.stocklist_adress .title { height: 65px; }
.stocklist_adress .title h2{ font-size: 18px; padding: 20px 0 15px; font-weight: bold; background: url(../images/bullets/bullet04.gif) left 28px no-repeat; padding-left: 15px; font-family: Georgia,sans-serif;}
.stocklist_adress h5{ font-size: 11px; color: #c08349; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;}
.scroll_zone { width: 425px; height: 405px; float: left; overflow: hidden; position: relative;}
.scroll_zone .scroll_content{ padding: 0px 0 0 15px;}
.track_block{ width: 57px; height: 405px; float: right; margin: 0px 10px 0px 0; display: inline; border-top: #4f3319 solid 1px; border-left: #4f3319 solid 1px;}
.track_block a{ width: 57px; height: 60px; display: block; background: url(../images/bullets/bullet14.gif) 20px 22px no-repeat;}
.track_block a.down { margin: 285px 0 0 0; background: url(../images/bullets/bullet23.gif) 20px 14px no-repeat;}

.imp-dl-list dt {width: 55px; float: left; padding: 5px 0 0 0 }
.imp-dl-list dd{margin: 0 0 15px 65px;}

.imp-list-gfx { padding: 0!important; margin: 0 0 15px 0;}
.imp-list-gfx li{ padding: 0 0 0 18px; margin: 0 0 25px 0;  list-style: none; background: url(../images/bullets/bullet04.gif) left 5px no-repeat;}

.magnify { margin: 0 0 0 110px; padding-left: 18px; background: url(../images/bullets/bullet05.gif) left center no-repeat; font-weight: bold; color: #9d6632; }

.contacts-index-index .buttons-set {width: 275px; float: right; margin: 10px 20px 0 0; display: inline;}

.blog-rss {float: right; margin: -15px 0 0 0; }
.blog-rss a:link, .blog-rss a:visited { padding: 0 0 0 16px; background: url(../images/icon_rss.gif) center left no-repeat; }
.blog-rss a:hover { text-decoration: none;}

/*	CMS Blocks
----------------------------------------*/
.cms-home .std {width: 100%; margin: 0;}

.home_cms {width: 100%; float: left; margin: 0 0 25px 0;}
.home_cms img {display: block;}
.home_cms .big_image {float: left;}
.home_cms .small_image {float: right; border-bottom: #372411 solid 1px;}

.col1-layout-cms .cms_content { position: relative; z-index: 1;}
.col1-layout-cms .cms_content .buttons-set { position: absolute; z-index: 2; right: 10px; bottom: 110px;}
.col1-layout-cms .breadcrumbs, .col1-layout-cms .std { margin: 0;}
.col1-layout-cms .std p{ line-height: 18px; margin: 0 0 20px;}
.col1-layout-cms .col-main .bg_about {background: url(../images/backgrounds/bg_about.jpg) top right no-repeat;}
.col1-layout-cms .col-main .bg_payment {background: url(../images/backgrounds/bg_payment.jpg) top right no-repeat;}
.col1-layout-cms .col-main .bg_privacy {background: url(../images/backgrounds/bg_privacy.jpg) bottom right no-repeat; min-height:537px; height:auto !important; height:537px;}
.col1-layout-cms .col-main .bg_returns {background: url(../images/backgrounds/bg_returns.jpg) top right no-repeat; min-height:537px; height:auto !important; height:537px;}
.col1-layout-cms .col-main .bg_shipping {background: url(../images/backgrounds/bg_shipping.jpg) top right no-repeat; min-height:537px; height:auto !important; height:537px;}
.col1-layout-cms .col-main .bg_terms {background: url(../images/backgrounds/bg_terms.jpg) bottom right no-repeat; min-height:457px; height:auto !important; height:457px; }

.error404 { height: 140px; padding: 0px 0 0 150px; margin: 20px 0 0 0; background: url(../images/blocks/bg_404.gif) top left no-repeat;}
.error404 h2{ font-size: 26px; }
.error404-box { padding: 15px 0 10px 20px; border-left: #4f3319 solid 1px; border-top: #4f3319 solid 1px;}

.emotech_logo { width: 205px; height: 280px; float: left; padding: 20px; border-right: #4f3319 solid 1px; border-top: #4f3319 solid 1px; text-align: center;}
.emotech_info { margin: 25px 0 0 280px;}
.emotech_info a:link, .emotech_info a:visited { text-decoration: none;}
.emotech_info a:hover { text-decoration: underline;}

.cms_address {padding: 56px 0 0 0; }
.cms_address span, .cms_address strong{ color: #C08349; }

.product-img-box { position: relative; }
.image-loader { -moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:268px;
	left:50%;
	margin: -22px 0 0 -45px;
	*margin: -27px 0 0 -50px;
	}

