/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/****************************************************/
/****************[ Mage_CSS_B Clears ]***************/
/****************************************************/
.narrowed-category li:after,
.page-head:after,
.page-head-alt:after,
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.header:after,
.head:after,
.head-alt:after,
.head-alt2:after,
.head-alt3:after,
.box:after,
#nav:after,
.middle:after,
.button-set:after,
.actions:after,
.legend:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.search-bar:after,
.sidebar li.item:after,
.sidebar .content:after,
.group-select li:after,
.tabs:after,
.cross-sell-block:after,
.my-review-detail:after,
.search-autocomplete li:after,
.generic-product-list li:after,
.account-nav li:after,
.listing-type-list .listing-item:after,
.product-options dt:after,
.product-options dd ul.options-list li:after,
.product-options-bottom:after,
.top:after,
.column:after,
#footer:after,
#footer-links:after,
.header .inner:after,
.category-intro:after,
#product_addtocart_form:after,
ul.section:after,
.tag.section:after,
.input-box:after ,
.featured:after,
.availability:after{ content:"."; display:block; clear:both; height:0; font-size:0; line-height:0; visibility:hidden; overflow:hidden;	}
 
 .hide { position : absolute; left : -10000px }
/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


/********************** Form */

/* Form Elements */
input.input-text, 
select, 
textarea                { border:1px solid #cfcfcf; font:12px "Arial", "Helvetica", sans-serif; background-color : #fff}
option, optgroup        { font:12px arial, helvetica, sans-serif; }
optgroup                { font-weight:bold; }
input.input-text, 
textarea                { padding:2px; }
input.form-radio        { margin-right:3px;}
.input-box { margin-bottom : 1em }
.qty                    { width:2.5em; }
.group-select label, 
.form-list label, 
.payment-methods label  { font-weight:bold;}
.button-set { /* Container for form buttons*/
    clear:both;
    text-align:right;
    }
.button-top-set { margin-top:0; border-top:0; padding-top:0; padding-bottom:8px; }

.content fieldset { margin-bottom : 25px }
	.content form .input-box input  { background : url(../images/furniture/wideInput.gif) no-repeat top right; width : 302px; height : 16px; border : 0; padding : 2px 5px; }
	form .input-box input, form .input-box textarea { display : block }

/* Form lists */
.form-list                          { margin-bottom:10px; }
.form-list li                       { margin-bottom:6px; }
.form-list li .input-box .input-text, 
.form-list li .input-box textarea   { width:250px; }
.form-list li .input-box select     { width:256px;}
.form-list li.addElement            { border-top:1px solid #DDD; padding-top:10px;}
.group-select li                    { margin:0 8px 10px 0; padding-left:8px; }
.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;}

/*Contact form*/
#contactForm textarea{ width : 302px}
#contactForm input { vertical-align : baseline }
#contactForm fieldset input { display : block }

/*Login form*/
#login-form  .column { width : auto }
	#login-form  .block { width : 420px }
	#login-form p.required { text-align : left; margin : 0 }
	#login-form .input-box label { float : left; clear : left}
	#login-form .input-box input { float : right; background-image : url(../images/furniture/narrowInput.gif); width : 162px }
	#login-form .forgot{ color : #5F595A; float : left; clear : left }
	#login-form  #send2 { float : right }
	#main #login-form h2 { font-size : 1.5em; margin-bottom : 5px }
	#is_subscribed { width : auto; background-image : none }


/* Form Messages */
.validation-advice, .required { color:#4f4c4d; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url(../images/furniture/validation_advice_bg.gif) no-repeat 2px 4px;
    padding-left:13px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
.validation-failed {
    border:1px solid #eb340a !important;
    background:#faebe7 !important;
    }
label.required {
    font-weight:bold;
    }
p.required {
    text-align:right;
    }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703;}
#main .messages ul, #main ul.messages { padding : 0; margin : 0 }
.messages li { list-style-type : none }
.success, .error { font-weight:bold; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    margin-bottom:1em !important;
    padding:4px 12px !important;
    font-weight:bold !important
    }
.error-msg li, .success-msg li, .notice-msg li { margin-bottom:.2em}
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background:#faebe7;
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background:#eff5ea;
    }


