/**
 * 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 ================================================================================= */
.page { width:980px; margin:auto;text-align:left; border-left: 1px solid #9b8589; border-right: 1px solid #9b8589; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.wrapper { padding: 0; margin: 0 auto; background: #fff; }
.main { background: url(../images/main.png) repeat-y;}
/* Base Columns */ 
.col-left { float:left; width:310px; color: #fff; font-family: "Lucida Grande"; padding-bottom: 40px; min-height: 583px;}
.col-main { float:left; width:670px; overflow: hidden; }
.col-main h1, .page-title h2 { position: relative; background: url(../images/search-right.gif) left no-repeat #f6f6f6; border-bottom: 1px solid #9b8589; height: 37px; z-index: 1; line-height: 37px; color: #7b1922; font-variant: small-caps; font-size: 18px; text-indent: 15px; width: 100%; font-family: Georgia; position: relative; left: -1px; padding-right: 1px;}
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main div.cms {padding: 0px 20px 10px 20px; line-height: 18px; font-family: Arial;}
.col-main div.cms span.alert { color: #7B1922; background: none; font-weight: bold;}
.col-main div.cms span.alert.footer { font-style: italic;}
.col-main div.cms img { padding: 5px 10px 0px 0px; float: left;}
.groupedimgs img { margin: 0px 10px 10px 0px; border: 1px solid #DDDDDD;}
.groupedimgs { border-left: 1px solid #DDDDDD; padding-left: 10px; margin-bottom: -10px;}
.groupedimgs h3 { font-family: Georgia; font-style: italic; font-weight: normal;}

a { color: #666666;}
a:hover { color: #000;}

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

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

/* Content Columns */
.col2-set { margin-bottom: 20px;}
.col2-set .buttons-set { width: 282px; margin-left: inherit;}
.col2-set .col-1 { float:left; width:295px; }
.col2-set .col-2 { float:right; width:295px; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

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

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header { background: url(../images/header-2.gif) top no-repeat; width: 980px; height: 189px; }
.header .view-mode { float: right; color: #7b1922; position: relative; top: 50px; left: -5px; z-index: 1000; clear: both;}
.header .view-mode a { color: #7b1922; text-decoration: none; width: 25px; height: 27px; margin-right: 5px; display: block; float: left; }
.header .view-mode a.mode { font-size: 9px; width: auto; line-height: 25px;}
.header .view-mode a#cmode { background: url(../images/view-active.png) }
.header .view-mode a#fmode { background: url(../images/view-active.png) 25px 0px;}
.header .view-mode a#cmode.active { background-position: 0 -27px;}
.header .view-mode a#fmode.active { background-position: 25px -27px;}
.header .retour-index { float: left; width: 185px; height: 145px; position: relative; display: block; position: relative; left: 65px; top: 10px;}
.header .compte { float: right; position: relative; left: -160px; color: #fff; font-variant: small-caps; font-family: Georgia; text-decoration: none;}
.header .compte:hover { text-decoration: underline;}

.header .stream { height: 31px; width: 980px; color: #fff; position: absolute; top: 164px; text-align: center; float: left;}
.header .stream a { color: #fff; text-decoration: none;	}
.header .stream a span { font-weight: bold; text-decoration: underline;}

/********** < Navigation */
#nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; width: 600px;}

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

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#2a2824; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#898885; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#2a2824; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ddd; }
#nav ul li.over {}
#nav ul li.last { background:#656461; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd leven */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; }

/* 3rd+ Level */
#nav ul ul { top:5px; }

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

#nav ul li a { background:#f6f6f6; color:#898885; }
#nav ul li a:hover { background:#ccc; color:#fff !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }
/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
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::-moz-focus-inner { padding:0; border:0; }*/
button.button { overflow:visible; width:auto; background:url(../images/button.png); border:1px solid #5c0724; cursor:pointer; /*-webkit-border-fit:lines;*/}
button.button:active { background-position: 0px -19px;}
button.button span { display:block; margin:0; padding:0 9px 0px; height: 19px; font-size: 13px; font-family: Georgia; line-height: 19px; text-align:center; white-space:nowrap; color:#fff; font-weight: normal;}
button.disabled {}
button.disabled span {}
button.search { width: 34px; height: 25px; background: url(../images/button-search.png) no-repeat; padding: 0; margin: 0; border: 0; text-indent: -9999px; cursor: pointer;}
button.search:active { background-position: 0px -25px;}
button.newsletter { width: 34px; height: 25px; background: url(../images/mail-button.png) no-repeat; padding: 0; margin: 0; border: 0; text-indent: -9999px; cursor: pointer;}
button.newsletter:active { background-position: 0px -25px;}
/* 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 {}*/

/* Form lists */
.form-list { margin-top: 10px;}
.form-list li { margin:0 0 10px; }
.form-list label { font-weight:bold; color: #666;}
.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; }

.group-select { width: 600px; padding: 0px;}
.group-select h3 { font-size: 20px; text-transform: uppercase; font-family: Georgia; font-weight: normal; margin-bottom: 8px; color: #7b1922; border-bottom: 2px solid #eee;}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; padding-right: 20px; padding-bottom: 10px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }
.group-select a { color: #000; text-decoration: none;}
.group-select a:hover { text-decoration: underline;}

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border-top:1px solid #eee; border-right:2px solid #eee; width: 600px; margin-left: 20px;}
.buttons-set a { color: #666;}
.buttons-set a:hover { color: #000;}
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

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

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

.messages {   margin-bottom: 20px; }
.messages li {  }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { width: 630px; margin: auto; margin-top: 10px; height: 55px; border: 1px solid; text-align: center; line-height: 50px; font-family: Georgia; font-size: 18px;color: #333;}
.error-msg { border-color:#be063c; color:#be063c;background-color:#faebe7;background: #fff; }
.success-msg { color:#be063c;  border-color:#be063c; background: #fff;}
.note-msg,
.notice-msg { border-color:#9b8589; background: url(../images/block-layered.gif); }

/* BreadCrumbs */ 
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.title-buttons { text-align:left; }
.title-buttons a { float: right; position: relative; top: 5px;}
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { width: 650px; background: #f6f6f6; border-top:1px solid #9b8589; padding:10px; padding-right: 10px; text-align:center; height: 34px; position: relative; padding-top: 0; padding-bottom: 0; line-height: 34px; float: left; }
.pager .amount { float:left; height: 34px; line-height: 34px; width: 160px; }
.pager .limiter { float:right;height: 34px; line-height: 34px; width: 160px; height: 34px; }
.pager .pages { float: left; width: 330px;text-align: center; height: 34px;  }
.pager .pages ol { display:inline;  }
.pager .pages li { display:inline; background: #f1f1f2; padding-top: 3px; padding-bottom: 3px;}
.pager .pages li a { text-decoration: none; color: #000; padding: 3px;}
.pager .pages li a:hover { background: #3f0000; color: #fff; }
.pager .pages .current { background: #3f0000; color: #fff; padding: 3px;}

/* Sorter */ 
.sorter { background: url(../images/block-layered-nav-dt.png) repeat-x bottom; padding-bottom: 20px; margin-top: 13px; float: left; width: 670px; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}
.sorter .amount { padding-left: 10px; position: relative; top: 31px; margin-top: -15px; float: left; color: #fff; }

/* Data Table */ 
.data-table { width:640px; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; 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 { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-price {  }
.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.item { background-color: #fff;}
li.even { background-color:#f1f1f2; }
li.selected { background: url(../images/li-selected.png) no-repeat #fff;}
li.selected a { color: #fff;}
li.selected h2.pays, li.selected a, li.selected .std { color: #fff;}
li.selected-even { background: url(../images/li-selected.png) no-repeat #f1f1f2; }
li.selected-even h2.pays, li.selected-even a, li.selected-even .std { color: #fff;}
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

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


/* Sidebar =============================================================================== */
.block { margin:0 0 0px; }
.block .block-title h2 { font-size:12px; height: 29px; font-style: italic; text-align: center; background: url(../images/explorer.gif) no-repeat; width: 309px; float: left; line-height: 29px;}
.block h3 { background: url(../images/block-layered-nav-dt-selected.png) repeat-x; text-indent: 10px; width: 309px;  font-size: 13px; height: 20px; line-height: 20px; font-family: Georgia; text-align: center; }
.block .actions { border-top-color: #888888; width: 290px; border-top: 1px solid; text-align: right; margin-top: 5px;}
.block .actions a { text-decoration: none; color: #333;}
.block .actions a:hover { text-decoration: underline;}
.block .block-title h2 a { color: #fff; text-decoration: none; font-weight: normal; font-size: 14px; position: relative; }
.block .block-title h2 a:hover { color: #fff; text-decoration: underline;}

/* Block: Account */
.block-retour.block-account h2 { font-size: 10px;}

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

/* Block: Layered Navigation */
.block-layered-nav { background: url(../images/block-layered.gif); float: left; width: 309px; }
.block-layered-nav dt { background: transparent url(../images/block-layered-nav-dt.png) repeat-x; text-indent: 15px; width: 309px; text-transform: uppercase; font-size: 13px; height: 20px; line-height: 20px; float: left;}
.block-layered-nav dt a {  position: relative; left: 8px; background: url(../images/block-layered-nav-dt-arrow.png) no-repeat left top; text-decoration: none; color: #fff; display: block; font-weight: lighter; font-family: Georgia; width: 301px;}
.block-layered-nav dt a.on { background-position: 0 -20px; cursor: pointer;}
.block-layered-nav dd li { width: 270px;}
.block-layered-nav .currently { margin: 0; position: relative; float: left; margin-top: 0px; padding: 5px 0 8px 10px; color: #555;}
.block-layered-nav dd { width: 274px; padding-bottom: 10px; padding-top: 6px; position: relative; left: 35px; max-height: 400px; overflow: hidden; overflow-y: auto; font-family: Georgia; float: left;}
.block-layered-nav dd a { color: #212121; text-decoration: none; font-size: 13px;}
.block-layered-nav dd a:hover { text-decoration: underline;}
.block-layered-nav dd#Cépage { height: 150px;}
.cepagesall {color: #7B1922; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; width: 90%; font-size: 14px; font-style: italic; padding: 10px 0 0px 0;}
.cepagesall.first { padding-top: 0; border-top: 0;}
/* Block: Cart */
.block-cart { background: url(../images/valider.png) no-repeat; position: relative; width: 126px; height: 76px; left: 648px; float: left; z-index: 2;  }
.block-cart .counter { float: left; width: 18px; height: 20px; margin-right: 39px; position: relative; left: 18px; top: 14px;}
.block-cart .counter a { text-decoration: none; color: #7b1922; font-weight: bold; font-size: 16px;}
.block-cart .counter2 { position: relative; left: 15px; top: 16px;}
.block-cart .counter2 a { font-size: 13px; letter-spacing: -0.03em;}
.block-cart .amount { float: left; color: #7b1922; font-size: 11px; position: relative; top: 9px; text-align: center;}
.block-cart .amount a { text-decoration: none; color: #7b1922; font-size: 11px;}
.block-cart .subtotal { text-align:center; }
.block-cart .valider {  width: 126px; height: 20px; position: relative; top: 22px; left: 4px; }
.block-cart .valider li { float: left; width: 126px; height: 20px; display: block; position: relative; z-index: 1000; text-indent: -9999px; overflow: hidden;}
.block-cart .valider li a { display: block;  }

.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 { 
float: left; 
position: relative; 
top: -35px;
height: 34px;
width: 309px;
margin: auto;
background: #f6f6f6;
line-height: 32px;
text-align: center;
border-top: 1px solid #9b8589;
overflow: hidden;
-padding-top: 4px;
-height: 30px;
}

/* Block: Contacter */
.block-contacter {
width: 309px;
height: auto;
float: left;
color: #717171;
font-family: Georgia;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
}

.block-contacter h2 {
color: #000;
}


/* 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 { color: #000; padding: 10px; margin: 0px 0 0 10px; font-size: 90%; float: left;}
.block-progress dt { font-weight:bold; margin-top: 8px; color: #DDDDDD; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#fff; }
.block-progress dt.complete { color: #7B1922;}

/* Block: Promo (colonne de gauche) */
.block-promo {
width: 309px;
height: 456px;
float: left;
background: url(../images/col-left.jpg) no-repeat;
position: relative;
}

.block-promo .cadeau { width: 309px; height: 172px; float: left; text-align: center; cursor: pointer;}
.block-promo .cadeau a { color: #fff; text-decoration: none;}
.block-promo .cadeau a.titre { width: 309px; position: relative; top: 50px; text-align: center; font-size: 25px; font-family: Georgia; float: left; height: 30px;}
.block-promo .cadeau a.soustitre { width: 309px; float: left; font-size: 14px; position: relative; top: 35px; height: 20px;}
.block-promo .cadeau a.prix { width: 309px; float: left; font-size: 16px; position: relative; top: 80px; left: 8px; color: #000; height: 20px;}
.block-promo .promotions { width: 309px; height: 148px; float: left; text-align: center; cursor: pointer;}
.block-promo .promotions a { color: #fff; text-decoration: none;}
.block-promo .promotions a.titre { width: 309px; position: relative; top: 40px; text-align: center; font-size: 25px; font-family: Georgia; float: left; height: 30px; }
.block-promo .promotions a.prix { width: 309px; float: left; font-size: 16px; position: relative; top: 50px; left: 8px; height: 20px;}
.block-promo .wine-news { width: 309px; height: 137px; float: left; text-align: center; cursor: pointer;}
.block-promo .wine-news a { color: #fff; text-decoration: none; position: relative; top: 80px;}
.block-promo .wine-news a:hover { text-decoration: underline;}

/* Block: Retour */
.block-retour h2 { font-size:14px; line-height:29px; font-style: italic; text-align: center; background: url(../images/explorer.gif) no-repeat; height: 29px;}
.block-retour h2 a { color: #fff; text-decoration: none; font-weight: normal;}
.block-retour h2 a:hover { color: #fff; text-decoration: underline;}

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


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

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list { float: left;}
.products-list li.item { width: 660px; float: left; padding:5px; margin:0 0 0px; height: 90px; overflow: hidden; }
.products-list .product-image { float:left; width: 120px; text-align: center;}
.products-list .product-image img { position: relative; top: 5px;}
.products-list .product-shop { float:left; width:340px; height: 90px;}
li h2.pays { font-size: 11px; text-transform: uppercase; color: #7b1922; font-weight: bold; margin-bottom: 0px;}
.products-list .product-shop .std { float: left; font-size: 10px; width: 320px; -width: 300px;}
.products-list .product-buy { float: right; width: 200px; height: 90px; text-align: right; position: relative; left: -10px;}
.products-list .product-buy .achat { float: right; width: 200px;}
.products-list .product-buy .color { width: 27px; height: 42px; font-size: 20px; font-family: Georgia; line-height: 50px; padding: 0; margin: 0; text-align: center; text-indent: 2px; font-weight: normal; float: right; position: relative; position: relative; top: 4px; left: -25px;}

.products-list .product-buy button.acheter { float: right; position: relative; top: 4px;}
.color_blanc { background: url(../images/white.png) no-repeat;}
.color_rouge { background: url(../images/red.png) no-repeat; color: #fff;}
.color_rose { background: url(../images/rose.png) no-repeat; }
.products-list .product-buy .color.color_rose { font-size: 10px; line-height: 54px; text-indent: -1px;}
.color_blancliq { background: url(../images/white.png) no-repeat;}
.products-list .product-buy .price-box { height: 42px; width: 100%;}

.list-category-view ul.tri { width: 276px; height: 16px; float: right; position: relative; left: -12px;}
.list-category-view ul.tri li { width: 92px; height: 16px; float: left; background: url(../images/tri.gif) no-repeat; text-align: center;}
.list-category-view ul.tri li a { color: #000; font-size: 10px; display: block; text-decoration: none;}
.list-category-view ul.tri li.active { background-position: 0 -16px;}
.list-category-view ul.tri li.active a { color: #fff;}
p.bouteille {  position: relative; top: -5px; margin-bottom: 4px; float: right;}
h4.theprice { font-size: 19px; font-family: Georgia; font-weight: normal; }
h5.caisse { font-size: 9px; float: right; font-style: italic; font-family: "Lucida Grande"; font-weight: normal;}
button.acheter { background: url(../images/acheter.png) no-repeat; height: 41px; width: 41px; border: 0; text-indent: -9999px; float: left; cursor: pointer;}
button.acheter:hover { background-position: 0 -41px; -moz-outline-style: none; }
button.acheter:active { background-position: 0 -82px; -moz-outline-style: none; }
button.acheter-big { background: url(../images/acheter-big.png) transparent no-repeat; height: 44px; width: 101px; border: 0; text-indent: -9999px; cursor: pointer; }
button.acheter-big:hover { background-position: 0 -44px; -moz-outline-style: none; }
button.acheter-big:active { background-position: 0 -88px; -moz-outline-style: none; }

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


/* Product View ========================================================================== */
div.view-product-ajax {
width: 100%;
background: #f4f4f4;
float: left;
}
.product-view { width: 640px; padding: 10px; margin: auto; margin-top: 10px;}
.product-view .imgshow { float: left; width: 183px; margin-right: 20px; position: relative; top: 20px; margin-bottom: 20px; text-align: center;}
.product-view .color { width: 27px; height: 42px; font-size: 20px; font-family: Georgia; line-height: 50px; padding: 0; margin: 0; text-align: center; text-indent: 2px; font-weight: normal; float: left; margin-left: 5px; margin-right: 20px; }
.product-view .color.color_rose { font-size: 10px; line-height: 54px; text-indent: -1px;}
.product-view .product-buy { width: 632px; clear: both; float: left; margin-top: 8px; border-top: 1px solid #ddd; padding-top: 10px; padding-bottom: 10px;}
.product-view .product-buy .achat { float: right; width: 300px; position: relative; left: -5px; text-align: right; }
.product-view .product-buy .achat .acheter { float: left;}
.product-view .product-buy .achat .bouteille {text-align: right; float: right; margin-top: 10px;}
.product-view .product-buy .achat h4.theprice { text-align: right;}
.product-view .product-buy .achat .bouton {position: relative; float: right;}
.product-view .cepages { float: left; width: 280px;}
.product-view .caisse { font-size: 11px;}
.product-view .old-price .price { font-size: 18px; position: absolute; top: 38px;}
.addedcart { height: 30px; width: 300px; float: left;}

/* Product Shop */
.product-view .product-shop {  width:390px; float: left;  }
.product-view .product-name { font-size: 20px; text-transform: uppercase; font-family: Georgia; font-weight: normal; margin-top: 0; padding: 0; position: relative; top: -6px; line-height: 20px; margin-top: 5px; color: #7b1922;}
.product-view .product-name a { color: #7b1922; }
.product-view .pays { color: #666; font-size: 14px; text-transform: uppercase; margin-bottom: 0; padding: 0; position: relative; top: -3px; font-weight: bold;}
.product-view .short-description { font-weight: bold; margin-bottom: 4px; font-family: Arial;}
.product-view .std { line-height: 1.3em; font-family: Arial;}

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

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

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

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

.price-box-bundle {}

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

/* Old price */
.old-price { float: left; color: #7B1922; text-align: right; position: relative; top: 6px; left: 65px;}
.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; }

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

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

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

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

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

/* Block: Additional */
.product-view .additional h3 { font-family: Georgia;}

/* 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; margin:0 5px; }
.product-view .tags .form-add-tags button.button { float:left; }
.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:1.04em; line-height:1.5; text-transform: uppercase; margin-top: 0; }

.product-name a { color: #111; text-decoration: none;}
.std a { color: #111; text-decoration: none;}

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

/* Advanced Search */
.search-summary {}
a.catalogue {
position: relative;
left: 110px;
top: 2px;
display: block;
height: 133px;
width:115px;
background: url(../images/catalogue.png) 0 0 no-repeat;
}

a.catalogue:hover {
background: url(../images/catalogue.png) 100% 100% no-repeat;
}

div.mini-search {
height: 37px;
width: 309px;
margin: auto;
background: #f6f6f6;
border-bottom: 1px solid #9b8589;
line-height: 37px;
}

div.block-subscribe input.texte, div.mini-search input.texte {
height: 19px;
padding: 0;
border: 1px solid #89838a;
padding-top: 4px;
text-indent: 5px;
width: 200px;
margin-right: 3px;
font-weight: bold;
font-size: 14px;
color: #686868;
font-style: italic;
font-family: Georgia;
}


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

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


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


/* Shopping Cart ========================================================================= */
.cart fieldset { padding-left: 15px;}
.cart .checkout-types { float:right; text-align:right; }

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


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

/* Shopping Cart Totals */
.cart .totals { float:right; margin-right: 15px; margin-bottom: 20px;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart-table td.a-right.last { text-align: right;}
.cart-table { margin-top: 15px;}

/* 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 */
.checkout-onepage-index  { }
.opc { padding: 20px; position:relative; }
.opc li.section { }
.opc .step-title { padding:0 5px; text-align:right; }
.opc .step-title .number {float:left; font-size: 16px; text-transform: uppercase; font-family: Georgia; font-weight: normal; margin-bottom: 8px; color: #ddd; margin-right: 10px; background: #eee; padding: 2px 5px 2px 5px; line-height: 18px; }
.opc .step-title h3 { float:left; font-family: Georgia; color: #ddd;}
.opc .allow .step-title { cursor:pointer; }
.opc .active .step-title .number  {float:left; font-size: 22px; text-transform: uppercase; font-family: Georgia; font-weight: normal; margin-bottom: 8px; color: #7b1922; margin-right: 10px; background: #eee; padding: 0px 5px 2px 5px; line-height: 28px;}
.opc .active .step-title h3 { font-size: 20px; text-transform: uppercase; font-family: Georgia; font-weight: normal; margin-bottom: 8px; color: #7b1922; border-bottom: 2px solid #eee; cursor:default; }
.opc .step { border-bottom: 1px solid #eee; margin-bottom: 5px;}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .group-select { padding-left: 5px}

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

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods .form-list { padding-left:20px; }
.sp-methods dt { text-indent: -9999px; height: 1px;}
.sp-methods dd { margin-bottom: 5px;}
.pay-methods dt { margin-bottom: 5px;}
.pay-methods { padding-left: 5px;}
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods { padding-left: 5px;}
.sp-methods input.cvv { width:3em !important; }
.select-credit-card { float: left; margin-bottom: 20px; text-align: center;}
.select-credit-card label { line-height: 35px; margin-left: 4px; }

.select-credit-card img { margin-bottom: 20px;}

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

.mktipmsg {padding: 5px; background-color: #FFF8DC;  border: 1px solid #DEB887; width:180px;font-size: 12px; color: #6b6b6b; display:none; position:absolute;left:0px;top:0px; }



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


/* Login Page ============================================================================ */
.login-page { }
.login-page .content { min-height:175px; }
.login-page .content p { font-size: 11px;}
.login-page .content h3 { font-size: 20px; text-transform: uppercase; font-family: Georgia; font-weight: normal; margin-bottom: 8px; color: #7b1922; border-bottom: 2px solid #eee;}
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard { width: 630px; padding: 20px;}
.dashboard h3 { font-size: 17px; font-variant: small-caps; font-family: Georgia; font-weight: normal; margin-bottom: 8px; color: #7b1922; border-bottom: 2px solid #eee;}
.dashboard .welcome-msg { padding-bottom: 15px;}
.dashboard .data-table { width: 630px;}
.dashboard a { color: #666;}
.dashboard a:hover { color: #000;}
.block-account h2 { font-style: normal;}
.dashboard h4 { font-size: 140%;}
.dashboard address { margin-bottom: 20px;}
#form-validate { padding: 15px 0 0 15px; float: left;}

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

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .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 { width: 980px; background: url(../images/footer.png); height: auto;  }
.footer a { color: #fff; text-decoration: none;}
.footer a:hover { text-decoration: underline;}
.footer .legal { width: 960px;  color: #fff; font-size: 11px; text-align: left; position: relative; padding: 0px 10px 0 10px; position: relative; top: -25px; }
.footer .legal .copyright { float: left; width: 500px;}
.footer .legal .abus { float: right; width: 460px; text-align: right;}
/* ======================================================================================= */