/**
 * Magento
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Storeofshop. (http://www.storeofshop.com)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
html{ background-color: #dfdfcd;}
body          { background-color: #dfdfcd;
background-image: -webkit-gradient(linear, left top, left bottom, from(#efefe5),to(#dfdfcd));
background-image: -webkit-linear-gradient(top, #efefe5, #dfdfcd);
background-image: -moz-linear-gradient(top, #efefe5, #dfdfcd);
background-image: -o-linear-gradient(top, #efefe5, #dfdfcd);
background-image: -ms-linear-gradient(top, #efefe5, #dfdfcd);
background-image: linear-gradient(top, #efefe5, #dfdfcd);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#efefe5', EndColorStr='#dfdfcd');font:16px/1.35  'Cagliostro', Verdana, sans-serif; color:#77725c; text-align: justify }

img           { border:0; vertical-align:top; }

a             { color:#bb3443; text-decoration:none; }
a:hover       { text-decoration:none; color: #95927d }
:focus        { outline:0; }

/* Headings */
h1, .h1title   { font-size:200%; font-weight:normal; line-height:1.15; text-align: left }
h2, .h2title   { font-size:170%; font-weight:normal; line-height:1.25; text-align: left}
h3, .h3title   { font-size:150%; font-weight:bold; line-height:1.25;text-align: left }
h4, .h4title   { font-size:120%; font-weight:bold; text-align: left}
h5            { font-size:1em; font-weight:bold; }
h6            { font-size:0.7em; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small     { font-size:0.8em; }
big     { font-size:1.5em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left ; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clear  { clear: both !important}
.clear::before, .clear::after {
content: ".";
display: block;
height: 0;
overflow: hidden;
}
.display { display: block !important}
.paddingTop { padding-top:40px !important   }
.padding{padding: 20px;float: left;}

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

/* =Responsive 12 Column Grid
    Grid was based on my Shell Theme released on 07/26/2011
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
  float: left;
  margin-bottom: 20px;
  padding-top: 0;
}
.grid-right {
  float: right;
  margin-bottom: 20px;
  padding-top: 0;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11 {
  display: inline;
  margin-right: 2.127659574468%;
}
.grid-1 {
  width: 6.382978723404%;
}
.grid-2 {
  width: 14.893617021277%;
}
.grid-3 {
  width: 23.404255319149%;
}
.grid-4 {
  width: 31.914893617021%;
}
.grid-5 {
  width: 40.425531914894%;
}
.grid-6 {
  width: 48.936170212766%;
}
.grid-7 {
  width: 57.446808510638%;
}
.grid-8 {
  width: 65.957446808511%;
}
.grid-9 {
  width: 74.468085106383%;
}
.grid-10 {
  width: 82.978723404255%;
}
.grid-11 {
  width: 91.489361702128%;
}
.grid-12 {
  width: 100%;
}
.fit {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.fit-medium {
  margin-left: 1% !important;
  margin-right: 1% !important;
}
.no-margin {
  margin: 0 !important;
}
.marginTop {
  margin-top: 50px !important;
}
 .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }


/* =Responsive Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.ie8 img {
  height: auto;
  width: auto\9;
}
.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}
/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}



/* Layout ================================================================================ */
.page { max-width:960px; margin:0 auto;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main{}
.main-container {margin-top: 2%;}

/* Base Columns */
.col-main {background: #fff; margin-right: 0;}
.border{border:5px solid #d9d9cb; background: #fff}
.cms-index-index .page .col-main{background: none;}
.cms-index-index .main-container .border{border: none; background: transparent}

.col-right {margin:0;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; margin-bottom:0;}
.col1-layout .block-content{padding: 10px;}

/* 2 Columns Layout */
.col2-left-layout .col-main {margin-bottom: 0;}
.col2-right-layout .col-main { margin-bottom: 0px; margin-right:20px;}

/*Lien blog*/
.LinkBlog {}
.LinkBlog li a{  background:#F2F2E8 url(../images/theme/sprite-blog.png) 95% 0 no-repeat; display: block; margin:10px 0;border:1px solid #DADBC6; padding: 10px 100px 10px 10px; color: #9B9A80; font-size: 20px; min-height: 50px; text-align: left}
.LinkBlog li a:hover{  background:#b7b8a7 url(../images/theme/sprite-blog.png) 95% 0 no-repeat;; border:1px solid #f2f2ea; color: #f2f2ea;}
.LinkBlog li.découpe a,.LinkBlog li.découpe a:hover{ background-position:  95% 0 ;}
.LinkBlog li.guide a, .LinkBlog li.guide a:hover{ background-position:  95% -69px ;}
.LinkBlog li.recette a, .LinkBlog li.recette a:hover{ background-position:  95% -138px ;}

.cms-index-index .LinkBlog li a{ font-size: 15px; padding: 10px 50px 10px 10px}
.cms-index-index .LinkBlog li.découpe a,.cms-index-index .LinkBlog li.découpe a:hover{ background-position:  135% 0 ;}
.cms-index-index .LinkBlog li.guide a,.cms-index-index .LinkBlog li.guide a:hover{ background-position:  165% -69px ;}
.cms-index-index .LinkBlog li.recette a,.cms-index-index .LinkBlog li.recette a:hover{ background-position:  135% -138px ;}

.plus-delassic {background: url(../images/theme/left_blog-title.png) 0px 30px no-repeat; padding-top: 120px;}
.link-shipping{background: #bb3443;position: relative;text-align: center;font-family: "Caviar Dreams", "MS sans serif";/*float: left;*/margin-top:15%}
/*.link-shipping img { display: none;position: absolute;bottom: -12px;right: -9px;}*/
.link-shipping .bloc2 img {
	float: left;
}
.link-shipping .bloc1, .link-shipping .bloc2, .link-shipping .bloc3{border-bottom:1px dashed #e3e3d1;padding:5px;}
.link-shipping .bloc3{/*padding-bottom: 80px*/;border-bottom: none;}
.link-shipping .titre{color :#fff;font-size : 28px;}
.link-shipping .rougeclair{color :#eb7f8b;font-size : 18px;margin: 15px 0;}
.link-shipping .ocre{color :#e6e5d5;}
.link-shipping .grandprix{font-size:38px; display: block;}
.link-shipping .petittexte{font-size:14px;}
.link-shipping .euros{font-size:18px; }
.link-shipping .moyentexte{font-size: 28px;}
.link-shipping .small{font-size: 10px;display: block;}

.cart .link-shipping{background: #bb3443;position: relative;text-align: center;font-family: "Caviar Dreams", "MS sans serif";float: right;margin-top:0; width:50%; padding: 0}
.cart .link-shipping .bloc1, .cart .link-shipping .bloc2, .cart .link-shipping .bloc3{padding:10px; border: none}
.cart .link-shipping .rougeclair{color :#eb7f8b;font-size : 14px;margin:0;}
.cart .link-shipping .ocre{color :#e6e5d5;}
.cart .link-shipping .grandprix{font-size:18px; display: inline;}
.cart .link-shipping .petittexte{font-size:14px;}
.cart .link-shipping .euros{font-size:18px; }
.cart .link-shipping .moyentexte{font-size: 28px;}


/*producteur*/

.producteur{height: 69px;background: #BB3443 url(../images/theme/plateau-repas.png) 0 0 no-repeat;position: relative;width:100%;margin :0px 0 20 0;display:block; float: none}
.producteur:hover{background: #777159 url(../images/theme/plateau-repas.png) no-repeat; }
.producteur .ligne1, .producteur .ligne2{color: #fff;position : absolute; right : 0;top:0;}
.producteur .ligne1{top:15%; right:27%;font-size:20px;}
.producteur .ligne2{top:40%; right:11%;font-size: 27px;}

/* 3 Columns Layout */
.col3-layout .col-wrapper { float:left;  }
.col3-layout .col-main {float:right; }
.col3-layout .col-left {  }

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button:hover{ cursor: pointer}

.button, .button span { display: inline-block;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; cursor: pointer}
.button {
    white-space: nowrap;
    line-height:1em;
    position:relative;
    outline: none;
    overflow: visible; /* removes extra side padding in IE */
    cursor: pointer;
    border: 1px solid #999;/* IE */
    border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
    border-bottom:rgba(0, 0, 0, .4) 1px solid;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: -moz-linear-gradient(
        center top,
        rgba(255, 255, 255, .1) 0%,
        rgba(0, 0, 0, .1) 100%
    );/* FF3.6 */
    background: -webkit-gradient(
        linear,
        center bottom,
        center top,
        from(rgba(0, 0, 0, .1)),
        to(rgba(255, 255, 255, .1))
    );/* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
    -moz-user-select: none;
    -webkit-user-select:none;
    -khtml-user-select: none;
    user-select: none;
}
.button.full, .button.full span {display: block;}
.button:hover, .button.hover {background: -moz-linear-gradient(
        center top,
        rgba(255, 255, 255, .2) 0%,
        rgba(255, 255, 255, .1) 100%
    );/* FF3.6 */
    background: -webkit-gradient(
        linear,
        center bottom,
        center top,
        from(rgba(255, 255, 255, .1)),
        to(rgba(255, 255, 255, .2))
    );/* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {    top:1px;}
.button span {position: relative;color:#fff;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);  border-top: rgba(255, 255, 255, .2) 1px solid;padding:0.5em 1em;text-decoration:none;   text-align:center;  white-space: nowrap;}
.button span span{ padding: 0; border: none}


.button.small span {    font-size:0.9em;}
.button.medium span {font-size:1.1em;}
.button.large span {font-size:1.30em; padding: 0.5em}

.button.black {background-color: #333333;}
.button.gray {background-color: #efeee6;}
.button.gray span{ color: #5b5747; text-shadow: 0 1px 0 #fff}
.button.white {background-color: #FFFFFF;}
.button.white span{color: #666666;}
.button.red {background-color: #bb3443;}
.button.orange {background-color: #ff5c00;}
.button.magenta {background-color: #A9014B;}
.button.yellow {background-color: #ffb515;}
.button.blue {background-color: #00ADEE;}
.button.pink {background-color: #e22092;}
.button.green {background-color: #91bd09;}
.button.rosy {background-color: #F16C7C;}
.button.brown {background-color: #9d9a87;}
.button.purple {background-color: #800080;}
.button.cyan {background-color: #46C7C7;}
.button.gold {background-color: #D4A017;}


p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:100%;; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text, .form-list textarea, .form-list select{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; border: 2px solid #d1d0c1; padding: 5px; color:#8c8876 }
.form-list input.input-text:focus, .form-list textarea:focus, .form-list select:focus{border: 2px solid #a03136;  color: #a03136}

.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px;}
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:50px; margin-right: 10px }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:42px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

#oar_widget_orders_and_returns_form .input-box{float: none !important;width: auto !important;}

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border-top:1px dashed #ddd; background: #f5f5f5 }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:20px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#b33d38; color:#fff; margin:-36px 0 0 -10px; padding:5px 10px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { margin:30px 0 10px 0; font-size:0.8em}
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px dotted #DFDFCD; padding:10px 30px; margin-bottom: 10px }
.page-title h1,
.page-title h2 { font-size:30px; color:#A82E3C; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { margin:15px 0 }
.pager .pages { float: right}
.pager .pages ol { display:inline; }
.pager .pages li  { display:block; background: #f5f5f5; padding:5px; margin:5px ; text-align:center;  float: left; height: 20px; width:20px; font-weight: bold}
.pager .pages .current, .pager .pages li:hover  {background: #BB3443; cursor: pointer}
.pager .pages .current, .pager .pages li:hover a  {color: #fff;}

/* Sorter */
.sorter {  background: #f5f5f5; padding:10px; margin:0; }
.sorter .grid{margin-bottom: 0}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar-bottom .sorter, .toolbar-top .pager{ display: none}
.sorter label { display: block; float: left; margin-right: 5px}
.sorter .grid,.sorter .list { display: block; width:16px; height: 16px; float: left; background:url(../images/theme/sprite.png) no-repeat 0% -815px; text-indent: -999em; margin-right:5px; margin-top: 0}
.sorter strong.list, .sorter a:hover.list{ background-position: -18px -815px}
.sorter a.list{ background-position: 0px -815px}
.sorter a.grid{ background-position: 100% -815px}
.sorter strong.grid,.sorter a:hover.grid{ background-position: -36px -815px}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table td em{ font-size: 13px }
.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 {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping , tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std{padding: 30px; background: #fff}
.std .subtitle { padding:0; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-size: 0.8em }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

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

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


/* Header ================================================================================ */
.header { max-width:960px; margin:0 auto; position: relative}
.header .logo {position: absolute; top:15px; left:-25px; display: block}
.header .logo strong {  width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; display: block }
.header .welcome-msg { float: left; font-size: 12px; text-align: left;margin: 20px 0 6px 150px;}
.header .links { float:right; margin:25px 0; }
.header .links li{margin-left:20px;}
.header .links li a{border: 1px solid #dadaca;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius:5px;background: #f2f2ea url(../images/theme/sprite.png) no-repeat 4px -56px;behavior: url(skin/frontend/delassic/blank/css/PIE.htc); padding:5px 10px 5px 25px ;  position: relative; color: #95927d; font-size: 12px; }
.header .links li a:hover{background: #95927d url(../images/theme/sprite.png) no-repeat 4px -76px; color: #f2f2ea;}
.header .links li.contactLink a{background-position:4px -96px;}
.header .links li.contactLink a:hover{background-position:4px -116px;}
.header .links li a.top-link-cart{background-position:4px -34px;}
.header .links li a.top-link-cart:hover{background-position:4px -14px;}
.header .links li#logout a{background-position:-50px -134px;}
.header .links li#logout a:hover{background-position:-50px -161px;}


.form-search { float: right; position: relative; margin-top: 2px  }
.form-search input{border:none; border-bottom:1px solid #b1af9f;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius:10px;background: #6e6b58;behavior: url(skin/frontend/delassic/blank/css/PIE.htc); padding:7px 10px ; width:120px; color: #E5E5D6}
.form-search input:focus{background: #b5b29e; color: #6e6b58}
.form-search button{ position: absolute; top:0; right:5px; background: none; border:0; }
.form-search button span{ display: block; background: url(../images/theme/sprite-header.png) no-repeat 0 8px; text-indent: -999em; width:20px; height: 25px }

.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }

.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.menuBlock { 
    outline: none;
    overflow: visible; /* removes extra side padding in IE */
    border: 1px solid #999;/* IE */
    border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
    border-bottom:rgba(0, 0, 0, .4) 1px solid;
    user-select: none;
    background-color: #878471;
 }
.nav-container { max-width: 960px; margin:5px auto}
#nav , #pronav { margin-left: 140px; float: left; font-size: 1em}

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

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; color:#fff; text-shadow: 0 0 1px #727060 }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav div ul { position:static; width:auto; border:none; }

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

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */

/******* Top Level 0 *******/
ul#pronav{position:relative;/*--Important--*/}
ul#pronav li {float:left;margin:0;padding:0;}
ul#pronav li a {color:#fff;float:left;padding:5px 15px;text-decoration:none;}
ul#pronav li a:hover,ul#pronav li:hover a {color:#6E6B58;background:#fff; }

/******* Top Level Drop Down *******/
ul#pronav li .sub {position:absolute;top:30px;left:-1px;z-index:99999;color:#6E6B58;background:#fff; float:left;display:none;padding:10px; width:790px!important;   background-color: #ffffff;border:1px solid #d1d0c1; border-top:none}
ul#pronav li .sub .row {clear:both;width:100%;margin-bottom:10px;}
    
/******* First Level 1 *******/
ul#pronav li .sub .row ul {list-style:none;margin:0;width:25%;/*--Important--*/float:left;background:url(../images/vertical-tile-divider.gif) repeat-y right 0; text-align: left; padding:10px }
ul#pronav li .sub .row div.StarProduct{float:right;background:#DADACA ; text-align: center; padding:10px; width:40% }
li div.StarProduct  a{ background: none !important; padding:0 5px !important; width:46.8%}

ul#pronav .sub ul li {width:100%;}
ul#pronav .sub ul li.secondmenu{ margin-top: 15px}
ul#pronav .sub ul li strong{ border-bottom: 1px solid #eee; margin-bottom: 5px}
ul#pronav .sub  strong{ display: block; border:none}

ul#pronav .sub ul li a {float:none;text-indent:0;height:auto;background:transparent;padding:0 5px ;display:block;   text-decoration:none;text-align:left;font-size:0.9em;}
ul#pronav .sub ul li.first a {font-weight:bold;}
ul#pronav .sub ul li a:hover {color:#D96708;background-position:0 0;text-decoration:none;text-align:left;}

/* Added after Category Item First No Link update */
ul#pronav .sub ul li.first span.pronav-widget-category-link-first-no-link span {float:none;text-indent:0;height:auto;background:transparent;padding:3px 25px;display:block;text-decoration:none;text-align:left;}
ul#pronav .sub ul li.first span.pronav-widget-category-link-first-no-link span {font-weight:bold;}
ul#pronav .sub ul li.first span.pronav-widget-category-link-first-no-link span:hover {color:#D96708;    background-position:0 0;    text-decoration:none;   text-align:left;}


ul#pronav li#navPlateau .sub .row ul {list-style:none;margin:0;width:30.8%;/*--Important--*/float:left;text-align: center; padding:10px }


.blocRed { background: #BB3443; padding: 2%; color: #fff;  margin: 20px 0}
.blocRed h2{ margin-bottom: 10px}
.blocRed .col-1{width:15%}
.blocRed .col-2{width:55%; font-size: 14px}
.blocRed .col-3{width:24%; margin-top:20px}

ul#pronav li#navPlateau .sub .blocRed { width:96%; margin: 0}
ul#pronav li#navPlateau .sub .blocRed .col-2{width:60%; font-size: 16px}
ul#pronav li#navPlateau .sub .blocRed .col-3{width:20%; margin-top:30px}


/******* Optional Assets *******/
.clear {clear:both;}

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


/* Sidebar =============================================================================== */
.block { border:5px solid #D9D9CB;  margin:0 0 10px 10px;  background: #fff; text-align: left; padding: 20px; }
.block .block-title { border-bottom:1px solid #eee; margin:5px; padding-bottom: 5px; font-size: 1.2em; }
.block .block-title strong { font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block li.even { background-color:#f6f6f6; }
.col-left .block{ margin: 0 0 20px 0}

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

/* Block: Account */
.block-account li { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px dashed #aaa792 }

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

/* Block: Layered Navigation */
.block-layered-nav {    background: -moz-linear-gradient(
        center top,
        rgba(255, 255, 255, .1) 0%,
        rgba(0, 0, 0, .1) 100%
    );/* FF3.6 */
    background: -webkit-gradient(
        linear,
        center bottom,
        center top,
        from(rgba(0, 0, 0, .1)),
        to(rgba(255, 255, 255, .1))
    );/* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
    background-color: #95927d; border:5px solid #fff; }
.block-layered-nav .block-title{ color: #fff; font-size:1.5em;text-shadow: 0 1px 0 #5b5747; border-color: #84806e; text-align: center; }
.narrow-by-list .left { width:auto; margin-bottom: 10px; float: none}
 .narrow-by-list .left span { display: block; color: #e9e8dc; font-size: 0.9em}
.narrow-by-list .left select{ width:100%;}
.block-layered-nav .currently {background: #D1D0C1; font-size: 0.9em; padding:5px; margin-top:10px}
.block-layered-nav .currently .actions { float: right;padding: 3px 10px; background: #8a8675; color: #fff;-moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px;font-size: 0.9em; }
.block-layered-nav .currently .actions:hover{ background: #fff; color: #8a8675; cursor:pointer; }
.block-layered-nav .btn-remove { float:left; margin:3px 3px 0 0; }


/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
.btn-cart span{color:#fff !important;}

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


/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }
.comparePopup {padding: 20px; background: #fff}
.comparePopup .page-title{ border: none}
.comparePopup .std{ padding:0; background: transparent; border: none}
.comparePopup .std .h3tittle{ font-weight: bold; margin: 10px 0; color: #A82E3C}
.comparePopup .std .col-1,.comparePopup .std .col-2{ float: none; width: auto}

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

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

/* Block: Subscribe */
.block-subscribe label{color:#e5e5d5; font-size: 0.9em; margin-bottom: 5px}
.block-subscribe .input-box {position: relative; width:100%; margin-top: 5px; border-bottom:1px solid #b1af9f;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius:10px;background: #6e6b58;behavior: url(skin/frontend/delassic/blank/css/PIE.htc);}
.block-subscribe input{border:none; background: none; color: #E5E5D6; padding: 10px; width: 75%}
.block-subscribe .input-box:focus{background: #b5b29e; color: #6e6b58}
.block-subscribe button{ position: absolute; top:4px; right:1.9%; border: 0; background: none}
.block-subscribe button span{ display: block; background: url(../images/theme/sprite.png) no-repeat 0 -741px; text-indent: -999em; width:42px; height: 26px }
.block-subscribe button:hover span{background-position:0 -767px;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* View Type: Grid */
.products-grid {position:relative;margin: 0 2%;}
.products-grid.last { margin-bottom:0; }
.products-grid li.item { float:left; width:31.3653%; padding:0 0 80px; text-align: center; position:relative; margin: 0 20px 5px 0 ;}
.products-grid li.last {margin: 0}
.products-grid .product-image { display:block; margin:0 auto;border:5px solid #E5E5D6 }
.products-grid .product-image img { display:block;}
.products-grid .product-image:hover{ border:5px solid #BB3443}
.products-grid .product-name { margin:5px; font-weight:bold; font-size:1.2em; text-align: center }
.products-grid .price-box { position: absolute; background: #E5E5D6; top:0; right:0; padding:5px; font-size: 1.5em}
.products-grid li:hover .price-box {background:#bb3443; color: #fff !important}
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute;width:100% }

/* View Type: List */
.products-list li.item {margin: 5px 0 5px 0 ; border:5px solid #f5f5f5; padding:5px; }
.products-list li.item.last { border-bottom:0; }
.products-list .blockImgList { width:32%; text-align: center}
.products-list .product-image { display:block;  margin:0 auto;background: url(../images/theme/ombre_pdt.png) 50% 101% no-repeat; padding-bottom: 10px; }
.products-list .product-image img{ border:5px solid #fff}
.products-list .product-image:hover img{ border:5px solid #BB3443}
.products-list .product-shop { margin-left:35%; width:65% }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:2em; }
.products-list .product-name a {}
.products-list .price-box { margin:3px 0 5px 0; font-size: 1.4em }
.products-list .old-price {display: inline; text-align: right; font-size: 0.7em}
.products-list .availability { margin:3px 0 0; }
.products-list .desc {padding:6px 0 0; margin:0 0 15px; line-height:1.35; border: 0px solid black }
.products-list .desc .link-learn { display: block; padding:3px; background: #f5f5f5; margin-top:5px}
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }


/* Category Page ========================================================================= */
.category-title { }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { padding: 0px 30px 20px 30px; background: #fff }
.category-products {}
.category-products .products-grid li.item{margin:20px 2% 0 0; width: 32%}
.category-products .products-grid li.last{margin:20px 0 0 0;}

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


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; padding-top: 2px }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span { color: #739e23}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

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

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

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

/* Old price */
.old-price {text-decoration:line-through;  display: block; font-size: 0.7em; color:#77725C !important}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; }

/* Special price */
.special-price { color: #BB3443; line-height: 0.9em; line-height: 0.6em}
.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; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.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; }

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

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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 notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

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

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices  { background:#fff ; padding: 5px; color: #898574; font-size:0.9em; margin-top:10px; border:1px solid #fff; text-align: left}
.tier-prices .price { font-weight:bold; }


.tier-prices-grouped {}

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

/* Add to Cart */
.add-to-cart .qty { float:left; margin:7px 5px 0 0; width:1.6em !important; padding:5px 2px}
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.add-to-cart .button {background-color: #8e8a78; float:none;}
.add-to-cart .button span { padding: 0.4em 0.6em}

/* Add to Links + Add to Cart */
.add-to-box {   border: 1px solid #999;/* IE */
    border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
    border-bottom:rgba(0, 0, 0, .4) 1px solid;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: -moz-linear-gradient(
        center top,
        rgba(255, 255, 255, .1) 0%,
        rgba(0, 0, 0, .1) 100%
    );/* FF3.6 */
    background: -webkit-gradient(
        linear,
        center bottom,
        center top,
        from(rgba(0, 0, 0, .1)),
        to(rgba(255, 255, 255, .1))
    );/* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */;background-color: #bb3443; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;   border-top: rgba(255, 255, 255, .2) 1px solid;padding:0.5em}
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

.product-collateral {  }

/* Product Images */

.product-essential {padding: 20px;}
.product-view .product-img-box {}
.product-view .product-img-box a { background: url(../images/theme/ombre_pdt.png) 50% 101% no-repeat; padding-bottom: 10px; display: block }
.product-view .product-img-box img{ border:5px solid #fff}
.product-view .product-img-box a:hover img{ border:5px solid #BB3443}
.product-view .product-img-box .more-views ul { margin:0px 0 0 -4px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 4px ; }
.product-view .product-img-box .more-views li a{ background-position: 50% 97%}

/* Product Shop */
.product-view { position: relative;margin-bottom: 0;}
.product-view .grid-12{ margin-bottom: 0;}
.product-view .product-shop {}
.product-infoContent{ float: left; width:50%}
.product-infoContent .short-description{ margin-top:15px; line-height: 20px; padding: 0; border: none}
.product-infoContent .short-description .annecdote{ border-top:1px dashed #ccc;  border-bottom:1px dashed #ccc; margin-top: 10px; padding: 10px 0}
.product-infoContent .short-description .annecdote strong{ display: block}
.rating{ font-size: 0.8em}

.addthis_toolbox { margin:20px 0 10px 0}
.addthis_toolbox a { width: 85px}

.shopBlock{float: right; width:45%;}
.shopBlock1{background: #f5f5f5;  padding: 10px;}
.shopBlock .price-box{ font-size: 1.5em; margin:10px 0; float: left;color: #BB3443; }
.shopBlock .typevente{margin:15px 0 0 10px; display: block; font-weight: bold; float: left}

.pictoBlock .Non,
.pictoBlock .famille,
.pictoBlock .date_aop,
.pictoBlock .conservation,
.pictoBlock .ordre_degustation,  
.pictoBlock .type_vente{ display: none}

.btnProduct a{ position: absolute; top:130px;   z-index: 999; background:  url(../images/theme/sprite.png) -4px -834px; width: 56px; height: 56px;text-indent: -999em; display: block }

#prev-links a{left:-90px;}
#prev-links a:hover{background-position: -4px -1003px}
#next-links a{ right:-90px ;background-position: -4px -891px}
#next-links a:hover{background-position: -4px -947px}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; clear: both}
.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 input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.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; }

/* Grouped Product */
.product-view .grouped-items-table {}



/*Bon cadeau*/
.discountGift{ background: #f5f5f5; padding: 10px}
.discountGift li{ margin:10px 0}
.giftvoucher-amount-desc{ padding: 10px 0; margin: 10px 0; border-top:2px solid #fff; border-bottom:2px solid #fff}
.giftvoucher-friend{ padding: 10px 0;}
.giftvoucher-product-info input[type="text"],.giftvoucher-receiver textarea  { width: 85% !important}
.giftvoucher-product-info li{ padding-bottom: 10px}
.giftvoucher-product-info label{ float: none; }
.giftvoucher-product-info small{ font-size: 0.8em; display: block}
.giftvoucher_credit { border-bottom:1px dashed #ddd; padding: 10px 0;margin-bottom: 10px}
.discountGift .form-list label { font-weight: normal; margin:0 !important}
.CarteCadoPrice{ clear:both; text-align: left}
.smallPrice{ display: block; font-size: 11px; margin-bottom: 10px}

.category-bon-cadeau .product-essential{ padding-bottom: 150px; position: relative}
.category-bon-cadeau .block-related { background: #bb3443; position: absolute; color: #fff; bottom:20px; right:20px; width: 58%}
.category-bon-cadeau .block-related .block-title { float: left; border: none;text-indent: -99em; background: url(../images/theme/cadeaux-pdt2.png) no-repeat 0 5px;width: 48%;height: 70px;}
.category-bon-cadeau .block-related .block-content{ float: left}
.category-bon-cadeau .block-related .product .product-image { background: #fff;}
.category-bon-cadeau .block-related .product-name a{ color: #DFE0CB; font-size: 25px;font-weight: bold;}
.category-bon-cadeau .block-related .product-name a:hover{ color: #fff}
.category-bon-cadeau .block-related .product .product-details { margin-left:80px}
.category-bon-cadeau .block-related  .price-box { color: #fff !important; margin: 0;font-size: 12px !important;}
.category-bon-cadeau .block-related  .block-subtitle,
.category-bon-cadeau .block-related  .related-checkbox { display: none}
/* Block: Related */
.block-related { margin: 20px 0 0 0 }
.block-related .block-content { padding: 5px}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:right; margin-right:0; }
.block-related .product { margin-left:0; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }
.shopBlock .block-related .price-box { font-size: 1em}

/********** TABS *********/
.product-tabs { background: #d1d0c1; padding:20px }
.product-tabs li { display: inline; font-size: 16px; font-weight: bold;  margin-right: 10px;}
.product-tabs li a{ padding:5px; color: #5b5747}
.product-tabs li.active {background: none; }
.product-tabs li.active a, .product-tabs li a:hover{ color: #BB3443;background: #fff }

/* Block: DESCRIPTION */
.product-tabs-content{padding: 30px}
.product-collateral .std { padding: 0}
.product-collateral .std p{ line-height: 1.6em; padding-bottom: 1.5%}
.product-collateral .std li{ line-height: 1.6em; }
.product-collateral p.h3tittle { font-size: 1.5em; color: #a03136; font-weight: bold; border-bottom: 1px solid #a03136; line-height: auto; padding: 0; margin-bottom: 10px}
#product_tabs_description_contents .col2-set{ margin-bottom: 30px}
.post-list{padding:10px;}
.contenu{padding : 10px;}

/* Block: Upsell */
.product-view .box-up-sell .products-grid .price-box{ position: relative}
.product-view .box-up-sell .products-grid { margin: 0}
.product-view .box-up-sell .products-grid li.item{ padding: 10px; width:29.58%}
.product-view .box-up-sell .products-grid li.item .product-image{ display: inline-block}

/* Block: Reviews */
#customer-reviews .col-1{ width:65%}
#customer-reviews .col-2{ width:30%}
#product_tabs_description_contents h4{ margin-top:15px; color: #91BD09}
#customer-reviews ol li { border-bottom: 1px solid #e5e5e5; padding:10px 0; margin:10px 0}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a { color: #95927d}
.product-name a:hover{color: #BB3443;}

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

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

/* CMS Home Page */
.blocHome a{ display: block; border:5px solid #777159}
.blockImg{ margin-bottom: 20px}

/*BlockMiddle*/
.blockmiddle { background: #fff; border:5px solid #d9d9cb; padding : 20px;position: relative;}
.blocMiddle1 { position: relative}
.blockmiddle .col-1{ width:42%}
.blockmiddle .col-2{ width:53%}
.blockmiddle h2{ background: #D9D9CB;  padding:10px; margin-bottom: 20px; color: #777159}
.blockmiddle .mot{padding: 0 40px; position: relative}
.blockmiddle .wordBoss{margin-left:0;}
.blockmiddle .wordBoss .h3title{background: #D9D9CB;  padding:10px; margin-bottom: 20px; color: #777159}
.blockmiddle .bloquoteLeft{ position:absolute; top:0; left:0; width:30px; height:30px; background: url(../images/theme/sprite.png) 0 -150px no-repeat}
.blockmiddle .bloquoteRight{ position:absolute; bottom:0; right:0;width:30px; height:30px; background: url(../images/theme/sprite.png) 0 -187px no-repeat}
.blockBottomMot { background: url(../images/theme/sprite.png) 0 -221px no-repeat; padding-left:70px; margin: 15px 0 0 40px}
.blockBottomMot span{ display: block}
.blockBottomMot .NamCremier{ font-weight: bold; font-size:1.2em}

.MenuBar {position: absolute;background: url(../images/theme/bg-menu.png) no-repeat bottom left;width: 390px;height: 470px;top: 40px;right: -100px;}
.menuBarContent { margin:25px 40px 0 85px; color: #fff }
.menuBarContent h4 { text-align: center; color: #E9E9DC; margin-bottom: 10px}
.menuBarContent li { margin-bottom: 5px }
.menuBarContent li strong{ display: block; text-align: center; border-top: 1px dotted #666; padding-top:10px; margin-top:10px}
.menuBarContent li span { display: block; font-style: italic; font-size: 0.8em}
/*NEWPDT*/
.Newpdt{/*margin-left:20px;*/}  
.Newproducts-grid li { float: left; width:/*47.25%*/ 22.991%; margin:0 20px 30px 0; position: relative ; text-align: center; min-height: 240px}
.Newproducts-grid li.last {margin-right:0em}
.Newproducts-grid li .product-image { display: block; background: url(../images/theme/ombre_pdt.png) 50% 88% no-repeat; margin: 0 auto; border: 5px solid #e5e5d6;}
.Newproducts-grid li .product-image:hover{ border: 5px solid #bb3443;}
.Newproducts-grid li .price-box{position: absolute;background:#E5E5D6;top: 0;right: 0;padding: 5px;font-size: 1.5em;} 
.Newproducts-grid li:hover .price-box{background:#bb3443; color: #fff !important} 
.Newproducts-grid h3.product-name{ text-align: center; padding: 0 5px; margin:5px 0 10px 0; font-size: 0.9em; font-weight: bold;} 
.Newproducts-grid li .actions { position: absolute; bottom: 2px;left: 18px;}
.Newproducts-grid li .ratings{display:none}
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

.cart{padding: 20px;}
.cart-empty{padding: 20px}

/* Checkout Types */
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

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

/* Crosssll */
.crosssell {border:5px solid #D9D9CB;  background: #fff;padding : 20px;}
.crosssell h2{font-size: 150%}

.crosssell li{ margin-top: 20px; border-bottom: 1px solid #eee}
.crosssell li.even{ background: none}
.crosssell .product-image{ float: left; margin-right: 5px}
.crosssell .button{margin-top: 20px}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount { margin-top: 1.2em; padding-top: 1.2em ; border-top:1px dashed #e5e5e5}
.cart .discount label{ margin-bottom: 5px}
.cart .discount input[type="text"]{padding: 5px; width:190px;}

.cart .shipping {padding:1.5em 0 0; }
.cart .shipping .input-box { width:100%}
.cart .shipping select { width:150px; margin-top: 7px}
.cart .EstimateShipping{padding: 10px; background: #f5f5f5; display: block}
.cart .EstimateShipping h4{ padding-bottom: 5px}
.cart .EstimateShipping .sp-methods dd{ padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px dashed #e5e5e5  }

/* Shopping Cart Totals */
.cart-collaterals .grid-right  {margin-right:0;}
.cart .totals { padding:1em; margin-top:20px ;background-color: #eae9e0;float:right;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold;}
.cart .totals table tfoot { font-size: 1em;;  color: #8c2b30}
.cart .totals .checkout-types{ margin-top: 2em }
.cart-collaterals .grid{margin-bottom:0;}

/* 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 ============================================================================== */
/********** < Common Checkout Styles */
#shopping-cart-table .product-image{ display: block; width:75px}
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods dd { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #d1d0c1}
.sp-methods .price { font-weight:bold; display: block }
#checkout-payment-method-load .price { font-weight:bold; display: inline }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:30%; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.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 .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_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; overflow:auto; font-size: 11px !important }
.checkout-agreements .agreement-content h2, .checkout-agreements .agreement-content h1{ color: #BB3443; margin-bottom: 10px}
.checkout-agreements .agreement-content p{ margin-bottom: 10px}
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { padding: 10px}
.block-progress .block-title{ color: #BB3443}
.block-progress .block-content{ padding: 10px 0}
.block-progress .changelink{display: none}
.block-progress dt { font-weight:bold;border-bottom: 1px dashed #eee;padding-bottom: 5px;margin-bottom: 5px; }
.block-progress .modify { font-weight:bold; font-size: 0.9em; text-align: center}
.block-progress dd.complete { border-bottom: 1px dashed #dddddd; padding-bottom: 10px; margin-bottom: 10px  }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#9d9a87; padding:5px; text-align:right; color: #fff }
.opc .step-title .number { float:right; margin-right:5px; font-size: 1.8em }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#bb3443; cursor:default; color: #fff; padding: 10px }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

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

/*login*/
#checkout-step-login .loginAccount{margin-top:20px;padding:10px;}
#checkout-step-login .createAccount{padding:10px;background: #e8e8db;}
#checkout-step-login .col-1,.account-login .new-users , #checkout-step-login .col-2,.account-login .registered-users{margin : 0 ;}
#checkout-step-login .col-1,.account-login .new-users { background: #e8e8db;margin-right:20px;}
#checkout-step-login .col-1,.account-login .new-users .content{  margin: 10px}
#checkout-step-login .col-1 .buttons-set ,.account-login .new-users .buttons-set{ background: #e8e8db; text-align: center}
#checkout-step-login .col-1 .buttons-set button,.account-login .new-users .buttons-set button{ float:  none; margin:20px 0}
#checkout-step-login .col-1 ul{ list-style-type: disc; list-style-position: inside; margin-left: 20px}
#checkout-step-login .col-1 li{ padding: 2px 0 }
#checkout-step-login .col-2,.account-login .registered-users .content{margin: 10px;}

/*Billings*/
.form-list  .PostCode{ width: 100px; margin-right: 8px;}
.PostCode .input-box{ width: 100px}
.PostCode .input-box input{ width: 80px}

.form-list  .City{ width: 180px}
.City .input-box{ width: 180px}
.City .input-box input{ width: 150px}

/*REVIEW INFOS*/
#review-buttons-container .f-left a{ display: block}
/* ======================================================================================= */

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me a { display: block; font-size: 0.8em}
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #000; -webkit-box-shadow:0 0 6px #000; -box-shadow:0 0 6px #000; z-index:1000; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px }
.remember-me-popup h3 { background:#9d9a87; border-bottom:1px solid #e9e9db; font-size:1em; padding:5px 10px; color: #fff }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


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

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


/* My Account ============================================================================= */
.my-account{padding :20px;}
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {background: #f2f2ea;; padding: 10px; font-size:1.2em}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info { margin-top: 20px}
.dashboard .box { margin-bottom:  20px;border-top: 1px solid #e6e6d7;padding-bottom: 20px; padding-top: 20px}
.dashboard .box .red {margin: -10px 0 20px 0;}
.dashboard .box-account .box{padding:20px 0 ; margin:0;}
.dashboard .box-account a.brown{
    margin-top: 20px;
}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: adresss */
.addresses-list li.item { margin-bottom: 20px; display: block}
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* 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 li { padding: 0 10px; border-right: 1px solid #d1d0c1}
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box .box{ margin-top:20px; border: 1px solid #d1d0c1; padding: 10px}

.order-items { width:100%; overflow-x:auto; margin-top:20px  }
.order-items .link-print{ float: right}

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; position: relative }
.page-print .print-head address { float:left; margin:15px 0 0 15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {margin-top:20px;}
.footer {background-color: #adaa96;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(173, 170, 150)), to(rgb(149, 146, 125)));
background-image: -webkit-linear-gradient(top, rgb(173, 170, 150), rgb(149, 146, 125));
background-image: -moz-linear-gradient(top, rgb(173, 170, 150), rgb(149, 146, 125));
background-image: -o-linear-gradient(top, rgb(173, 170, 150), rgb(149, 146, 125));
background-image: -ms-linear-gradient(top, rgb(173, 170, 150), rgb(149, 146, 125));
background-image: linear-gradient(top, rgb(173, 170, 150), rgb(149, 146, 125));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#adaa96', EndColorStr='#95927d');
padding:20px;;border:5px solid #77725c; margin-bottom: 20px;}
.footer .h2title{color: #fff; margin-bottom: 15px; text-shadow: 0 -1px 0 #6a6857}
.footer .h3title{color: #645e4b;  text-shadow: 0 1px 0 #deddcc; font-size: 1.1em}
.footer .col-2{ border-left: 1px solid #aaa896; border-right: 1px solid #aaa896; margin-left: 0; padding-left:1.5em; width: 36%}
.footer address { text-align:right; }
.footer ul li { background: url(../images/theme/sprite.png) 0 -287px no-repeat; padding-left:15px; margin-bottom: 2px; font-size:0.9em }
.footer ul li a{ color:#e5e5d6}
.footer ul li a:hover{ color:#6e6b58}
.footer-container address{ font-size: 0.8em}
.aboutBloc  { width: 100%; }


p.socialLink {margin: 15px auto 0 auto;border-top: 1px solid #b8b89e;padding-top: 10px; display: table; width: 100%}
.socialLink  a{ display:table-cell; width: 45px; height: 45px; text-indent: -9999em; background: url(../images/theme/sprite.png) 50% -307px no-repeat ; padding: 0 20px }
.socialLink a.facebook { background-position: 50% -385px}
.socialLink a.facebook:hover{ background-position: 50% -425px}
.socialLink a.twitter{ background-position: 50% -560px}
.socialLink a.twitter:hover{ background-position: 50% -610px}
.socialLink a.youtube{ background-position: 50% -467px}
.socialLink a.youtube:hover{ background-position: 50% -512px}

.footer  .map{ width: 26%}
.map a{ display: block}
.map a:hover{opacity: 0.6; }

.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */

/* =LIGHTBOX
----------------------------------------------- */
#lightbox{  position: absolute; left: 0; width: 100%; z-index: 999; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; top: 0px; left: 0px; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(../images/lightbox/blank.gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }           
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}      

#overlay{ position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 500px; background-color: #000; }


/* = CMS PAGES
----------------------------------------------- */
.cms-page-view .page-title { border: none; padding: 0; margin: 0 0 30px 0}
.cms-page-view h1{font-size: 1.5em;color: #a03136;font-weight: bold;border-bottom: 1px solid #a03136;line-height: auto;}
.cms-page-view h2{ margin:1em 0 0.5em 0; font-weight: bold}
.cms-page-view h3{ font-size: 140%}
.cms-page-view .std img{ border: 5px solid #a03136; max-width: 98%}
.std .nota { background: #f5f5f5; font-style: italic; font-size: 110%; font-weight: bold; color: #a03136; padding: 15px; margin-bottom: 15px}
.cms-page-view .sep{ padding: 10px 0;margin: 10px 0; border-bottom: 1px dashed #D9DACA; display: block }

/*Page CONTACT*/
.ContactPage{padding : 0 20px 20px 20px;}
.ContactPage .form-list .field {width: 50%; }
.ContactPage .form-list input, .ContactPage .form-list select  {width: 75%}
.ContactPage .form-list li.wide textarea {width:100%;}
.ContactPage .form-list li.wide .input-box{ width: 100%}
.ContactPage .form-list li.wide textarea {width: 75%;}


/*Page Découpe fromage*/
.cms-page-view .listeDecoupe{ margin-top: 20px; list-style-type: none}
.cms-page-view .decoupeContent { margin-top: 50px; float: left; width: 70%}
.cms-page-view .listeDecoupe img{ border: none}
.cms-page-view  img.left, .cms-page-view  a.left { margin-right: 20px}
.cms-page-view  img.right, .cms-page-view  a.right{ margin-left: 20px}

.cms-le-guide-des-fromages .decoupeContent{ margin-top: 20px}
.buyBook { margin-top:25px}

/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 1024px){
    #prev-links, #next-links{display: none;}
}

@media (min-width: 768px) and (max-width: 959px){
.blockmiddle .span8{
  display: block;
  width: auto; float: none
}

.page{ padding:0.5em; margin-top:20px;}
.main-container{margin-top:20px}
.col1-layout .block-content{background: #fff;  border: 5px solid #D9D9CB;}
.col2-right-layout .col-main,.col2-left-layout .col-main { float: none; width:auto; }
.col2-right-layout  .col-right, .col2-left-layout  .col-left { width: auto ; float: none; }
.col3-layout .col-main {width:100%;float: left;background: none;}
.col3-layout .col-wrapper {float: none;width:auto;}
.col3-layout .col-right{ width: 100%;margin: 0}
.col3-layout .col-left { width: 100%;margin: 0 0 20px 0}
.col-left{ padding-top:0}

.col1-layout .col-main{margin-bottom:20px;}
.cms-index-index .page{margin-top: 20px;}

.header .links{ float: left; margin: 20px 0 0 20px}
.header .links li a{ text-indent: -999em; text-indent: -999em;display: block;padding: 5px;float: left;width: 20px;height: 12px;margin: 0 0 0 20px;}
.header .welcome-msg{margin-bottom :15px;}
.header .links li.first a{background-position: 4px -58px;}
.header .links li.contactLink a{background-position: 4px -98px;}
.header .links li.last a{background-position: 4px -37px;}
#search_mini_form{ position: absolute; float: none; top:20px ;right:30px}

ul#pronav li .sub{width: 586px !important;}
ul#pronav li a{ padding: 5px 10px}
.blocHome .blochome1, .blocHome .blochome2{ margin-bottom: 1px;}
.blocHome div.col-1{width:47%}
.blocHome p.col-1{ width:49%;}
.blocHome p.col-2{ width:49%;}

.col2-left-layout  .col-left .LinkBlog { margin:0 auto; padding : 90px 0 0 0;background-position: 50% 0;width : 100%;}
.col2-left-layout  .col-left .LinkBlog li{ float: left; margin: 0 1%;
width: 31.5%; }
.col2-left-layout  .col-left .link-shipping{margin: 10px 0 20px 0;width : 100%;}
.link-shipping .bloc1, .link-shipping .bloc2, .link-shipping .bloc3{float: left;border-bottom: none;border-left:1px dashed #fff;padding : 0 5px;min-height:166px;width:31.9%}
.link-shipping .bloc1{border-left: none;}
.col2-left-layout  .col-left .link-shipping img{right: -7px;}

.col3-layout .page-title, .col3-layout .note-msg{background: #fff;border: 5px solid #d9d9cb;}

.col3-layout  .col-left .LinkBlog { margin:0 auto; padding : 90px 0 0 0;background-position: 50% 0;width : 100%;}
.col3-layout  .col-left .LinkBlog li{ float: left; margin: 0 7.2%; }
.col3-layout  .col-left .LinkBlog li.recette a {background-position: 0 -155px;}
.col3-layout  .col-left .link-shipping{width: auto;margin: 20px 0;width : 100%;}
.col3-layout  .col-left .link-shipping img{right: -7px;}

.page-title{background: #fff;margin: 0;}
.page-title h1{text-align: center}
.category-description{  padding-bottom: 15px}

.category-products{background: #fff;}
.category-products .products-grid li.item{width:31.80%}


.product-essential{background: #fff;}
.product-view .product-img-box{ width: 31%}
.product-view .block-content, .product-collateral .std{border:none;}
.product-view .grid-6{width: 100%;float:left}
.product-view .product-img-box a{background-position:45% 100%;text-align:center;}
.product-view .box-up-sell .products-grid li.item{width: 27.7%;}

.add-to-cart .button{margin-top: 0;float:right;}

.product-tabs-content{
    margin-top:0;
    padding-top:20px;
    background:#fff;
}

.form-add{background: #fff;}

.producteur{margin:0px 0 20px 0;}

.cart, .cart-empty{padding: 20px;background: #fff;}

.opc{background: #fff;border: 5px solid #d9d9cb;}

.blockmiddle { margin:0 0 20px 0;}
.aboutBloc .grid-6 {width: 100%;}

.ContactPage{}
.map{margin: 0 auto;}
#contactForm .buttons-set button{margin-bottom: 20px;}

.crosssell{margin: 0 0 20px 0;float:left;width:93.4%;}
.crosssell li{
    float:left;
    width:33%;
}
.post-list{background: #fff; border: 5px solid #D9D9CB;}
.contenu{background: #fff; border: 5px solid #D9D9CB;}
.std{background: #fff; border: 5px solid #D9D9CB;}
.my-account{background: #fff; border: 5px solid #D9D9CB;padding-top:20px;}

.block-poll, .block-progress{margin :0 0 20px 0;}

.new-users, registered-users{
    width:100%;
}

.block-account{
    margin-bottom :0 !important;
}

.footer-container { margin:0 0 20px 0}
.footer .span6 {width:100%;margin: 0}
.footer ul li{background-position-y:    -285px;white-space: nowrap;}

ul.socialLink li{margin: 0;}
ul.socialLink li.facebook{width:33%}
}

@media (max-width: 767px) {
.MenuBar{ display: none !important}
.grid {
  float: none;
  margin: 10px 0;
  padding-top: 0;
}
.grid-right {
  float:none;
  margin-bottom:10px 0;
  padding-top: 0;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.row-fluid .span12, 
.row-fluid .span11,
.row-fluid .span10,
.row-fluid .span9,
.row-fluid .span8,
.row-fluid .span7,
.row-fluid .span6,
.row-fluid .span5,
.row-fluid .span4,
.row-fluid .span3,
.row-fluid .span2,
.row-fluid .span1 {
  display: block;
  width: auto; float: none
}

.page{ padding:0.5em; }
.col1-layout .col-main{background:none;}
.col2-right-layout .col-main,.col2-left-layout .col-main { float: none; width:100%;}
.col2-right-layout  .col-right, .col2-left-layout  .col-left { width: auto ; float: none; }
.col2-right-layout .col-main{border: none;}
.col2-right-layout .col-main,.col2-left-layout .col-main { float: none; width:auto; }
.col2-right-layout  .col-right, .col2-left-layout  .col-left { width: auto ; float: none; }

.col2-left-layout  .col-left .LinkBlog {background-position: 50% 0;}

.col3-layout .col-main {width:100%;float: left;background: none;}
.col3-layout .col-wrapper {float: none;width:auto;}
.col3-layout .col-right{ width: 100%;margin: 0}
.col3-layout .col-left { width: 100%;margin: 0}

.col3-layout .page-title, .col3-layout .note-msg{background: #fff;border: 5px solid #d9d9cb;}

.col3-layout  .col-left .LinkBlog {padding : 80px 12px 0 12px;background-position: 50% 0;width : 95.2%;}
.col3-layout  .col-left .LinkBlog li{float: left; margin-right:15px; }
.col3-layout  .col-left .LinkBlog li.recette {margin-right: 0;margin-top:7px;}
.col3-layout  .col-left .link-shipping{width: auto;margin: 20px 0;width : 100%;}
.col3-layout  .col-left .link-shipping img{right: -7px;}


.header{margin-bottom:20px;}
.page-title{background: #fff;margin: 0;}
.page-title h1{text-align: center}
.category-description{ border-top:none !important; padding-bottom: 15px}


.product-essential{background: #fff;}
.product-view { margin: 0}
.product-view .grid{width: 100%;float:left}
.product-view .grid-right{width:100%;float: left;}
.product-view .product-img-box a{text-align: center; float: left}
.product-view .product-img-box .more-views{float:right}
.add-to-cart .button{margin-top: 0;float:right;}
.product-tabs{padding: 0}
.product-tabs li{margin: 0;width: auto;display: block;}
.product-tabs li a{display: block;width: 98%;text-align: center;border-bottom: 1px solid #E5E5D6; }

.header .welcome-msg { float:none;margin: 0;padding-top:20px;}
.header .logo{left:0;width: 30%;position: relative;float: left;}
.header .links{ margin: 20px 0 0 0; float: left}
.header .links li a{text-indent: -999em;display: block;padding: 5px;float: left;width: 20px;height: 12px;margin: 0 20px 0 0;}
.header .links li a.top-link-cart{background-position: 3px -34px}

#search_mini_form {position: absolute;float: none;top: 20px;right: 20px;}

ul#pronav li .sub {  display: none !important }
.breadcrumbs {margin: 0 0 20px 0;}
#nav, #pronav{ margin: 0; float: none}
#nav li, ul#pronav li { float: none; font-size: 1.5em; border-bottom: 1px solid #E5E5D6; display: block}
#nav li a, ul#pronav li a { float: none;display: block}
#nav li ul li a, #pronav li ul li a{ font-size: 0.5em; color: #fff !important}
#nav ul, #nav div {position: relative;width: auto;left: -10000px;background: #B5B29E;height: 0;top:0; border: none}
#nav li ul.shown-sub,
#nav li div.shown-sub{ left:0; z-index:999; height: auto}   
.narrow-by-list .left { width:100%; margin:2% 0; padding:2% 0%;border-top: 1px solid #CCC; }


.blocHome .bloc2img p{margin-top:1em}
.block-account{
    margin-bottom :0 !important;
}

.producteur{width:100%;}


.blocHome .span6{width:100%; margin-left: 0}

.blockmiddle{margin:0 0 20px 0;}
.blockmiddle .span6{width:100%;margin: 0 0 20px 0;}

.producteur{margin : 0 0 20px 0;background-position: 0 0;}
.producteur .ligne1{right : 20%;}
.producteur .ligne2{right:5%;}

.account-login{margin-top:20px;}
#checkout-step-login .col-1, .account-login .padding{background: #fff;padding-top:20px;}
.new-users, registered-users{   width:100%;}

.form-search input{ width:100px}
.Newproducts-grid li {width:47.12%;}
.Newproducts-grid li:nth-child(even){ margin-right: 0}
.Newproducts-grid li .actions { position: relative; text-align: center; bottom: auto; left: auto}
.products-grid li.item {width: 90% ; margin: 5px auto;}
.category-products{background: #fff;}

#review-form{width:96%;}
#review-form .grid-12{width: 93%;}
#review-form h4{display: none;}

.form-list textarea{width:100%;}

.product-view .box-up-sell .products-grid li.item{width:93.9%}
#product-review-table{display: none;}
.product-tabs-content{
    margin-top:0;
    padding-top:20px;
    background:#fff;
}
.form-add{background: #fff;}

#prev-links, #next-links{display: none;}

.link-shipping{width : 100%;margin:10px 0 20px 0}
.link-shipping img{right : 0;}

.cart, .cart-empty{padding: 20px;background: #fff;}
.cart-collaterals .grid-6{width : 100%;}
.cart .totals{width: 93.7%;}
.opc{background: #fff;border: 5px solid #d9d9cb;}
.crosssell{margin: 0;}

.aboutBloc .grid-6{width: 100%;}

.block-poll, .block-progress{width:89.6%;margin: 0 0 20px 0;}

.form-list input.input-text{width:92%;}
.form-list li.wide .input-box{width:100%;}
.form-list li.wide input.input-text{width : 95%;}

.contenu .grid-4{width: 100%;}

.map {margin-bottom:20px;width:77%;margin :0 auto 20px auto;}
.ContactPage .span6{width: 100%;background: #fff;margin:0}
.ContactPage .form-list .field{width: 100%;}
.ContactPage .form-list li.wide .input-box{width:100%;}
.ContactPage .form-list li.wide textarea{width:97%;}
#contactForm .buttons-set button{margin-bottom: 20px;}

.crosssell{margin: 0;}

.post-list{background: #fff; border: 5px solid #D9D9CB;}
.contenu{background: #fff; border: 5px solid #D9D9CB;}
.my-account{background: #fff;}

.dashboard{padding-top: 20px;}
.socialLink li a{margin : 0 35px;}
.socialLink li.facebook a{width:45px;}
.socialLink li.youtube a{background-position: -9px -435px;}
.socialLink li.youtube a:hover{background-position: -9px -504px;}

#newsletter-validate-detail label{display: block;width: 58%;}

.footer .grid{width : 100%; text-align: center!important}

.col-1, .col-2{ float: none !important; width: 100% !important; margin: 0; padding:0 !important}
}

@media (max-width: 479px){
.col-main {width:100%;background: none;}

.MenuBar{ display: none !important}
.header .logo{ float: none; text-align: center; width: auto}
.header .quick-access{text-align: center}
.header .links{margin-bottom: 10px; float: none; }
.header .links li{margin: 17px 5px;}
.header .links li a{ float: none; display: inline-block; margin: 0}
.header img{max-width: 90%;}
.header .welcome-msg{ text-align: center}

#search_mini_form { display: none}

.col1-layout .block-content input {width: 100% !important;}
    
.blockmiddle{width: 84.6%;}
.blockmiddle .grid-6{width: 100%;}
.Newproducts-grid li .product-image{background-position: 50% 83%;}
.Newproducts-grid li {width:100%;}
    
.producteur {width : 100%;}
    
.col3-layout .col-left .LinkBlog{width: 92.8%;}
.col3-layout .col-left .LinkBlog li{margin-right    : 36px;}
.col3-layout  .col-left .LinkBlog li.guide {margin-right: 0;}
.producteur{background-position: -200px 0;}

.category-products .products-grid li.item{width : 100%}
.sorter .view-mode,.sorter .sort-by { float: none}
.ContactPage .form-list li.wide textarea{width:100%;}
.map > iframe{width : 100% !important;}
img.left{max-width: 45%;}
    
fieldset{width:100%;}
    
.data-table table, .data-table tbody, table.data-table td, .data-table tr{display: block;border: 0;text-align: left !important;}
.data-table th {display: none;}
.data-table .td-title {display: inline-block;width: 100px;padding: 0 10px 0 0;font-weight: bold;}
.data-table td.td-price {padding: 10px;background: #fafafa;}
    
.product-tabs li a{width: 97%;}
.form-list textarea{width:96%;}
    
#review-form fieldset{width:94%;}
    
#shopping-cart-table .button.gray{margin-top : 10px;}
    
#login-form .grid-6{width: 98%;}
       
.block-poll, .block-progress{width:90.7%;}
    
.footer .span6{width:100%}
.socialLink li a{margin : 0 8px;}
}   

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    body {padding: 0;   }
    .MenuBar{ display: none !important}
}




/* Clears ================================================================================ */
.clear:before,
.clear:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */



/*Calendar*/
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 5px solid #D9D9CB;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #E9E9DC;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border:none;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: transparent;
  font-family: tahoma,verdana,sans-serif;
}
.calendar td { display: table-cell !important}


/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 5px;
  border:0px solid black;
  font-weight: bold;
  color: #fff; 
  border-radius: 0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
}
.calendar thead .headrow td{ background: #6C695A}
.calendar .headrow td.nav {background: #BB3443;}

.calendar thead .title {background: #BB3443; color: #fff; border: none }



.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #fff;
  padding: 5px;
  background: #ACA995;
  text-align: center;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #fff;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border:none;
  padding: 5px;
  background-color: #ACA995;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px;
  border: 1px solid #fff;
  background-color: transparent;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 5px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table td.wn {
  padding: 5px;
  border-right: 1px solid #fff;
  background: #ACA995;
  border-bottom: 0 !important
}

.calendar tbody .rowhilite td {
  background: #ABA894;
}

.calendar tbody .rowhilite td.wn {
  background: #E9E9DC;
}

.calendar tbody td { /* Hovered cells <TD> */
  padding: 5px;
  border: 1px solid #E9E9DC;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 5px;
  border: 1px solid #fff;
  background: #BB3443; color: #fff; cursor: pointer
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 5px;
  border:none;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border:none;
  padding:5px;
  background: #BB3443;
  color: #fff
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #D1D0C1;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #fff;
  
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
display: none
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #AAA793;
  padding: 5px;
  border: 1px solid #AAA793;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #ACA995;
  padding: 0px;
  border:none;
}

.calendar .combo .hilite {
  background: #048;
  color: #fea;
}

.calendar .time {
display:none !important
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}