/********************** Tabs */
.tabs                   { margin-bottom:15px; border-bottom:1px solid #666; background:url(../images/furniture/tabs_bg.gif) repeat-x 0 100% #f2f2f2; }
.tabs li                { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; list-style-type : none }
.tabs li.first          { border-left:0; }
.tabs li.last          { border-right:0; }
.tabs a                 { display:block; padding:6px 15px; color:#444; }
.tabs a:hover           { background:#ddd; text-decoration:none; }
.tabs li.active a, 
.tabs li.active a:hover { background:#666; color:#fff; font-weight:bold; }


/********************** Headings */

.head,
.head-alt,
.head-alt2,
.head-alt3          { line-height:1.25em; text-align:right; }
.head .title,
.head-alt .title,
.head-alt2 .title,
.head-alt3 .title   { margin:0; float:left;}
.head a,
.head-alt a,
.head-alt2 a,
.head-alt3 a        { font-size:10px; } 

/* Page heading */
.page-head { margin:0 0 16px 0; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:23px;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:60%;
    }

.head-alt           { margin-bottom:5px; }
.head-alt .title    { color:#4f8100; font-size:1.3em; }
.head-alt2          { margin-bottom:12px; background:#f1f1f1; padding:2px 10px; font-size:1.1em; }
.head-alt2 .title   { font-size:1.1em;  }
.head-alt3          { margin-bottom:8px; border-bottom:1px solid #ddd; }

/********************* Tables */

td.label        { font-weight:bold; }

/* Data Table */
.data-table { width:100%; margin-bottom : 12px }
.data-table tr { background:#fff; }
.data-table .odd  { background:#fff }
.data-table .even { background:#fcfcfc; }
.data-table tr.last td, .data-table tr.last th { border-bottom:0; }
.data-table th {
    padding:2px 8px;
    white-space:nowrap;
    font-size:10px;
    }
.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 { background:#f3f3f3; }
.data-table tfoot { border-bottom:1px solid #d9dde3;}
.data-table tfoot tr { background-color:#f3f3f3 !important; }
.data-table tbody td { border-bottom:1px solid #d9dde3; }

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

.generic-table td { padding:2px 8px}
.generic-table td.first { padding-left:0; }



/********************** Lists */
.disc           { margin-bottom:10px; }
.disc li        { margin-left:20px; list-style:disc; }


/* Bare List */
.bare-list      { margin:5px 0; }
.bare-list li   { margin:3px 0; }



/********************** Space Creators */

.no-display { display:none; }
.no-wrap    { white-space:nowrap; }
.content    { padding:12px 8px 12px 8px; } /* Sets default padding */
.actions    { line-height:1.3em; }
.pipe, .separator { padding:0 3px; font-size:.85em; }
.divider {
    margin:10px 0;
    height:1px;
    background:#ccc;
    font-size:1px;
    line-height:1em;
    overflow:hidden;
    }



/********************** Pager */
table.pager select  { width:40px; margin:0 3px; font-size : 0.92em}
table.pager {
	font-size : 0.92em;
	margin : 0 10px;
	width : 653px;
	border-spacing : 0;
    }
table.pager select { vertical-align : middle }
table.pager.first { margin-bottom : 4px }
table.pager td {
    vertical-align:middle;
	width : 33%;
	height : 2em;
    }
/*table.pager td.a-right { padding-right : 38px }*/
table.pager ol, table.pager li {
    display:inline;
    }
table.pager ol { font-size : 1.08em }
table.pager td.sort-by .active, table.pager td.sort-by .active:hover { color:#444; }

table.pager .sort-by a, table.pager ol a, table.pager span {
	background : url(../images/furniture/pager_separator.gif) no-repeat right center;
	padding-right : 6px;
	font-weight : normal;
}

	table.pager .sort-by li.last a, table.pager ol li.last a, table.pager li.last span, table.pager li:last-child a, table.pager li:last-child span {
		background-image : none;
		padding-right : 0
	}

table.pager span { font-weight : bold }

table.pager .sort-by a.last {
	background-image : none;
	padding : 0;
}


/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.header { position : absolute; top : 0; left : 0; width : 100%; height : 14em; min-height : 170px}
.headerGap { height : 14em; min-height : 167px; width : 100% }
.container .outline-creator, .inner, .top, #footer{ width:958px; margin:0 auto 0 auto; text-align:left; }
.header .inner { position : relative; height : 100%; background : #231f20 url(../images/background/header.gif) repeat-x 0 0 }
.header         { background : #231f20 url(../images/background/header.gif) repeat-x 0 0; z-index:999; text-align:left; }
.middle         { min-height:350px; background : url(../images/background/sideColumn.gif) repeat-y 0 0;}
.customer.account .middle, .customer.account .col-left { background : transparent none }
.col-left       { float:left; width:239px; background-color : #e7e5d3; padding : 12px;}
.col-right       { float:right; width:195px; margin-right:13px; }
.col-main       { float:right; width:673px; margin-right : 12px; padding-top : 12px}
.catalog-product-view .col-main { padding-top : 25px; }


/* container backgrounds */
body { background-color : #37361b }
.container { background : transparent url(../images/background/green.gif) 0 0 repeat-x;}

body.cms-home { background-color : #3e0e0e}
.cms-home .container { background: transparent url(../images/background/red.gif) 0 0 repeat-x; }


.outline-creator { background:#fff; padding-bottom : 25px}

/*Wine by country*/
.wineByCountry {	color : #fff; float : left; width : 218px; padding : 15px 21px}
	.wineByCountry a{ color : #fff}
	.wineByCountry a:hover{ color : #b1953a; text-decoration : none;}
	.wineByCountry h2 { color : #fff; font-size : 1.5em; font-family : "Arial", sans-serif}
	
	.wineByCountry li{ width : 49%; line-height : 21px; height : 21px; overflow : hidden; list-style-type : none }
	.wineByCountry li.col2{ margin-left : 50%;}
	.wineByCountry .bottom { clear : both; height : 21px}	
/*Intro*/
/*top.noContent relates to category detail pages which do not have descriptive intro text - thereby requiring the top banner image to show instead */
.top, .top.noContent { background : #231f20 url(../images/background/default.jpg) no-repeat top right; height : 167px;}
.catalog-category-view .top.hasContent { background-image : none; height : 0; overflow : hidden }

.cms-home .top { background : transparent url(../images/background/home.jpg) no-repeat top right; height : auto;}
.top .intro { float : left; width : 380px; height : 123px; background : url(../images/furniture/welcome.png) no-repeat 0 0; padding-bottom : 75px}
	.top .intro h2, .top .intro p{ position : absolute; left : -10000px;}

/*Single column CMS page layouts with a sub nav*/
.layout-1column #main {
	background-image : none;
	padding : 12px;
}
		.body-customer h1,
		.body-sales h1,
		.body-review h1,
		.body-tag h1,
		.body-newsletter h1,
		.body-wishlist h1,		
		.layout-1column h1 { color : #8b0e04; font-family : Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight : normal; font-size : 1.65em; border-bottom : 1px solid #cdcdcd; padding : 0 8px 8px 8px; margin-bottom : 10px}
			.layout-1column .content { padding : 5px 10px 0 10px }
			.layout-1column.cms-page-view .content, .layout-1column.contacts-index-index .content{ width : 668px; float : right; margin-left : 0}
			.subNav { width : 233px; float : left; font-size : 1.08em; margin-bottom : 20px}
			.col-left .subNav { width : 239px }
				.subNav li { display : block; margin-bottom : 2px; list-style-type : none; clear : left;}
					.subNav li a { display : block; padding : 6px 10px; color : #000;}
					.subNav li a.current, .subNav li a:hover { background-color : #595858; color : #fff; text-decoration : none }

/* Double column CMS page layout - Sub nav exists on left, but the main content has 2 columns */
.layout-1column.cms-page-view .content-2column{ width : 458px; float: left;}
	.layout-1column .content-2column { padding : 5px 30px 0 20px }
.rightCol-2column { width: 186px; float: right;}

/********************** Header */
/* Logo */
#logo                 { float:left; padding:12px 0 18px 10px; }
#logo img{ display : block;}
#logo .printLogo { display : none }
.side-logo-promo        { float:left; margin:15px 10px 0 10px; }
.page-popup #logo     { display:none; }
.language-switcher      { float:left; }
.language-switcher label{ color:#fff;} 
.toplinks-bar           { background:#444; color:#fff; padding:7px 13px; text-align:right; }
.toplinks-bar .top-links              { padding-left:8px; }
.toplinks-bar .top-links,
.toplinks-bar .top-links li           { display:inline; }
.toplinks-bar .top-links li           { padding:0 4px 0 1px; }
.toplinks-bar .top-links a, 
.toplinks-bar .top-links a:hover      { color:#ddd; }
.toplinks-bar .top-links .last a      { padding:0; background:none; }
.search-bar             { padding:3px 12px 2px 12px; border-bottom:1px double #dedede; background:#efefef; margin-bottom:16px; line-height:1.25em; }
.crumbHeader { clear : left }
.breadcrumbs, .crumbHeader { float:left;margin : 10px 5px 0 0; line-height : normal; display : inline }
.crumbHeader { color : white; font-size : 0.92em; margin-left : 21px; font-family : "Arial", sans-serif}
.breadcrumbs li         { float : left; color : #b1953a;font-size : 0.92em;}
.breadcrumbs a { text-decoration : underline; color : #b1953a; background : transparent url(../images/furniture/crumbSeparator.gif) no-repeat center right; padding-right : 10px; margin-right : 3px;}
.breacrumbs a:hover     { text-decoration : none; }


/* Toolbar*/
.toolbar { background : #393838 url(../images/background/toolbar.gif) repeat-x bottom left; height : 38px; clear : both; margin-top : -38px; position : relative; z-index : 2}
	.toolbar .inner { background : #393838 url(../images/background/toolbar.gif) repeat-x bottom left; }

/* Mini search */
.mini-search { float:right; display : inline; height : 29px; padding-top : 8px; margin-right : 25px; position : relative;}
	.mini-search .input-text { background : transparent url(../images/furniture/narrowInput.gif) no-repeat top right; border : 0; width : 164px; height : 16px; padding-left : 8px;}
	.mini-search input { float : left; font-size : 11px; margin-left : 4px }

.search-autocomplete { position : absolute; border:1px solid #999; font-style : italic;}
.search-autocomplete li { padding:2px 8px 1px 8px; background:#fff}
.search-autocomplete li.selected { background:#e7e5d3; }

/********************** Sidebars */
.sidebar .box.icons { margin : 0 10px 10px 10px }
.sidebar .content { padding:8px 10px; }
.sidebar h3 { font-size:1.05em; }
.sidebar .actions { text-align:right; }
.sidebar .actions a { text-decoration : none; font-size : 0.92em }
.sidebar .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 0 2px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    border:1px solid #e5e5e5;
    padding:7px 12px 10px 12px;
    background:#f4f4f4;
    }
.currency-switcher h2 {
    text-transform:none;
    }
.currency-switcher select {     width:98%; }


/* Base Mini */
.base-mini { line-height:1.3em; }
.base-mini .head { padding:4px 6px 5px 6px; }
.base-mini .head a { font-size:10px;}
.base-mini .head h2 {
    margin:0;
    font-size:1.1em;
    color:#444;
    }
.base-mini .head h2 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { margin:0; font-size:10px; font-weight:normal; text-align:left; }
.base-mini ul.super-product-attributes li { padding:0px; background-color:transparent !important; }
.base-mini .product-images      { float:left; left:8px; width:55px; height:55px; }
.base-mini .product-images a img{ vertical-align:top; }
.base-mini .product-checkbox    { float: left; width:10px; }
.base-mini .product-names       { margin-left:18px; }
.base-mini .product-details     { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .product-details a { font-family : Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif }
.base-mini .product-details a.link-base { font-family : "Arial", sans-serif; font-size : 0.92em; color : #666565; }
.base-mini .regular-price       { color:#231f20; font-size:1.17em; display : block; margin-bottom : 3px }
.base-mini .special-price       { font-size:11px; }
.base-mini .minimal-price       { font-size:11px; }
.base-mini .price-box           { margin:1px 0; }
.sidebar .item                  { padding-bottom:5px; border-bottom:1px solid #ddd; margin-bottom : 0; }
.sidebar .last                  { margin-bottom:0; border-bottom:none; }
.sidebar .actions               { margin-top:0; border-top:1px solid #ddd; padding-top:5px; }

/* Sidebar Blocks */
.mini-product-tags li               { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after         { display:inline!important; }
.mini-product-tags .content a, 
.mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter                    { margin:8px 0; }
.mini-newsletter label              { float:left; }
.mini-newsletter .input-box         { float:left; margin:0 5px; }
.mini-newsletter .input-text        { width:180px; }
.mini-newsletter .validation-advice { width:178px; }

.mini-cart .head                    { background : #9b8951 url(../images/furniture/layeredNavHeading.gif) repeat-x 0 0;}
.mini-cart .head h2                 { color:#fff; font-weight : bold; font-family : "Arial", sans-serif}
.mini-cart h5                       { margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:3px; }
.mini-cart .cart-count              { padding:8px; border-bottom:1px solid #DAD0B5; }
.mini-cart .subtotal                { margin-top:5px; margin-bottom : 0 }

.mini-poll td.label                 { font-weight:bold; padding-right:10px; }
.mini-poll td.item                  { white-space:nowrap; }

#newsletter-validate-detail input#newsletter { background : transparent url(../images/furniture/sidebarSearchBox.gif) no-repeat top right; border : 0; width : 157px; height : 16px; padding-left : 8px; float : left}
#newsletter-validate-detail input { float : right }
/********************** Footer */
#footer { color:#545454; font-size : 0.92em; background-color : #bcbec0; padding-top : 25px; padding-bottom : 40px }
	#footer #footer-links { width: 570px; float: left; }
	#footer #footer-links .footer-images { padding: 0 15px; margin-bottom: 25px; }
		#footer #footer-links .footer-images a { margin: 0; padding: 0; background-image: none; }
			#footer #footer-links .footer-images img { margin-right: 10px; }
	#footer #footer-links ul{padding : 0 15px; width : 570px; float : left;}
		#footer li  { float : left;}
			#footer #footer-links a, #footer dd{ background:url(../images/furniture/links_separator.gif) no-repeat center right; padding-right:9px; margin-right : 8px; color : #545454;}
			#footer #footer-links .last a , #footer dd.last  { padding-right:0; background-image : none; margin-right : 0}
	#footer p { float : right; clear : right; width : 315px; text-align : right; padding : 0 15px; margin-bottom : 3px}
	#footer p.copyright { margin-bottom: 20px; }
	#footer dl { float : right; clear : right; width : 315px; text-align : right; padding : 0 15px 0 15px; margin : 0;}
		#footer dt, #footer dd { font-weight : normal; display : inline; }
		#footer dd { padding-right : 4px; margin-right : 2px}



/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop                   { float:right; }
.product-shop .form-button, 
.product-shop .form-button-alt  { margin-right:10px; }
.out-of-stock                   { color:#D83820;font-weight:bold;}
.out-of-stock, .add-to-cart, .wishlist, .product-shop .price, .minimal-price-link { float : left; margin : 0 30px 0 0;}
.wishlist, .out-of-stock { margin-top : 5px; line-height : normal }
.product-shop .short-description{ width:100%; overflow:hidden; }

.product-shop .attributes { margin-bottom : 15px}
.product-shop .attributes dt,
.product-shop .attributes dd { margin-bottom : 3px; font-weight : normal; color : #231f20}
.product-shop .attributes dt { float:left; width:80px; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1.2em;
    }
.rating-box {
    float:left;
    position:relative;
    width:50px;
    height:10px;
    margin-right:5px;
    background:url(../images/furniture/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/furniture/product_rating_full_star.gif) repeat-x;
    }
.ratings-list td {
    padding:2px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-weight:bold;
    line-height:1em;
    }
.ratings small { font-size:11px; }


/********************** Prices */
.price-box {
    margin:6px 0;
    }
.regular-price,
.minimal-price-link .price,
.special-price .price {
    color:#231f20;
    font-size:1.49em;
	font-family : Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight : normal
    }
.minimal-price-link { margin-right : 10px }
	.minimal-price-link .price { margin-right : 0 }	

.old-price .price-label,
.old-price .price{
    color:#888;
    text-decoration:line-through;
    white-space:nowrap;
	float : none
    }
.special-price {
    color:#D83820;
    font-size:1.2em;
    font-weight:bold;
    line-height:1em;
	clear : left
    }
	.special-price .price-label, .special-price .price { float : left; clear : left }
	.special-price .price-label { margin-bottom : 2px; width : 100% }
.special-price .label { font-weight:normal; }
.special-price .price { white-space:nowrap; font-size : 1.25em; margin-top : 2px; color : #c22c0f; line-height : normal }

.old-price, .special-price { margin-bottom : 0.5em }

.minimal-price {
    color:#e63c00;
    font-size:1.2em;
    font-weight:bold;
    line-height:1em;
    }
.minimal-price .label { font-weight:normal; font-size:10px; }
.minimal-price .price { white-space:nowrap; }

/********************** Catalog Listing */
.catalog-listing .add-to {
    margin:.2em 0 1.8em 0;
    line-height:1.3em;
    }
.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

.add-to li { background:url(../images/furniture/add_to_bg.gif) no-repeat 0 50%; padding-left:12px; line-height:1.25em; }
.add-to a, .add-to a:hover { color:#444; }
.catalog-listing .ratings {
    margin-bottom:.6em;
    }

/* Generic Product Grid */
.generic-product-grid           { width:100%;}
.generic-product-grid td        { width:25%; }
.generic-product-grid td.empty-product{ border-right:0; }


/********************** Layered Navigation */
.layered-nav .head {
    margin-bottom:6px;
    height:13px;
    }
.layered-nav h3 { display:none; }
.layered-nav h2 {
    margin:0;
    padding:4px 6px 5px 6px;
    color:#fff;
    font-size:1.1em;
	background : #9b8951 url(../images/furniture/layeredNavHeading.gif) repeat-x 0 0;
	font-weight : bold;
	font-family : "Arial", sans-serif;
	display : block;
	clear : left;
    }
	
	.layered-nav h2  a{ display : block; color : #fff; text-decoration : none}
.layered-nav .narrow-by dt { border-top:1px solid #fff; padding:8px 8px 8px 8px; font-size:1.16em; }
.layered-nav .narrow-by dd { padding:0 8px 8px 8px; border-bottom : 1px solid #dad0b5;}
.layered-nav .narrow-by a,
.layered-nav .narrow-by a:hover { color:#444; }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.narrow-by dt {
    margin:0;
    font-size:1.1em;
    }
.narrow-by dd li { margin-bottom:3px; line-height:1.3em; font-size : 0.92em;}
.narrow-by dd.last { background:none;}
.layered-nav .label { font-weight:bold; }



/********************* Tool Tips */
.tool-tip { border:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px;}




/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/


/********************** Search */
.advanced-search li label       { width:150px;float:left;}
.advanced-search .input-text,
.advanced-search textarea       { width:250px !important; }
.advanced-search select         { width:258px !important; }
.advanced-search .range .input-text { width:70px !important; }
.advanced-search-nothing-found {
    font-weight: bold;
    color: #df280a;
    margin-bottom: 10px;
    }
.advanced-search-found-amount {
    margin-bottom: 10px;
    }
.advanced-search-summary-box {
    padding: 10px 10px 5px 10px;
    border-bottom : 1px solid #DAC793;
    }
.advanced-search-summary-tip {
    clear: both;
    font-weight: bold;
    }
.advanced-search-summary-box ul {
    list-style: none;
    float: left;
    width: 50%;
    margin-top:0;
    margin-bottom:7px;
    }
.advanced-search-summary-box ul li span {
    font-weight: bold;
    color: #444041;
    }

.searchHeading { border-bottom : 1px solid #DAC793; margin-bottom : 12px }


/* Catalog Listing
**********************************************/
.category-intro { color : #4e4c4c; line-height : 1.4em; color : #4e4c4c}
.body-producers .category-intro { margin-top : 5px }
.divider { background-color : #dac793; }
.category-head { padding: 0 10px; }
.category-intro  { padding : 0 10px; position : relative; overflow : hidden }
	.category-intro h1 { font-size : 1.81em; color : #343434; margin-bottom : 0.4em}
	.body-producers .category-intro h1 { height : 28px; margin-bottom : 0 }
	.category-intro h2 { font-size : 1.24em; font-family : "Arial" }
		.category-intro .column h2 { font-family: Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.5em; }
	.category-intro .region { color : #938457; font-size : 1.17em; margin-bottom : 4px }

	.category-intro > img ~ *, .category-intro > .image ~ * { margin-right : 410px }
	.category-intro img, .category-intro .image { position : absolute; top : 0; right : 0; margin : 0; width : 396px }
		.category-intro img { position: static; }
	.category-intro .column { padding: 0; margin-left: -5px; }
	.body-producers .category-intro img, .category-intro .image { position : absolute; top : 0; right : 0; margin : 0; width : 396px }

	.body-producers .category-intro > img ~ *, .body-producers .category-intro > .image ~ * { margin-right : 258px }
	.body-producers .category-intro img { margin-bottom : 5px }
	.body-producers .category-intro img, .body-producers .category-intro .image { width : 233px; /*margin : 0; top : 2em; right : 10px */ float : right; position : relative; margin-top : -28px}

	.category-intro .image img { position : static; top : auto; right : auto; margin-bottom : 15px; margin-top : 0 }
	.category-intro .image p { margin-bottom : 5px }
	.category-intro .image a { color : #8b0e04; text-decoration : none; }
	.category-intro .image a:hover { text-decoration : underline }

	.category-intro .award { overflow : hidden; height : 0; padding-top : 40px; width : 32px; background : url(../images/icons/producer-award.png); position : absolute; top : 7px; left : 7px; margin : 0 }

/* List Type */
.listing-type-list { padding : 15px 0}
.listing-type-list .listing-item { border-top:1px solid #dac793; padding:40px 10px 20px 0; position : relative; }
.listing-type-list .listing-item.last { border-bottom:1px solid #dac793 }
.listing-type-list .product-image { float:left; width:241px; margin-left : 15px }
.listing-type-list .product-shop { width:394px; padding-bottom : 20px }
.listing-type-list .product-shop h2 { font-size : 1.65em; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; color : #231f20; line-height : 1.45em}
.listing-type-list .product-shop .price-box { float:left;text-align:left; margin:3px 30px 5px 0;}
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }


/* Grid Type */
.listing-type-grid .product-image img { border:1px solid #dddddd; border-left:0; }
.listing-type-grid tr.first .product-image img { border-top:none; }
.listing-type-grid .add-to-compare {
    display:block;
    margin:5px 0;
    padding-left:22px;
    color:#6e6969;
    font-weight:bold;
    }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0;text-align:center; }

/*listing Icons*/
ul.icons li { display : inline; margin-right : 7px }
	ul.icons li img, .product-img-box img.award{ cursor : help }
	.award img {
		position : absolute;
		top : 32px;
		left : 11px
	}
	
	.product-img-box img.award  {
		position : absolute;
		top : 17px;
		left : 11px;
	}

/*Sidebar icon key*/
.box.icons h2 { font-size : 1em; font-family : "Arial", sans-serif; font-weight : bold; color : #4e4839; margin-bottom : 8px }
.box.icons li { margin-bottom : 4px }
.box.icons img { margin-right : 8px; vertical-align : middle}

/* Product View
**********************************************/

/*back button*/
.backButton { display : block; background : #efe8d3 url(../images/furniture/backArrow.gif) no-repeat 11px center; margin-bottom : 15px; padding : 6px 6px 6px 28px; font-weight : bold; font-size : 1.08em }
.backButton:hover { text-decoration : none; background-color : #e9e0c6 }

/* Main Product Image */
.product-img-box { float:left; width:262px; position : relative }
#image          { width:auto; }
.product-img-box .more-views li         { float:left; margin-right:6px;}
.product-img-box .more-views li.last    { margin-right:0; }
.product-img-box .more-views li img     { border:1px solid #ddd; }


/* Main Product Info Box */
#product_addtocart_form { display : block; }
.product-info-box               { float:right; width:403px; }
	.product-info-box .section h2.country { font-size : 1.33em; margin-bottom : 0.75em; font-weight : normal }
.product-info-box .product-name { margin-bottom:.3em; color:#0a263c; font-size:1.2em; }
.product-info-box .qty-box      { float:left; margin-right:5px; margin-top : 2px }
	#qty { height : 16px }
.product-info-box .price-box    { margin:10px 0; }
.availability strong { width : 135px; float : left}
.availability span { float : left }
.product-info-box .ratings      { margin-bottom:1em;}
.add-to-boxes              { margin-bottom:10px;  border-bottom : 1px solid #cbcbcb; padding:0 10px 10px 10px }
	.add-to-boxes fieldset { display : inline; vertical-align : top }
	.add-to-boxes .price { margin-right : 20px }
	.add-to-boxes .wishlist { margin-right: 0 }
	.add-to-cart-box img { vertical-align : bottom }

.section { margin-bottom:8px; border-bottom : 1px solid #cbcbcb; padding:8px; }
	.section.content { padding : 12px }
	.product-info-box .section h2 { font-size : 1em; color : #231f20; font-family : "Arial", sans-serif; font-weight : bold }
		.product-info-box .section h2 img { margin-right : 8px; vertical-align : middle }

	ul.section { position : relative }
		ul.section li{ list-style-type : none; float : left; width : 33%; margin-bottom : 10px; margin-right : 2%	}
		ul.section li.odd { clear : left }
		ul.section li.para{ list-style-type : none; float : none; width : auto; clear : both; line-height : 1.4em }
			ul.section li h3{ font-family : "Arial", sans-serif; font-size : 1em; font-weight : bold; margin-bottom : 0 }
			ul.section li.attributes ul{ position : absolute; top : 10px; right : 30px; width : 98px}
				ul.section li.attributes ul li{ width : auto; margin : 0 3px 0 0; cursor : help}

	.press.section blockquote { font-family : "Arial", sans-serif; font-size : 1em }
		.press.section cite { font-style : normal;  color : #717171; font-family : Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif  }
			.press.section cite span { font-style : italic; color : #8b8b8b; font-size : 1em }
			
	.tag.section { border-bottom : 1px solid #cbcbcb; padding : 0 0 8px 0;}
		.tag.section h2 { font-family : "Arial", sans-serif; font-size : 1em }
		.tag.section .inner { width : 387px; float : right; padding : 8px }
			#addTagForm input { background : url(../images/furniture/wideInput.gif) no-repeat top right; width : 302px; height : 16px; border : 0; padding : 2px 5px; float : left; margin-right : 8px }
			.tag.section .inner p { font-size : 0.92em; margin-bottom : 2px }
		
.product-attributes, 
.product-pricing                { margin:10px 0; background:#f4f9ea; padding:10px; }
.product-attributes td          { padding:2px 0; }
.product-attributes td.label    { padding-right:10px; font-weight:bold; }
.product-attributes select      { width:200px; }


/* Attribute Specs */
.attribute-specs-block table    { border-color:#d9DDE3; }
.attribute-specs-block .label   { font-weight:bold; }
.attribute-specs-block .data    { border-right:0; }
.attribute-specs-block td       { padding-top:3px; padding-bottom:3px; line-height:1.25em; }


/* Upsell */
.up-sell-block .generic-product-grid td { width:20%; padding-bottom:8px; }
.up-sell-block .generic-product-grid td.empty-product { background:none; }
.up-sell-block .center { float : right; width:115px; }
.up-sell-block .catalog-listing h3      { font-size:1em; }
.up-sell-block .price-box               { margin-top:0; font-size:.9em; }


/* Customer Reviews */
#customer-reviews           { margin-bottom:15px; }
#customer-reviews li        { margin-bottom:25px; }
#customer-reviews li p      { clear:both; }
.product-review-box         { width:auto; margin:8px 0 13px 0; }
.product-review-box td, 
.product-review-box th      { text-align:center; }
.product-review-box td.label{width:100px; text-align:left; }


/* Product Tags */
.add-tag-box .input-box     { float:left; width:302px; margin-right:8px; }
.add-tag-box .input-box .input-text { width:300px;  }
.tags-list                  { margin-bottom:15px; }
.tags-list li {
    display:inline;
    padding:0 8px 0 4px;
    }
.tags-list li.first         { padding-left:0; }
.tags-list li.last          { background:none; }


/* Product Detail sidebar */
.mini-related-items             { border-bottom:none !important; } 
.mini-related-items .content    { padding:0; }
.mini-related-items .pream      { padding:8px 8px 0 8px; font-size : 0.92em }
.mini-related-items .checkbox-container { float:right; width:15px; }
.mini-related-items .product-details { float:left; width:102px; margin:0; padding-left: 8px; }
.mini-related-items ol li       { margin-bottom:0 !important; border-bottom:1px solid #e6e6e6; border-top:1px solid #fff; padding:8px; }
.mini-related-items ol li.first { padding-top:0; border-top:0; }

/* Wishlist */
#wishlist-table img { width : auto }

#wishlist-sidebar img { float : left }
#wishlist-sidebar .regular-price { display : block }


/* Checkout 
**********************************************/

select.address-select {width:630px}
.shipment-methods dd { margin-bottom:13px; }
	#main .shipment-methods ul { padding-left : 0 }
		.shipment-methods li { list-style-type : none }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.v-fix { display : inline }


/* Shopping Cart */
.cart-collateral                    { background:#e6f7d7; padding:10px 12px; }
.cart-collateral .divider           { margin:12px 0; background:#c0d2af; }
.cart-collateral h4                 { float:left; color:#d54c01; font-size:1.3em; font-weight:normal; }
.cross-sell-block                   { float:left; width:200px; margin-bottom:0; padding:10px; border:1px solid #ddd; background:#f7f7f7; }
#main .cross-sell-block ul { padding : 0 }
.cross-sell-block li                { padding-bottom:5px; border-bottom:1px solid #ddd; margin-bottom:8px; list-style-type : none }
.cross-sell-block li.last           { padding:0; border:none; margin:0; }
.cross-sell-block .product-image    { float:left; width:50px; }
.cross-sell-block .product-shop     { width:135px; }
.cross-sell-block .price-box        { margin:0 0 6px 0; font-size:.8em; }
.cross-sell-block .link-base { display : block; clear : left }
#main .cross-sell-block img { margin-bottom : 8px }
.cross-sell-blank                   { display:inline; float:left; width:220px; border:0; padding:0; background:none; }
.cart-collateral-block              { float:right; width:655px; }
.shopping-cart                      { margin-bottom:25px; }
.shopping-cart th, .shopping-cart td{ padding-left:13px; padding-right:13px; }
.shopping-cart tr.error             { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping   { float: left; }
.shopping-cart-item-message         { margin-bottom:5px}
td.attributes-col                   { line-height:1.4em; }
td.attributes-col ul                { margin:5px 0; font-size:.95em;}
td.attributes-col dt                { margin-top:.5em; font-size:.95em; font-weight:bold; }
td.attributes-col dd ul             { margin: 0 0 5px 0; }
td.attributes-col dd ul li          { margin-left:15px; list-style:disc; }
td.attributes-col p.pname           { width:190px; overflow:hidden; padding:0; margin:0; }
.cart-totals                    { padding:12px 0;  background:url(../images/furniture/cart_totals_bg.gif) no-repeat; text-align:right; height : 95px }
.cart-totals table              { float:right; width:400px; margin-bottom:8px; margin-top : 25px }
.cart-totals td                 { padding-left:15px; font-size:1.1em; }
.cart-totals tfoot td           { color:#e02f00; font-size:1.3em; }
.checkout-types                 { margin:4px 0; }
.checkout-types li              { clear:both;  margin-bottom:5px; }
.cart-shipping-block h4         { margin:0; float:none; }
.cart-collateral .input-text    { width:264px; }
.cart-collateral select         { width:312px; display : block }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.one-page-checkout .box {
    border:1px solid #ddd;
    border-top:0;
    padding:15px 20px;
    background:#fbfbfb;
    }
.one-page-checkout .head {
    padding:4px 8px 6px 8px;
    border-width:1px 1px 0 1px;
    border-style:solid;
    border-color:#fff #D9DDE3 #D9DDE3 #D9DDE3;
    background:#eee;
    }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step nav */
.one-page-checkout h3 { float:left; margin:0; color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; }
.one-page-checkout .step-count { padding:0 4px; background:#fff; color:#444; font-size:.9em; line-height:1em;  }
.one-page-checkout .content { padding: 10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#999; border-color:#999 #999 #fff #999; border-width:1px; cursor:pointer; }
.one-page-checkout .active .head { border:1px solid #e46b00; background:#e46b00; cursor:default; }
.one-page-checkout .allow .head a { display:block; color:#fff; } /* Display Edit button in active selection */
.one-page-checkout .active .head a { display:none; }
.one-page-checkout .group-select { margin-top:0; margin-right:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#fff; }
.one-page-checkout .active h3 { color:#fff; }
.one-page-checkout .active .box { display:block; border-color:#ddd; background:#fbfbfb; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left: 20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; border:1px solid #ddd; padding:2px 8px; background:#eee; color:#555; font-size:10px; font-weight:normal; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { background:none; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #D9DDE3; border-top:0; }
.opc-please-wait { padding-right:7px;}
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }
.one-page-checkout ul.super-product-attributes { padding-left:15px; }
.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
    }


/* Multiple Addresses checkout */
.checkout-progress { margin:0 auto 1.5em auto;}
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:6px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #ddd;
    background:#fbfbfb;
    }
.multi-address-checkout-box .content {
    padding:10px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #777;
    background:#777;
    padding:2px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .count-head h4 {  margin:0; color:#fff; }
.multi-address-checkout-box .head { margin-bottom:4px; }
.multi-address-checkout-box .head a { font-weight:normal;}
.multi-address-checkout-box .checkmo-mailing-address { display: block; padding-left: 20px; }
.shipping-method-pointer { border:1px solid #ddd; padding:13px; background:#eee; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/furniture/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/furniture/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { color:#e26703; font-size:1.5em; font-weight:bold; }
.place-order-box input { margin-left:15px; }
.one-page-checkout .box .default-box { border:1px solid #ddd; }

/* Checkout additional contact message */
.checkout-contact { margin-top: 10px; clear: both; font-size: 1.2em; border: solid 5px #f3f3f3; padding: 15px; color: #444; }
.checkout-contact-sidebar { clear: none; border: solid 2px #ddd; }
.checkout-contact h2, .checkout-contact h3 { font-size: 1em; font-weight: bold; }
.checkout-contact p { margin-bottom:0; }

/********************** Gift Messages */
.giftmessages .gift-header {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
    }
.giftmessages .input-checkbox {
    padding-bottom: 15px;
    }
.giftmessages textarea {
    height: 100px;
	display : block
    }
.giftmessages .input-checkbox input {
    margin-right: 5px;
    }
.giftmessages .input-checkbox label {
    font-weight:normal;
    color: #8e8d8b;
    }
.one-page-checkout .box-no-padding {
    border:1px solid #ddd;
    border-top:0;
    padding:15px 0;
    background:#fbfbfb;
    }
	.one-page-checkout li { list-style-type : none }
.giftmessages .gift-box {
    background-color:#f4f4f4;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #e9e4de;
    padding: 22px 16px 22px 22px;
    }
.giftmessages .product-image {
    border: 1px solid #d2d1cd;
    }
.no-border {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}



.giftmessages .giftmessage-product-info {
    padding-left: 10px;
}

.giftmessages .numeration
{
    font-weight: bold;
    color: #8a8987;
}

.giftmessages .gift-box label { color: #918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px;}

/********************** Customer Order Comment */

textarea#biebersdorfCustomerOrderComment {
	width: 450px;
	height: 100px;
}

/********************** Customer */

/* My Account navigation */
.account-nav .head { border:none; background:#666; }
.account-nav .head .title { color:#fff; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li.on { border-bottom:1px solid #ddd; font-weight:bold; }
.account-nav li.on a { border:none; padding:0; }
.account-nav li.on a, .account-nav li.on a:hover { color:#ea7900; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-box .content { min-height:180px; padding:0; }


/* Dashboard */
.account-box { clear : both }
.view-more { float : right; padding-top : 6px }
.account-box table { margin-left : 5px }
.block.hello { background-image : url(../images/furniture/lightShade.gif) }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#666;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    display:none;
    }
.account-box ol .content { padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc;}
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-box h2 a { color : #444041 }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icons/lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:96px; margin-bottom:1.5em; }

.ad-tags { clear : left }
.ad-tags li { list-style-type : none }


/* Account Addressbook */
.primary-address-list li        { margin-bottom:14px; }
.primary-address-list li .head  { margin:0; }
.address-list li                { margin-bottom:1em; }
.address-list .actions          { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display: block; padding-left: 20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #ccc;
    border-left:1px solid #BEBCB7;
    background:#f3f3f3 !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }


/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:550px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.55; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }



/* Gift Messages */
.giftmessage {  padding: 10px 0 10px 0; }
	.giftmessage li { list-style-type : none }
.giftmessage-preview-link {
    font-size: 11px;
    color: #1b7cca;
    padding-right: 7px;
    background-repeat: no-repeat;
    background-position: right  5px;
    }
.giftmessage-row { background-color:#f2efe9; }
.expand {  background-image: url(../images/furniture/gift-message-expand.gif); }
.collapse { background-image: url(../images/furniture/gift-message-collapse.gif); }



/********************** Pop up pages */
.page-popup { background:#fff; margin:25px 30px; text-align:left;}
.product-gallery-nav { padding:0 5px; }

/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/


/* Alignment */
.v-top          { vertical-align:top !important; }
.v-middle       { vertical-align:middle !important; }
.v-bottom       { vertical-align:bottom !important; }
.a-left         { text-align:left !important; }
.a-center       { text-align:center !important; }
.a-right        { text-align:right !important; }
.f-left         { float:left !important; }
.f-right        { float:right !important; }
.accent         { color:#E76200 !important; font-weight:bold !important; }

.nobr, 
.nowrap         { white-space:nowrap !important; }
.normal-weight  { font-weight:normal !important; }
.no-border      { border:none !important; }
.no-padding     { padding:0 !important; }
.auto-width     { width:auto !important; }

/* Link highlights */
.link-print     { background:url(../images/icons/printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed      { background:url(../images/icons/feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }
.link-base      { color:#444; }
 
/* For Demo store only */
.demo-notice    { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }



/****************************************************/
/****************[ NAV ]*****************************/
/****************************************************/

#nav { position : absolute; bottom : 38px; right : 25px; height : 30px;}
	#nav h2 { color : #a9a9a9;}
	#nav ul { float : left; }
		#nav li { list-style:none; float : left; text-align:left; }
			#nav a { color : #f3eee0; background-color : #706442; height : 30px; margin-left : 1px; cursor : pointer }
			#nav a, #nav h2 { font-family : Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size : 1.32em; float : left; text-align : center; line-height : 30px; height : 30px; position : relative; overflow : hidden; }
			#buy { width : 35px }
			#browseBy { width : 101px }
			
			#nav a span, #nav h2 span{ position : absolute; display : block; width : 100%; height : 100%; background : transparent url(../images/furniture/nav.gif) no-repeat 0 0; top : 0; left : 0;}
			
			a#navWine { width : 54px }
			a#navFizz { width : 50px }
			a#navMixed { width : 103px }
			a#navGifts{ width : 51px }
			a#navProducers{ width : 91px }
			a#navGrapes{ width : 125px }
			
			h2#buy span{ background-position : 0 0;}
			a#navWine span{ background-position : 0 -30px }
			a#navFizz span{ background-position : 0 -60px }
			a#navMixed span{ background-position : 0 -90px }
			a#navGifts span{ background-position : 0 -120px }
			
			h2#browseBy span{ background-position : 0 -150px }
			a#navProducers span{ background-position : 0 -180px }
			a#navGrapes span{ background-position : 0 -210px }
			
			/*HOVER STATES*/
			a#navWine:hover span{ background-position : -125px -30px }
			a#navFizz:hover span{ background-position : -125px -60px }
			a#navMixed:hover span{ background-position : -125px -90px }
			a#navGifts:hover span{ background-position : -125px -120px }
			
			a#navProducers:hover span{ background-position : -125px -180px }
			a#navGrapes:hover span{ background-position : -125px -210px }
			
			/*ACTIVE STATES*/
			.body-wines a#navWine span{ background-position : -125px -30px }
			.body-fizz a#navFizz span{ background-position : -125px -60px }
			.body-mixed-cases a#navMixed span{ background-position : -125px -90px }
			.body-gifts a#navGifts span{ background-position : -125px -120px }
			
			.body-producers a#navProducers span{ background-position : -125px -180px }
			.body-grapes a#navGrapes span{ background-position : -125px -210px }

.debug {border:1px solid red!important;}




/************ NAV 2  and top-links***************/

#nav2, .top-links { position : absolute; font-size:1em; z-index:999; right : 30px; max-width : 770px }
#nav2 { top : 1.3em }
.top-links { top : 3.8em }
#nav2 li, .top-links li{ float:left; margin-left : 20px;}
#nav2 li.active a { color:#e2e2e2; }
#nav2 a, .top-links a { float:left;}
#nav2 a { color:#e2e2e2;}
.top-links a{ color:#b1953a;}
#nav2 li.over a, #nav a:hover { color:#e2e2e2; }

#main .skipLink { position : absolute; top : 0; left : -10000px; background : url(../images/furniture/skipLink.gif) no-repeat left center; padding-left : 15px; font-size : 0.92em; line-height : normal; margin : 0 }
.body-producers #main .skipLink { position : static; left : auto; top : auto; float : right; }


/* Content Menu */
.contentMenu {
	width: 212px;
	float: right;
	margin: 0 0 15px 25px;
	background-color: #e7e5d3;
}

	.contentMenu ul {
		padding: 14px;
	}

	.contentMenu li {
		list-style-type: none;
	}

		.contentMenu li a {
			font-size: 13px;
			display: block;
			padding: 4px 8px;
		}

		.contentMenu a:hover {
			background: #efe8d3 url('../images/furniture/forwardArrow.gif') no-repeat 8px center;
			text-decoration: none;
			padding-left: 23px;
		}
