/* CSS file by Julien Rousseau 26/04/2012 */
/* defines the general CSS properties */

/* Clearfix properties for after and before float */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /* Hack IE7 */
}

.ee {
    cursor: url(../images/ee/original.ani), url(../images/ee/original.cur), auto;
}

.field_error {
    background: url('./core/content/img/false_field.png') no-repeat 99% 0px;
}

.field_error.horizontal {
    padding-top: 11px;
}

.field_error input,
.field_error select,
.field_error textarea {
    border: 1px solid #C71606;
    color: #C71606;
}

.field_error label,
.field_error .label {
    color: #C71606;
}

/* cookie notify*/
.global-site-notice {
    background: #ffff90;
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    color: #2f2f2f;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}

.global-site-notice .notice-inner {
    background: url('./core/content/img/i_notice.gif') 20px 25px no-repeat;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left;
    width: 860px;
}

.global-site-notice .notice-inner p {
    border: 1px dotted #cccc73;
    margin: 0;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

ul#exclusive-offers li:not(:last-child) {
    margin-bottom: 50px;
}

ul#exclusive-offers li ul li {
    display: inline-block;
    vertical-align: top;
}

ul#exclusive-offers li ul li:not(:first-child) {
    margin-left: 20px;
}

ul#exclusive-offers li ul li h4 {
    color: #4E4848;
    font-family: "Times New Roman", Times, Georgia, serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

ul#exclusive-offers li ul li *:not(:last-child) {
    margin-bottom: 15px;
}

ul.exclusive-offers-row-2 li {
    width: 460px;
}

ul.exclusive-offers-row-3 li {
    width: 300px;
}

ul#exclusive-offers li ul.exclusive-offers-row-1 li h4 {
    font-size: 26px;
}

ul#exclusive-offers li ul.exclusive-offers-row-2 li h4 {
    font-size: 22px;
}

ul#exclusive-offers li ul.exclusive-offers-row-3 li h4 {
    font-size: 16px;
}

section.news {
    background: url(../images/News.jpg) no-repeat top center;
}

.zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(./core/content/images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    *width: 100px;
    *height: 49px;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    /*opacity:0.5;*/
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #999;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;

}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
/* CSS file by Julien Rousseau 26/04/2012 */
/* Define the grid of the page */

/* All items don't have margin and padding */
* {
    padding: 0;
    margin: 0;
}

body {
    color: #958D8D;
    position: relative;
    /*font-size:11px;*/
}

body.checkout-onepage-index {
    font-size: 11px;
}

/* Wrap of the page */
.wrap,
.wrap_category,
.wrap_homepage,
.wrap header,
.wrap footer,
.wrap_category header,
.wrap_category footer {
    margin: 0 auto;
}

/* Wrap of the homepage */
.wrap_homepage {
    width: 940px;
}

/* wrap of the page (homepage + padding) */
.wrap_category,
.wrap {
    width: 954px;
}

.checkout-samples-index .wrap,
.catalog-product-view .wrap {
    font-size: 11px;
}

.wrap, .wrap_homepage {
    margin-bottom: 50px;
}

/* When the page is wrap */
.wrap header,
.wrap footer,
.wrap_category header,
.wrap_category footer {
    width: 940px;
}

/* The center area in the wrap page */
.wrap_center {
    margin: 0 auto;
    width: 959px;
}

.wrap_center_large {
    margin: 0 auto;
    max-width: 1360px;
    min-width: 980px;
    width: 100%;
}

/* The content for account pages */
#wrap_content {
    margin: 30px 0 0;
}

/* Border below the center of the page */
#border_bottom_wrap_center {
    background: url('./core/grid/img/border_bottom_wrap_center.png') no-repeat;
    height: 6px;
    margin: 0 auto 14px;
    width: 927px;
}

/* Left column in the center of the page */
#left_col {
    margin-right: 21px;
    width: 220px;
}

/* Main column in the center of the page */
#main_col {
    width: 701px;
}

/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: arial;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */

/*
* Link with no underline
*/

a {
    color: #827C7C;
    text-decoration: none;
}

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 20px;
    margin: 0;
}

h2 {
    font-size: 18px;
    margin: 0;
}

h3 {
    font-size: 16px;
    margin: 0;
}

h4 {
    font-size: 14px;
    margin: 0;
}

h5 {
    font-size: 13px;
    margin: 0;
}

h6 {
    font-size: 12px;
    margin: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 2px 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

ul,
ol {
    list-style: none;
    list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
* Desfine height of input
*/

input[type="text"],
input[type="password"] {
    height: 23px;
    vertical-align: middle;
    line-height: 23px;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

input[type="checkbox"] {
    margin-right: 9px;
}

input[type="radio"] {
    margin: 0 5px 0 10px;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address {
    font-style: normal;
}

/**
* @Julien Rousseau
* 26/04/2012
* Defines the different align property
**/

/* Text align left */
.text_align_1 {
    text-align: left;
}

/* Text align right */
.text_align_2 {
    text-align: right;
}

/* Text align center */
.text_align_3 {
    text-align: center;
}

/* Text align center */
.text_align_4 {
    text-align: justify;
}

/* Vertical align top */
.vertical_align_1 {
    vertical-align: top;
}

/* Vertical align middle */
.vertical_align_2 {
    vertical-align: middle;
}

/* CSS file by Julien Rousseau 20/11/2012 */
/*Defines the different background property*/
.background_0 {
    background: none;
}

/* Gray */
.background_1 {
    background-color: #f5f5f5;
}

/* Gradient dark gray */
.background_2 {
    background: url('./img/sprites/spriteRepeatY.png') 0px 0px repeat-x;
}

/* White */
.background_3 {
    background-color: #FFFFFF;
}

/* Gradient white gray */
.background_4 {
    background-image: linear-gradient(top, #ffffff 80%, #ede9e9 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 80%, #ede9e9 100%);
    background-image: -moz-linear-gradient(top, #ffffff 80%, #ede9e9 100%);
    background-image: -ms-linear-gradient(top, #ffffff 80%, #ede9e9 100%);
    background-image: -o-linear-gradient(top, #ffffff 80%, #ede9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ede9e9');
    background: url('./skins/background/img/submenu_bg.png') bottom center repeat-x \9;
}

/* Violet background and white text */
.background_5 {
    background-color: #5b185f;
    color: #FFFFFF;
    font-size: 16px;
    height: 25px;
    margin: 10px 0 20px -19px;
    padding: 6px 0 0 15px;
    width: 963px;
}

/* Light gray background */
.background_6 {
    background-color: #F1F1F1 !important;
}

/*  Dark grey background */
.background_dg {
    background-color: #548E1E;
}

/* Background golden */
.background_gold {
    background-color: #d5a344;
}

/* CSS file by Julien Rousseau 06/12/2012 */
/*Defines the different button */

.grey_arrow_left_button,
.grey_button,
.white_arrow_left_button,
.slider-button-white,
.slider-button-black {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-style: italic;
    font-size: 14px;
}

.grey_arrow_left_button,
.grey_button,
.slider-button-black {
    background-color: #4F4949;
    border: 1px solid #4F4949;
    color: #FFF;
}

/* Hover in the grey button */
.grey_arrow_left_button:hover,
.grey_button:hover,
.slider-button-black:hover {
    background-color: #837D7F;
    border: 1px solid #837D7F;
    color: #FFF;
}

/* button disabled */
.grey_arrow_left_button:disabled,
.grey_button:disabled,
.slider-button-black:disabled {
    background-color: #837D7F;
    border: 1px solid #837D7F;
    color: #FFF;
}

/* Hover in the white button */
.white_arrow_left_button:hover, .slider-button-white:hover {
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
}

/* White_button with left arrow */
.white_arrow_left_button, .slider-button-white {
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #4E4848;
}

/* Grey_button with left arrow */
.grey_arrow_left_button,
.white_arrow_left_button {
    padding: 6px 26px;
}

.grey_button {
    padding: 6px 30px;
}

/* Grey button */
a.grey_button {
    padding: 6px 14px;
}

/* Case with anchor using White_button with left arrow  */
a.grey_arrow_left_button,
a.white_arrow_left_button {
    padding: 6px 26px;
}

.arrow_button_left {
    background: url('./skins/button/img/arrow_button_left.png') no-repeat left center;
    display: inline-block;
    *display: inline; /* Hack IE7 */
    height: 6px;
    margin-left: 5px;
    *margin-top: -11px; /* Hack IE7 */
    width: 5px;
    zoom: 1;
}

/* Grey button whishlist */
.grey_button_whishlist {
    padding: 3px 14px 9px;
}

/* picto for white and black small arrow */
.black_small_arrow_right,
.slider-button-white .small_arrow_right {
    background: url('./skins/button/img/black_small_arrow_right.png') no-repeat;
    display: inline-block;
    height: 6px;
    margin: 0 0 0 19px;
    width: 5px;
    *display: inline; /* Hack IE7 */
    zoom: 1;
}

.white_small_arrow_right,
.slider-button-black .small_arrow_right, .white_small_arrow_left {
    background: url('./skins/button/img/white_small_arrow_right.png') no-repeat;
    display: inline-block;
    height: 6px;
    margin: 0 0 0 19px;
    width: 5px;
    *display: inline; /* hack IE7 */
    zoom: 1;
}

.black_small_arrow_right, .white_small_arrow_right, .small_arrow_right, .white_small_arrow_left {
    /* Hack IE7 */
    *margin-bottom: 3px;
}

.white_small_arrow_left {
    background: url("./skins/button/img/white_small_arrow_right.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    height: 13px;
    margin: 0 19px 0 0;
}

/* reload picto */
.black_reload_btn_picto {
    background: url('./skins/button/img/black_reload_btn_picto.png') no-repeat;
    display: inline-block;
    height: 18px;
    margin: 0 8px;
    width: 16px;
    *display: inline; /* Hack IE7 */
    zoom: 1;
}

/* CSS file by Julien Rousseau 26/04/2012 */
/*Defines the different border property*/

/* no border */
.border_0 {
    border: none;
}

/* border 1px grey */
.border_1 {
    border: 1px solid #D4D4D4;
}

/* Border 1px grey */
.border_2 {
    border: 1px solid #7F7F7F;
}

/* Border bottom 1px grey dotted */
.border_3 {
    border-bottom: 1px dotted #C6C0C2;
}

/* Border 6px light grey without top */
.border_4 {
    border-bottom: 6px solid #F1F1F1;
    border-left: 6px solid #F1F1F1;
    border-right: 6px solid #F1F1F1;
}

.border_5 {
    border: 1px solid #DCD3D4;
}

/* border bottom golden */
.border_6 {
    border-bottom: 1px solid #C0963D;
}

/* border bottom green */
.border_7 {
    border-bottom: 1px solid #53A00C;
}

/* border bottom grey */
.border_8 {
    border-bottom: 1px solid #C7BFBF;
}

/* Border Gard Grey */
.border_dg {
    border: 1px solid #504949;
    margin: 30px 0 15px;
    padding: 12px 0;
    text-align: center;
}

/* Border Golden */
.border_bg {
    border: 1px solid #b28200;
}

/* Border light grey */
.border_lg {
    border: 1px solid #e7e1e3;
}

/* Border for ems block */
.border_bems {
    border-bottom: 1px solid #bababa;
}

.border_loyalty {
    border: 1px solid #999999;
}

/* Border for table (IE7 does not support style on the thead, tfoot, tbody, tr) */

.bl {
    border-left: 1px solid #EAE5E5;
}

.br {
    border-right: 1px solid #EAE5E5;
}

.bt {
    border-top: 1px solid #EAE5E5;
}

.bb {
    border-bottom: 1px solid #EAE5E5;
}

.bAll {
    border: 1px solid #EAE5E5;
}

.bbd {
    border-bottom: 1px dotted #C6C0BF;
}

/* CSS file by Julien Rousseau 20/11/2012 */
/*Defines the different colors property*/

/* Light Gray */
.color_1 {
    color: #C7BFBF;
}

/* White */
.color_2 {
    color: #FFFFFF;
}

/* Gray */
.color_3 {
    color: #958D8D;
}

/* Blackened gray */
.color_4 {
    color: #313131;
}

/* Dark Gray*/
.color_5 {
    color: #666666;
}

/* Very dark Gray*/
.color_6 {
    color: #252323;
}

/* Green */
.color_7 {
    color: #80B44A;
}

/* red */
.color_8, .error-msg {
    color: #C71B07;
}

/* Violet */
.color_9 {
    color: #5C185E;
}

/* Light Grey */
.color_10 {
    color: #999;
}

/* Dark Grey */
.color_11 {
    color: #4e4848 !important;
}

/* Golden */
.color_12 {
    color: #C0963D;
}

/* Lighter Grey */
.color_14 {
    color: #837d7f;
}

/* Lighter Grey 2 */
.color_15 {
    color: #777777;
}

/* Lighter Grey 3 */
.color_16 {
    color: #333333;
}

/* pink */
.color_pink {
    color: #FB0081;
}

/* Pink */
.color_pink {
    color: #ff0084;
}

/* Pure red */
.color_red {
    color: #FF0000;
}

/* Blue sea */
.color_dbs {
    color: #1f2c87;
}

/* CSS file by Julien Rousseau 18/05/2012 */
/*Defines the different cursor property*/

/* Pointer */
.cursor_1 {
    cursor: pointer;
}

/* CSS file by Julien Rousseau 26/04/2012 */
/*Defines the different display property*/

/* Display Block */
.display_1 {
    display: block;
}

/* Display none */
.display_2 {
    display: none;
}

/* Display Block */
.display_3 {
    display: inline-block;
    /* Hack IE7 */
    *display: inline;
    *zoom: 1;
}

/* CSS file by Julien Rousseau 26/04/2012 */
/* Define the different float property */

/* Float Left */
.float_1 {
    float: left;
}

/* Float Right */
.float_2 {
    float: right;
}

/* CSS file by Julien Rousseau 22/11/2012 */
/*Defines the different font family property*/

.fftnm {
    font-family: "Times New Roman", Times, Georgia, serif;
}

.ffa {
    font-family: arial, Times, Georgia, serif;
}

/* CSS file by Julien Rousseau 26/04/2012 */
/* Defines the different font size property */

.fs_08 {
    font-size: 8px;
}

/* Font size 9px */
.fs_1 {
    font-size: 9px;
}

/* Font size 10px */
.fs_2 {
    font-size: 10px;
}

/* Font size 11px */
.fs_3 {
    font-size: 11px;
}

/* Font size 12px */
.fs_4 {
    font-size: 12px;
}

/* Font size 13px */
.fs_5 {
    font-size: 13px;
}

/* Font size 14px */
.fs_6 {
    font-size: 14px;
}

/* Font size 16px */
.fs_7 {
    font-size: 16px;
}

/* Font size 17px */
.fs_8 {
    font-size: 17px;
}

/* Font size 18px */
.fs_9 {
    font-size: 18px;
}

/* Font size 20px */
.fs_10 {
    font-size: 20px;
}

/* Font size 28px */
.fs_11 {
    font-size: 28px;
}

/* Font size 13px */
.fs_13 {
    font-size: 13px;
}

/* Font size 15px */
.fs_15 {
    font-size: 15px;
}

/* Font size 22px */
.fs_22 {
    font-size: 22px;
}

/* Font size 24px */
.fs_24 {
    font-size: 24px;
}

/* Font size 25px */
.fs_25 {
    font-size: 25px;
}

/* Font size 28px */
.fs_28 {
    font-size: 28px;
}

/* Font size 30px */
.fs_30 {
    font-size: 30px;
}

/* Font size 32px */
.fs_32 {
    font-size: 32px;
}

/* Font size 36px */
.fs_36 {
    font-size: 36px;
}

/* Font size 61px */
.fs_61 {
    font-size: 61px;
}

/* CSS file by Julien Rousseau 22/11/2012 */
/*Defines the different font style property*/

/* Font Style italic */
.fsi {
    font-style: italic;
}

/* CSS file by Julien Rousseau 26/04/2012 */
/*Defines the different font weight property*/

/* text without weight */
.font_weight_1 {
    font-weight: normal;
}

/* text bold */
.font_weight_2 {
    font-weight: bold;
}

/* CSS file by Julien Rousseau 20/11/2012 */
/*Defines the different form property */

/* Common border for inputs*/
input[type="date"], input[type="email"], input[type="text"], input[type="password"],
input[type="tel"], input[type="url"], select {
    border: 1px solid #d4d4d4;
}

input[type="date"], input[type="email"], input[type="text"], input[type="password"],
input[type="tel"], input[type="url"], select {
    margin: 4px 0 0;
}

textarea {
    border: 1px solid #d4d4d4;
}

/* Small input text */
.esmall_input_text {
    width: 79px;
}

/* Small input text */
.small_input_text {
    width: 100px;
}

/* Medium input text */
.medium_input_text {
    width: 165px;
}

.emedium_input_text {
    width: 185px;
}

/* Medium input text */
.medium_input_text_2 {
    width: 200px;
}

/* Medium input text */
.medium_input_text_3 {
    width: 223px;
}

/* Medium input text */
.medium_input_text_4 {
    width: 241px;
}

/* large input text */
.large_input_text {
    width: 258px;
}

/* large input text */
.elarge_input_text {
    width: 277px;
}

/* Small select */
.esmall_select {
    height: 21px;
    width: 59px;
}

/* Small select */
.small_select {
    height: 21px;
    width: 89px;
}

/* medium select */
.medium_select {
    height: 21px;
    width: 187px;
}

/* medium select */
.emedium_select {
    height: 21px;
    width: 278px;
}

/* Large select */
.large_select {
    height: 21px;
    width: 395px;
}

/* 100% width select */
.auto_width_select {
    width: 100%;
    height: 21px;
}

/* CSS file by Julien Rousseau 19/06/2012 */
/*Defines the different line height property */

/* Line height 1em */
.lineHeight_1 {
    line-height: 1em;
}

/* Line height 1.5em */
.lineHeight_15 {
    line-height: 1.5em;
}

/* Line height 2em */
.lineHeight_2 {
    line-height: 2em;
}

/* Line height 12px */
.lineHeight_12 {
    line-height: 12px;
}

/* Line height 15px */
.lineHeight_fifteen {
    line-height: 15px;
}

/* Line height 18px */
.lineHeight_18 {
    line-height: 18px;
}

/* CSS file by Julien Rousseau 26/04/2012 */
/*Defines the different position property*/

/* Position relative */
.position_1 {
    position: relative;
}

/* Position absolute */
.position_2 {
    position: absolute;
}

.position_2 .position_2 {
    position: initial;
}

/* CSS file by Julien Rousseau 26/04/2012 */
/*Defines the different rounded property*/

/* Bottom 5px */
.round_1 {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.round_1.round_ie {
    behavior: url('./skins/rounded/template/js/PIE.htc');
}

/* Round IE */

/* all 5px */
.round_2 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.round_2.round_ie {
    behavior: url('./skins/rounded/template/js/PIE.htc');
}

/* Round IE */

/* all 2px */
.round_3 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.round_3.round_ie {
    behavior: url('./skins/rounded/template/js/PIE.htc');
}

/* Round IE */
/* CSS file by Julien Rousseau 11/05/2012 */
/*Defines the different shadow property*/

/* right and bottom shadow gray transparent */
.shadow_1 {
    box-shadow: 2px 5px 8px #aaa;
    -moz-box-shadow: 2px 5px 8px #aaa; /* For Mozilla */
    -webkit-box-shadow: 2px 5px 8px #aaa; /* For Webkit browser */

    border /*\**/: 2px solid #E7E1E1 \9; /* Hack IE7/8 */
    border-top /*\**/: none \9; /* Hack IE7/8 */
}

/* right, left and bottom shadow gray transparent */
.shadow_2 {
    box-shadow: 0px 5px 10px #aaa;
    -moz-box-shadow: 0px 5px 10px #aaa; /* For Mozilla */
    -webkit-box-shadow: 0px 5px 10px #aaa; /* For Webkit browser */
}

/* shadow gray transparent in all the side*/
.shadow_3 {
    box-shadow: 0px 0px 10px #aaa;
    -moz-box-shadow: 0px 0px 10px #aaa; /* For Mozilla */
    -webkit-box-shadow: 0px 0px 10px #aaa; /* For Webkit browser */
}

/* shadow black transparent in all the side*/
.shadow_dark {
    box-shadow: 1px 1px 15px #000;
    -moz-box-shadow: 1px 1px 15px #000; /* Fo-r Mozilla */
    -webkit-box-shadow: 1px 1px 15px #000; /* For Webkit browser */
}

/* shadow black transparent in all the side*/
.large_shadow_dark {
    box-shadow: 1px 1px 90px #000;
    -moz-box-shadow: 1px 1px 90px #000; /* Fo-r Mozilla */
    -webkit-box-shadow: 1px 1px 90px #000; /* For Webkit browser */
}

/**
* @Julien Rousseau
* 18/01/2013
* Define the CSS for the sprites element
**/

/**
* Different service picto
**/

.customized_samples,
.services-free-customized-samples,
.customized_samples_faded,
.services-free-customized-samples_faded,
.delivery_2448,
.services-delivery,
.delivery_2448_faded,
.services-delivery_faded,
.shipping_address,
.shipping_address_faded,
.gift_box,
.services-order-as-gift,
.gift_box_faded,
.services-order-as-gift_faded,
.meet_adviser,
.meet_adviser_faded,
.satisfied_refunded,
.services-satisfied-or-refunded,
.satisfied_refunded_faded,
.services-satisfied-or-refunded_faded,
.secure_payment,
.services-secured-payment,
.secure_payment_faded,
.services-secured-payment_faded,
.cgv_picto,
.cgv_picto_faded,
.legal_picto,
.legal_picto_faded,
.private_datas,
.private_datas_faded,
.cookies_picto,
.cookies_picto_faded,
.contact_picto,
.contact_picto_faded,
.sitemap_picto,
.sitemap_picto_faded,
.frequently_asked_questions_picto,
.frequently_asked_questions_picto_faded,
.club_picto_reinsurance_faded {
    background: url('./skins/sprites/img/services.png') no-repeat 0 0;
    height: 21px;
}

/**
* Customized samples
**/

.customized_samples,
.services-free-customized-samples,
.customized_samples_faded,
.services-free-customized-samples_faded {
    width: 27px;
}

/* color picto */
.customized_samples,
.services-free-customized-samples,
.active_service .picto_hover:hover .customized_samples,
.active_service .picto_hover:hover .services-free-customized-samples,
.available_option:hover .customized_samples_faded,
.available_option:hover .services-free-customized-samples_faded,
.customized_samples_faded:hover,
.services-free-customized-samples_faded:hover,
.picto_hover:hover .customized_samples_faded,
.picto_hover:hover .services-free-customized-samples_faded {
    background-position: -65px 0;
}

/* fade picto */
.customized_samples_faded,
.services-free-customized-samples_faded,
.customized_samples:hover,
.services-free-customized-samples:hover,
.picto_hover:hover .customized_samples,
.picto_hover:hover .services-free-customized-samples {
    background-position: -65px -21px;
}

/**
* Delivery 2448
**/

.delivery_2448,
.services-delivery,
.delivery_2448_faded,
.services-delivery_faded {
    width: 27px;
}

/* color picto */
.delivery_2448,
.services-delivery,
.active_service .picto_hover:hover .delivery_2448,
.active_service .picto_hover:hover .services-delivery,
.available_option:hover .delivery_2448_faded,
.available_option:hover .services-delivery_faded,
.delivery_2448_faded:hover,
.services-delivery_faded:hover,
.picto_hover:hover .delivery_2448_faded
.picto_hover:hover .services-delivery_faded {
    background-position: -33px 0;
}

/* fade picto */
.delivery_2448_faded,
.services-delivery_faded,
.delivery_2448:hover,
.services-delivery:hover,
.picto_hover:hover .delivery_2448,
.picto_hover:hover .services-delivery {
    background-position: -33px -21px;
}

/**
* Shipping address
**/

.shipping_address,
.shipping_address_faded {
    width: 32px;
}

/* color picto */
.shipping_address,
.active_service .picto_hover:hover .shipping_address,
.available_option:hover .shipping_address_faded,
.shipping_address_faded:hover,
.picto_hover:hover .shipping_address_faded {
    background-position: -166px 0;
}

/* fade picto */
.shipping_address_faded,
.shipping_address:hover,
.picto_hover:hover .shipping_address {
    background-position: -166px -21px;
}

/**
* Gift box
**/

.gift_box,
.services-order-as-gift,
.gift_box_faded,
.services-order-as-gift_faded {
    width: 18px;
}

/* color picto */
.gift_box,
.services-order-as-gift,
.active_service .picto_hover:hover .gift_box,
.active_service .picto_hover:hover .services-order-as-gift,
.available_option:hover .gift_box_faded,
.available_option:hover .services-order-as-gift_faded,
.gift_box_faded:hover,
.services-order-as-gift_faded:hover,
.picto_hover:hover .gift_box_faded,
.picto_hover:hover .services-order-as-gift_faded {
    background-position: -124px 0;
}

/* fade picto */
.gift_box_faded,
.services-order-as-gift_faded,
.gift_box:hover,
.services-order-as-gift:hover,
.picto_hover:hover .gift_box,
.picto_hover:hover .services-order-as-gift {
    background-position: -124px -21px;
}

/**
* Meet an adviser
**/

.meet_adviser,
.meet_adviser_faded {
    width: 28px;
}

/* color picto */
.meet_adviser,
.active_service .picto_hover:hover .meet_adviser,
.available_option:hover .meet_adviser_faded,
.meet_adviser_faded:hover,
.picto_hover:hover .meet_adviser_faded {
    background-position: 0 0;
}

/* fade picto */
.meet_adviser_faded,
.meet_adviser:hover,
.picto_hover:hover .meet_adviser {
    background-position: 0 -21px;
}

/**
* Satisfied refunded
**/

.satisfied_refunded,
.services-satisfied-or-refunded,
.satisfied_refunded_faded,
.services-satisfied-or-refunded,
.services-satisfied-or-refunded_faded {
    width: 22px;
}

/* color picto*/
.satisfied_refunded,
.services-satisfied-or-refunded,
.active_service .picto_hover:hover .satisfied_refunded,
.active_service .picto_hover:hover .services-satisfied-or-refunded,
.available_option:hover .satisfied_refunded_faded,
.available_option:hover .services-satisfied-or-refunded_faded,
.satisfied_refunded_faded:hover,
.services-satisfied-or-refunded_faded:hover,
.picto_hover:hover .satisfied_refunded_faded,
.picto_hover:hover .services-satisfied-or-refunded_faded {
    background-position: -97px 0;
}

/* fade picto */
.satisfied_refunded_faded,
.services-satisfied-or-refunded_faded,
.satisfied_refunded:hover,
.services-satisfied-or-refunded:hover,
.picto_hover:hover .satisfied_refunded,
.picto_hover:hover .services-satisfied-or-refunded {
    background-position: -97px -21px;
}

/**
* Secure payment
**/

.secure_payment,
.services-secured-payment,
.secure_payment_faded,
.services-secured-payment_faded {
    width: 14px;
}

/* color picto */
.secure_payment,
.services-secured-payment,
.active_service .picto_hover:hover .secure_payment,
.active_service .picto_hover:hover .services-secured-payment,
.available_option:hover .secure_payment_faded,
.available_option:hover .services-secured-payment_faded,
.secure_payment_faded:hover,
.services-secured-payment_faded:hover,
.picto_hover:hover .secure_payment_faded,
.picto_hover:hover .services-secured-payment_faded {
    background-position: -147px 0;
}

/* fade picto */
.secure_payment_faded,
.services-secured-payment_faded,
.secure_payment:hover,
.services-secured-payment:hover,
.picto_hover:hover .secure_payment,
.picto_hover:hover .services-secured-payment {
    background-position: -147px -21px;
}

/**
* CGV
**/

.cgv_picto,
.cgv_picto_faded {
    width: 27px;
}

/* color picto */
.cgv_picto,
.active_service .picto_hover:hover .cgv_picto,
.available_option:hover .cgv_picto_faded,
.cgv_picto_faded:hover,
.picto_hover:hover .cgv_picto_faded {
    background-position: -202px 0;
}

/* fade picto */
.cgv_picto_faded,
.cgv_picto:hover,
.picto_hover:hover .cgv_picto {
    background-position: -202px -21px;
}

/**
* legal
**/

.legal_picto,
.legal_picto_faded {
    width: 26px;
}

/* color picto */
.legal_picto,
.active_service .picto_hover:hover .legal_picto,
.available_option:hover .legal_picto_faded,
.legal_picto_faded:hover,
.picto_hover:hover .legal_picto_faded {
    background-position: -234px 0;
}

/* fade picto */
.legal_picto_faded,
.legal_picto:hover,
.picto_hover:hover .legal_picto {
    background-position: -234px -21px;
}

/**
* personal datas
**/

.private_datas,
.private_datas_faded {
    width: 21px;
}

/* color picto */
.private_datas,
.active_service .picto_hover:hover .private_datas,
.available_option:hover .private_datas_faded,
.private_datas_faded:hover,
.picto_hover:hover .private_datas_faded {
    background-position: -266px 0;
}

/* fade picto */
.private_datas_faded,
.private_datas:hover,
.picto_hover:hover .private_datas {
    background-position: -266px -21px;
}

/**
* cookies
**/

.cookies_picto,
.cookies_picto_faded {
    width: 24px;
}

/* color picto */
.cookies_picto,
.active_service .picto_hover:hover .cookies_picto,
.available_option:hover .cookies_picto_faded,
.cookies_picto_faded:hover,
.picto_hover:hover .cookies_picto_faded {
    background-position: -292px 0;
}

/* fade picto */
.cookies_picto_faded,
.cookies_picto:hover,
.picto_hover:hover .cookies_picto {
    background-position: -292px -21px;
}

/**
* Contact
**/

.contact_picto,
.contact_picto_faded {
    width: 24px;
}

/* color picto */
.contact_picto,
.active_service .picto_hover:hover .contact_picto,
.available_option:hover .contact_picto_faded,
.contact_picto_faded:hover,
.picto_hover:hover .contact_picto_faded {
    background-position: -443px 0;
}

/* fade picto */
.contact_picto_faded,
.contact_picto:hover,
.picto_hover:hover .contact_picto {
    background-position: -443px -21px;
}

/**
* Sitemap
**/

.sitemap_picto,
.sitemap_picto_faded {
    width: 24px;
}

/* color picto */
.sitemap_picto,
.active_service .picto_hover:hover .sitemap_picto,
.available_option:hover .sitemap_picto_faded,
.sitemap_picto_faded:hover,
.picto_hover:hover .sitemap_picto_faded {
    background-position: -471px 0;
}

/* fade picto */
.sitemap_picto_faded,
.sitemap_picto:hover,
.picto_hover:hover .sitemap_picto {
    background-position: -471px -21px;
}

/**
* Frequently Asked Questions
**/

.frequently_asked_questions_picto,
.frequently_asked_questions_picto_faded {
    width: 24px;
}

/* color picto */
.frequently_asked_questions_picto,
.active_service .picto_hover:hover .frequently_asked_questions_picto,
.available_option:hover .frequently_asked_questions_picto_faded,
.frequently_asked_questions_picto_faded:hover,
.picto_hover:hover .frequently_asked_questions_picto_faded {
    background-position: -414px 0;
}

/* fade picto */
.frequently_asked_questions_picto_faded,
.frequently_asked_questions_picto:hover,
.picto_hover:hover .frequently_asked_questions_picto {
    background-position: -414px -21px;
}

/**
* Social Networks
**/

.facebook,
.pinterest,
.youtube,
.twitter,
.instagram {
    background: url('./skins/sprites/img/social_networks.png') no-repeat 0 0;
    display: block;
    height: 31px;
    width: 31px;
}

/* facebook */
.facebook {
    background-position: 0 0;
}

.facebook:hover {
    background-position: 0 -31px;
}

/* Youtube */
.youtube {
    background-position: -64px 0;
}

.youtube:hover {
    background-position: -64px -31px;
}

/* Pinterest */
.pinterest {
    background-position: -32px 0;
}

.pinterest:hover {
    background-position: -32px -31px;
}

/* Pinterest */
.twitter {
    background-position: -96px 0;
}

.twitter:hover {
    background-position: -96px -31px;
}

/* Pinterest */
.instagram {
    background-position: -128px 0;
}

.instagram:hover {
    background-position: -128px -31px;
}

/* CSS file by Rousseau Julien  27/11/2012 */
/* Defines square box property */

/* simple square box*/
.s_square_box {
    border: 1px solid #CCCCCC;
    padding: 8px 10px;
}

/* Popin square box */
.popin_border {
    border: 1px solid #CCC;
    padding-top: 25px;
    text-align: center;
}

/* Close button in popin square box */
.popin_border .close_button {
    background: #FFF url('./skins/square_box/img/close_button.png') no-repeat top center;
    color: #4E484A;
    cursor: pointer;
    display: inline;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-style: italic;
    font-size: 14px;
    padding: 25px 10px 0;
    position: relative;
    top: -20px;
}

.popin_border .title_popin {
    border-bottom: 1px solid #CCC;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 21px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.lightbox_1 .popin_border .title_popin,
.lightbox_2 .popin_border .title_popin,
.lightbox_3 .popin_border .title_popin,
.lightbox_4 .popin_border .title_popin,
.lightbox_5 .popin_border .title_popin,
.lightbox_large .popin_border .title_popin {
    width: 335px;
}

#lightbox .popin_border .title_popin {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    zoom: 1;
}

#lightbox .section_title {
    display: none;
}

.block_border {
    border: 1px solid silver;
    height: 197px;
    margin: 65px 60px 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.block_border .title_block {
    background-color: white;
    display: inline;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -17px;
}

/* CSS file by Julien Rousseau 26/04/2012 */
/*Defines the different text decoration property*/

/* text without decoration */
.text_decoration_1 {
    text-decoration: none;
}

/* Text underline */
.text_decoration_2 {
    text-decoration: underline;
}

/* strikethrough text */
.text_decoration_3 {
    text-decoration: line-through;
}

.text_transform_1 {
    text-transform: uppercase;
}

.text_transform_2 {
    text-transform: none;
}

.text_transform_3 {
    text-transform: capitalize;
}

.list_style_1 {
    list-style-type: circle;
}

.list_style_2 {
    list-style-type: square;
}

.list_style_3 {
    list-style-type: disc;
}

.list_style_1.padding, .list_style_2.padding, .list_style_3.padding {
    padding-left: 20px;
}

.no_margin {
    margin: 0px;
}

.no_bottom_margin {
    margin-bottom: 0px;
}

.h_marginauto {
    margin: 0 auto;
}

.v_marginauto {
    margin: auto 0;
}

/**
* @Julien Rousseau
* 22/01/2013
* Defines the 404 error page property
**/

/* Center the logo in the page */
.custom_page_headless #header_website a > h1 {
    margin: 50px auto 0;
    width: 161px;
}

/* Error 404 page */
#error_404 {
    margin: 60px 0 54px;
}

/* Block with border in the error 404 page */
#error_404 .block_border {
    margin: 65px 60px 0 85px;
    width: 340px;
}

#error_404 .block_border .title_block {
    letter-spacing: 2px;
}

/* The block with border who following a block border */
#error_404 .block_border + .block_border {
    margin: 65px 0 0;
}

/* link in the second block border */
#error_404 .block_border + .block_border a {
    line-height: 30px;
}

/* Link in the block border */
#error_404 .block_border div > a {
    color: #999;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
}

/* Hover in the link in the error 404 page */
#error_404 .block_border div > a:hover {
    color: #4E4848;
}

/* Title of the page 404 */
.custom_page_headless .green_leaf_left_picto + span {
    *margin-left: 5px; /* Hack IE7 */
}

/* Flower picto box in the bottom of the page */
.bw_flower_box {
    background: #fff;
    bottom: 37px;
    height: 37px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 52px;
}

/* Line around picto */
.line_ornament {
    background: #E0E0E0;
    border: 0;
    height: 1px;
}

/* pictogramms around the title */
.green_leaf_left_picto, .green_leaf_right_picto {
    background: url('./modules/404_error/img/green_leaf.png') no-repeat 0 0;
    display: inline-block;
    *display: inline; /* Hack IE7 */
    height: 13px;
    *vertical-align: 7px; /* Hack IE7 */
    width: 26px;
    zoom: 1;
}

/* Right picto of the title of the page */
.green_leaf_right_picto {
    background-position: 0 -13px;
}

/* Flower picto in the bottom of the page  */
.bw_flower_picto {
    background: url('./modules/404_error/img/bw_flower_picto.png') no-repeat;
    display: inline-block;
    height: 37px;
    width: 52px;
    *display: inline; /* Hack IE7 */
    zoom: 1;
}

/**
* @Julien Rousseau
* 30/05/2012
* Define the common CSS of the account part
**/

.title_account p {
    border-bottom: 1px solid #CCC;
    color: #4E4848;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 30px 0 50px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 700px;
}

/* Section Title */

.section_title {
    background: #fff;
    margin: 0 0 35px;
    text-align: center;
    *position: relative;
    *z-index: 50;
}

.section_title hr, .section_title h1, .section_title h2, .section_title h3, .section_title h4 {
    position: relative;
}

.section_title h1, .section_title h2, .section_title h3, .section_title h4 {
    background-color: #fff;
    color: #4E4848;
    display: inline;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 5px 10px;
    text-transform: uppercase;
    *z-index: 100;
}

.section_title hr {
    top: 12px;
    /* Hack IE7 */
    *top: 19px;
    *z-index: 80;
}

/* Descriptive paragraph after the title */
.section_title + p {
    color: #4e4949;
    margin: 0 0 33px 0;
}

/* Left menu of the account part */
#nav_account {
    line-height: 20px;
    margin-bottom: 20px;
    max-width: 215px;
    width: 200px;
}

#nav_account li a:hover,
#right_col_account a:hover {
    color: #4E4848;
}

/* Section Title Frame */
.section_tt_frame {
    letter-spacing: 0.2em;
    margin: 30px 0 15px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
}

/* item in the account menu */
#nav_account li {
    background: url('./modules/account/img/arrow_nav.png') no-repeat left center;
    padding-left: 8px;
}

#nav_account li a {
    color: #b2a9a9;
    white-space: nowrap;
}

#nav_account li .active_page_account {
    color: #4e4848;
}

#right_col_account {
    width: 700px;
}

#right_col_account .messages {
    color: #454545;;
    padding-bottom: 10px;
}

.block_your_account {
    min-height: 273px;
    width: 338px;
}

.block_your_account a {
    background: url('./modules/account/img/arrow_nav.png') no-repeat left center;
    padding-left: 8px;
}

.block_your_account .title_block_account,
#newsletter_subscription .title_block_account {
    height: 23px;
}

.block_your_account .content_block_your_account {
    min-height: 172px;
    margin-bottom: 9px;
    padding: 20px 20px;
}

.content_block_your_account address {
    margin: 6px 0 0;
}

/* Seprate block for additionnal addresses block */
.even_address_block {
    margin: 0 0 0 22px;
}

#edit_address_us .input_container,#edit_address_ca .input_container {
    margin-left: 0px;
    margin-bottom: 25px;
    width: 300px;
    float: none;
}

#edit_address_us .input_field,#edit_address_ca .input_field {
    display: block;
    width: 100%;
    padding-left: 4px;
}

#edit_address_us select.input_field,#edit_address_ca select.input_field {
    height: 25px;
    background-color: #FFFFFF;
    padding-left: 0px;
}

#edit_address_us .input_field,#edit_address_ca .input_field {
    margin: 3px 0 25px;
}

#edit_address_us .validation-advice,#edit_address_ca .validation-advice {
    margin-top: -25px;
}

#edit_address_us .street_line_input.first,#edit_address_ca .street_line_input.first {
    margin-top: 4px
}

#edit_address_us .civility_input,#edit_address_ca .civility_input {
    display: inline;
    margin-left: 20px;
    width: 60px !important;
}

#edit_address_us .first_name_container,#edit_address_ca .first_name_container,
#edit_address_us .last_name_container,#edit_address_ca .last_name_container,
#edit_address_us .additionnal_address_container,#edit_address_ca .additionnal_address_container,
#edit_address_us .zip_to_country_container,#edit_address_ca .zip_to_country_container {
    float: left;
    width: 300px;
}

#edit_address_us .last_name_container,#edit_address_ca .last_name_container  {
    margin-left: 40px;
}

#edit_address_us .zip_to_country_container,#edit_address_ca .zip_to_country_container {
    border-left: 1px solid #dddddd;
    margin-left: 20px;
    padding-left: 20px;
}

#edit_address_us .zip_to_country_container .input_container,#edit_address_ca .zip_to_country_container .input_container {
    margin-left: 0px;
}

#edit_address_us .phone_container,#edit_address_ca .phone_container  {
    clear: both;
}

.block_your_account .link_block_your_account a,
#newsletter_subscription .link_block_your_account a {
    margin: 0 0 0 23px;
}

#newsletter_subscription {
    margin-top: 20px;
}

#newsletter_subscription .content_block_your_account {
    padding: 15px 10px;
}

#your_information_account {
}

#your_order_table #customer_details {
    padding-left: 20px;
}

/* DoB */

/*#nmon, #nday, #nyear {
    margin: 0 5px 0 0;
}

#nmon {
    max-width: 132px;
    width: 90px;
}

#nday {
    width: 45px;
}

#nyear {
    width: 60px;
}*/

.forgotpassword_popin:hover {
    color: #837D7F;
}

/* Selects input for birth's date */
#personal_information .customer-dob .esmall_select {
    margin: 0 9px 0 0;
}

/* dotted seprator*/
.dotted_separator {
    border-top: 1px dotted #CECECE;
    height: 1px;
    margin: 15px 0;
    width: 100%;
    display: block;
}

.complete_account_spacer {
    height: 36px;
}

#create_account_form.US .complete_account_spacer {
    height: 12px;
}

.your_account_connection_title {
    border-bottom: 1px solid #C7BfBD;
    margin: 0 auto 19px;
    padding: 0 0 11px;
    text-align: center;
    width: auto;
    height: 30px;
}

.your_account_button_block {
    margin: 0 auto;
    padding: 20px 20px 0 0;
    text-align: center;
}

.your_account_button_block .fields_space {
    margin-bottom: 8px;
}

.your_account_connection_block form {
    min-height: 176px;
}

.your_account_connection_block .link_block_your_account a {
    padding-right: 13px;
}

.error_messages_block {
    margin: 7px 0 0;
}

.block_border_account_golden {
    border: 1px solid #b38201;
    min-height: 279px;
    padding: 0 10px 10px;
    text-align: center;
    width: 215px;
}

/* handle list element type */
.block_border_account_golden ul {
    list-style-type: disc;
    padding: 10px 0 10px 20px;
}

.block_border_account_golden ul li {
    margin: 0 5px 20px;
}

.block_border_account_golden ul ul {
    list-style-type: none;
    padding: 10px 0 10px 15px;
}

.block_border_account_golden ul ul li {
    margin: 0 0 3px;
}

.block_border_account_golden_title {
    background: #FFF;
    display: inline-block;
    letter-spacing: 0.2em;
    padding: 0 6px;
    position: relative;
    text-align: center;
    top: -15px;
    /* Hack IE7*/
    *display: inline;
    zoom: 1;
}

/* big golden flower pictogram*/
.big_golden_flower_picto {
    background: url('./modules/account/img/big_golden_flower_picto.png') no-repeat #FFFFFF;
    display: inline-block;
    height: 26px;
    width: 36px;
    /* Hack IE7 */
    *display: inline;
    zoom: 1;
}

.my-account .block_border_golden {
    margin-bottom: 3px;
    padding-bottom: 15px;
}

#use_point_for_product {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    margin: 22px auto 16px;
    zoom: 1;
}

#right_col_actuality {
    margin-top: 30px;
    width: 700px;
}

#actuality_content_right_col {
    margin-top: 14px;
}

#address_book h3 {
    background: url('./modules/address_book/img/address_book.png') no-repeat 0 4px;
    border-bottom: 1px solid #C7BFBF;
    margin: 21px 0 18px;
    padding: 10px 0 6px 49px;
}

#address_book .block_address .title_block_address {
    height: 20px;
}

#address_book .section_tt_frame {
    margin-top: 27px;
}

#address_book .block_address .content_block_address {
    height: 74px;
    margin-bottom: 9px;
    padding: 20px 20px 13px;
}

#address_book .block_address .link_block_address a {
    margin: 3px 10px 8px 23px;
}

#address_book .block_your_account .content_block_your_account {
    min-height: 100px;
}

#address_book .block_your_account {
    height: auto;
    min-height: 220px;
}

/**
* @Julien Rousseau
* 30/05/2012
* Define the CSS of the add cart block
**/

/* Capacity part */
.capacity_part {
    margin: 15px 0 10px;
}

/* Select input for capacity part */
.capacity_part select {
    width: 69px;
}

/* Add bundle in cart or in selection */
.add_bundle {
    margin: 10px 0 0 9px;
}

/* Quantity selection */
#quantity {
    margin: 16px 0 0;
}

/* quantity select */
#product_quantity {
    margin-left: 2px;
    width: 49px;
}

/* add cart button */
#add_cart {
    margin-bottom: 5px;
}

/* Price without reduction */
.price_reduction {
    padding-top: 18px;
}

#product_description_part_lightbox .price_reduction {
    margin: 0 20px 0 0;
}

.old_price {
    padding-top: 8px;
}

.old_price, .price_reduction {
    display: block;
}

#description_product .old_price {
    float: left;
    margin-top: -20px;

}

#description_product .special-price {
    float: left;
    font-size: 24px;
    margin: -20px 10px 0 15px;
}

/* reequilibrate price bloc in some case */
.price_bloc_1 {
    margin-top: -10px;
}

/* small picto star for add to whishlist */
.add_whishlist_express_purchase {
    background: url('./modules/add_cart_block/img/add_whishlist_star_picto.png') left center no-repeat;
    padding: 0 0 0 15px;
}

.add_whishlist_express_purchase:hover {
    color: #4E4848;
}

#popin_addtocart_form .lightbox_1 {
    width: 813px;
}

/**
* @Julien Rousseau
* 25/06/2012
* Define the CSS of the advice body care solution block
**/

/* left col of advice care solution block */
#left_col_advice_care_solution {
    width: 220px;
}

/* title of part in the left col of advice care solution block */
#left_col_advice_care_solution h3 {
    color: #548E1E;
    cursor: pointer;
    margin-bottom: 18px;
}

/* submenu in the left col of advice care solution block */
#left_col_advice_care_solution > ul {
    margin-bottom: 18px;
    width: 166px;
}

/* submenu in the left col of advice care solution block */
#left_col_advice_care_solution li {
    background: url('./modules/advice_care_solution/img/left_menu_arrow.png') no-repeat left 6px;
    padding-left: 9px;
}

/* submenu of submenu in the left col of advice care solution block */
#left_col_advice_care_solution ul ul li {
    font-size: 11px;
}

/* active page in the left col of advice care solution block */
#left_col_advice_care_solution > ul > li.active_page_advice_care_solution > a {
    color: #4e4949;
}

#left_col_advice_care_solution > ul > li > ul li.active_page_advice_care_solution {
    background: url('./modules/advice_care_solution/img/left_menu_arrow_hover.png') no-repeat left 6px;
}

#left_col_advice_care_solution > ul > li > ul li.active_page_advice_care_solution a {
    color: #548E1E;
}

#image_diagnosis_beauty {
    height: 148px;
    line-height: 0px;
    font-size: 0px;
}

#image_diagnosis_beauty_home {
    height: 196px;
    line-height: 0px;
    font-size: 0px;
}

#diagnosis_beauty_content,
#diagnosis_beauty_content_home {
    background-color: #F7F7F7;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

#diagnosis_beauty_content {
    padding: 18px 20px 0;
}

#diagnosis_beauty_content_home {
    padding: 29px 10px 48px 19px;
    width: 309px;
}

#diagnosis_beauty_content_home div p {
    margin-bottom: 20px;
}

#diagnosis_beauty_content #title_diagnosis_beauty_content,
#diagnosis_beauty_content_home #title_diagnosis_beauty_content {
    color: #53A00C;
    margin-bottom: 17px;
}

#diagnosis_beauty_content a {
    height: 16px;
    margin: 14px 0 16px 13px;
    padding: 5px 14px 5px 16px;
}

#diagnosis_beauty_content_home a {
    height: 16px;
    margin: 23px 0 0 70px;
    padding: 5px 14px 5px 16px;
}

#right_col_advice_care_solution {
    width: 700px;
}

.header_advice {
    width: 700px;
    line-height: 0px;
    font-size: 0px;
    margin-bottom: 30px;
}

.header_advice img {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.header_advice img.select_image_header_advice {
    filter: alpha(opacity=100);
    opacity: 1;
}

.title_product_recommended_advice_left_block {
    border-bottom: 1px solid #C7BFBF;
    color: #4E4949;
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 5px;
}

#recommended_product_advice {
    margin-top: 50px;
}

.item_recommended_product_advice {
    border: 1px solid #E7E1E1;
    height: 156px;
    margin-bottom: 20px;
    width: 699px;
}

.item_recommended_product_advice img {
    border-right: 1px solid #EDE8E8;
    margin: 9px 20px 9px 0;
    padding: 11px 21px 12px 22px;
}

.item_recommended_product_detail {
    margin-top: 14px;
    width: 500px;
}

.splus_item_recommended_product {
    background: url('./modules/advice_care_solution/img/sisley_plus.png') no-repeat left 2px;
    color: #827C7C;
    margin: 15px 0 5px;
    min-height: 23px;
    padding-left: 49px;
}

#right_col_home_advice {
    border: 1px solid #E7E1E1;
    width: 578px;
}

#right_col_home_advice .part_home_advice {
    height: 250px;
    width: 289px;
}

#right_col_home_advice .part_home_advice .text_part_advice {
    padding: 37px 18px 0 17px;
}

#right_col_home_advice .part_home_advice .text_part_advice .description_text_home_advice {
    margin-top: 22px;
}

#right_col_home_advice .part_home_advice a {
    color: #242020;
    background: #F5F5F5 url('./modules/advice_care_solution/img/arrow_home_advice.png') no-repeat 259px 36px;
    bottom: 0;
    filter: alpha(opacity=90);
    height: 72px;
    opacity: 0.9;
    padding: 14px 0 0 22px;
    width: 268px;

}

/**
* @Julien Rousseau
* 01/02/2013
* Design for beauty advice page
**/

/* Title of the beauty advice page */
#beauty_advice .page_big_headline {
    letter-spacing: 6px;
}

/**
* Diagnostic care block
**/

#beauty_advice .diagnostic_care {
    margin: 39px 0 35px;
}

/* Border of the diagnostic care block*/
#beauty_advice .diagnostic_care .block_ems_border {
    padding: 0;
}

/* content of the two columns diagnostic care block */
#beauty_advice .diagnostic_care .content_diagnostic_care_two_columns {
    color: #4E4848;
    margin-top: 17px;
    padding: 0 17px;
    width: 442px;
}

/* Text of the content diagnostic care block */
#beauty_advice .diagnostic_care .content_diagnostic_care_two_columns div:first-child {
    font-size: 12px;
    margin: 0 35px 33px;
}

/* Grey button of the diagnostic care block */
#beauty_advice .content_diagnostic_care_two_columns .grey_arrow_left_button {
    padding: 6px 17px;
}

/* Arrow in the grey button of the diagnostic care block */
#beauty_advice .content_diagnostic_care_two_columns .grey_arrow_left_button .white_small_arrow_right {
    margin-left: 8px;
}

/* Title of the content of the diagnostic care two columns block */
#beauty_advice .diagnostic_care .title_content_diagnostic_care {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 18px;
    text-transform: uppercase;
}

/**
* Three columns diagnostic
**/

/* Presentation of the three columns beauty device */
.presentation_3_columns_beauty_device {
    margin-bottom: 30px;
}

/* Presentation of the three columns block */
.presentation_3_columns_beauty_device h3 {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
    margin: 37px 0 20px;
}

/* Text in the presentation of the three columns block */
.presentation_3_columns_beauty_device p {
    font-size: 12px;
    margin-bottom: 15px;
}

/* Columns diagnostic*/
.diagnostic_three_columns {
    color: #4e4848;
    font-size: 12px;
    margin-bottom: 30px;
    min-height: 315px;
    position: relative;
    width: 314px;
}

/* Link in the three columns block*/
.diagnostic_three_columns a {
    bottom: 0;
    left: 50%;
    margin: 0 auto 0 -128px;
    min-width: 202px;
    position: absolute;
}

/* Image and text in the three columns*/
.diagnostic_three_columns img,
.diagnostic_three_columns p {
    margin-bottom: 13px;
}

/* First text (title) of the three columns item block */
.diagnostic_three_columns p:first-child {
    font-family: "Times New Roman", Times, Georgia, serif;
    letter-spacing: 1px;
}

/**
* Beauty solution block
**/

#beauty_solution {
    height: auto;
    margin: 0;
    padding-bottom: 35px;
    width: 932px;
}

#beauty_solution .title_block {
    font-size: 16px;
    letter-spacing: 3px;
}

/* Presentation of the beauty solution block */
#presentation_beauty_solution {
    color: #4E4848;
    font-family: arial, Times, Georgia, serif;
    font-size: 12px;
    margin: 0 auto;
    width: 462px;
}

/* Text of the presentation of the beauty solution block */
#presentation_beauty_solution p {
    margin-bottom: 25px;
}

#presentation_beauty_solution a {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    zoom: 1;
}

/* list beauty solution */
#beauty_solution ul {
    margin-top: 30px;
}

/* Item of the beauty solution list */
#beauty_solution ul li {
    margin-left: 27px;
    width: 206px;
}

/* The first child of the beauty solution list */
#beauty_solution ul li:first-child {
    margin-left: 13px;
}

#beauty_solution ul li span:first-child {
    letter-spacing: 2px;
}

/* The first child of the beauty solution list */
#beauty_solution ul li img {
    margin: 7px 0 5px;
}

/**
* @Julien Rousseau
* 01/06/2012
* Define the CSS of the boxed product block
**/

/* Boxed Product block */
#boxed_product_block {
    margin-bottom: 40px;
}

/* Boxed product part */
#boxed_product_part {
    margin-top: 6px;
    padding: 15px 31px 0;
}

/* Image in boxed product */
#boxed_product_part img {
    border: 1px solid #e2e2e2;
}

/* Plus in boxed product */
.plus_bundle {
    background: url('./modules/boxed_product/./img/plus_bundle.png') no-repeat;
    height: 10px;
    margin: 52px 8px 0 7px;
    width: 10px;
}

/* Equal in boxed product */
.equal_bundle {
    background: url('./modules/boxed_product/./img/equal_bundle.png') no-repeat;
    height: 6px;
    margin: 52px 40px 0 8px;
    *margin-right: 26px; /* Hack IE7 */
    width: 9px;
}

/* Price and learn more button in boxed product */
#price_boxed_product {
    margin-top: 40px;
}

/* Learn more button in boxed product */
#learn_more {
    margin: 12px 0 8px;
}

/**
* @Julien Rousseau
* 04/02/2013
* Define the breadcrumb style
**/

.l-block-breadscrumb {
    margin: 10px auto 0;
    width: 1000px;
}

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

.breadcrumb-split {
    padding: 0 0 0 5px;
}

/**
* @Julien Rousseau
* 21/05/2012
* Define the CSS of the bundle
**/

/* bundle info block */
#bundle_block {
    margin: 0 0 45px;
}

/* bundle illustration */
#bundle_block > img {
    margin: 0 10px 0 0;
}

#bundle_description {
    margin-left: 18px;
    width: 536px;
}

/* bundle information block */
#bundle_block #bundle_description .stickers_1,
#bundle_block #bundle_description .stickers_2 {
    position: static;
}

#bundle_block .stickers_2 {
    color: #4e4848;
}

/* Description of the bundle */
#description_bundle {
    width: 517px;
}

/* Composition of the bundle */
#bundle_block li.option {
    background: url('./modules/bundle/./img/chip.jpg') no-repeat left 10px;
    line-height: 18px;
    list-style-position: outside;
    padding-left: 8px;
    padding-top: 1px;
}

/* composition of the bundle title */
#bundle_composition {
    border-bottom: 1px solid #c8c0be;
    margin: 0px 0 20px;
    padding-bottom: 8px;
}

/* Subpart of the bundle description */
#description_bundle_subpart ul li {
    margin-bottom: 20px;
}

#description_bundle_subpart a:hover {
    color: #4E4848;
}

#sharing_block #print_bundle_page {
    border-left: 1px solid #999;
    margin-top: 4px;
    padding: 0px 5px;
}

/* sample color of the product */
#bundle_block .color_sample {
    height: 13px;
    margin: 6px 9px 0 0;
    width: 13px;
}

#bundle_block .color_sample_name {
    margin-top: 5px;
}

#bundle_block .main_color_label {
    margin-left: 9px;
}

/* bundle products price */
#bundle_block .bundle_product_price {
    right: 0;
}

#bundle_block .bundle_product_capacity select {
    height: auto;
}

/* price reduction for bundle block */
#bundle_block .price_reduction {
    padding-top: 10px;
}

/* bundle large title custom font-size */
#bundle_block .section_title h2,
#bundle_block .section_title h3,
#bundle_block .section_title h4 {
    font-size: 12px;
}

#bundle_block .section_title hr {
    top: 7px;
    /* Hack IE7 */
    *top: 13px;
}

#bundle_block .block_border .title_block {
    font-size: 12px;
    top: -11px;
}

#bundle_block .eight_width_border {
    width: auto;
}

/* block border for second bundle version */
.purchase_bundle_offer.block_border {
    padding-left: 15px;
    padding-right: 15px;
}

.purchase_bundle_offer.block_border ul {
    text-align: left;
}

.purchase_bundle_offer.block_border li.option {
    margin-bottom: 5px;
}

/* bundle ems block */
#bundle.category_products_block .block_ems {
    margin: 25px 0 75px;
    width: 100%;
}

.latest_viewed_product {
    margin-left: 24px;
}

div.latest_viewed_product:first-child {
    margin-left: 0;
}

/* bundle options */

.available_options {
    padding-top: 25px;
}

#bundle_block .available_options {
    border-top: 1px solid #c9bfc0;
}

.available_option {
    margin: 0 17px 0 0;
    min-height: 38px;
    width: 90px;
}

/* center picto */
.available_option > div {
    margin: 0 auto;
}

.available_options p {
    margin-top: 10px;
}

/* Hover */
.available_option:hover > p {
    color: #4e4848;
}

/* customer bundle order history */
.order_line_child_item_option {
    height: 20px;
}

/**
* Julien Rousseau
* 28/01/2013
* Define the CSS of the category block
**/

/* Category Block */
#category_block {
    margin-top: 40px;
}

/* Description of the category */
#description_category {
    color: #A4A1A1;
    font-size: 12px;
    margin-top: 34px;
}

/* Image in the description of the category */
#description_category img {
    margin-right: 21px;
}

/* Title of the description */
#description_category h3 {
    color: #4E4949;
    font-size: 14px;
    font-weight: normal;
}

/* Paragraph in the description of the category */
#description_category p {
    margin-bottom: 15px;
}

/* List in the description of the category */
#description_category ul {
    list-style-position: inside;
    list-style-type: square;
}

/* Different range in the category */
#different_range {
    margin-top: 46px;
}

/* Range in the category */
.range_category {
    width: 313px;
}

/* The last range in the category */
.last_range_category {
    width: 312px;
}

/* Title of the range in the category */
.title_range {
    height: 30px;
    margin: 15px 0 0 10px;
}

/* Description of the range in the category */
.description_range_category {
    margin: 10px 0px 18px;
    padding: 13px 20px 0;
}

/* Range category but not the last */
.range_category .description_range_category {
    border-right: 1px dotted #c7bfbf;
}

.range_category .description_range_category a:hover {
    text-decoration: underline;
}

/* Text description of the range */
.description_range {
    margin-bottom: 8px;
}

.see_range_link {
    padding-left: 12px;
}

/* See advice button in the category block */
.see_advice {
    height: 19px;
    margin-top: 10px;
    padding: 4px 0 0 9px;
}

/* Text in the see advice button in the category block */
.see_advice a {
    background: url('./modules/category_block/./img/range/see_advice.png') 0 1px no-repeat;
    padding-left: 15px;
}

/* category description block */

#category_descrip {
    line-height: 230px;
    margin: 26px 0 20px;
}

#category_descrip div.float_1 {
    width: 300px;
}

#category_descrip img {
    margin: auto 25px auto 0;
    max-height: 300px;
    max-width: 300px;
    vertical-align: middle;
}

.category_descrip_text {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    width: 376px;
}

/* page big headline */
.page_big_headline {
    letter-spacing: 0.2em;
    padding-bottom: 10px;
}

/* category products block */
.category_products_block {
    margin: 50px 0 9px 0;
}

.category_products_block .stickers_2 {
    color: #4e4848;
}

/* filter products block */
.category_products_block #tab_block {
    margin-bottom: 24px;
}

.category_products_block .similar_product:first-child {
    margin-left: 0;
}

.category_products_block .similar_product {
    margin: 0 12px 50px 0;
    min-height: 395px;
}

.category_products_block .similar_product .price-box {
    bottom: 40px;
    left: 5%;
    position: absolute;
    right: 5%;
}

.category_products_block .similar_product .price_reduction {
    padding-top: 0;
}

.category_products_block .similar_product .fields_space {
    margin-bottom: 4px;
}

.category_products_block .similar_product .image_similar_product {
    height: 250px;
    width: 220px;
}

.category_products_block .similar_product > p,
.category_products_block .similar_product > h2 {
    margin: 0 0 15px;
}

/* category page list */
/* select */
.category_products_block .sort {
    padding-right: 0;
}

/* specific title style */
.best_sellers_block .eight_width_border .title_block {
    top: -11px;
}

.best_sellers_block .block_border .title_block {
    font-style: 12px;
}

/* best sellers items */
.best_sellers_items {
    padding: 0 0 10px 5px;
}

.best_sellers_item .price_reduction {
    padding-top: 0;
}

.best_sellers_items .best_sellers_item {
    margin: 0 10px 0 0;
    width: 160px;
}

.best_sellers_block .best_sellers_items .best_sellers_item .best_sellers_item_name {
    height: 60px;
    margin-bottom: 15px;
}

.best_sellers_item .best_sellers_item_price .old_price {
    margin: 0;
    padding-top: 0;
}

/* last item on the line */
.best_sellers_item.last_item {
    margin: 0;
}

.best_sellers_items .best_sellers_item p > span {
    display: inline-block;
    width: 80px;
}

.best_sellers_items .best_sellers_item .best_sellers_item_name,
.best_sellers_items .best_sellers_item .best_sellers_item_product {
    font-style: 12px;
}

.best_sellers_items .best_sellers_item .best_sellers_item_name {
    text-transform: uppercase;
    margin: 0 0 5px;
}

/* Hover */
.best_sellers_item > a:hover + div > a,
.best_sellers_item > div > a:hover {
    color: #837d7f;
}

/**
* @Julien Rousseau
* 22/06/2012
* Define the CSS of the cart page
**/

#right_part_tunnel_purchasing.cart_right_part {
    margin-bottom: 30px;
    margin-top: 89px;
}

#cart .cart_table {
    margin: 25px 0 12px 0;
    width: 100%;
}

#cart #left_part {
    margin: 0 12px 0 0;
    width: 765px;
}

#cart #left_part a {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    zoom: 1;
}

#right_part {
    width: 220px;
}

.cart_table tr.cart_line {
    height: 142px;
}

.cart_table tr.cart_line.last_product_cart_line {
    background: none;
}

#cart .cart_table tr.cart_line.last_product_cart_line td {
    border-bottom: 1px solid #EAE5E5;
}

#cart .cart_table .product_col_cart {
    width: 359px;
}

#cart .cart_table .product_col_cart:hover {
    color: #837D7F;
}

#cart .cart_table .unit_price_col_cart {
    color: #7E7C7D;
    padding-left: 18px;
    text-align: left;
    width: 130px;
}

#cart .table_before_after_space,
#checkout-step-review .table_before_after_space {
    width: 19px;
}

#cart .cart_table .quantity_col_cart,
#checkout-step-review .cart_table .quantity_col_cart {
    width: 105px;
}

#cart .cart_table .product_col_cart > div,
#checkout-step-review .cart_table .product_col_cart > div {
    display: table-cell;
    height: 142px;
    padding: 0;
    vertical-align: middle;
    width: 232px;
    *width: 223px; /* Hack IE7 */
}

#cart .cart_table .product_col_cart > div > div,
#checkout-step-review .cart_table .product_col_cart > div > div {
    margin: 0em auto;
}

#cart .cart_table .total_price_product .price {
    float: left;
}

#cart .cart_table .product_col_cart .product_image_table,
#checkout-step-review .cart_table .product_col_cart .product_image_table {
    float: left;
    margin-right: 20px;
    width: 115px;
}

.product_image_table a,
#checkout-step-review .product_image_table p {
    display: table-cell;
    height: 143px;
    vertical-align: middle;
}

#boleto-popin{
    display:none;
}

.logo-boleto{
    display: block;
    margin: auto;
}

#boleto-popin-contener{
    margin: 0 auto;
    width: 950px;
    height: 80%;
    background-color: #fff;
    margin-top: 50px;
}

#boleto-popin-iframe{
    border: none;
    height: 90%;
    margin-left: 50px;
}

.cart_table thead tr {
    height: 33px;
}

.cart_line select {
    width: 49px;
}

.cart_product_color {
    height: 19px;
    margin-right: 9px;
    width: 19px;
}

.product_col_cart .product_cart_image {
    margin-right: 20px;
}

.delete_product {
    /*background: url('./modules/cart/img/delete_cross.png') no-repeat;*/
    float: right;
    height: 9px;
    margin: 0 25px 0 0;
    position: relative;
    /*top: 5px;*/
    width: 10px;
    font-size: 11px;
    padding: 0 !important;
}

/* cart page specifically in gloden border box */

#cart .block_border_golden .cart_table tr.cart_line.last_product_cart_line td {
    border-bottom: none;
}

#cart .golden_point .unit_price_col_cart,
#cart .golden_point .total_price_product {
    color: #B28200;
}

/* end of page specificity */

/* Footer of the cart table */

.cart_table tfoot tr {
    height: 138px;
}

.cart_table #sample_offered,
.cart_table #free_shipping_cart {
    height: 86px;
    margin: 0px 0 0 9px;
}

.cart_table #sample_offered {
    background: #FFFFFF url('./modules/cart/img/sample.png') no-repeat;
    padding: 32px 14px 0 93px;
    width: 151px;
}

.cart_table #free_shipping_cart {
    background: #FFFFFF url('./modules/cart/img/free_shipping_cart.png') no-repeat;
    padding: 32px 9px 0 112px;
    width: 137px;
}

#promotional_code_block {
    border-bottom: 1px solid #E7E1E1;
    margin-bottom: 22px;
    padding-bottom: 10px;
}

#promotional_code a {
    margin: 7px 0 0 11px;
}

.cart_table tfoot input[type="submit"] {
    background: none;
    border: none;
    margin: 5px 0 0 11px;
}

#promotional_code input[type="text"] {
    height: 24px;
    margin: 2px 0 0 10px;
    width: 238px;
}

#promotional_code input[type="submit"] {
    padding-top: 5px;
}

#total_price_cart {
    margin-left: 13px;
    width: 162px;
}

#total_price_cart p {
    padding-right: 64px;
}

.field_space_total_cart {
    margin-bottom: 12px;
}

#total_price_cart hr {
    margin: 8px 0;
}

#validate_cart {
    margin: 0px 0 0 50px;
}

.cart_table #bundle {
    margin: 10px 0 0;
}

.update_order {
    background: url('./modules/cart/img/black_reload_btn_picto.png') no-repeat 5px 6px;
    border: 1px solid #CCC;
    border-radius: 5px;
    display: inline-block;
    *display: inline; /* Hack IE7 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px 13px 6px 29px;
    zoom: 1;
}

.update_order:hover {
    background-color: #E9E9E9;
}

.empty_cart {
    padding: 6px 13px 6px 29px;
    text-decoration: underline;
    font-size: 11px;
}

.product_desc {
    padding-top: 27px;
}

/* Small golden flower picto */
.small_golden_flower_picto {
    background: url('./modules/cart/img/small_golden_flower_picto.png') no-repeat;
    display: inline-block;
    height: 17px;
    width: 23px;
    *display: inline; /* Hack IE7 */
    zoom: 1;
}

/* Golden box border */
.block_border_golden {
    border: 1px solid #B28200;
    margin-top: 30px;
}

.block_border_golden .title_block {
    background-color: white;
    display: inline;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -13px;
    line-height: 22px;
}

/* 8 px Grey box border */
.eight_width_border {
    border-color: #e0e0e0;
    border-width: 8px;
    height: auto;
    margin: 0 0 17px 0;
    padding: 0 0 10px;
    width: 98.3%;
}

.eight_width_border .title_block {
    letter-spacing: 0.2em;
    top: -14px;
}

/* table */

#cart .eight_width_border .cart_table {
    padding: 0 10px;
}

#cart .eight_width_border .cart_table .product_col_cart {
    padding-left: 1px;
    width: 480px;
}

#cart .eight_width_border .cart_table .quantity_col_cart {
    width: 121px;
}

#cart .eight_width_border .cart_table .total_price_product {
    padding-right: 5px;
    width: 121px;
}

#cart .eight_width_border #free_gift.cart_table .total_price_product {
    font-family: arial, Times, Georgia, serif;
    padding-right: 45px;
    width: 81px;
}

#cart .eight_width_border .cart_table .total_price_product > div {
    max-width: 121px;
}

#cart .eight_width_border .cart_table .delete_product {
    margin-left: 30px;
}

#cart .eight_width_border .cart_table tr.cart_line.last_product_cart_line td {
    border: none;
}

/* privilege code block */
.privilege_code_block > div {
    margin: 0 0 0 12px;
}

.privilege_code_block .link_block_your_account {
    margin: 7px 0 0 5px;
}

.privilege_code_block input[type="text"] {
    margin-left: 9px;
}

.cart_total_block .cart_table {
    *width: 375px; /* hack IE7 */
}

.cart_total_block .member_sisley_total,
#total_step_review .member_sisley_total,
#success .member_sisley_total {
    margin-top: 33px;
}

.cart_total_block .block_border_golden,
#total_step_review .block_border_golden,
#success .block_border_golden {
    margin-top: 15px;
    padding: 0 10px 10px;
    width: 282px;
}

.cart_total_block .block_border_golden .title_block,
#total_step_review .block_border_golden .title_block,
#success .block_border_golden .title_block,
#order-points-earned.block_border_golden .title_block {
    background-color: #F1F1F1;
    letter-spacing: 0;
    padding: 10px 7px;
    top: -13px;
}

#cart .cart_total_block .cart_table {
    width: 373px;
}

#cart .cart_total_block .cart_table .total_order_part {
    *padding-top: 19px; /* Hack IE7 */
}

/* specificity */
.cart .cart_total_block #total_price_cart p {
    padding-right: 58px;
}

.cart_total_block #total_price_cart hr {
    border: none;
    border-top: 1px solid #827c7e;
    height: 1px;
}

#similar_product {
    margin: 70px 0;
}

.similar_product_descrp .price,
.similar_product .price-box {
    font-family: "Times New Roman", Times, Georgia, serif;
}

#similar_product_part {
    margin-top: 60px;
}

/* Discover similar product */
.similar_product {
    height: 408px;
    position: relative;
    margin: 0 12px 50px 0;
    min-height: 395px;
    width: 220px;
    *width: 218px; /* hack IE7 */
}

/* Set height for two lines title */
.similar_product > a + p {
    height: 27px;
}

.similar_product.last_similar_product {
    margin: 0;
}

.similar_product_actions {
    left: 0;
    top: 0;
}

.button_similar_product {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.similar_product .white_arrow_left_button, .similar_product .grey_arrow_left_button {
    padding: 5px 7px;
}

.similar_product .black_small_arrow_right, .similar_product .white_small_arrow_right {
    margin-left: 5px;
}

.similar_product .white_arrow_left_button {
    margin: 0 2px 0 0;
    /* Hack IE7 */
    *margin-right: 5px;
}

.similar_product .grey_arrow_left_button {
    margin: 0 2px 0 0;
    right: 0;
}

/* Hover */
/* similar product name */
.similar_product .similar_product_descrp:hover > p > a {
    color: #837d7f;
}

/* LEFT PART */
.cart_options_box {
    padding: 10px;
}

.cart_options_box .cart_options_box_descrp {
    margin: 0 0 0 15px;
    width: 110px;
}

/* payment picto */

.payment_visa_picto, .payment_cblue_picto, .payment_mc_picto, .payment_ae_picto {
    background: url('./modules/cart/img/sprite_payment.png') no-repeat;
    height: 24px;
    width: 35px;
    display: inline-block;
    /* hack IE7 */
    *display: inline;
    zoom: 1;
}

.payment_visa_picto {
    background-position: 0 0;
}

.payment_cblue_picto {
    background-position: 0 -24px;
}

.payment_mc_picto {
    background-position: 0 -48px;
}

.payment_ae_picto {
    background-position: 0 -72px;
}

#right_part .payment_visa_picto, #right_part .payment_cblue_picto,
#right_part .payment_mc_picto, #right_part .payment_ae_picto {
    margin-top: 10px;
}

#right_part .payment_visa_picto, #right_part .payment_cblue_picto,
#right_part .payment_mc_picto {
    margin-right: 5px;
}

.no_items_text_cart {
    margin-bottom: 20px;
}

/* advert box */
.advert_box_13 {
    border: 1px solid #CCCCCC;
    padding: 14px 7px;
}

.advert_box_13 p {
    margin-bottom: 25px;
}

.advert_box_13 p:last-child {
    margin-bottom: 0px;
}

.advert_box_13 p > span {
    padding: 0 0 5px;
}

.advert_box_13 p > span + span {
    padding: 3px 0 0 0;
}

.second_columns_cart_total {
    padding-right: 62px;
    text-align: right;
    width: 100px;
    white-space: nowrap;
}

.cart_total_block table td hr {
    background-color: #827C7E;
    border: none;
    height: 1px;
    margin: 9px 5px 5px 0;
}

.first_columns_cart_total {
    padding-right: 24px;
    text-align: right;
    white-space: nowrap;
}

/* checkout token removation */
.removeCard {
    background: url('./modules/cart/img/delete_cross.png') no-repeat scroll 0 0 transparent;
    height: 9px;
    width: 10px;
}

/* US locale */
#cart_table.us .product-name-title {
    padding-left: 155px;
}

#cart_table.us .unit-price-title {
    padding-left: 13px;
}

/**
* @Julien Rousseau
* 30/12/2012
* Define the CSS of the checkout
**/

#logo_account {
    padding-top: 62px;
    text-align: center;
}

#checkout_header {
    border-top: 1px solid #CCC;
    margin: 48px 0 46px;
}

#checkout_breadcrumbs {
    margin: 0 auto;
    width: 981px;
}

#checkout_breadcrumbs li {
    color: #4E4848;
    float: left;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
}

#checkout_breadcrumbs li a {
    color: #4E4848;
}

#checkout_breadcrumbs li span {
    background: url('./modules/checkout/img/item_header.png') no-repeat top center;
    display: block;
    font-size: 24px;
    font-style: italic;
    height: 36px;
    margin: 0 auto;
    padding-top: 8px;
    position: relative;
    text-transform: normal;
    top: -21px;
    width: 44px;
}

#shipping-please-wait {
    margin-top: 10px;
}

#login-please-wait {
    margin: 0 177px;
}

#checkout_breadcrumbs li span a {
    color: #4E4848;
    display: inline-block;
    height: 36px;
    width: 44px;
}

#checkout_breadcrumbs li.active span {
    color: #FFF;
    background-position: 0 -44px;
    font-weight: bold;
}

#checkout_breadcrumbs li.active span a {
    color: #FFF;
}

#checkout_breadcrumbs li#bc-cart {
    width: 10%;
}

#checkout_breadcrumbs li#bc-success {
    width: 15%;
}

#checkout_breadcrumbs.breadcrumbs-4 {
    text-align: center;
}

#checkout_breadcrumbs.breadcrumbs-4 li {
    display: inline-block;
}

#checkout_breadcrumbs.breadcrumbs-4 li#bc-cart {
    width: 25%;
}

#checkout_breadcrumbs.breadcrumbs-4 li#bc-success {
    width: 25%;
}

.newsletter_checked {
    width: 240px;
}

#new_user_account_block form p.newsletter_checked label {
    width: 50px;
}

#customer_account_login.us #complete_account_spacer {
    height: 15px;
}

#customer_account_login.us .field_error.horizontal {
    padding-top: 0px;
}

/**
* @Julien Rousseau
* 24/05/2012
* Define the CSS of the color choice
**/

/* Color choice bloc for product */
.color_choice, .multiple_color {
}

.color_choice.size_auto {
    width: auto;
}

/* item of the color choice block */
.color_choice li, .multiple_color li {
    float: left;
    height: 21px;
    margin: 0 5px 5px 0;
    position: relative;
    width: 21px;
    border: 1px solid #827C7C;
}

.color_choice li .color_choice_hover {
    height: 47px;
    left: 0;
    position: absolute;
    top: 26px;
    width: 47px;
    z-index: 1;
}

.color_choice_other {
    opacity: 0.5;
    filter: alpha(opacity=50); /* Hack IE */
}

.color_choice li.color_choice_selected {
    background: url('./modules/color_choice/img/color_choice_selected.gif') no-repeat 1px 1px;
}

.color_choice li.duo, .multiple_color li.duo {
    width: auto;
    border: 1px solid #827C7C;
    float: left;
    z-index: 10;
}

.color_choice li.duo div, .multiple_color li.duo div {
    float: left;
    width: 13px;
    height: 21px;
}

.color_choice li.duo div.color_choice_hover {
    height: 47px;
    left: 0;
    position: absolute;
    top: 26px;
    width: 47px;
    z-index: 1;
}

.color_choice li.duo div.color_choice_hover div.duo_hover {
    float: left;
    height: 47px;
    width: 23px;
    z-index: 1;
}

.color_choice li.duo div.selected {
    background-color: transparent;
    z-index: 10;
    height: 17px;
    width: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 1px;
    border: 1px solid #ffffff;

}

.tint_block .tint_name {
    margin-bottom: 7px;
}

/**
* @Julien Rousseau
* 22/05/2012
* Define the common CSS property for slider
**/

/* Left and right arrow for slider */
.btns_slider {
    background: url('./modules/common_slider/../../img/common_slider/arrow_slider.png');
    height: 14px;
    width: 8px;
    display: block;
}

/* right arrow for slider */
.right_arrow .btns_slider {
    background-position: -8px 0;
}

/**
* @Julien Rousseau
* 14/06/2012
* Defines the css of the customer account login page
**/

/* Customer account login block */
#customer_account_login {
    color: #4d494a;
}

/* new user account block */
#new_user_account_block {
    margin-right: 40px;
    width: 285px;
}

#new_user_account_block {
    min-height: 180px;
    position: relative;
    padding-bottom: 25px;
}

#checkout-step-login #new_user_account_block {
    padding-bottom: 0;
}

/* title of the two part in the customer account login block */
.title_account_login_part {
    border-bottom: 1px solid #C8C0BE;
    color: #4F494B;
    font-size: 15px;
    margin-bottom: 21px;
    padding-bottom: 7px;
    width: 321px;
}

/* width for login field block in the popin */
.popin_width_field {
    width: 225px;
}

#your_account_connection_popin .title_part_form_newsletter {
    font-weight: normal;
    padding-bottom: 7px;
    line-height: 1.2em;
}

/* Memorize account part in the login form */
#memorize_account_part {
    margin-top: 15px;
    width: 159px;
}

/* Label in the memorize account part */
#memorize_account_part label {
    width: 137px;
}

#register_button, #identify_button {
    right: 0;
    bottom: 0;
}

/* List in the new user account part */
#new_user_account_block ul {
    list-style-type: square;
    list-style-position: inside;
    height: 45px;
    padding-top: 19px;
}

/* Link for create account in the new user account part */
#new_user_account_block a {
    margin-top: 33px;
}

#customer_account_login #new_user_account_block a {
    margin-top: 26px;
    padding-right: 8px;
}

/* Input in the login form */

#new_user_account_block form p {
    margin-bottom: 10px;
}

/* Popin Identification */
#your_account_connection_popin {
    box-shadow: 1px 1px 15px black;
    margin: 0px auto 0;
    width: 870px;
}

#your_account_connection_popin .popin_border,
#member_connection_popin .popin_border {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

#your_account_connection_popin .title_popin,
#member_connection_popin .title_popin {
    font-size: 18px;
    margin-bottom: 19px;
}

/* BUGFIX */
.padding_for_pleasure {
    padding-right: 16px;
}

.your_account_connection_block {
    margin: 0 18px 0 0;
    min-height: 253px;
    padding: 20px;
    width: 240px;
}

/* additional information */
.your_account_connection_block .additionnal_info_text {
    margin: 5px 0 0 0;
    /* Hack IE7 */
    *display: block;
    *float: none;
    *clear: left;
}

/* legal informations */
#customer_account_login .information_collected {
    color: #909090;
    /* width: 276px; THIS SHOULD NOT BE*/
}

#customer_account_login .information_collected.us {
    text-align: center;
}

/* Block in the login page who does not exist */
.page_that_does_not_exist {
    margin-top: 20px;
}

/**
* @Julien Rousseau
* 26/04/2012
* Defines the different create account block property
**/

/* Form of the create account block */
#form_create_account {
    width: 660px;
}

/* Form of the create account block and know better block in create account page */
#form_create_account,
#know_better_create_account {
    padding: 0 20px;
}

/* Part in the create account form */
.part_form_create_account {
    padding: 20px 0;
}

/* Select in the create account form */
#form_create_account #prefix,
#form_create_account #advice-required-entry-prefix {
    width: 59px;
}

/* Input text and password in the create account form */
#form_create_account input[type="text"],
#form_create_account input[type="password"],
#form_create_account .validation-advice {
    width: 199px;
}

#form_create_account input[type="radio"] {
    margin-left: 5px;
}

/* float left field in the create account form */
.fields_aligned {
    margin-right: 19px;
    *margin-right: 12px /* Hack IE7 */
}

#know_better_create_account {
    margin: 10px 0 41px 0;
    width: 598px;
}

#know_better_create_account label {
    margin-bottom: 17px;
}

#know_better_create_account p.different_value {
    width: 128px;
}

.fields_space {
    margin-bottom: 17px;
}

/**
* @Julien Rousseau
* 22/01/2013
* Defines the crossroads page property
**/

/* The body of this page */
#body {
    background-color: #fff;
}

.cms-page-view .wrap,
.checkout-cart-index .wrap_center {
    font-size: 11px;
}

/* the crossroad container with map */
#crossroad_map {
    background: url('./modules/crossroads/img/map_bg.png') no-repeat 0 0;
    width: 1200px;
    margin: 0 auto;
}

/* Container of the link */
#crossroads {
    margin: 125px 140px 110px;
}

/* Columns of links */
#crossroads .contenent_block {
    margin: 0 0 0 30px;
    width: 200px;
    max-width: 200px;
}

/* Continent */
.contenent_block ul {
    letter-spacing: 2px;
    list-style-type: none;
    margin: 0 0 27px;
}

/* The first country of the continent */
.contenent_block ul li:first-child + li {
    margin: 13px 0 0 0;
}

/* all the links who have a brother before */
.contenent_block ul li + li {
    margin: 7px 0 0 0;
}

/* hover in the link of the crossroads page */
.contenent_block ul li a:hover {
    color: #4E4848;
}

/**
* @Julien Rousseau
* 30/08/2012
* Defines the different element of diagnosis beauty page
**/

#diagnosis_beauty_header {
    background: url('./modules/diagnosis_beauty/img/header_diagnosis_beauty.jpg') no-repeat;
    height: 236px;
    margin-bottom: 20px;
    padding: 30px 30px 0 440px;
    width: 470px;
}

#diagnosis_beauty_header p {
    margin-bottom: 10px;
}

#diagnosis_beauty form {
    width: 627px;
}

.space_form_diagnosis {
    margin-right: 63px;
}

.space_last_line {
    margin-left: 47px;
}

.space_bottom_form_diagnosis {
    margin-bottom: 50px;
}

.title_part_form_diagnosis {
    color: #4E4949;
    font-weight: bold;
    margin-bottom: 18px;

}

#diagnosis_beauty form input[type="radio"] {
    margin: 0 15px 3px 5px;
}

#diagnosis_beauty form label {
    color: #4e4949;
}

#diagnosis_beauty form input[type="submit"] {
    border: none;
    height: 26px;
    margin: 40px 0 0 267px;
    padding: 0px 14px 0px 16px;
}

.step_diagnosis {
    background: url('./modules/diagnosis_beauty/img/step_diagnosis_beauty_form.png') no-repeat;
    color: #FFFFFF;
    height: 20px;
    margin-right: 10px;
    padding: 4px 0 0 8px;
    text-decoration: none;
    width: 16px;
}

.border_label_diagnosis {
    border-bottom: 1px solid #B6B1B1;
    padding-bottom: 5px;
}

#right_col_diagnosis_beauty {
    border: 1px solid #538E1E;
    width: 280px;
}

#right_col_diagnosis_beauty .title_right_col_diagnosis_beauty {
    background-color: #538E1E;
    height: 26px;
    margin: 0;
    padding-top: 5px;
    text-align: center;
}

#right_col_diagnosis_beauty .content_right_col_diagnosis_beauty {
    padding: 14px 14px 14px 19px;
}

#right_col_diagnosis_beauty .part_right_col_diagnosis_beauty {
    margin-top: 12px;
}

#right_col_diagnosis_beauty .part_right_col_diagnosis_beauty p:first-child {
    background: url('./modules/diagnosis_beauty/img/chip_part_right_col_diagnosis.png') no-repeat left 1px;
    color: #538E1E;
    font-size: 12px;
    font-weight: bold;
    padding-left: 17px;
}

#diagnosis_beauty_results .background_7 {
    margin-bottom: 10px;
}

#text_diagnosis_results {
    margin: 25px 0 10px;
}

.make_new_diagnosis_button {
    margin-left: 10px;
    padding: 5px 16px;
}

#product_diagnosis_part_block {
    border-top: 1px solid #E7E1E1;
    border-bottom: 1px solid #E7E1E1;
    margin: 20px 0;
    padding-top: 20px;
}

.part_product_diagnosis {
    margin: 20px 0;
}

.part_product_diagnosis > p {
    margin-bottom: 15px;
}

.part_product_diagnosis .product_diagnosis {
    border: 1px solid #E7E1E1;
    height: 373px;
    padding: 0 9px;
    width: 211px;
}

.part_product_diagnosis .product_diagnosis img {
    border-bottom: 1px solid #DCD3D4;
    margin: 0 0 5px 5px;
}

.part_product_diagnosis .product_diagnosis a {
    margin: 20px 0 0 45px;
}

.part_product_diagnosis .product_diagnosis.not_last_product_diagnosis {
    border-right: none;
}

.category_product_diagnosis {
    margin-top: 14px;
    text-align: center;
    width: 92%;
}

#refine_diagnosis {
    border: 1px solid #E7E1E1;
    height: 373px;
    margin-top: 59px;
    width: 218px;
}

#refine_diagnosis div {
    text-align: center;
    top: 229px;
    padding: 0 37px;
    width: 64%;
}

#refine_diagnosis div p:first-child {
    margin-bottom: 23px;
}

div.diagnosis_question {
    margin-right: 40px;
    min-height: 200px;
}

div.diagnosis_error {
    margin-left: 229px;
}

/**
* @Julien Rousseau
* 27/06/2012
* Define the CSS of the edit address block
**/

#edit_address form input.mini_text {
    width: 79px;
}

#edit_address form input.medium_text2 {
    width: 104px;
}

#edit_address form input.medium_text {
    width: 280px;
}

#edit_address form input.large_text {
    width: 421px;
}

#edit_address form select {
    height: 25px;
}

#edit_address form .select_part {
    margin-left: 9px;
}

#edit_address form select.medium_select {
    width: 59px;
}

#edit_address form select.large_select {
    width: 109px;
}

#edit_address form select.elarge_select {
    width: 282px;
}

#user_default_address_billing_block {
    margin: 30px 0 47px;
}

#user_default_address_billing_block input[type="checkbox"] {
    margin: 5px 5px 0 0;
}

#personal_information_form .grey_arrow_left_button {
    margin-top: 15px;
}

/**
* @Moudondi Godfried
* 21/01/2013
* Define the CSS of the emails properties
**/

/* Override all value to fit 700px model */

/* header */
.wrap_emails #logo_account,
.wrap_emails header nav#menu_header,
.wrap.emails_block_page,
.wrap_emails footer #footer_infos,
.wrap_emails #content_footer {
    width: 700px;
}

.wrap.emails_block_page {
    margin-bottom: 12px;
}

.wrap_emails #logo_account h1 {
    float: none;
    margin: 24px auto;
    text-align: center;
    width: auto;
}

.wrap_emails #logo_account h1 > img {
    margin: 0 auto;
}

.wrap_emails header nav#menu_header ul {
    padding-left: 0;
}

.wrap_emails #header_page.header_page {
    margin-bottom: 37px;
}

.wrap_emails #menu_header > ul > li {
    background-position: 0 2px;
    letter-spacing: 0;
    padding-left: 11px;
    padding-right: 7px;
}

.wrap_emails #menu_header > ul > li > a {
    font-size: 10px;
}

.wrap_emails #menu_header > ul > li.menu_header_first,
.wrap_emails #menu_header > ul > li.menu_header_last {
    background-image: none;
}

.wrap_emails #menu_header .submenu {
    margin-top: 5px;
    *margin-top: 22px; /* Hack IE7 */
}

.wrap_emails .page_big_headline.emails_block_page {
    margin-top: 0;
}

/* content */

.wrap_emails .second_columns_cart_total {
    padding-right: 35px;
    width: auto;
}

.emails_block_page #cart .cart_total_block .cart_table {
    width: 345px;
}

.emails_block_page .cart_total_block .block_border_golden {
    margin: 15px 30px 0 0;
}

/* user account infos */

.emails_block_page .block_your_account {
    height: auto;
    min-height: 50px;
}

.emails_block_page .title_block_account {
    height: 23px;
}

.emails_block_page .block_your_account_content {
    margin-bottom: 24px;
    max-height: 103px;
    padding: 20px;
}

/* footer */

.wrap_emails footer {
    background-color: transparent;
    border: none;
    margin-top: 0;
}

.wrap_emails footer #footer_container {
    background-color: #F4F4F4;
    border-top: 1px solid #CCC;
    margin-top: 10px;
}

.wrap_emails footer #footer_infos,
.wrap_emails #content_footer {
    margin: 0 auto;
}

.wrap_emails #content_footer #reinsurance {
    border-bottom: 0;
    margin-bottom: 19px;
    padding-top: 19px;
}

.wrap_emails #reinsurance div.div_reinsurance {
    width: 138px;
}

.wrap_emails #reinsurance div.div_reinsurance > div {
    margin-bottom: 15px;
}

.wrap_emails #reinsurance div.div_reinsurance:hover {
    color: #4e4848;
}

/* Picto on footer */

.wrap_emails #reinsurance .div_reinsurance:hover .secure_payment_faded {
    background-position: -147px 0;
}

.wrap_emails #reinsurance .div_reinsurance:hover .delivery_2448_faded {
    background-position: -33px 0;
}

.wrap_emails #reinsurance .div_reinsurance:hover .satisfied_refunded_faded {
    background-position: -97px 0;
}

.wrap_emails #reinsurance .div_reinsurance:hover .customized_samples_faded {
    background-position: -66px 0;
}

.wrap_emails #reinsurance .div_reinsurance:hover .gift_box_faded {
    background-position: -124px 0;
}

/* specifics page title */
.page_big_headline.emails_block_page {
    margin: 33px 0;
}

.emails_client_account {
    margin-bottom: 39px;
}

.emails_block_page #cart .cart_table {
    margin-bottom: 0;
}

.emails_block_page #cart .cart_total_block .cart_table {
    margin-bottom: 12px;
}

.emails_block_page #cart .cart_table tr.cart_line.last_product_cart_line td {
    border-bottom: none;
}

.wrap_emails #customer_service {
    width: 229px;
}

.wrap_emails #need_help_with_order .title_need_help_with_order {
    margin: 0 auto;
    margin-bottom: 7px;
    max-width: 155px;
    padding-bottom: 5px;
    font-size: 11px;
}

.wrap_emails .wrap #networks_footer > p {
    margin: 7px 7px 0 0;
}

.wrap_emails .wrap #networks_footer > a {
    margin: 0 0 0 5px;
}

/* share wishlist  */

#cart.emails_share_products .cart_table .product_col_cart {
    /*width: 315px;*/
}

#cart.emails_share_products .cart_table .product_col_cart > div,
#checkout-step-review.emails_share_products .cart_table .product_col_cart > div {
    /*display: table;  Hack IE7 */
    width: 200px;
}

#cart.emails_share_products .cart_table .product_col_cart .product_image_table,
#checkout-step-review.emails_share_products .cart_table .product_col_cart .product_image_table {
    width: 115px;
}

#cart.emails_share_products .cart_table .product_col_cart > div > div,
#checkout-step-review.emails_share_products .cart_table .product_col_cart > div > div {
    /**display: table-cell; /* Hack IE7 */
    margin-bottom: 8px;
    /**vertical-align: middle; /* Hack IE7 */
}

#cart.emails_share_products .quantity_col_cart {
    width: 165px;
}

/* share products  */

#emails_product_detail_parts {
    padding-top: 40px;
}

#emails_product_detail {
    border: 1px solid #CCC;
    margin-bottom: 38px;
    margin-right: 19px;
    padding: 45px 25px;
}

#emails_product_detail_img {
    width: 350px;
}

#emails_product_detail_name {
    margin: 30px auto 0;
    width: 205px;
}

#emails_product_detail_descrp {
    padding: 75px 0 15px;
    width: 255px;
}

#emails_product_detail_link {
    margin: 49px 0 0;
}

/**
* @Julien Rousseau
* 23/05/2012
* Define the CSS of the ems block
**/

/* bloc with green border */
.bloc_1 {
    /*border: 1px solid #548e1e;*/
    width: 218px;
}

/* header with green background */
.header_bloc_1 {
    background: #548e1e;
    height: 25px;
    padding-top: 5px;
}

/* Image of the block 1 */
.bloc_1 img {
    margin: 5px 0 10px;
}

/* Content of the block 1 */
.contents_bloc_1 {
    min-height: 318px;
    padding: 0px 10px 0px;
}

/* Title in ems block */
.title_part_ems {
    padding: 15px 0 5px;
}

/* subpart in ems block */
.subpart_ems {
    padding-bottom: 10px;
}

/* ems block "you wish" */
.wish_ems_push {
    margin-bottom: 20px;
}

/* Header of wish EMS block */
.wish_ems_push_header {
    background-color: #F1F1F1;
    height: 25px;
    padding-top: 5px;
}

/* Item in the wish list */
.wish_ems_push ul {
    padding: 10px 10px 15px;
}

.block_ems_bg {
    background-color: #e9e9e9;
}

/* block ems */
.block_ems {
    padding: 5px;
    text-transform: none;
}

.block_ems .title_block {
    background: #FFF;
}

.block_ems.block_ems_bg .title_block {
    background-color: #e9e9e9;
}

/* title */
.block_ems .title_block {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    font-size: 12px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 9px;
    zoom: 1;
}

.block_ems.block_ems_big {
    padding: 0 10px 10px;
    *padding-top: 1px; /* hack IE7 */
}

.block_ems_content_title {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 15px 0 5px;
    color: #666;
}

.block_ems_content {
    border: 1px solid #bababa;
    padding: 6px;
}

.block_ems_content_centered {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.block_ems_content_centered .image,
.block_ems_content_centered img {
    text-align: center;
}

.block_ems_content_centered.block_ems_big_size img {
    width: 100%;
}

.block_ems_content_centered div > p {
    padding: 10px 10px 0;
}

.block_ems_content_centered div > p + a {
    padding-left: 10px;
}

.block_ems_content_centered p + p {
    margin-bottom: 5px;
    padding: 10px 10px 20px;
}

/* specific b & w small arrow */
.block_ems_content_centered a .black_small_arrow_right,
.block_ems_content_centered a .white_small_arrow_right {
    margin-left: 10px;
}

.block_ems a .black_small_arrow_right,
.block_ems_content_centered a .black_small_arrow_right {
    margin-left: 3px;
}

.block_ems_content_bg {
    background-color: #E9E9E9;
    padding: 5px;
}

.block_ems_border {
    border: 1px solid #A3A3A3;
    padding: 5px;
}

.bloc_video .block_ems_border {
    border: 1px solid #E3E3E3;
}

.block_ems_bg.bloc_video .block_ems_border {
    border: 1px solid #A3A3A3;
}

.bloc_video {
    width: 390px;
}

/* ems block for category page list */
.category_products_block .block_ems.block_ems_list {
    width: 215px;
}

.commercial_animation_submenu .block_ems img {
    max-width: 100%;
}

/**
* @Julien Rousseau
* 26/04/2012
* Define the forgotten password block
**/

#forgotten_password_block {
    padding: 0 15px;
    width: 413px;
}

#forgotten_password_block .title_popin {
    font-size: 16px;
    margin-bottom: 35px;
}

#forgotten_password_block form {
    margin: 15px 0;
    padding: 10px 0;
}

#forgotpassword_email_block {
    margin-right: 16px;
    width: 225px;
}

/* specific styling for button */
#forgotten_password_block .grey_arrow_left_button {
    height: 33px;
    margin-top: 15px;
    width: 172px;
}

/* Popin Forgotten password confirmation message */
#forgotten_password_block .pwd_confirm_message {
    margin: 0 0 35px;
    padding: 0 10px;
}

/*
#title_forgotten_password {
     margin-bottom: 32px;
}

#email_forgotten_password {
    width: 224px;
    height: 23px;
    padding: 1px 0 5px;
}

#send_forgotten_password,
#return_login_page {
    margin-left: 15px;
}
*/

.cms-no-route #logo {
    margin-left: 0px;
}

/* Account part in the header */
#logo_account #your_account_header {
    float: right;
    margin-top: 30px;
}

/* Account part and cart part in the header */
#your_account_header > div {
    float: left;
}

#your_account_header > div > p {
    *margin-left: 3px; /* Hack IE7 */
}

/* Account part in the header */
#your_account_header > div:first-child {
    text-align: right;
}

/* Links in the account hover */
#your_account_header > div ul {
    margin: 28px 0 0 43px;
    padding-bottom: 37px;
    text-align: left;
}

/* Link in the account hover */
#your_account_header > div ul li {
    background: url('./modules/header/img/arrow_link_account.png') no-repeat left center;

    font-size: 13px;
    line-height: 1.8em;
    padding-left: 8px;
}

#your_account_header > div ul li a {
    color: #B2A9A9;
}

#your_account_header > div ul li:first-child a {
    color: #827C7C;
}

/* Account link header */
#your_account_header #account_header_link, #your_account_header #cart_header {
    margin: 0;
    z-index: 1001;
}

/* Account hover part in the header */
#your_account_header #account_header_link > div, #your_account_header #cart_header > div {
    background: url('./modules/header/img/arrow_popin.png') no-repeat center 1px;
    display: none;
    padding-top: 8px;
    text-align: left;
    z-index: 2000;
}

#your_account_header #account_header_link > a, #your_account_header #cart_header > a {
    *position: relative;
    z-index: 1000;
}

#your_account_header #account_header_link > a:hover, #your_account_header #cart_header > a:hover {
    color: #837D7F;
}

#your_account_header #account_header_link > div {
    left: -106px;
    top: 12px;
}

#your_account_header #account_header_link.account_notlogged {
    margin-top: 7px;
}

#your_account_header #cart_header > div {
    background-position: 222px 1px;
    left: -178px;
    top: 12px;
}

#your_account_header #account_header_link > div > div,
#your_account_header #cart_header > div > div {
    background-color: #FFF;
    box-shadow: 6px 8px 10px #000;
    -moz-box-shadow: 6px 8px 10px #000;
    -webkit-box-shadow: 6px 8px 10px #000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=6);
    padding: 25px 14px 0;
    width: 279px;
    zoom: 1;
}

#your_account_header #cart_header > div > div + div {
    background-color: #F1F1F1;
    height: auto;
}

/* Small Cart */

#your_account_header .section_title h2,
#your_account_header .section_title h3,
#your_account_header .section_title h4 {
    font-size: 11px;
    text-transform: none;
    letter-spacing: none;
}

#your_account_header .section_title {
    margin: 0 0 5px;
}

#your_account_header #cart_header .section_title h2,
#your_account_header #cart_header .section_title h3,
#your_account_header #cart_header .section_title h4,
#your_account_header #account_header_link .section_title h3 {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    width: 194px;
    /* Hack IE7 */
    *display: inline;
    zoom: 1;
}

#your_account_header #account_header_link .section_title h3 {
    padding: 0 10px;
    width: auto;
}

#your_account_header .section_title hr {
    top: 9px;
    /* Hack IE7 */
    *top: 15px;
}

#your_account_header #cart_header .section_title hr {
    top: 20px;
}

#your_account_header #cart_header #small_cart_items {
    box-shadow: 0;
}

#your_account_header #cart_header .small_cart_totals {
    background-color: #f1f1f1;
}

/* Hover for show the account part */
#your_account_header #account_header_link:hover div, #your_account_header #cart_header:hover div {
    display: block;
}

/* Small cart title */
#your_account_header #cart_header .title_border {
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    width: 276px;
    white-space: normal;
}

/* Small cart title content */
#your_account_header #cart_header .title_border span {
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 0 0 0 7px;
    width: 170px;
    /* Hack IE7 */
    *display: inline;
    zoom: 1;
}

/* Small cart delete button */
.small_cart_delete_product {
    background: url('./modules/header/img/delete_cross_cart_popin.png') no-repeat;
    display: inline-block;
    height: 12px;
    width: 12px;
    /* Hack IE7 */
    *display: inline-block;
    zoom: 1;
    text-indent: -9999px;
}

#small_cart_title {
    *margin-bottom: 7px;
}

.small_cart_items {
    margin: 9px 0 0;
}

.small_cart_item:first-child {
    border-top: none;
}

.small_cart_item {
    border-top: 1px dotted #c7bfbf;
    padding: 8px 0;
}

.small_cart_item img {
    margin: 0 8px 0 0;
}

.small_cart_item > p {
    padding-top: 17px;
    width: 180px;
}

.small_cart_item > a {
    margin: 21px 0 0;
}

.small_cart_item .small_cart_item_price {
    margin: 0 0 9px;
}

.small_cart_totals table {
    width: 100%;
}

#your_account_header #cart_header .small_cart_totals {
    padding: 15px 14px;
    /* Hack IE7 */
    *position: relative;
    *top: -7px;
}

#cart_header .small_cart_totals table {
    border-bottom: 1px dotted #C7BFBF;
}

/* End of Small Cart */

/* Account link header When user is not connected */
#account_header_link_notconnected {
    top: 7px;
}

/* Cart part in the header */

.cart_header_picto {
    background: url('./modules/header/img/cart_logo.png') no-repeat center left;
    display: inline-block;
    height: 30px;
    width: 28px;
    *display: inline;
    zoom: 1;
}

#your_account_header .cart_header_picto {
    margin-left: 10px;
}

#your_account_header #cart_header {
    margin-left: 10px;
    margin-top: 7px;
}

#your_account_header > div ul li a:hover {
    color: #4E4848;
}

/* Menu in the header */
header nav#menu_header {
    margin: 35px auto 0;
    width: 100%;
}

/* List of the menu */
#menu_header > ul {
    display: table;
    margin: 0 auto;
    position: relative;
}

/* Item in the menu */
#menu_header > ul > li {
    background: url('./modules/header/img/separator_link_top_bar.jpg') no-repeat left 2px;
    height: 20px;
    letter-spacing: 0px;
    padding: 0 20px 0 20px;
}

/* First item of the menu */
#menu_header > ul > li:first-child,
#menu_header > ul > li.first-child {
    background: none;
    padding-left: 0;
}

/* Last item of the menu */
#menu_header > ul > li:last-child,
#menu_header > ul > li.last-child {
    padding-right: 0;
}

#menu_header > ul > li > a {
    color: #4E4848;
    font-size: 12px;
    padding-bottom: 6px;
    white-space: nowrap;
}

#menu_header ul > li:hover > .submenu {
    display: block;
}

#menu_header > ul > li:hover > a {
    border-bottom: 2px solid #4E4949;
}

#menu_header > ul > li > div.submenu {
    background-color: #FFF;
    border: 1px solid #C3C3C3;
    display: none;
    min-height: 307px;
    left: 0;
    letter-spacing: 0px;
    margin-top: 22px;
    padding: 30px 13px 25px 0;
    width: 925px;
    z-index: 1000;
}

#menu_header > ul > li > div.submenu > ul.level0 > li.level1.first {
    border: 0px;
}

#menu_header > ul > li > div.submenu > ul > li:not(.beauty-advice):not(.commercial-animation-submenu) {
    border-left: 1px solid #DBD4D4;
    min-height: 320px;
    padding: 0 15px;
    width: 142px;
    float: left;
}

#menu_header .submenu ul li:first-child {
    border: none;
}

#menu_header .submenu ul.your_concern {
    width: 214px;
}

#menu_header .submenu .commercial_animation_submenu {
    height: auto;
    padding: 5px 5px 8px;
    width: 201px;
}

#menu_header .submenu .commercial_animation_submenu .content_commercial_animation_submenu {
    /*min-height: 278px;*/
    padding: 5px;
}

#menu_header .submenu .content_commercial_animation_submenu .title_commercial_animation {
    color: #4E4848;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 17px;
    text-align: center;
    text-transform: uppercase;
}

.content_commercial_animation_submenu .description_commercial_animation_submenu {
    color: #999999;
    margin-top: 13px;
    text-transform: none;
}

.content_commercial_animation_submenu a {
    color: #4E4848;
    height: 5px;
    font-family: "Times New Roman", Times, Georgia, serif;
    text-transform: none;
}

.content_commercial_animation_submenu .block_ems_content_title,
.content_commercial_animation_submenu .image {
    text-align: center;
}

.content_commercial_animation_submenu p {
    text-transform: none;
}

#menu_header > ul.clearfix > li > .submenu > ul > li > a {
    padding-bottom: 11px;
}

#menu_header > ul.clearfix > li > .submenu > ul > li > div {
    margin-top: 10px;
}

#menu_header > ul.clearfix > li > .submenu > ul > li > a,
#menu_header > ul.clearfix > li > .submenu > ul > li {
    color: #4E4949;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    letter-spacing: 1px;
    /*     padding-bottom: 11px; */
    text-transform: uppercase;
}

/*:nth-child(n+2)*/
#menu_header .submenu ul li a {
    color: #A69C9C;
    font-size: 12px;
    text-transform: none;
}

.pp {
    background-color: #4E4848;
    color: white;
    padding: 2px 5px;
}

#menu_header > ul.clearfix > li > div.submenu > ul.level0 > li.level1 > div.position_2 > ul.level1 > li.level2 > a:hover {
    color: #4E4949;
}

#menu_header > ul > li.level-top > div > ul > li.level1 > div > ul.level1 > li.level2 {
    width: 142px;
    margin-bottom: 8px;
    line-height: 0.9em;
}

#menu_header .submenu ul li.see_all_range {
    margin-top: 23px;
}

#menu_header .submenu ul li.see_all_range a {
    color: #4E4949;
    font-size: 9px;
    text-transform: uppercase;
}

#menu_header li.last-child .submenu.strange_menu {
    left: auto;
    padding-bottom: 24px;
    right: 0;
    width: 270px;
}

#menu_header li:last-child .submenu.strange_menu {
    left: auto;
    padding-bottom: 24px;
    right: -11px;
    width: 270px;
}

#menu_header .submenu.strange_menu {
    min-height: auto;
    left: -63px;
    padding: 18px 0 35px;
    right: 0;
    width: 256px;
}

#menu_header .submenu.strange_menu ul {
    border: none;
    min-height: auto;
    padding: 0;
    width: auto;
}

#menu_header li .submenu.strange_menu ul {
    padding-left: 18px;
    text-align: left;
}

#menu_header .submenu.strange_menu ul li {
    line-height: 34px;
}

#menu_header .submenu.strange_menu ul li a {
    color: #4E4949;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 14px !important;
    text-transform: uppercase;
}

#menu_header > ul.clearfix > li > .submenu > ul > li > div {
    font-family: "arial";
    letter-spacing: 0;
}

/**
* @Julien Rousseau
* @20/12/2012
* Define the CSS of the homepage
**/

/* Four image homepage block */
#four_image_homepage {
    margin: 26px auto;
    width: 100%;
    height: 300px;
}

#four_image_homepage .container_four_image {
    float: left;
    width: 25%;
    *width: 24%; /* Hack IE7 */
}

/* Item image in four image homepage block */
#four_image_homepage .item_image_homepage {
    display: block;
    height: 315px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 220px;
}

/* Image in item of four image homepage block */
#four_image_homepage .item_image_homepage img {
    border: 1px solid #CECECE;
    max-height: 150px;
    min-width: 200px;
    min-height: 150px;
}

#four_image_homepage .item_image_homepage .link_item_slider_homepage {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    padding: 6px 13px;
    zoom: 1;
}

#four_image_homepage .item_image_homepage .white_arrow_left_button .black_small_arrow_right {
    margin: 0 0 0 11px;
}

#four_image_homepage .item_image_homepage span.position_2 {
    bottom: 10px;
    left: 0;
    right: 0;
}

#four_image_homepage .item_image_homepage_descrp {
    display: block;
    margin-top: 25px;
}

#four_image_homepage .item_image_homepage_name {
    display: block;
    height: 44px;
    overflow: hidden;
}

#four_image_homepage .item_desc_image_homepage {
    display: block;
    height: 30px;
    overflow: hidden;
}

/* Two blocks in page bottom */
#push_block_homepage .push_area_homepage_wrappper {
    height: 293px;
}

#push_block_homepage .push_area_homepage_wrappper:first-child {
    margin-right: 58px;
}

#push_block_homepage .push_area_homepage {
    height: 142px;
    padding-top: 151px;
}

/** particular case for small arrows **/
#push_block_homepage .push_area_homepage .black_small_arrow_right,
#push_block_homepage .push_area_homepage .white_small_arrow_right {
    margin-left: 5px;
}

/* Hover: change block title color */
#four_image_homepage .item_image_homepage_descrp:hover .item_image_homepage_name {
    color: #837d7f;
}

#homepage_favorite .section_title,
#homepage_novelty .section_title {
    margin: 62px 0 20px;
}

/* specific title size */
#homepage_favorite .section_title h3,
#homepage_novelty .section_title h3 {
    font-size: 14px;
}

#homepage_favorite .section_title hr,
#homepage_novelty .section_title hr {
    top: 8px;
    *top: 15px; /* Hack IE7 */
}

#homepage_favorite .similar_product,
#homepage_novelty .similar_product {
    min-height: 405px;
}

#homepage_favorite .similar_product img,
#homepage_novelty .similar_product img {
    height: 250px;
    width: 200px;
}

#homepage_favorite .similar_product .price_product_home,
#homepage_novelty .similar_product .price_product_home {
    bottom: 30px;
    left: 5%;
    position: absolute;
    right: 5%;
}

#homepage_favorite .fields_space,
#homepage_novelty .fields_space {
    margin-bottom: 10px;
}

#push_block_homepage {
    margin: 50px 0 50px;
}

#push_block_homepage .push_area_homepage {
    background: #EEF3ED;
    height: 142px;
    text-align: center;
    width: 450px;
    background: no-repeat scroll center top #EEF3ED;
}

#push_block_homepage .push_area_homepage.push_area_homepage_research_and_innovation {
    background-image: url("../images/homepage/push_area/Research-and-Innovation.jpg");
}

#push_block_homepage .push_area_homepage.push_area_homepage_phytocosmetology {
    background-image: url("../images/homepage/push_area/Phytocosmetology.jpg");
}

#push_block_homepage .push_area_homepage .title_push_area_homepage {
    border-bottom: 1px solid #669933;
    color: #333333;
    display: inline-block;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 22px;
    margin-bottom: 11px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

#push_block_homepage .push_area_homepage .white_arrow_left_button {
    display: inline-block;
    margin-top: 18px;
    padding: 5px 7px;
}

#push_block_homepage .push_area_homepage:first-child {
    margin-right: 58px;
}

/**
* Julien Rousseau
* 14/05/2012
* Define the CSS of the homepage slider
**/

/* homepage_slider */
#homepage_slider {
    height: 438px;
    max-width: 2500px;
    margin: 0 auto;
    min-width: 980px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

/* @todo les slides doivent être en pleine largeur, 100% de l'écran */
#homepage_slider.product_page_slider {
    height: 380px;
    padding-top: 13px;
}

/* @todo rendre la largeur dynamique, les puces doivent toujours être centrées quelque soit leur nombre */
/* @todo les puces doivent être blanches et noires et non grises, cf. maquette */
#homepage_slider.product_page_slider .controls {
    bottom: auto;
    height: 50px;
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
    right: auto;
    text-align: center;
    width: 190px;
    z-index: 9999;
}

#homepage_slider.product_page_slider .item_slider {
    height: 345px;
}

/* Item of the slider */
.item_slider {
    filter: inherit;
    height: 460px;
    opacity: inherit;
    overflow: hidden;
    width: 100%;

}

/* Navigation buttons */
.controls {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

/* item in the nav of the slider */
.button_position {
    background: url('./modules/homepage_slider/./img/item_nav.png');
    height: 12px;
    margin-left: 5px;
    width: 12px;
    background-position: 0 12px;
}

/* item active in the nav of the slider */
.active_position, .current {
    background-position: 0 0;
}

/* Button of item in the slider*/
.item_button_slider {
    font-size: 14px;
    position: relative;
}

/* nav of the slider  */
#homepage_slider .nav_slider {
    right: 23px;
    bottom: 19px;
}

/*Left and right arrow for slider */
#homepage_slider .left_arrow,
#homepage_slider .right_arrow {
    height: 50px;
    top: 194px;
    width: 50px;
}

/* Left arrow for slider */
#homepage_slider .left_arrow {
    background: url('./modules/homepage_slider/img/left_arrow.png') no-repeat center center;
    left: 23px;
}

/* Hover in left arrow */
#homepage_slider .left_arrow:hover {
    background: url('./modules/homepage_slider/img/left_arrow_hover.png') no-repeat center center;
    left: 23px;
}

/* right arrow for slider */
#homepage_slider .right_arrow {
    background: url('./modules/homepage_slider/img/right_arrow.png') no-repeat center center;
    right: 23px;
}

/* hover in right arrow */
#homepage_slider .right_arrow:hover {
    background: url('./modules/homepage_slider/img/right_arrow_hover.png') no-repeat center center;
    right: 23px;
}

#homepage_slider .description_item_slider {
    left: 50%;
    position: absolute;
    top: 185px;
    width: 464px;
}

#homepage_slider .description_item_slider.white, #homepage_slider .description_item_slider.slider-title-white-on-black {
    color: #FFF;
    /*text-shadow: 1px 1px 2px black, 0 0 1em whiteSmoke, 0 0 0.2em whiteSmoke;
    filter:
    progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=315,strength=3);*/
}

#homepage_slider .description_item_slider.black, #homepage_slider .description_item_slider.slider-title-black-on-white {
    color: #000;
    /*text-shadow: 1px 1px 2px white, 0 0 1em black, 0 0 0.2em black;
    filter:
    progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=135,strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=315,strength=3);*/
}

#homepage_slider .description_item_slider .title_item_slider {
    border-bottom: 1px solid #C2BEBB;
    font-size: 30px;
    margin-bottom: 19px;
    padding-bottom: 10px;
}

#homepage_slider .description_item_slider .button_item_slider {
    cursor: pointer;
    display: inline-block;
    *display: inline; /* Hack IE7 */
    margin-top: 28px;
    padding: 6px 13px;
    zoom: 1;
    text-shadow: none;
}

#homepage_slider .description_item_slider .button_item_slider .black_small_arrow_right,
#homepage_slider .description_item_slider .slider-button-white .small_arrow_right {
    margin: 0 0 0 11px;
    *margin-top: -10px; /* Hack IE7 */
}

/**
* @Julien Rousseau
* 04/02/2012
* Define the CSS of the Infinite scroll
**/

#infscr-loading {
    background: #FFF;
    bottom: 70px;
    border: 1px solid #4E4848;
    color: #4E4848;
    font-size: 13px;
    left: 45%;
    /*opacity: 0.8;*/
    /*padding: 20px 20px 41px;*/
    position: fixed;
    text-align: left;
    width: 240px;
    z-index: 100;
}

#content_infscr {
    border: 1px solid #CCC;
    height: 40px;
    margin: 7px;
    padding: 22px 11px 14px;
}

#infscr-loading img {
    height: 15px;
    left: 47%;
    margin: 6px 12px 0 0;
    position: absolute;
    top: 50px;
    width: 15px;

}

#infscr-loading div {
    text-align: center;
}

/**
* @Julien Rousseau
* 24/05/2012
* Define the CSS of the lightbox
**/

/* Make sure lightbox is always above all other z-index defined elements */

body #lightbox {
    z-index: 3003;
}

body #lightbox > div {
    *position: relative; /* Hack IE7 */
    z-index: 3010;
}

/* end of z-index fix */

/* Lightbox with grey transparent background */
#lightbox, #overflow, #achat-express, .popin {
    background: url('./modules/lightbox/img/background.png') repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/* right scrollbar in the lightbox */
#lightbox .right_scroll_lightbox {
    margin-bottom: 10px;
    max-height: 438px;
    overflow-y: auto;
}

#lightbox #open_popin_services-satisfied-or-refunded .right_scroll_lightbox {
    margin: 30px 15px;
}

#open_popin_services-satisfied-or-refunded .right_scroll_lightbox {
    max-height: 350px;
}

/* lightbox 1 */
.lightbox_1 {
    padding: 30px 22px 22px;
    width: 811px;
}

/* Lightbox 2 */
.lightbox_2 {
    padding: 30px 22px 22px;
    width: 464px;
}

/* Lightbox 3 */
.lightbox_3 {
    padding: 30px 22px 22px;
    width: 699px;
}

/* Lightbox 4 */
.lightbox_4 {
    padding: 26px;
    width: 697px;
}

/* Lightbox 5 */
.lightbox_5 {
    padding: 30px 22px 22px;
    width: 758px;
}

/* Large lightbox */
.lightbox_large {
    padding: 30px 22px 22px;
    width: 886px;
}

/* Common property of the lightbox */
.lightbox_1,
.lightbox_2,
.lightbox_3,
.lightbox_4,
.lightbox_5,
.lightbox_large {
    background: #FFFFFF;
    margin: 36px auto;
    z-index: 10005;
}

/* Image of the product in lightbox */
.lightbox_product_image {
    margin: 15px 50px 0 50px;
    width: 115px;
    height: 115px;
}

/* description part of the product in the lightbox */
#product_description_part_lightbox {
    margin: 29px 0 15px 15px;
    width: 460px;
}

/* title of the so colissimo popin*/
#choose_your_withdrawal_point_popin.lightbox_1 {
    margin: 36px auto 0;
}

#choose_your_withdrawal_point_popin.lightbox_1 .popin_border .title_popin {
    width: auto;
    white-space: nowrap;
}

/* tint chosing block in lightbox */
#product_description_part_lightbox .color_choice {
    margin: 7px 0 20px;
    width: 390px;
}

.lightbox_3 #product_description_part_lightbox {
    margin: 29px 0 15px 15px;
    width: 410px;
}

/* Description for sample popin */
.lightbox_3 #product_description_part_lightbox.sample_block {
    display: table-cell;
    height: 250px;
    margin: 15px 0 15px 15px;
    padding: 0;
    vertical-align: middle;
    width: 395px;
}

.lightbox_3 #product_description_part_lightbox.sample_block > div {
    margin: 0em auto;
}

/* Description of the product in the lightbox */
#product_description_lightbox {
    background: url('./modules/lightbox/img/sisley_plus.png') 0 2px no-repeat;
    margin-bottom: 17px;
    margin-top: 20px;
    min-height: 25px;
    padding-left: 45px;
}

#product_full_description_lightbox {
    margin-bottom: 29px;
}

.expandable {
    margin-bottom: 10px;
    margin-top: 20px;
}

/* Attribute alterable in the description in the lightbox */
.attribute_description_lightbox {
    margin: 10px 0 5px;
}

/* Validate button in the lightbox */
.validate_lightbox_button {
    margin: 15px 0 20px;
    width: 74px;
}

#your_product_add_cart {
    margin: 21px 0 30px;
}

#popin-cgv .lightbox_2 {
    height: 400px;
    width: 800px;
}

#popin-cgv-content {
    overflow: auto;
    height: 400px;
}

.popin_confirm_message {
    padding: 50px 20px;
}

.addtocart {
    width: 508px;
    margin-right: auto;
    margin-left: auto;
}

.addtocart #add_to_cart_button_part {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    margin-bottom: 17px;
    zoom: 1;
}

.addtocart #add_to_cart_button_part .continue_button {
    background: #FFF;
    margin-right: 10px;
    padding: 6px 26px;
    top: 0;
}

/* Hover in the white button */
.addtocart #add_to_cart_button_part .continue_button:hover {
    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
}

#addtocart #add_to_cart_button_part .continue_button:hover {
    background-color: #E9E9E9
}

/* attribute : Color & color name */
.addtocart .addtocart_product_attribute {
    margin-left: 7px;
}

/* attribute : Color & color name */
.addtocart .addtocart_product_attribute .color_sample {
    height: 15px;
    width: 15px;
}

/* attribute : color name */
.addtocart .addtocart_product_attribute .main_color_label {
    margin-left: 7px;
}

.addtocart #add_cart_success_row_info {
    margin: 11px 0 26px;
}

.addtocart #add_cart_success_row_info > div {
    display: inline-block;
    *display: inline; /* Hack IE7*/
    zoom: 1;
}

.addtocart #add_cart_success_row_info .product_sisley_points {
    margin-right: 10px;
}

.addtocart #free_shipping {
    margin-bottom: 15px;
    font-size: 11px;
}

#addtocart_product_err {
    margin-top: 15px;
}

.addtocart_popin_error .popin_border {
    padding-bottom: 25px;
}

.addtocart_popin_error #continue_purchase {
    background: none;
    display: inline-block;
    *display: inline; /* Hack IE7 */
    padding: 6px 26px;
    top: 0;
    zoom: 1;
}

/* Wishlist lightox */
#wishlist_popin .price {
    margin-right: 9px;
}

/* Points error pop-in */
#error_points .error_points_content {
    margin: 53px 0 22px;
}

#error_points .white_arrow_left_button {
    margin-bottom: 50px;
}

/* Status error pop-in */
#error_status .error_status_content {
    padding: 60px 0 63px;
}

.small_left_arrow {
    background: url('./modules/lightbox/img/arrow_nav.png') no-repeat left center;
    padding-left: 8px;
}

/**
* Define the bundle Lightbox
**/

body #lightbox_bundle {
    *position: relative;
    z-index: 3000;
}

body #lightbox_bundle > div {
    *position: relative;
    z-index: 3000;
}

/* end of z-index fix */

/* lightbox_bundle with grey transparent background */
#lightbox_bundle, #overflow, #achat-express, .popin {
    background: url('/skin/frontend/sisley/default/css/modules/lightbox/img/background.png') repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#what_is_verification_code_popin .title_popin {
    margin-bottom: 20px;
}

/**
* @Julien Rousseau
* 25/05/2012
* Defines the list block property
**/

/* page list block */
#page_list_block {
    margin-top: 0;
}

#page_list_block .stickers_2 {
    color: #4e4848;
}

/* header of the list block */
#header_list_block {
    margin: 15px 0 5px;
}

.similar_product_descrp .special-price {
    font-size: 13px;
}

/* Tab part in the list block */
#list_block #tab_block {
    margin-bottom: 30px;
}

/* Experts recommandation block in list block */
#experts_recommendation {
    width: 413px;
    padding: 15px;
    min-height: 320px;
}

/* specific button for the experts_recommendation block */
#experts_recommendation .white_arrow_left_button,
#experts_recommendation .grey_arrow_left_button {
    padding: 5px 7px;
}

#experts_recommendation .white_arrow_left_button {
    /* Hack IE7 */
    *margin-right: 5px;
}

#experts_recommendation .black_small_arrow_right,
#experts_recommendation .white_small_arrow_right {
    margin-left: 5px;
}

/* stickers 1 in experts recommandation */
#experts_recommendation .stickers_1 {
    /* Hack IE7 */
    *margin-right: 3px;
}

/* Description of the experts recommandation part */
#description_experts_recommandation {
    background: url('./modules/list_block/img/sisley_plus.jpg') 0 2px no-repeat;
    min-height: 23px;
    margin: 15px 0 17px 0;
    padding-left: 50px;
}

/* expert recommendation infos */
.experts_recomm_product_name,
.experts_recomm_product_price,
.experts_recomm_product_descrp {
    margin-bottom: 7px;
}

.experts_recomm_product_name a:hover {
    color: #837D7F;
}

/* Price of the experts recommandation */
#price_experts_recommandation {
    margin: 5px 0 10px;
}

/* List of products in list block */
#products_list_part {
    margin-top: 20px;
    *margin-bottom: 20px; /*Hack IE7 */
    width: 700px;
}

/**
* @Julien Rousseau
* 04/02/2013
* Define the loader style
**/

.ajax-spinner-img {
    margin-top: 250px;
    z-index: 4000;
}

/**
* @Mouodni Godfried
* 17/12/2012
* Defines loyalty program block property
**/

#loyalty_program {

}

/* picto */
.present_program_picto_faded,
.offer_product_picto,
.sponsor_people_picto_faded {
    background: url('./modules/loyalty_program/img/loyalty_program_sprite.png') no-repeat;
    display: inline-block;
    height: 25px;
    width: 36px;
    /* Hack IE7 */
    *display: inline;
    zoom: 1;
}

.present_program_picto_faded {
    background-position: 0 0;
}

.offer_product_picto {
    background-position: 0 -25px;
}

.sponsor_people_picto_faded {
    background-position: 0 -50px;
}

/* loyalty features */

.loyalty_features {
    padding: 45px 0;
}

.loyalty_feature {
    margin: 0 59px 0 0;
    min-height: 38px;
    min-width: 160px;
}

.loyalty_feature > p {
    margin-top: 10px;
}

/* Sticky part of loyalty program  block */

#my_sisley_loyalty {
    height: 101px;
    position: fixed;
    right: -351px;
    top: 230px;
    z-index: 500;
}

#my_sisley_button {
    width: 84px;
}

#my_sisley_loyalty #my_sisley_button,
#my_sisley_loyalty #my_sisley_button > div {
    padding: 6px;
}

#my_sisley_button,
#my_sisley_loyalty_content {
    background: #fff;
}

#my_sisley_loyalty_content {
    padding: 20px;
    width: 308px;
}

#my_sisley_loyalty_content .popin_border {
    padding: 25px 36px 10px;
}

#my_sisley_loyalty_content .popin_border > p {
    border-bottom: 1px solid #999;
    margin-bottom: 29px;
    padding-bottom: 5px;
}

#my_sisley_loyalty_content .popin_border > div {
    margin-bottom: 45px;
}

#my_sisley_loyalty_content .popin_border ul {
    list-style-type: disc;
    margin: 25px 0;
}

#my_sisley_loyalty_content .popin_border ul li {
    margin: 0 0 10px;
}

/* specific case pour buttons */
#my_sisley_loyalty .grey_arrow_left_button,
#my_sisley_loyalty .white_arrow_left_button {
    padding: 5px 7px;
}

#loyalty_program .section_title + p {
    margin-bottom: 13px;
}

#loyalty_program #header_list_block {
    margin-top: 30px;
}

#loyalty_program #tab_block {
    margin-bottom: 75px;
}

/* products specific display */
#loyalty_program .similar_product {
    margin: 0 12px 50px 0;
    min-height: 390px;
}

#loyalty_program .similar_product > p {
    margin: 0 0 15px;
}

/**
* @Julien Rousseau
* 28/05/2012
* Define the CSS of the mini product detail
**/

/* If the product is not the last of the line */
.not_last_product {
    margin-right: 20px;
}

/* Product item */
.min_product_detail {
    border: 1px solid #DCD3D4;
    height: 353px;
    margin-bottom: 20px;
    padding: 0 9px;
    position: relative;
    width: 200px;
}

/* Min product detail in list block */
#product_selection_slider .min_product_detail,
#list_block .min_product_detail {
    min-height: 359px;
    padding-bottom: 23px;
    padding-right: 8px;
}

/* Min product detail in search block */
#search_block .min_product_detail {
    *z-index: -15; /* Hack IE7 */
}

/* Image in the product item */
.min_product_detail img {
    border-bottom: 1px solid #DCD3D4;
    margin-bottom: 5px;
    max-width: 200px;
}

/* Express purchase and see product in list page */
.min_product_detail .see_product_button,
.min_product_detail .express_purchase_button,
#experts_recommendation .see_product_button {
    cursor: pointer;
    font-size: 12px;
    height: 17px;
}

.min_product_detail .see_product_button,
.min_product_detail .express_purchase_button {
    padding: 1px 8px 0;
}

#experts_recommendation .see_product_button {
    padding: 1px 8px;
    margin: 0 6px;
}

.experts_recommendation_btn {
    margin-top: 25px;
}

/* the two buttons in experts recommandation */
#experts_recommendation .see_product_button {
    margin-top: 6px;
}

/* See product button in mini product detail */
.min_product_detail .see_product_button {
    left: 8px;
}

/* Express purchase button in min product detail */
.min_product_detail .express_purchase_button {
    right: 8px;
}

/* the two buttons in min product detail */
.min_product_detail .see_product_button,
.min_product_detail .express_purchase_button {
    bottom: 5px;
    position: absolute;
}

/**
* @Julien Rousseau
* 25/05/2012
* Defines the monitoring return property
**/

#monitoring_return_list #title_block_monitoring,
#create_product_return #title_block_monitoring,
#detail_product_return #title_block_monitoring {
    background: url('./modules/monitoring_return/img/monitoring.png') no-repeat 0 0;
    border-bottom: 1px solid #C7BFBF;
    padding: 10px 0 6px 49px;
}

#create_product_return #title_block_monitoring {
    margin-bottom: 12px;
}

#detail_product_return #title_block_monitoring {
    margin-bottom: 25px;
}

#monitoring_return_list table {
    margin: 25px 0 35px;
    width: 698px;
}

#monitoring_return_list td,
#monitoring_return_list th {
    height: 36px;
    text-align: center;
}

#detail_product_return tbody,
#monitoring_return_list tbody,
#create_product_return tbody {
    border: 1px solid #E7E1E1;
}

#monitoring_return_list td.reference_monitoring {
    width: 140px;
}

#monitoring_return_list td.date_monitoring {
    width: 101px;
}

#monitoring_return_list td.order_monitoring {
    width: 146px;
}

#monitoring_return_list td.status_monitoring {
    width: 178px;
}

#monitoring_return_list td a {
    background: url(".//modules/monitoring_return/img/arrow_monitoring.png") no-repeat 0px 5px;
    padding-left: 8px;
}

.monitoring_even_line {
    background-color: #F1F1F1;
}

#detail_product_return .title_part_create_monitoring,
#create_product_return .title_part_create_monitoring {
    border-bottom: 1px solid #C7BFBF;
    margin-top: 36px;
    padding-bottom: 10px;
}

#create_product_return form {
    margin-bottom: 50px;
}

#create_product_return textarea {
    height: 36px;
    overflow: hidden;
    width: 172px;
}

#detail_product_return table,
#create_product_return table {
    margin-bottom: 35px;
    table-layout: fixed;
    width: 698px;
}

#create_product_return .large_input_email {
    width: 256px;
}

#create_product_return .elarge_select {
    width: 411px;
}

#create_product_return .large_select {
    width: 160px;
}

#create_product_return .small_select {
    width: 47px;
}

#detail_product_return .article_create_monitoring,
#create_product_return .article_create_monitoring {
    line-height: 21px;
    padding-left: 12px;
    width: 137px;
}

#detail_product_return .article_create_monitoring .cart_product_color,
#create_product_return .article_create_monitoring .cart_product_color {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    /*float: none;*/
    zoom: 1;
}

#detail_product_return .quantity_create_monitoring,
#create_product_return .quantity_create_monitoring {
    width: 88px;
}

#detail_product_return .pattern_columns_create_monitoring,
#create_product_return .pattern_columns_create_monitoring {
    width: 185px;
}

#detail_product_return .more_information_monitoring {
    *width: 275px; /* Hack IE7 */
    max-width: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#detail_product_return th,
#detail_product_return td,
#create_product_return th,
#create_product_return td {
    text-align: center;
}

#detail_product_return th,
#create_product_return th {
    height: 40px;
}

#detail_product_return td,
#create_product_return td {
    height: 70px;
}

#informations_detail_monitoring_block {
    border: 1px solid #5C185E;
    width: 438px;
}

#informations_detail_monitoring_block #title_informations_detail_monitoring {
    border-bottom: 1px solid #5C185E;
    height: 23px;
    padding: 5px 0 0 20px;
}

#informations_detail_monitoring_block #content_information_detail_monitoring {
    padding: 20px;
}

#informations_detail_monitoring_block #address_information_detail_monitoring {
    margin-top: 15px;
}

#comment_monitoring_detail {
    margin-left: 35px;
}

/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;

    /***(>'-')> Control Panel Font size here <('-'<)***/
    font-size: 18px;
}

/* active slider border highlight */
.mb-active-slider {
    border-color: #333;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
    margin: 0;
    padding: 20px 15px 0;
    display: block;
    cursor: pointer;
    float: left;
    list-style: none;
}

/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
    cursor: auto;
}

.mb-inside * {
    max-width: 100%;
}

/*** Left & Right Navigation Arrows ***/
.mb-scrollButtons {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20%;
    margin-top: -7px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image)  */
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: 0;
    z-index: 200;
}

.mb-scrollButtons.mb-left {
    background: url('./modules/movingboxes/img/perfume_home_arrow_left.png') transparent no-repeat center center;
    left: 10px;
}

.mb-scrollButtons.mb-right {
    background: url('./modules/movingboxes/img/perfume_home_arrow_right.png') transparent no-repeat center center;
    right: 15px;
}

a.mb-scrollButtons.disabled {
    display: none;
}

/* Added style */

/* Panel images */
.mb-inside img {
    width: 100%;
}

/* Panel links */
.mb-inside a {
    color: #333;
    text-decoration: none;
}

#slider-one .mb-panel.current {
    /*margin-top: 0px;*/
}

#slider-one .text_product,
#slider-one .image_product_color,
#slider-one .bg_product {
    display: none;
}

#bg_element {
    height: 340px;
    margin: 0 auto 20px;
    position: absolute;
    width: 980px;
}

#MovingBoxes {
    height: 700px;
    width: 980px;
}

#slider-one {
    height: auto;
    width: 980px;
}

#slider-one > li {
    height: 300px;
    margin-top: 100px;
    width: 300px;
}

#slider-one .current .text_product {
    display: block;
}

#slider-one > li .text_product {
    text-align: center;
}

/**
* @Julien Rousseau
* 23/01/2013
* Define the css of the need help page
**/

/**
* Common properties of the need help page
**/

#need_help {
    margin-top: 10px;
    width: 943px;
}

body.sisley-br-pt #need_help {
    margin-top: 35px;
}

/* title header of the need help page */
#need_help .page_big_headline {
    letter-spacing: 6px;
    margin-top: 30px;
    padding-bottom: 35px;
}

/* Telephone number of the customer service in the primary title of the need help page */
.customer_service_telephone_number {
    letter-spacing: 0;
}

/* Little title below the primary title of the need help page */
.primary_subtitle {
    letter-spacing: 0;
    text-transform: none;
}

/**
* Different aid part in the top of the page
**/

#different_aid_part {
    margin: 22px 0 18px 220px;
    width: 943px;
}

#need_help #different_aid_part {
    width: auto;
}

#different_aid_part li {
    margin-left: 60px;
    width: 141px;
}

#different_aid_part li:first-child {
    margin-left: 0px;
}

#different_aid_part span {
    margin: 0 auto 7px;
}

#different_aid_part li.active_service a,
#different_aid_part li a:hover {
    color: #4E4848;
}

/**
* Sitemap part
**/

#sitemap_part .part_sitemap {
    border-bottom: 1px dotted #C7BFBF;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#sitemap_part .part_sitemap:last-child {
    border-bottom: none;
}

#sitemap_part .part_sitemap .level3{
    margin-left: 15px;
}

/* list in sitemap part */
.part_sitemap ul {
    line-height: 17px;
    width: 235px;
}

/* Hover in the link of sitemap part */
.part_sitemap ul a:hover {
    color: #4E4949;
}

/* title of column in the sitemap part */
.title_columns_sitemap {
    color: #4E4848;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 16px;
    margin-bottom: 26px;
    text-transform: uppercase;
}

/* Link in the title columns of the sitemap part */
.title_columns_sitemap a {
    color: #4E4848;
}

/* Hove in the title links of columns in the sitemap part */
.part_sitemap ul .title_columns_sitemap:hover a {
    color: #827C7C;
}

/**
* Contact part
**/

/* Link in the contact form */
#contact_part a {
    color: #4E4848;
    text-decoration: underline;
}

/* Grey div in the contact form */
#contact_part form > div:first-child {
    margin: 15px 0;
    padding: 21px 21px 15px 20px;
}

/* Input text in the contact page */
#contact_part input[type="text"],
#contact_part input[type="email"] {
    height: 19px;
    line-height: 19px;
    width: 219px;
}

/* Select in contact page */
#contact_part select {
    margin-top: 4px;
}

/*  object part in the contact form */
#contact_part .object_field {
    width: 300px;
}

/* Select field for object of the contact form */
#contact_part .select_object {
    height: 21px;
    width: 300px;
}

/* Textarea for message in the contact form */
#contact_part textarea {
    height: 101px;
    margin-top: 4px;
    padding: 10px 0 0 9px;
    width: 100%;
}

/* Button of the contact form */
#contact_part button {
    border: none;
    padding: 6px 17px;
    *padding: 4px 17px 3px; /* Hack IE7 */
}

/* Arrow in the button of the contact form */
#contact_part button .white_small_arrow_right {
    margin-left: 10px;
    *margin-top: -12px; /* hack IE7 */
}

/* text back home on the contact form */
#back_home_contact {
    margin-bottom: 40px;
}

/* Link back home on the contact form */
#back_home_contact + a {
    text-decoration: none;
}

html[lang=de] #contactForm .fields_aligned {
    margin-right: 13px;
}

/**
* FAQ
**/

/* Major parts of the faq and other page with drop down */
.drop_down_portion > ul > li {
    cursor: pointer;
    color: #4E4949;
    font-size: 12px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

/* Number of the major parts of the faq and other page with drop down */
.drop_down_portion > ul > li > p > span {
    background: url('./modules/need_help/img/number_faq.png') no-repeat center center;
    color: #FFF;
    display: inline-block;
    *display: inline; /* Hack IE7 */
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    margin-right: 10px;
    padding-top: 1px;
    text-align: center;
    width: 16px;
    zoom: 1;
}

/* major parts submenu of the faq and other page with drop down */
.drop_down_portion > ul > li > ul {
    display: none;
    margin: 7px 0 0 29px;
    text-transform: none;
}

/* text of the major parts submenu of the faq and other page with drop down */
.drop_down_portion > ul > li > ul > li > span {
    text-decoration: underline;
}

/* Text of the major parts submenu active of the faq and other page with drop down*/
.drop_down_portion > ul > li > ul > li.active_drop_down_part > span {
    text-decoration: none
}

.drop_down_portion > ul > li > ul > li > div {
    background-color: #F1F1F1;
    display: none;
    margin: 10px 0 21px 3px;
    padding: 20px;
}

/* Contact form US */

#contactForm.US .input_container {
    margin-left: 0px;
    margin-bottom: 25px;
    width: 400px;
    float: none;
}

#contactForm.US .input_field {
    display: block;
    width: 100%;
    padding-left: 4px;
    height: 23px;
    margin-top: 4px;
}

#contactForm.US select.input_field {
    height: 25px;
    background-color: #FFFFFF;
    padding-left: 0px;
}

#contactForm.US .civility_container {
    width: 150px
}

#contactForm.US .street_line_input {
    margin-top: 44px
}

#contactForm.US .additionnal_address_container p .street_line_input:nth-of-type(1) {
    margin-top: 4px
}

#contactForm.US .civility_input {
    display: inline;
    margin-left: 20px;
    width: 60px
}

#contactForm.US .first_name_container,
#contactForm.US .last_name_container,
#contactForm.US .email_container,
#contactForm.US .email_confirmation_container,
#contactForm.US .additionnal_address_container,
#contactForm.US .zip_to_country_container {
    float: left;
    width: 400px;
}

#contactForm.US .last_name_container,
#contactForm.US .email_confirmation_container {
    margin-left: 40px;
}

#contactForm.US .zip_to_country_container {
    border-left: 1px solid #dddddd;
    margin-left: 20px;
    padding-left: 20px;
}

#contactForm.US .zip_to_country_container .input_container {
    margin-left: 0px;
}

#contactForm.US .phone_container {
    clear: both;
}

#contactForm.US label[for=prefix] {
    display: inline;
}

/* Newsletter in the top and bottom of the page */
#bottom_submit_newsletter_form .field_error,
#newsletter_popin_part .field_error {
    background: none;
}

#bottom_submit_newsletter_form .field_error input,
#newsletter_popin_part .field_error input,
#newsletter_popin_part .field_error label {
    color: #958D8D;
}

#newsletter_popin_part #advice-validate-email-newsletter_hover_item {
    margin: 6px auto 0;
    width: 291px;
}

#search_bar_link #newsletter_popin_part .field_error input[type="text"]#newsletter_hover_item {
    margin-top: 5px;
}

#newsletter_subscription_block {
    background: #F1F1F1 url('./modules/newsletter/img/sisley_logo.png') no-repeat 0 13px;
    border: 1px solid #E7E1E1;
    padding: 46px 36px 18px 18px;
}

#left_col_newsletter_subscription {
    margin-right: 34px;
    width: 188px;
}

#right_col_newsletter_subscription {
    width: 662px;
}

#left_col_newsletter_subscription a {
    background: url('./modules/newsletter/img/left_arrow.png') no-repeat left center;
    padding-left: 13px;
}

.part_form_newsletter {

}

.title_part_form_newsletter {
    font-weight: bold;
    padding: 0 0 15px;
}

.part_form_newsletter .customer-dob {
    width: 280px;
    float: left;
}

.part_form_newsletter .account-newsletter-part .label {
    width: 80px;
}

#right_col_account .part_form_newsletter .account-newsletter-part label {
    width: 40px;
}

.part_form_newsletter .error-msg {
    padding-bottom: 15px;
}

#newsletter_subscription_block form input[type="radio"] {
    margin-bottom: 8px;
}

#newsletter_subscription_block form #phone_newsletter_block {
    margin-bottom: 9px;
}

#newsletter_subscription_block form #phone_newsletter_block input[type="text"] {
    margin: 5px 21px 0 0;
    width: 199px;
}

#newsletter_subscription_block input[type="submit"] {
    margin-top: 17px;
}

#newsletter_subscription_block form input.medium_text {
    width: 198px;
}

#newsletter_subscription_block select.small_select {
    width: 59px;
}

#newsletter_subscription_block .select_space_newsletter {
    margin-right: 9px;
}

#newsletter_subscription_block label.space_label {
    display: block;
    margin-bottom: 3px;
}

#newsletter_subscription_part {
    padding-bottom: 30px;
}

#newsletter_subscription_part > p + p {
    margin: 0 0 10px;
}

.part_form_newsletter p + p span.label, .part_form_newsletter p + p label {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    zoom: 1;
}

#right_col_account .part_form_newsletter label {
    width: 250px;
}

#newsletter_subscription_part + p > span {
    margin: 16px 0 0;
}

#edit_address .phone_newsletter_block_info,
#phone_newsletter_block > .phone_newsletter_block_info {
    width: 201px;
}

#phone_newsletter_block > .phone_newsletter_block_info + p {
    width: 400px;
}

/* stall newsletter input to right for your account page */
#newsletter_subscription_part .stall_newsletter_input {
    margin-left: 23px;
}

/**
* @Julien Rousseau
* 01/02/2013
* Define the success style
**/

#success .page-title h1 {
    border-bottom: 1px solid #C7BFBF;
    margin-bottom: 20px;
}

#success .confirmation {
    margin-bottom: 25px;
}

#success .left {
    float: left;
    width: 675px
}

#success .right {
    float: right;
}

#success .right img, .center-img {
    display: block;
    margin: 0 auto;
}

/**
* @Moudondi Godfried
* 23/01/2013
* Define the CSS of useful informations block
**/

/* Title of the useful informations page */
#useful_infos .page_big_headline {
    letter-spacing: 6px;
}

/**
* Header of the useful informations pages
**/

#useful_infos_part {
    margin: 22px 0 18px;
    text-align: center;
    width: 100%;
}

#useful_infos_part li {
    display: inline-block;
    margin-left: 27px;
    vertical-align: top;
    width: 141px;
}

#useful_infos_part li:first-child {
    margin-left: 0px;
}

#useful_infos_part span {
    margin: 0 auto 7px;
}

#useful_infos_part li.active_service a,
#useful_infos_part li a:hover {
    color: #4E4848;
}

/**
* Popin cgv
**/

#open_popin_informations-cgv.lightbox_2,
#open_popin_commercial-terms.lightbox_2,
#open_popin_privacy-policy.lightbox_2,
#open_popin_cookies-policy.lightbox_2 {
    width: 800px;
}

#open_popin_informations-cgv .title_popin,
#open_popin_commercial-terms .title_popin,
#open_popin_privacy-policy .title_popin,
#open_popin_cookies-policy .title_popin {
    margin: 0 185px 30px 185px;
    width: 400px;
}

#open_popin_informations-cgv .float_2,
#open_popin_commercial-terms .float_2,
#open_popin_privacy-policy .float_2,
#open_popin_cookies-policy .float_2 {
    padding-right: 15px;
}

#open_popin_informations-cgv .drop_down_portion,
#open_popin_commercial-terms .drop_down_portion,
#open_popin_privacy-policy .drop_down_portion,
#open_popin_cookies-policy .drop_down_portion {
    padding-left: 15px;
    text-align: left;
    width: 770px;
}

/**
* Legal conditions block
**/

.legal_conditions {
    padding: 0 17px;
}

.useful_infos .available_option {
    width: 145px;
}

.useful_infos .legal_conditions,
.useful_infos #cgv_list_blocks {
    padding-top: 55px;
}

#cgv_list_blocks li {
    list-style-type: none;
    margin-bottom: 20px;
}

/* hidden sub-part level 1 - part title */
#cgv_list_blocks li ul {
    padding: 10px 0 10px 28px;
}

#cgv_list_blocks li ul li > div {
    margin-top: 8px;
}

#cgv_list_blocks > li > div > ul,
.answer_content {
    display: none;
}

.answer_content {
    padding: 19px 20px;
}

.cgv_rounded_button {
    background: url('./modules/page_useful_infos/img/cgv_rounded_button.png') no-repeat;
    display: inline-block;
    *display: inline; /* Hack IE7 */
    height: 16px;
    line-height: 17px;
    text-align: center;
    width: 16px;
    zoom: 1;
}

#cgv_list_blocks .cgv_rounded_button {
    margin-right: 10px;
}

/**
* @Julien Rousseau
* 25/05/2012
* Defines the pagination property
**/

/* pagination container */
.pagination {
    margin-top: 6px;
}

/* pagination element */
.pagination li {
    float: left;
    padding-left: 5px;
    text-align: center;
}

/* Pagination Item */
.pagination ul li a {
    color: #252323;
    display: block;
    height: 14px;
    width: 14px;
}

.pagination .see_all_product a {
    color: #827C7C;
    display: inline;
    margin-right: 10px;
}

/* pagination active page */
.pagination ul li.active_page {
    color: #FFFFFF;
    background: url('./modules/pagination/img/active_page.png') no-repeat 5px 0;
    height: 14px;
    width: 14px;
}

.pagination .previous_page a,
.pagination .next_page a {
    height: 10px;
    margin-left: 10px;
    margin-top: 3px;
    width: 6px;
}

/* Next page item */
.pagination .previous_page {
    background: url('./modules/pagination/img/previous_page.png') no-repeat right top;
    height: 10px;
}

/* Next page item */
.pagination .next_page {
    background: url('./modules/pagination/img/next_page.png') no-repeat right top;
    height: 10px;
}

.pagination .next_page.last_page,
.pagination .previous_page.last_page {
    background-position: right bottom;
}

/* Separator of the pagination */
.separator_pagination {
    margin-right: 10px;
}

/* Pagination in category page */
.pagination_category {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    *margin-top: 20px; /* Hack IE7 */
    *zoom: 1; /* Hack IE7 */
}

/* Previous page in pagination in category page */
.pagination_category .previous_page {
    margin-right: 15px;
}

/* CSS file by Julien Rousseau 25/06/2012 */
/* Define the CSS of the see also block */

/* Payment and delivery block */
#payment_cart_block,
#delivery_cart_block {
    background: url('./modules/payment_delivery/img/bg_block.png') repeat-x left center;
    height: 71px;
    padding: 7px 11px 0 0;
    width: 447px;
}

/* Image in payment block */
#payment_cart_block img {
    margin-right: 12px;
}

/* Image in delivery block */
#delivery_cart_block img {
    margin-right: 25px;
}

/* Text in the payment and delivery block */
#delivery_mode,
#secure_payment {
    height: 54px;
    margin: 9px 30px 0 15px;
    padding: 8px 0 0 64px;
}

/* Secure payment text */
#secure_payment {
    background: url('./modules/payment_delivery/img/payment.png') no-repeat;
}

/* Delivery mode text */
#delivery_mode {
    background: url('./modules/payment_delivery/img/delivery.png') no-repeat;
}

/**
* @Julien Rousseau
* 31/05/2012
* Defines the property of perfume page
**/

/* Description of the perfume page */
#description_perfume {
    padding: 34px 0px 0 19px;
    width: 503px;
}

/* title of the description of the perfume page */
#title_description_perfume {
    border-bottom: 1px solid #c7bfbf;
    margin: 19px 0 0;
    padding-bottom: 10px;
}

/* Description text of the perfume page */
#description_text_perfume p {
    margin-top: 19px;
}

.perfume #description_product #quantity {
    margin-bottom: 17px;
    margin-right: 0;
}

#description_product #quantity label,
#description_product #capatity label {
    margin-right: 7px;
}

.perfume .add_bundle {
    margin-left: 20px;
}

/**
* @Julien Rousseau
* 25/06/2012
* Defines the different personal information block property
**/

#personal_information h3 {
    background: url('./modules/personal_information/img/personal_information.png') no-repeat 0 4px;
    border-bottom: 1px solid #C7BFBF;
    margin: 21px 0 18px;
    padding: 10px 0 6px 49px;
}

#personal_information form input[type="text"],
#personal_information form input[type="password"] {
    width: 280px;
}

#change_pwd_personal_information {
    border-bottom: 1px solid #C7BFBF;
    border-top: 1px dotted #C7BFBF;
    padding-top: 17px;
}

#personal_information form select.small_select {
    width: 59px;
}

/**
* @Julien rousseau
* 01/02/2013
* Define the share popin style
**/

.grey_block_popin {
    background-color: #F1F1F1;
    margin: 11px auto 0;
    padding: 20px 22px 12px;
    width: 547px;
}

.grey_block_popin .title_block_grey_popin {
    border-bottom: 1px solid #C7BFBD;
    color: #4E4848;
    font-size: 14px;
    margin-bottom: 22px;
    padding-bottom: 13px;
    text-transform: uppercase;
}

.form_popin_share_invite {
    border-bottom: 1px dotted #C1C1C1;
    padding-bottom: 20px;
}

.form_popin_share_invite .float_1 {
    width: 253px;
}

.form_popin_share_invite .float_2 {
    margin-right: 2px;
    width: 291px;
}

.form_popin_share_invite .float_2 textarea {
    height: 148px;
    margin-top: 4px;
    width: 289px;
}

#send_email_popin_share_invite {
    margin: 12px 0 10px;
}

.form_popin_share_invite .email_share {
    width: 225px;
}

.facebook_share_button {
    background: url('./modules/popin_share_invite/img/partage_facebook.png');
    display: block;
    margin: 0 auto;
    width: 103px;
    height: 22px;
}

.facebook_share_button span {
    color: white;
    position: relative;
    top: 4px;
    left: 9px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}

/**
* @Julien Rousseau
* 25/01/2013
* Define the css of the privilege offer page
**/

/**
* Our boxes block
**/

#privilege_offer {
    font-size: 12px;
    font-family: Arial;
    color: #909090;
}

/* title of the page */
#privilege_offer .page_big_headline {
    letter-spacing: 6px;
    margin-bottom: 34px;
}

/* Our boxes block */
#privilege_offer #our_boxes_privilege_offer {
    margin-top: 60px;
}

/* Product in our boxes block */
#privilege_offer .similar_product {
    margin: 0 18px 50px 0;
    min-height: 395px;
}

#privilege_offer .similar_product .fields_space {
    margin-bottom: 4px;
}

/* Img of similar product item */
#privilege_offer .similar_product img {
    height: 250px;
    width: 200px;
}

#privilege_offer .similar_product .similar_product_descrp {
    display: flex;
    flex-direction: column;
}

#privilege_offer .similar_product .price_product_home {
    bottom: 24px;
    left: 5%;
    margin-bottom: 10px;
    position: absolute;
    right: 5%;
}

#privilege_offer .similar_product .price_product_home .fsi {
    font-style: normal;
}

#privilege_offer .similar_product .price_product_home .fields_space {
    margin-bottom: 0;
}

/**
* @Julien Rousseau
* 29/05/2012
* Define the CSS of the bundle
**/

#product_sheet {
    width: 954px;
}

/* The product detail page */
#product_detail {
    margin: 39px 0 30px;
    *z-index: 60;
}

/* Left col (image col) in product detail */
#image_col_product_detail {
    width: 400px;
    *z-index: 70;
}

/* Miniature product detail part */
#miniature_product_detail {
    margin-top: 30px;
}

/* Image miniature in product detail */
#miniature_product_detail img {
    border: 1px solid #FFFFFF;
    height: 115px;
    width: 115px;
}

#miniature_product_detail img.active_img_product {
    border: 1px solid #c7bfbf;
}

/* Video block in description of the product */
#video_product_detail.block_border {
    height: auto;
    margin: 0;
    width: 380px;
}

#video_product_detail > div > p {
    margin: 5px 0;
}

#product_sheet .section_title h2,
#similar_product .section_title h2,
.latest_viewed_products .section_title h2,
#product_sheet .section_title h3,
#similar_product .section_title h3,
.latest_viewed_products .section_title h3,
#product_sheet .section_title h4,
#similar_product .section_title h4,
.latest_viewed_products .section_title h4 {
    font-size: 12px;
}

#product_sheet .section_title hr,
#similar_product .section_title hr,
.latest_viewed_products .section_title hr {
    top: 8px;
    *top: 15px; /* Hack IE7 */
}

/* Description of the product */
#description_product {
    width: 536px;
    margin-left: 18px;
}

#description_product_tags {
    margin: -29px 0 5px;
}

/* specific position for stickers */
#description_product_tags .stickers_1,
#description_product_tags .stickers_2 {
    margin-right: 10px;
    position: static;

}

/* product "long" description */
#long_description_product {
    font-weight: inherit;
    line-height: 20px;
}

/* description text of the product */
#text_description_product {
    background: url('./modules/product_detail/img/sisley_plus.png') 0 2px no-repeat;
    margin: 16px 0 28px;
    min-height: 27px;
    padding-left: 50px;
}

/* Tabs in product description */
#description_product #min_tab_block {
    margin-bottom: 20px;
}

/* Link in description tab in product detail */
#product_sheet .black_small_arrow_right {
    margin-left: 7px;
}

#lightbox span.read-more a,
.description_tab_product_detail span.read-more a,
#lightbox span.read_more_unfolded a,
.description_tab_product_detail span.read_more_unfolded a {
    color: #4e4848;
    font-style: italic;
    padding-right: 10px;
}

#lightbox span.read-more a,
.description_tab_product_detail span.read-more a {
    background: url('./modules/product_detail/img/unfold_arrow.png') right 4px no-repeat;
}

#lightbox span.read_more_unfolded a,
.description_tab_product_detail span.read_more_unfolded a {
    background: url('./modules/product_detail/img/fold_up_arrow.png') right 4px no-repeat;
}

/* Paragraph in description tab in product detail */
.description_tab_product_detail p {
    margin-bottom: 19px;
}

/* Opinion tab in product detail */
.opinion_product_detail {
    border-bottom: 1px solid #c7bfbf;
    margin-bottom: 8px;
    padding-bottom: 20px;
}

/* Information of the opinion in the opinion tab in product detail */
.information_opinion_product_detail {
    width: 120px;
}

/* Opinion text in the opinion tab in product detail */
.opinion_text_product_detail {
    width: 397px;
}

.description_tab_product_detail {
    margin-bottom: 25px;
}

#description_product #quantity {
    margin-right: 0;
}

#description_product .block_border_account_golden {
    min-height: 0;
    padding: 0;
    width: auto;
}

#product_sheet .block_border_account_golden_title {
    top: -11px;
}

#description_product .block_border_account_golden .black_small_arrow_right {
    margin-left: 7px;
}

/* block add to cart in product's description */
#bundle_description .price_reduction,
#description_product .price_reduction {
    padding-top: 10px;
}

#bundle_description .price-box .price,
#description_product .price-box .price {
    font-size: 24px;
    font-family: "Times New Roman", Times, Georgia, serif;
}

/* opinion block */
#description_product_opinion > div {
    margin-right: 50px;
}

#product_sheet .available_options {
    border-top: 1px solid #C9BFC0;
}

.available_options .first_option {
    margin-left: 17px;
    margin-right: 17px;
}

.available_options .last_option {
    margin-left: 0;
    margin-right: 0;
}

/* privilege offers products */
.privilege_offer_products {
    margin: 48px 0;
}

.privilege_offer_products > div {
    display: table;
    margin: 0 auto;
    *margin-left: auto; /* Hack IE7 */
    *margin-right: auto; /* Hack IE7 */
    *width: auto; /* Hack IE7 */
}

.privilege_offer_products .privilege_offer_prt {
    *display: inline;
    *max-width: 860px;
    zoom: 1;
}

.privilege_offer_product {
    width: 135px;
}

/* specific title style */
.privilege_offer_products.eight_width_border .title_block {
    /**display: inline;  Hack IE7
    top: -13px;
    zoom: 1;*/
}

.privilege_offer_products.block_border .title_block {
    font-style: 12px;
}

/* display all price and titles on the same line */
.privilege_offer_product_name {
    height: 50px;
}

.privilege_offer_product p > span {
    margin-bottom: 5px;
}

.calculation_operation {
    height: 176px;
    margin-right: 15px;
}

.privilege_offer_product .price_reduction {
    color: #333333;
    padding: 0;
}

.calculation_operation > p {
    top: 31%;
}

.privilege_offer_total {
    margin-left: 20px;
    padding: 34px 7px 0;
    /*width: 146px;*/
}

.privilege_offer_total .grey_arrow_left_button,
.privilege_offer_total .white_arrow_left_button {
    /* Hack IE7 : to apply the look of padding-bottom to IE7 */
    *line-height: 33px;
    padding: 5px 7px 7px;
}

.privilege_offer_total .add_whishlist_express_purchase {
    margin-top: 14px;
}

/* associated products : version with two products */
.two_associated_products .two_associated_product {
    padding: 0 0 0 45px;
    width: 430px;
}

.two_associated_product .two_associated_product_name {
    margin-bottom: 15px;
    margin-top: 15px;
}

.two_associated_product .two_associated_product_descrp {
    margin-bottom: 25px;
    padding: 0 100px;
}

.two_associated_product_descrp {
    min-height: 30px;
}

.two_associated_products .title_product_list,
.two_associated_products .desc_product_list,
.two_associated_product .more_desc_product_list {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.two_associated_products .desc_product_list,
.two_associated_product .more_desc_product_list {
    line-height: 14px;
}

.two_associated_products .title_product_list {
    height: 33px;
}

.two_associated_products .desc_product_list {
    height: 28px;
}

.two_associated_product .more_desc_product_list {
    height: 60px;
}

.two_associated_products .section_title {
    margin-bottom: 5px;
}

.two_associated_product .block_border {
    height: auto;
    margin: 10px 0 17px 0;
    min-height: 75px;
    padding-bottom: 15px;
    padding-top: 0;
    width: 408px;
}

.two_associated_product .block_border .title_block {
    letter-spacing: 0.2em;
}

.two_associated_product .block_border .title_block {
    top: -9px;
}

/* black & white buttons */
.two_associated_product .white_arrow_left_button,
.two_associated_product .grey_arrow_left_button {
    padding: 5px 7px;
}

.two_associated_product .white_arrow_left_button {
    /* Hack IE7 */
    *margin-right: 5px;
}

/* black & white arrows */
.two_associated_product .black_small_arrow_right,
.two_associated_product .white_small_arrow_right {
    margin-left: 5px;
}

.privilege_products_plus_picto {
    background: url('./modules/product_detail/img/privilege_products_plus_picto.png') no-repeat;
    display: inline-block;
    *display: inline; /* Hack IE7 */
    height: 45px;
    width: 45px;
    zoom: 1;
}

/* particular positionning for this block */
.two_associated_product .privilege_products_plus_picto {
    display: block;
    margin: 10px auto;
}

/* specific style for prices */
#product_sheet .two_associated_product .price-box {
    margin-bottom: 15px;
}

/* largest ems blocks */
#product_sheet .block_ems,
#product_sheet + .block_ems {
    height: auto;
    margin: 0;
}

#product_sheet .bloc_video .block_ems_content_centered img {
    margin-bottom: 5px;
}

#product_sheet .bloc_video .block_ems_content_centered {
    padding: 10px 10px 0;
}

#product_sheet .bloc_video .block_ems_content_centered p {
    margin: 0;
    padding: 0;
}

#product_sheet .block_ems .title_block {
    font-size: 12px;
}

#product_sheet .block_ems_content p {
    padding: 0 125px;
}

/* Users reviews */
.user_review {
    margin: 20px 0 0;
    padding-bottom: 30px;
}

.user_review_meta {
    margin: 0 15px 0 0;
    width: 250px;
}

.user_review_content {
    width: 685px;
}

.user_review_content_text {
    line-height: 20px;
    letter-spacing: .1em;
    margin-bottom: 35px;
}

.more_reivews {
    margin: 10px 0 60px;
}

/* AddThis bar */
#sharing_block > div {
    margin-right: 9px;
}

/* Facebook : hidding count */
#sharing_block .addthis_button_facebook_like {
    overflow: hidden;
    width: 57px;
}

/* Share by mail picto */
.share_by_mail_picto {
    background: url('./modules/product_detail/img/share_by_mail_picto.png') no-repeat;
    display: inline-block;
    *display: inline; /* Hack IE7 */
    height: 9px;
    width: 11px;
    zoom: 1;
}

.share_by_mail_button {
    border: 1px solid #cbcbcb;
    color: #817d7c;
    margin-left: 10px;
    min-width: 60px;
    padding: 2px 2px 2px 7px;
}

.share_by_mail_button .share_by_mail_picto {
    margin: 3px 0 0 5px;
}

.product_capacity {
    margin-top: 15px;
}

.separate_share_product {
    padding: 0 7px 0 15px;
}

/* pop-in added product */
#added_product_popin .popin_border .title_popin,
.popin_service .popin_border .title_popin {
    font-size: 18px;
    margin-bottom: 10px;
}

#added_product_popin .white_arrow_left_button,
#added_product_popin .grey_arrow_left_button {
    padding: 5px 7px 0;
}

#added_product_popin .popin_border .white_small_arrow_right,
#added_product_popin .popin_border .black_small_arrow_right {
    margin-left: 5px;
}

#added_product_popin .popin_border .white_arrow_left_button {
    margin-right: 5px;
}

/* code verification */
.cverif_popin_content {
    padding: 15px 5px;
    width: 334px;
}

.cverif_popin_content.float_1 {
    margin-left: 15px;
}

.cverif_popin_content.float_2 {
    margin-right: 15px;
}

.cverif_popin_content > p {
    margin-bottom: 25px;
}

/* video popin */

.popin_video {
    padding: 20px 75px 35px;
    text-align: left;
}

.popin_video .sharing_block {
    margin-top: 25px;
}

.popin_video .black_small_arrow_right {
    margin-left: 7px;
}

.popin_video .video_player {
    margin: 5px 0 10px;
}

/* product out of stock */
.out_of_stock {
    margin: 8px 0 0 5px;
}

/* striked-price for privilege offer */
.privilege_offer_total .price {
    font-size: 36px;
}

.privilege_offer_total .text_decoration_3 .price {
    font-size: 14px;
    font-family: "Times New Roman", Times, Georgia, serif;
}

/* Share pop-in */

#share_form .field_error {
    background-position: 88% 0;
}

#related_products_part .title_product_list a.fs_6 {
    font-size: 15px;
}

#related_products_part .similar_product:first-child {
    margin-left: 0;
}

#related_products_part .similar_product {
    margin: 0 0 50px 24px;
    min-height: 395px;
}

.confirm_share_content_popin {
    margin: 30px 0;
}

/**
* @Julien Rousseau
* 29/05/2012
* Define the CSS of the product selection block
**/

/* Product selection block */
#product_selection {
    margin-top: 39px;
}

/* Tabs in the product selection block */
#product_selection #tab_block {
    margin: 30px 0 20px;
}

.see_all_range {
    margin-bottom: 5px;
}

#product_selection .pagination .left_arrow,
#product_selection .pagination .right_arrow {
    height: 14px;
    top: 180px;
    width: 8px;
}

#product_selection .pagination .left_arrow {
    left: -13px;
}

#product_selection .pagination .right_arrow {
    right: -13px;
}

#product_selection_slider {
    overflow: hidden;
    width: 940px;
}

#product_selection_slider ul {
    width: 9000px;
}

/**
* @Julien Rousseau
* 23/05/2012
* Define the CSS of the recently viewed products block
**/

/* Recently viewed product block */
#recently_viewed_products {
    margin-top: 40px;
    overflow: hidden;
    width: 940px;
}

/* Recently viewed product button */
#see_recently_viewed {
    background: url('./modules/recently_viewed_products/img/recently_viewed_products.png') no-repeat right top;
    height: 20px;
    padding-right: 35px;
    width: 270px;
}

#see_recently_viewed.show_see_recently_viewed {
    background-position: 100% -20px;
}

#recently_viewed_products ul {
    width: 5000000px;
}

#recently_viewed_products li {
    margin-left: 17px;
}

/**
* @Julien Rousseau
* 22/05/2012
* Define the CSS of the related products part
**/

/* Title of the related products blocks */
#related_products_part h4 {
    border-bottom: 1px solid #c8c0be;
    margin-bottom: 20px;
    padding-bottom: 9px;
}

/* item in related products slider */
#related_products_part li {
    margin-right: 5px;
}

#related_products_slider_container {
    margin-left: 14px;
    overflow: hidden;
    width: 670px;
}

#slider_related_product {
    width: 67555px;
}

/* Arrow of the slider related products */
#related_products_part .left_arrow,
#related_products_part .right_arrow {
    top: 150px;
}

#related_products_part .left_arrow {
    left: 0;
}

#related_products_part .right_arrow {
    left: 690px;
}

/**
* @Julien Rousseau
* 25/05/2012
* Defines the return slip property
**/

#return_slip {
    margin: auto;
    width: 526px;
}

#first_title_return_slip {
    border-bottom: 1px solid #C7BFBF;
    margin: 20px 0 32px;
    padding-bottom: 7px;
}

#return_slip .title_return_slip {
    border-bottom: 1px solid #C7BFBF;
    border-top: 1px solid #C7BFBF;
    padding: 6px 0;
}

#return_slip .other_title_return_slip {
    margin-left: 155px;
}

#return_slip #address_return_slip {
    margin: 10px 0 108px 262px;
}

#return_slip .article_create_monitoring {
    width: 105px;
}

#return_slip .quantity_create_monitoring {
    width: 115px;
}

#return_slip .pattern_columns_create_monitoring {
    width: 73px;
}

#return_slip table {
    width: 523px;
}

#return_slip tbody {
    border: 1px solid #E9E4E4;
}

#return_slip th,
#return_slip td {
    text-align: center;
}

#return_slip th {
    height: 35px;
}

#return_slip td {
    height: 52px;
}

/**
* @Julien Rousseau
* 16/07/2012
* Define the CSS of the sample block
**/

#sample .section_title h2,
#sample .section_title h3,
#sample .section_title h4 {
    font-size: 18px;
}

#sample .section_title hr {
    top: 12px;
    *top: 17px; /* Hack IE7 */
}

#sample .sample_catalog .section_title h2 {
    font-size: 16px;
}

#samples-special-offer {
    font-size: 16px;
    margin-bottom: 5px;
}

#sample .sample_catalog .section_title h2,
#sample .sample_catalog .section_title h3,
#sample .sample_catalog .section_title h4 {
    font-size: 14px;
}

#sample .sample_catalog .section_title hr {
    top: 10px;
}

#sample_block .block_border {
    margin-top: 40px;
}

/* two block case */
.samples_page + .samples_page {
    margin-top: 25px;
}

.samples_page .item_vignette {
    float: left;
    margin-bottom: 14px;
    min-height: 320px;
    position: relative;
    text-align: center;
    width: 20%;
}

.samples_page .item_vignette > * {
    cursor: pointer;
}

.samples_page .item_vignette img {
    height: 115px;
    width: 115px;
}

.samples_page .item_vignette.last_item_vignette,
.samples_page .item_vignette:nth-child(5) {
    margin-right: 0;
}

.samples_page .item_vignette p {
    margin: 0 auto;
    width: 128px;
}

.samples_page .item_vignette input[type="checkbox"] {
    margin: 7px 0 0 4px;
}

.samples_page .item_vignette .name_product_vignette {
    color: #333;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    margin: 29px auto 15px;
    min-height: 45px;
    text-transform: uppercase;
}

.samples_page .item_vignette .definition_product_vignette {
    color: #837D7F;
    margin-bottom: 11px;
}

.samples_page .item_vignette .capacity_product_vignette {
    color: #4E4848;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 12px;
    margin-bottom: 10px;
    min-height: 18px;
}

.sample_catalog {
    margin-top: 40px;
}

.sample_catalog .section_title {
    margin-bottom: 26px;
}

.sample_catalog #tab_block {
    font-size: 12px;
    margin-bottom: 50px;
    text-align: center;
}

.sample_catalog .samples_page {
    margin-bottom: 50px;
}

.samples_page .color_sample {
    height: 22px;
    margin-right: 11px;
    width: 22px;
}

.samples_page .color_label {
    margin-top: 3px;
}

.samples_page div.capacity_product_vignette > div {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    zoom: 1;
}

#wrap_popin_sample .lightbox_product_image {
    margin: 15px 50px 0 0;
}

#wrap_popin_sample .product_description_part_lightbox {
    margin: 47px 0 15px 0;
}

/* sample block out of tunnel purchase */

#simple_samples_page .wrap {
    margin-bottom: 0;
}

/*#simple_samples_page #menu_header ul,
#simple_samples_page .wrap.samples_page {
    padding-left: 0;
}*/

#simple_samples_page .wrap {
    padding-left: 7px;
}

.samples_page .page_big_headline {
    margin: 20px 0 50px;;
}

#sample .samples_descrp_text {
    margin: 40px 0 55px;
}

.sample_page .definition_product_vignette {
    height: 30px;
}

#simple_samples_page .section_title hr {
    *top: 15px; /*hack IE7 */
}

/**
* @Julien Rousseau
* 28/05/2012
* Define the CSS of the search block
**/

/**
* Search Block
**/
#search_block {
    margin-top: 20px;
}

/* Result sorting */
#search_block .sort {
    padding-right: 0;
}

/* Search block found results */
#search_block_results .similar_product {
    margin: 0 12px 50px 0;
    min-height: 395px;
}

/* Image of the item product in the search block */
#search_block_results .similar_product .image_similar_product {
    height: 250px;
    width: 220px;
}

#search_block_results .similar_product > p,
#search_block_results .similar_product > h4 {
    margin: 0 0 15px;
}

/* price in the search block */
#search_block_results .similar_product .price_search_list {
    bottom: 40px;
    left: 5%;
    position: absolute;
    right: 5%;
}

#search_block_results .similar_product .price_search_list .fields_space {
    margin-bottom: 0;
}

#search_block_results .similar_product .price_reduction {
    padding: 0;
}

#search_block_results .similar_product .fields_space {
    margin-bottom: 4px;
}

/* Articles related to found products */
#article_block_results {
    margin-top: 35px;
}

.article_block {
    margin-bottom: 10px;
}

.article_block > h3,
.article_block > h4 {
    margin: 2px 0;
}

.article_block .black_small_arrow_right {
    margin-left: 7px;
}

/* CASE: no product found */
/* retry search */

#retry_search_block form {
    position: relative;
}

#retry_search_block input[type="submit"] {
    background: url('./modules/search_block/img/search_magnifying_glass_grey.png') no-repeat;
    border: none;
    height: 14px;
    left: 205px;
    position: absolute;
    top: 24px;
    width: 14px;
}

#retry_search_text {
    padding: 0 24px 0 0;
}

#search_block .section_title h2,
#search_block .section_title h3,
#search_block .section_title h4 {
    font-size: 12px;
}

#search_block .section_title hr {
    top: 9px;
    /* Hack IE7 */
    *top: 15px;
}

#useful_links {
    margin: 25px 0 0;
    padding-top: 15px;
}

.useful_links_block {
    border-left: 1px solid #dbd4d4;
    list-style-type: none;
    min-height: 200px;
    padding: 0 0 0 25px;
    width: 217px;
}

.useful_links_block h3 {
    margin: 0 0 10px;
}

/* the first block never get the border */
.useful_links_block.first_useful_links_block {
    border: none;
}

.useful_links_block li {
    margin: 0 0 5px;
}

/* ems block */
#useful_links .block_ems {
    width: 215px;
}

/* The search text */
#text_search {
    margin-bottom: 29px;
}

/* Tabs in search block */
#search_block #tab_block {
    margin: 0 0 20px;
    z-index: 0;
}

/* Sort and pagination in the top of the search block */
#sort_pagination_search {
    position: absolute;
    right: 0;
    bottom: 6px;
    *bottom: 35px; /* Hack IE7 */
    z-index: 1;
}

/* Article search in search block */
#article_search {
    margin: 30px 0;
}

/* List of article in search block */
#article_search ul {
    margin-top: 30px;
}

/* List of article in search block */
#article_search ul li {
    margin-bottom: 16px;
}

#new_search_block {
    margin: 22px 0;
}

#new_search {
    height: 24px;
    margin-top: 10px;
    padding-right: 24px;
    width: 200px;
}

#new_search_button {
    background: url('./modules/search_block/./img/magnifier_new_search.png') no-repeat;
    height: 14px;
    left: 205px;
    top: 33px;
    width: 14px;
}

/* Pagination in the bottom of the search page */
#bottom_pagination_search {
    *margin-top: 20px;
}

/**
* @Julien Rousseau
* 25/06/2012
* Define the CSS of the see also block
**/

/* See also block */
#see_also_block {
    border-bottom: 1px solid #C7BFBF;
    margin: 35px 0;
}

/* Title of the see also block */
#title_see_also_block {
    border-bottom: 1px solid #C7BFBF;
    margin-bottom: 20px;
    padding-bottom: 9px;
}

/* Item in the see also block */
#see_also_product .min_product_detail {
    min-height: 260px;
    padding: 0 9px;
    width: 160px;
    height: 0px;
}

/* Not last product of the list in see also block */
#see_also_product .min_product_detail.not_last_product {
    margin-right: 10px;
}

/* Image of product in the see also block */
#see_also_product .min_product_detail img {
    border-bottom: 1px solid #DCD3D4;
    margin-bottom: 5px;
}

/**
* @Julien Rousseau
* 06/02/2013
* Define the style of the sisley beauty solutions pages
**/

/**
* Common property of all the pages
**/

#sisley_beauty_solutions_block {
    margin-bottom: 12px;
}

/* Title of the page */
#sisley_beauty_solutions_block .section_title {
    margin: 10px 0 20px;
}

/**
* Left columns of the page (navigation menu )
**/

#left_columns_sisley_beauty {
    width: 209px;
}

/* Items of the menu */
#left_columns_sisley_beauty li {
    cursor: pointer;
}

/* title category in the menu */
#left_columns_sisley_beauty h2 {
    color: #4e4848;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Submenu */
#left_columns_sisley_beauty h2 + ul {
    display: none;
    margin-bottom: 20px;
}

/* Submenu when we are in the active part */
#left_columns_sisley_beauty h2.active_part + ul {
    display: block;
}

/* item in the submenu */
#left_columns_sisley_beauty h3 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}

/* Submenu of the submenu of the menu */
#left_columns_sisley_beauty h3 + ul {
    display: none;
    margin: 0 0 5px 15px;
}

/* Active submenu of the subemnu */
#left_columns_sisley_beauty h3.active_part + ul {
    display: block;
}

/* item in the submenu of the submenu */
#left_columns_sisley_beauty h3 + ul li {
    line-height: 17px;
}

/* Active page in the submenu */
#left_columns_sisley_beauty h3.active_part,
#left_columns_sisley_beauty h3 + ul li.active_page a {
    background: url('./modules/sisley_beauty_solutions/img/arrow_submenu.png') no-repeat left center;
    color: #4E4848;
    margin-left: -7px;
    padding-left: 7px;
}

/**
* Right columns of the page (content)
**/

#right_columns_sisley_beauty {
    width: 693px;
}

/**
* products recommended solution block
**/

#products_recommended_solution {
    height: auto;
    margin: 0 0 45px;
    padding-bottom: 35px;
    width: 671px;
}

/* title of the products recommended solution block */
#products_recommended_solution .title_block {
    letter-spacing: 1px;
}

/* Content of the product recommended solution block */
#content_product_recommended_solution {
    padding: 0 0 0 0;
}

#content_product_recommended_solution .item_content_product_solution:first-child {
    margin-top: 20px;
}

#content_product_recommended_solution .item_content_product_solution {
    margin-top: 60px;
}

/* Images of the item product recommended solution block */
#content_product_recommended_solution .item_content_product_solution img {
    margin: 0 25px 0 11px;
}

/* Title et description of the product recommended solution item */
#content_product_recommended_solution .text_content_product_solution {
    width: 485px;
}

/* description of the item product recommended solution block */
.description_content_product_solution {
    background: url('./modules/sisley_beauty_solutions/img/sisley_plus.png') no-repeat left top;
    margin-top: 20px;
    min-height: 23px;
    padding-left: 50px;
    width: 411px;
}

.text_content_product_solution a {
    margin-top: 5px;
    padding: 6px 7px;
}

.text_content_product_solution a .black_small_arrow_right {
    margin-left: 5px;
}

/**
* Block 3
**/

#right_columns_sisley_beauty .sisley_home_block_3 {
    margin-bottom: 45px;
}

#right_columns_sisley_beauty .sisley_home_block_3 .title {
    color: #4E4848;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

/**
* Block 1
**/

#right_columns_sisley_beauty .sisley_home_block_1 {
    margin-bottom: 20px;
}

#right_columns_sisley_beauty .sisley_home_block_1 .section_title h3 {
    font-size: 12px;
}

/**
* @Moudondi Godfried
* 21/01/2013
* Define the CSS of the sisley_home blocks
**/

.home_sisley #menu_header ul {
    *padding-left: 0; /* Hack IE7 */
}

/* specific breadcrumb position */
.home_sisley #breadcrumb {
    margin-left: 22px;
}

.wrap_sisley_home {
    margin: 0 auto;
    padding-left: 260px;
    width: 694px;
}

/* cancel default paragh style */
.wrap_sisley_home p {
    margin: 0;
}

.sisley_home_header {
    background-position: center center;
    height: auto;
    min-height: 375px;
}

.home_sisley .wrap {
    margin-bottom: 9px;
}

.sisley_home_header_container {
    margin: 0 auto;
    width: 940px;
}

.sisley_home_header .header_description {
    margin: 0 auto;
    left: 260px;
    top: 179px;
    width: 680px;
}

.sisley_home_header .header_description h1 {
    font-weight: normal;
    margin-bottom: 33px;
}

.position_btn_news {
    margin-top: 20px;
}

/* Menu */

.home_sisley .sisley_home_menu {
    left: 15px;
    top: 35px;
}

.sisley_home_menu_content {
    background-color: #fff;
    min-height: 601px;
    padding: 17px 0 0 15px;
    width: 190px;
}

.sisley_home_menu_content ul {
    list-style-type: none;
}

.sisley_home_menu_content ul li {
    margin: 0 0 20px;
}

.sisley_home_menu_content ul li a {
    text-transform: uppercase;
}

.home_sisley .sisley_home_menu_content ul li a:hover {
    color: #837d7f;
}

.sisley_home_menu_bg {
    background: url('./modules/sisley_home/img/sisley_home_menu_bg.png') no-repeat right top;
    height: 601px;
    width: 15px;
}

/* Sisley Home blocks */

/* Block 1 */

.sisley_home_block_1 .section_title h2,
.sisley_home_block_1 .section_title h3,
.sisley_home_block_1 .section_title h4 {
    font-size: 18px;
}

.sisley_home_block_1 .section_title hr {
    top: 13px;
}

.sisley_home_block_1 .section_title h3 {
    line-height: 1.3em;
}

.illust_border {
    border: 1px solid #e7e6e6;
    padding: 14px;
}

.summary {
    margin-bottom: 32px;
}

.summary p {
    margin: 0;
}

.sisley_home_block_1 {
    margin-bottom: 48px;
}

.sisley_home_block_1 .block_content p {
    color: #999999;
    line-height: 2em;
}

.sisley_home_block_1 .block_content.summary_block_home p {
    color: #666666;
    line-height: 1.4em;
    margin-bottom: 25px;
}

/* illustration image position */
.cardinal_left {
    float: left;
    margin: 0 30px 15px 0;
}

.illust_border.cardinal_left {
    margin: 0 30px 30px 0;
}

.cardinal_right {
    float: right;
    margin: 0 0 15px 30px;
}

.illust_border.cardinal_right {
    margin: 0 0 30px 30px;
}

.cardinal_top {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    margin-bottom: 20px;
    width: auto;
    zoom: 1;
}

.cardinal_bottom {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    margin-bottom: 20px;
    width: auto;
    zoom: 1;
}

/* Block 2 */

.sisley_home_block_2 {
    margin: 0 0 48px;
}

.sisley_home_block_2,
.sisley_home_block_7 {
    height: auto;
    margin: 40px 0;
}

.sisley_home_block_2 p {
    color: #999999;
    line-height: 1.7em;
    margin-bottom: 25px;
}

.sisley_home_block_2 p i {
    color: #4D494A;
}

.sisley_home_block_2 .title_block {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    letter-spacing: 0.2em;
}

.sisley_home_block_2 .title_block {
    font-style: 12px;
}

.sisley_home_block_2 .title_block,
.sisley_home_block_7 .title_block {
    background-color: #fff;
    display: inline-block;
    *display: inline;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 9px;
    zoom: 1;
}

.sisley_home_block_2 .block_content,
.sisley_home_block_7 .block_content {
    border: 1px solid #cccccc;
}

.sisley_home_block_2 .block_content {
    padding: 27px 10px 0;
}

/* Block 3 */

.sisley_home_block_3 {
    border: 1px solid #e3dbd4;
    margin: 0 0 48px;
    padding: 20px 20px 15px;
}

.sisley_home_block_3 .title {
    letter-spacing: 0.2em;
    margin-bottom: 22px;
}

.sisley_home_block_3 .subtitle {
    margin-bottom: 13px;
}

.sisley_home_block_3 .cardinal_right {
    margin: 0 0 6px 20px;
}

.sisley_home_block_3 .cardinal_left {
    margin: 0 20px 6px 0;
}

/* Block 4 */

.sisley_home_block_4 {
    margin-bottom: 45px;
    padding-bottom: 19px;
}

.sisley_home_block_4 .section_title {
    margin: 0;
}

.sisley_home_block_4 .section_title h2,
.sisley_home_block_4 .section_title h3,
.sisley_home_block_4 .section_title h4 {
    color: #666666;
    font-size: 12px;
}

.sisley_home_block_4 .section_title hr {
    top: 8px;
    *top: 15px; /* hack IE7 */
}

.sisley_home_block_4 .second_title {
    margin: 16px 0 40px 0;
}

.sisley_home_block_4 .illustr {
    background: url('./modules/sisley_home/img/block_4_img_frame.png') no-repeat;
    height: 154px;
    margin: 0 20px 14px 0;
    padding: 14px;
    width: 154px;
}

.sisley_home_block_4 .white_arrow_left_button {
    right: 0;
    bottom: 0;
}

.sisley_home_block_4 .block_content {
    color: #999999;
    line-height: 1.7em;
}

/* Block 5 */

/* Actuality detail */
#topic_block {
    margin-top: 58px;
}

#topic_block_image {
    margin: 0 10px 19px 0;
    width: 400px;
}

#topic_block_descrp {
    width: 514px;
}

#topic_miniature img {
    border: 1px solid #ccc;
    height: 67px;
    margin-right: 15px;
    width: 67px;
}

.sisley_home_block_5 .topic_block_descrp_title,
.sisley_home_block_5 .topic_block_descrp_sub {
    margin-bottom: 22px;
}

.topic_block_descrp_intro {
    margin: 20px 0;
    color: #666 !important;
}

.sisley_home_block_5 {
    margin-bottom: 45px;
}

/* Block 6 */

.sisley_home_block_6 {
    margin-bottom: 45px;
    padding: 24px 30px;
}

.sisley_home_block_6 .block_content {
    margin: 25px 0 23px 0;
}

/* Block 7 */

.sisley_home_block_7 .title_block {
    font-size: 14px;
}

.sisley_home_block_7 .title_block {
    top: 8px;
}

.sisley_home_block_7 .block_content {
    padding: 27px 10px 30px;
}

/* common to all blocks */

.home_sisley .std {
    margin-bottom: 45px;
}

.sisley_home_block_3 .block_content p,
.sisley_home_block_3 .subtitle,
.sisley_home_block_5 .block_5_content {
    line-height: 1.7em;
}

.sisley_home_block_5 .block_5_content {
    color: #999999;
}

.sisley_home_block_6 .block_content p {
    line-height: 2em;
}

/**
* @Julien Rousseau
* 18/01/2013
* Define the css of the services page in the sisley website
**/

/**
* Common properties of the sisley services
**/

/* Left image of the sisley services pages (customized samples and gift order) */
.image_sisley_services {
    margin: 40px 75px;
}

/* in lightbox, the images has no margin */
#lightbox .image_sisley_services {
    margin: 40px 0 0 20px;
}

/* right text of the sisley services pages (customized samples and gift order) */
.content_sisley_services {
    padding: 10px 2px;
    width: 420px;
}

/*  picto in the right text of the sisley services pages (customized samples and gift order) */
.content_sisley_services .small_snow_picto {
    margin: 10px 0;
}

/* Title of the part in the right text of the sisley services pages (customized samples and gift order) */
.content_sisley_services span + p {
    margin-bottom: 10px;
}

/* link in the right text of the sisley services pages (customized samples) */
.content_sisley_services a {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    margin: 45px auto 0;
    width: auto;
    zoom: 1;
}

/* small snow picto in the sisley services pages (customized samples and gift order) */
.small_snow_picto {
    background: url('./modules/sisley_services/img/small_snow_picto.png') no-repeat;
    display: inline-block;
    height: 12px;
    width: 12px;
    /* hack IE7 */
    *display: inline;
    zoom: 1;
}

/* the container of all the services page */
#sisley_services {
    margin-top: 20px;
    width: 943px;
}

/* Sisley pictogram (black with the "s") */
#sisley_services .sisley_picto {
    background: #FFF url('./modules/sisley_services/img/sisley_picto.png') no-repeat 9px center;
}

/**
* Different services part in the top of the page
**/

/* part with the services pictograms of sisley */
#different_services_part {
    margin: 22px 0 18px 60px;
    width: 943px;
    font-size: 11px;
}

/* Pictogram of the service */
#different_services_part span {
    margin: 0 auto 7px;
}

/* service pictogram of sisley */
#different_services_part li {
    margin-left: 20px;
    width: 120px;
}

/* First service of the list */
#different_services_part li:first-child {
    margin-left: 0px;
}

/* The active service and the hover reaction */
#different_services_part li.active_service a,
#different_services_part li a:hover {
    color: #4E4848;
}

/**
* Secure Payment Part
**/

/* secure payment popin */
#lightbox #open_popin_services-secured-payment.lightbox_1 {
    width: 844px;
}

/* All part of the secure paysment block */
.secured_payment_services div {
    margin-bottom: 25px;
}

/* Content of all part of the secure payment block */
.secured_payment_content {
    margin: 25px 0 0;
    padding: 0 25px;
}

/* Display payments errors inline for AU & JP */
.messages_payment_error {
    width: 450px;
    margin: auto;
    text-align: center;
}

/* Picto of the secure payment block (American express, "carte bleue", Mastercard, Visa ) */
.payment_picto,
.dn_popin_picto,
.ae_popin_picto,
.cb_popin_picto,
.mc_popin_picto,
.visa_popin_picto,
.jcb_popin_picto{
    display: inline-block;
    height: 72px;
    width: 172px;
    *display: inline; /* Hack IE7 */
    zoom: 1;
    margin-right:38px;
}

.dn_popin_picto-us,
.delta_popin_picto,
.maestro_popin_picto,
.ae_popin_picto-us,
.visa_popin_picto-us,
.paypal_popin_picto,
.boleto_popin_picto{
    display: inline-block;
    height: 72px;
    width: 172px;
    *display: inline; /* Hack IE7 */
    zoom: 1;
}

/* American Express */
.ae_popin_picto {
    background: url('./modules/sisley_services/img/ae_popin_picto.png') no-repeat;
    margin-right: 38px;
}

/* Carte Bleue */
.cb_popin_picto {
    background: url('./modules/sisley_services/img/cb_popin_picto.png') no-repeat;
    margin-right: 38px;
}

/* MasterCard */
.mc_popin_picto {
    background: url('./modules/sisley_services/img/mc_popin_picto.png') no-repeat;
    margin-right: 38px;
}

/* IDEAL */
.ideal_popin_picto {
    background: url('./modules/sisley_services/img/ideal_popin_picto.png') no-repeat;
}

/* Visa */
.visa_popin_picto {
    background: url('./modules/sisley_services/img/visa_popin_picto.png') no-repeat;
}

/* American Express US*/
.ae_popin_picto-us {
    background: url('./modules/sisley_services/img/ae_popin_picto.png') no-repeat;
    margin-right: 38px;
}

/* Visa US */
.visa_popin_picto-us {
    background: url('./modules/sisley_services/img/visa_popin_picto.png') no-repeat;
    margin-right: 38px;
}

/* Discover US*/
.dn_popin_picto-us {
    background: url('./modules/sisley_services/img/dn_popin_picto.png') no-repeat;
    margin-right: 38px;
}

.maestro_popin_picto {
    background: url('./modules/sisley_services/img/MI.png') no-repeat;
    margin-right: 38px;
}

.delta_popin_picto {
    background: url('./modules/sisley_services/img/DE.jpg') no-repeat;
    margin-right: 38px;
}

.paypal_popin_picto {
    background: url('./modules/sisley_services/img/paypal_popin_picto.png') no-repeat;
    margin-right: 38px;
}

.boleto_popin_picto {
    background: url('./modules/sisley_services/img/boleto_popin_picto.png') no-repeat;
    margin-right: 17px;
}

.jcb_popin_picto {
    background: url('./modules/sisley_services/img/jcb_popin_picto.png') no-repeat;
    background-size: 72px;
    background-position-y: 8px;
}

#lightbox .dn_popin_picto-us,
#lightbox .ae_popin_picto-us,
#lightbox .visa_popin_picto-us {
    margin-right: 14px;
}

#lightbox .payment_picto,
#lightbox .dn_popin_picto,
#lightbox .ae_popin_picto,
#lightbox .cb_popin_picto,
#lightbox .mc_popin_picto,
#lightbox .visa_popin_picto,
#lightbox .paypal_popin_picto {
    margin-right: 14px;
}

/**
* Meet a counselor part
**/

/* Left part of the meet a conselor part (list of stores where I can meet with a counselor) */
#list_stores_counselors {
    width: 402px;
}
#list_stores_counselors .country_stores h4 {
    color: #4E4848;
    font-size: 18px;
    margin: 25px 0;
    text-align: center;
    text-transform: uppercase;
}

/* Title of the left part */
#list_stores_counselors h4 {
    font-size: 14px;
}

/* Title of the left part with picto */
#list_stores_counselors h4.sisley_picto {

    padding: 20px 10px 11px 39px;
}

/* Line in the title of the left part */
#list_stores_counselors .section_title hr {
    top: 9px;
}

/* The text that follows the title "in large stores" */
#list_stores_counselors .section_title + div p {
    color: #837D7F;
    margin-bottom: 30px;
}

/* The mini form to find a city */
#list_stores_counselors .section_title + div form select {
    margin: 3px 0 49px 0;
}

/* Right part of the meet a conselor part (map and the point sale) */
#point_sale_map {
    width: 520px;
}

/* container of the list stores with scroll bar */
#list_stores_services {
    height: 532px;
    overflow-y: scroll;
    padding-right: 20px;
}

/* Title of the list stores services part */
#list_stores_counselors #list_stores_services .section_title {
    margin: 0;
}

/* store item in the list of stores part */
#list_stores_counselors #list_stores_services .store_item {
    border-bottom: 1px dotted #CCC;
    padding: 21px 0 12px;
}

/* last store item of the city in the list of stores part */
#list_stores_counselors #list_stores_services .store_item.last_store_city {
    border-bottom: none;
}

/* Text of the store item */
#list_stores_counselors #list_stores_services .store_item p {
    color: #4E4848;
    margin-bottom: 0;
}

/* Hover in the see map link in the list of stores */
#list_stores_counselors #list_stores_services .see_map_list_stores .sisley_picto + p:hover {
    color: #958D8D;
}

/* picto sisley for a store */
#list_stores_counselors #list_stores_services .see_map_list_stores .sisley_picto {
    background-position: center center;
    height: 36px;
}

/* Point sale block*/
#point_sale_block {
    background-color: #F6F6F6;
    height: 150px;
    margin: 8px 0 22px;
    padding: 10px 30px 10px;
    width: 458px;
}

/* Title of the point sale block */
#point_sale_block.block_border .title_block {
    background: url('./modules/sisley_services/img/bg_title_approved_outlets.png') repeat-x left center;
}

/* Text in the title of the point sale block */
#point_sale_block.block_border .title_block span {
    background: url('./modules/sisley_services/img/approved_outlets.png') no-repeat 16px center;
    padding: 10px 0 10px 59px;
}

/* Text in the point sale block */
#point_sale_block #text_point_sale {
    margin-top: 30px;
}

/* Hover in the link of the point sale block */
#point_sale_block #text_point_sale a:hover {
    color: #4E4848;
}

/*
 * Tablet adaptations for
 * - Old breadcrumb layout
 * - Sisley Services and Storelocator
 * - Privilege offers
 */
@media screen and (max-width: 1157px) {
    .l-block-breadscrumb {
        box-sizing: border-box;
        width: 100%;
        padding-left: 10px;
    }

    #sisley_services {
        width: 100%;
    }

    #different_services_part {
        width: 100%;
        margin: 20px 0;
    }

    #different_services_part li,
    #different_services_part li:first-child {
        margin: 10px 20px;
        height: 70px;
    }

    #list_stores_counselors {
        width: 42%;
    }

    #point_sale_map {
        width: 56%;
    }

    #point_sale_block {
        width: auto;
        height: auto;
    }

    #point_sale_block #text_point_sale {
        margin: 10px 0;
    }

    #point_sale_map #mapgoogle[style] {
        width: auto !important;
    }

    .wrap_category {
        width: auto;
    }

    #exclusive-offers,
    #our_boxes_privilege_offer {
        padding: 0 10px;
    }

    #exclusive-offers img {
        width: 100%;
    }
}

/**
* Delivery Popin and page
**/

/* delivery services lightbox */
#lightbox #open_popin_services-delivery.lightbox_1 {
    width: 830px;
}

#lightbox .delivery_services {
    padding-top: 35px;
}

.delivery_services .picto_services_delivery {
    margin: 15px 0;
}

/* Delivery services block */
.delivery_services {
    padding: 0 15px 0;
}

/* Presentation of the delivery services in the top */
.presentation_delivery_services {
    line-height: 2em;
    margin-bottom: 45px;
}

/* Delivery services content */
#open_popin_services-delivery .delivery_services_content {
    width: 370px;
}

.delivery_services_content {
    width: 405px;
}

/* Delivery services content list */
.delivery_services_content ul {
    list-style-type: disc;
    padding: 0;
}

/* Delivery services content list item */
.delivery_services_content ul li {
    list-style-position: inside;
    margin: 0 0 15px;
}

.ups_picto,
.fedex_picto,
.socolissimo_picto,
.chronopost_picto,
.pac_picto,
.sedex_picto,
.focus_logistics_picto {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    height: 72px;
    width: 172px;
    zoom: 1;
}

/* socolissimo picto */
.socolissimo_picto {
    background: url('./modules/sisley_services/img/socolissimo_picto.png') no-repeat;
}

/* chronopost picto */
.chronopost_picto {
    background: url('./modules/sisley_services/img/chronopost_picto.png') no-repeat;
}

/* ups picto */
.ups_picto {
    background: url('./modules/sisley_services/img/ups_picto.png') no-repeat;
}

/* fedex picto */
.fedex_picto {
    background: url('./modules/sisley_services/img/fedex_picto.png') no-repeat;
}

.pac_picto {
    background: url('./modules/sisley_services/img/pac_picto.png') no-repeat;
}

.sedex_picto {
    background: url('./modules/sisley_services/img/sedex_picto.png') no-repeat;
    background-position-y: -7px;
    background-size: 139px;
}

/* focus_logistics picto */
.focus_logistics_picto {
    background: url('./modules/tunnel_purchasing/img/focus_logistics.jpg') no-repeat;
    background-size: contain;
}


/**
* Satisfied refunded Part
**/

/* Satisfied refunded services text*/
.satisfied_refunded_services {
    margin: 58px 0;
}

/* Title in the popin to fit on a single line */
#open_popin_services-satisfied-or-refunded .title_popin {
    width: 370px;
}

/**
* Need Help Block
**/

/* Need help block in the meet counselor page */
#need_help_services {
    margin-top: 47px;
    padding: 0;
}

/* Item block in the need help block */
#need_help_services .block_need_help {
    border-left: 1px dotted #CCC;
    height: 90px;
    margin: 0 0 21px;
    text-align: center;
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

#need_help_services .block_need_help_half_width {
    width: 49%;
}

/* First block on the need help block */
#need_help_services .block_need_help:first-child {
    border-left: none;
}

/* text in the need help block */
#need_help_services .block_need_help p {
    margin: 0;
}

/* Hover in the link of the need help block */
#need_help_services .block_need_help a:hover {
    color: #827C7C;
}

/* Call surcharge text in the first block */
#need_help_services .block_need_help p.call_surcharge {
    font-size: 8px;
    margin-top: 8px;
}

/* The two last block need help */
#need_help_services .block_need_help.container_item_need_help > div {
    padding-top: 32px;
}

/**
* gift order block
**/

/* gift order popin */
#lightbox #open_popin_services-order-as-gift.lightbox_1 {
    width: 839px;
}

/**
* @Julien Rousseau
* 25/05/2012
* Defines the sort by property
**/

.sort p {
    margin: 0;
}

.sort {
    margin: 0;
    padding-right: 15px;
    margin-top: 6px;
    z-index: 201;
}

.sort_toolbar {
    color: #958D8D;
}

/**
* @Julien Rousseau
* 23/05/2012
* Define the CSS of the products stickers
**/

/* The stickers 1 and stickers 2 area */
.stickers_1,
.stickers_2 {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    font-size: 9px;
    left: 9px;
    min-width: 86px;
    padding: 4px 11px 0;
    text-transform: uppercase;
    z-index: 100;
    zoom: 1;
}

/* sticker 1 */
.stickers_1 {
    background-color: #E3B545;
    border: 1px solid #E3B545;
    color: #FFFFFF;
    height: 16px;
    top: 9px;
}

/* sticker 2 */
.stickers_2 {
    background-color: #FFFFFF;
    border: 1px solid #DCD3D6;
    height: 16px;
    top: 34px;
}

/**
* @Julien Rousseau
* 25/05/2012
* Define the CSS of the left submenu
**/

/* Submenu in the left col */
.submenu_left_col {
    margin: 20px 0;
}

h3.submenu_left_col_concern {
    border-top: 1px solid #C6C0C2;
    padding-top: 20px;
}

/* H3 and list in the submenu in the left column */
.submenu_left_col h2,
.submenu_left_col_concern h2 {
    font-family: "Times New Roman", Times, Georgia, serif;
    margin-bottom: 14px;
}

.submenu_left_col ul,
.submenu_left_col_concern ul {
    margin-bottom: 29px;
}

.submenu_left_col ul li,
.submenu_left_col_concern ul li {
    margin-bottom: 3px;
}

.submenu_left_col h2,
.submenu_left_col h3,
.submenu_left_col_concern h3,
.submenu_left_col h2 a,
.submenu_left_col h3 a,
.submenu_left_col_concern h3 a {
    color: #4E4949;
    font-weight: normal;
}

.submenu_left_col h2,
.submenu_left_col_concern h2 {
    font-size: 14px;
}

.sisley_home_menu_content ul li a.menu_active,
.sisley_home_menu_content ul li a:hover,
.submenu_left_col .submenu_active,
.submenu_left_col a:hover, .submenu_left_col_concern a:hover,
.submenu_left_col .menu_active, .submenu_left_col_concern .submenu_active {
    background: url('./modules/submenu_left/img/submenu_active.png') no-repeat left center;
    color: #4e4a4b;
    margin-left: -7px;
    padding-left: 7px;
    /*Fix the display of the arrow for IE7 by using display:inline-block to make IE use negative margin right*/
    *display: inline;
    zoom: 1;
}

/* special sub-menu block */
.submenu_left_col .special_submenu_block {
    border-top: 1px solid #c7bfbd;
    padding-top: 25px;
}

/**
* @Julien Rousseau
* 28/05/2012
* Defines the different tabs property
**/

/* Container of the tab in the list block */

#tab_block,
#min_tab_block {
    background: url('./modules/tab_block/img/border_tab.jpg') repeat-x left bottom;
}

#tab_block ul,
#min_tab_block ul {
    display: inline-block;
    *display: inline; /* Hack IE7 */
    top: 4px;
    *top: 0; /* Hack IE7 */
    zoom: 1;
}

/* Item in the list block */
#tab_block ul li,
#min_tab_block ul li {
    cursor: pointer;
    height: 23px;
    padding: 0 2px;
}

/* h3 */
#tab_block ul li,
#tab_block ul li h4,
#min_tab_block ul li {
    font-size: 12px;
    font-weight: normal;
}

#tab_block ul li h3:hover > a,
#tab_block ul li h4:hover > a {
    color: #4E4848;
}

#tab_block ul li {
    margin-right: 30px;
}

#min_tab_block ul li {
    margin-right: 28px;
}

/* The active tab in the list block */
#tab_block ul li.active_tab,
#min_tab_block ul li.active_tab,
#min_tab_block ul li:hover,
#tab_block ul li:hover {
    border-bottom: 2px solid #4e4848;
    color: #4e4949;
    height: 21px;
}

#ajax_loader {
    background: url('./modules/tab_block/./img/ajax-loader.gif') no-repeat;
    height: 66px;
    margin: auto;
    width: 66px;
}

/**
* @Julien Rousseau @Godfried Moudondi
* 01/02/2013
* Define the title border style
**/

.title_border {
    display: table;
    white-space: nowrap;
}

.title_border span {
    padding: 0 15px;
}

.title_border:before, .title_border:after {
    content: "";
    display: table-cell;
    width: 50%;
    background: url('./modules/titleBorder/img/border_title.png') repeat-x left center;
}

/**
* @Julien Rousseau
* 26/11/2012
* Defines the different element of the tunnel purchasing
**/

#tunnel_purchasing {
    margin: 0 auto;
    /*width: 959px;*/
}

#tunnel_purchasing #left_part {
    margin-right: 18px;
    width: 764px;
}

/* legal information */
#tunnel_purchasing #left_part #customer_account_login .information_collected {
    /* width: 366px; THIS SHOULD NOT BE */
}

#tunnel_purchasing .information_collected.us {
    text-align: center;
}

#right_part_tunnel_purchasing {
    width: 177px;
}

#tunnel_purchasing .title_part {
    border: 1px solid #4f4949;
    font-size: 14px;
    height: 30px;
    letter-spacing: 4px;
    margin-bottom: 8px;
    padding-top: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#tunnel_purchasing #dob_block select.select_space {
    margin-left: 24px;
}

#tunnel_purchasing #delivery_mode_tunnel {
    margin-bottom: 34px;
}

#tunnel_purchasing .part_tunnel_purchasing {
    margin-bottom: 23px;
    padding: 13px 0 0 19px;
}

#tunnel_purchasing .delivery_mode_type {
    border-top: 1px solid #BFBDBE;
    height: 200px;
    width: 458px;
}

#tunnel_purchasing .your_account_connection_title {
    margin-bottom: 19px;
    text-align: center;
}

#tunnel_purchasing .required_field_new_members {
    width: 328px;
}

#tunnel_purchasing .your_account_connection_block .part_form_newsletter {
    margin-bottom: 62px;
}

#tunnel_purchasing .your_account_connection_block .link_block_your_account a {
    margin-right: 90px;
}

#tunnel_purchasing #login_account_block {
    margin: 0;
}

#tunnel_purchasing #login_account_block .width_login_block {
    width: 225px;
}

#tunnel_purchasing .your_account_connection_block {
    width: 328px;
    overflow: hidden;
}

#tunnel_purchasing #new_user_account_block {
    margin-right: 10px;
    width: auto;
}

#tunnel_purchasing .delivery_mode_type p:first-child {
    min-height: 23px;
    padding-top: 37px;
    text-align: center;
    text-transform: uppercase;
}

#tunnel_purchasing #delivery_mode_type_home p:first-child {
    background: url('./modules/tunnel_purchasing/img/home_mode_delivery.png') no-repeat top center;
    margin-top: 59px;
    width: 127px;
}

#tunnel_purchasing #delivery_mode_type_withdrawal_point p:first-child {
    background: url('./modules/tunnel_purchasing/img/withdrawal_point_mode_delivery.png') no-repeat top center;
    margin-top: 39px;
    width: 144px;
}

#tunnel_purchasing .delivery_mode_type p:first-child span {
    color: #999999;
    padding-top: 13px;
    text-transform: none;
}

#tunnel_purchasing .delivery_mode_type > div {
    width: 311px;
}

#tunnel_purchasing #delivery_mode_type_withdrawal_point .part_mode_type {
    margin-top: 75px;
}

#tunnel_purchasing .delivery_mode_type .part_mode_type {
    height: 50px;
    margin-top: 30px;
    position: relative;
}

#tunnel_purchasing .delivery_mode_type .part_mode_type .selected_part_mode_type {
    background: url('./modules/tunnel_purchasing/img/arrow_withdrawal_point.png') no-repeat left center;
    height: 15px;
    position: absolute;
    top: 10px;
    right: -12px;
    width: 11px;
}

#tunnel_purchasing .delivery_mode_type .so_collisimo, #tunnel_purchasing .delivery_mode_type .collisimo {
    background: url('./modules/tunnel_purchasing/img/so_colissimo.png') no-repeat top left;
    display: block;
    height: 38px;
    width: 123px;
}

#tunnel_purchasing .delivery_mode_type .sagawa {
    background: url('./modules/tunnel_purchasing/img/sagawa.jpg') no-repeat top center;
    display: block;
    height: 67px;
    width: 120px;
    margin-right: 13px;
}

#tunnel_purchasing .delivery_mode_type .tablerate {
    background: url('./modules/tunnel_purchasing/img/tablerate.jpg') no-repeat top center;
    display: block;
    height: 64px;
    width: 138px;
    margin-right: 13px;
}

#tunnel_purchasing .delivery_mode_type .australiapost {
    background: url('./modules/tunnel_purchasing/img/australiaposteparcel.bmp') no-repeat top center;
    display: block;
    height: 64px;
    width: 276px;
    margin-right: 13px;
}

#tunnel_purchasing .delivery_mode_type .chronopost {
    background: url('./modules/tunnel_purchasing/img/chronopost.png') no-repeat top left;
    display: block;
    height: 38px;
    width: 119px;
}

#tunnel_purchasing .delivery_mode_type label {
    display: block;
}

#tunnel_purchasing .delivery_mode_type label.ups,
#tunnel_purchasing .delivery_mode_type label.tablerate {
    background: url('./modules/tunnel_purchasing/img/ups_shipping.png') no-repeat top left;
    height: 38px;
    width: 119px;
    margin-right: 0;
}

#tunnel_purchasing .delivery_mode_type label.usps {
    background: url('./modules/tunnel_purchasing/img/usps.png') no-repeat top center;
    background-size: contain;
    height: 38px;
    width: 119px;
    margin-right: 0;
}

#tunnel_purchasing .delivery_mode_type label.fedex {
    background: url('./modules/tunnel_purchasing/img/fedex.png') no-repeat top left;
    height: 70px;
    width: 100px;
    margin-top: -13px
}

body.sisley-br-pt #tunnel_purchasing .delivery_mode_type label.fedex {
    background: url('./modules/tunnel_purchasing/img/sedex.png') no-repeat top left;
    height: 56px;
}

#tunnel_purchasing .delivery_mode_type label.correios {
    background: url('./modules/tunnel_purchasing/img/pac.png') no-repeat top left;
    height: 45px;
    width: 100px;
    margin-top: -13px
}

#tunnel_purchasing .delivery_mode_type label.correios_41106 {
    background: url('./modules/tunnel_purchasing/img/pac.png') no-repeat top left;
}

#tunnel_purchasing .delivery_mode_type label.correios_40010 {
    background: url('./modules/tunnel_purchasing/img/sedex.png') no-repeat top left;
}

#tunnel_purchasing .delivery_mode_type label.focus_logistics {
    background-size: contain;
    height: 70px;
    width: 100px;
    margin-top: +7px
}

#tunnel_purchasing .delivery_mode_type .part_mode_type input[type="radio"] {
    margin-top: 15px;
}

#tunnel_purchasing .delivery_mode_type .part_mode_type p {
    margin: 8px 0 0 5px;
    line-height: 11px;
    width: 151px;
}

body.sisley-es #tunnel_purchasing .delivery_mode_type .part_mode_type p {
    font-size: 13px;
    line-height: 16px;
}

html[lang=de] #tunnel_purchasing .delivery_mode_type .part_mode_type p {
    font-size: 17px;
    line-height: 18px;
    margin-top: 0;
    width: 156px;
}

#tunnel_purchasing #delivery_mode_type_withdrawal_point_right {
    margin: 0 0 15px 11px;
    min-height: 300px;
    padding: 15px 15px 13px 16px;
    width: 209px;
}

#tunnel_purchasing #delivery_mode_type_withdrawal_point_right .my_appointment {
    background: url('./modules/tunnel_purchasing/img/my_appointment.png') no-repeat left center;
    color: #E76F20;
    font-size: 12px;
    height: 31px;
    margin: 13px 0 12px 0;
    padding: 15px 0 0 37px;
}

#delivery_mode_type_withdrawal_point_right #choose_delivery_appointment_part {
    margin: 19px 0;
}

#tunnel_purchasing #delivery_mode_type_withdrawal_point_right .address {
    margin-top: 15px;
    padding: 19px 0 19px 19px;
    width: 190px;
}

#tunnel_purchasing .title_part_right_withdrawal_point {
    background: url('./modules/tunnel_purchasing/img/arrow_right_part.png') no-repeat left center;
    margin-top: 12px;
    padding-left: 11px;
}

#delivery_mode_type_withdrawal_point_right li {
    padding-left: 25px;
}

#delivery_mode_type_withdrawal_point_right label {
    margin: 13px 0 8px;
}

#delivery_mode_type_withdrawal_point_right input[type="text"] {
    font-size: 13px;
    height: 24px;
    margin: 0 0 5px 11px;
    width: 143px;
}

#delivery_mode_type_withdrawal_point_right input[type="submit"] {
    background-color: #474546;
    border: none;
    color: #FFF;
    font-size: 12px;
    height: 26px;
    width: 30px;
}

#delivery_mode_type_withdrawal_point_right input[type="submit"]:hover {
    background-color: #837D7F;
}

#withdrawal_method_information_popin {
    margin: 36px auto 0;
}

#withdrawal_method_information_popin .popin_border {
    padding-left: 17px;
}

#withdrawal_method_information_popin.lightbox_2 .close_button {
    left: 120px;
    top: -28px;
}

.sisley-au #withdrawal_method_information_popin.lightbox_2 .close_button {
    left: 148px;
    top: -19px;
}

#withdrawal_method_information_popin.lightbox_2 .title_popin {
    margin-left: -85px;
    width: 355px;
}

.sisley-au #withdrawal_method_information_popin.lightbox_2 .title_popin {
    margin-left: -45px;
}

#withdrawal_method_information_popin .popin_border .part_withdrawal_method_information_popin {
    margin-top: 28px;
    padding-right: 10px;
}

#withdrawal_method_information_popin .popin_border .part_withdrawal_method_information_popin > p:first-child {
    color: #E56B23;
}

#withdrawal_method_information_popin .popin_border .part_withdrawal_method_information_popin > p img {
    margin-right: 10px;
    vertical-align: -70%;
}

#content_choose_your_withdrawal_point_popin {
    margin-top: 32px;
    padding: 0 10px 10px 15px;
}

#content_choose_your_withdrawal_point_popin #form_search_withdrawal {
    margin-top: 13px;
}

#content_choose_your_withdrawal_point_popin #form_search_withdrawal div {
    margin-right: 10px;
}

#content_choose_your_withdrawal_point_popin #form_search_withdrawal button {
    margin-top: 17px;
}

#choose_your_withdrawal_point_popin #choose_type_withdrawal_point_popin {
    color: #E56B23;
    margin: 26px 0 20px 100px;
}

#choose_your_withdrawal_point_popin #choose_type_withdrawal_point_popin label {
    margin-top: -5px;
}

#choose_your_withdrawal_point_popin #choose_type_withdrawal_point_popin img {
    margin-right: 7px;
    vertical-align: -75%;
}

#choose_your_withdrawal_point_popin #choose_type_withdrawal_point_popin input[type="checkbox"] {
    margin-left: 13px;
}

#list_address_withdrawal_point_popin {
    height: 345px;
    margin: 0 0 15px 6px;
    overflow-y: scroll;
    text-align: left;
    width: 215px;
}

#list_address_withdrawal_point_popin div {
    cursor: pointer;
    padding: 11px 0 11px 9px;
}

#list_address_withdrawal_point_popin div.selected_address_withdrawal_point {
    background-color: #F3F3F3;
}

#address_selected_withdrawal_point_popin {
    margin: 28px 18px 0;
    text-align: left;
    width: 161px;
}

#address_selected_withdrawal_point_popin ul {
    margin: 18px 0 25px;
}

#google_map_withdrawal_point_popin {
    margin-top: 15px;
}

#overview_address_withdrawal_point_popin {
    height: 345px;
}

#tunnel_purchasing .space_element_tunnel {
    margin-bottom: 10px;
}

#tunnel_purchasing #choose_delivery_address_part {
    padding-bottom: 30px;
}

#tunnel_purchasing #new_address_delivery_part > div.part_tunnel_purchasing,
#tunnel_purchasing #new_address_billing_part > div.part_tunnel_purchasing {
    padding: 20px 0 20px 19px;
}

#tunnel_purchasing .purchasing_form_part {
    border-bottom: 1px dotted #C7BFBF;
    margin-bottom: 13px;
    padding-bottom: 13px;
}

#tunnel_purchasing .fields_space {
    margin-bottom: 17px;
}

/*.validation-advice {*/
/*float: left;*/
/*}*/

#tunnel_purchasing .select_space {
    margin-left: 10px;
}

#tunnel_purchasing .fields_aligned {
    margin-right: 39px;
}

#tunnel_purchasing input[type="text"],
#tunnel_purchasing input[type="password"],
#tunnel_purchasing select {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 4px;
}

#tunnel_purchasing .esmall_select {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 4px;
    width: 59px;
}

#tunnel_purchasing input[type="text"],
#tunnel_purchasing input[type="password"] {
    height: 19px;
    line-height: 19px;
}

#tunnel_purchasing #validate_new_delivery_address.grey_button {
    font-size: 16px;
    height: 35px;
    margin: 8px 0 26px;
    padding: 0 68px;
}

#tunnel_purchasing #choose_billing_address_part.part_tunnel_purchasing {
    padding-bottom: 14px;
}

#tunnel_purchasing #new_address_billing_part {
    margin-bottom: 30px;
}

#tunnel_purchasing #your_message_gift {
    height: 69px;
    width: 594px;
}

#allow-gift-messages-for-order-container {
    width: 612px;
}

#tunnel_purchasing #allow-gift-messages-for-order-container .textarea_presentation {
    width: 594px;
}

#tunnel_purchasing #your_order_gift {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

#tunnel_purchasing #gift-message-whole-message {
    width: 594px;
}

#tunnel_purchasing #is_order_gift_part {
    margin-bottom: 18px;
}

#tunnel_purchasing #is_order_gift_part #is_order_gift_no_part {
    margin-right: 72px;
}

#tunnel_purchasing #is_order_gift_part input[type="radio"] {
    margin-left: 0;
}

#tunnel_purchasing #cart_table {
    margin-bottom: 30px;
    width: 100%;
}

#tunnel_purchasing #cart_table thead tr {
    height: 33px;
}

#tunnel_purchasing .product_col_cart {
    width: 359px;
}

#tunnel_purchasing .product_col_cart:hover {
    color: #837D7F;
}

#tunnel_purchasing .quantity_col_cart {
    color: #7E7C7D;
    padding: 10px;
    width: 85px;
}

#tunnel_purchasing .unit_price_col_cart {
    color: #7E7C7D;
    padding-left: 18px;
    width: 132px;
}

#tunnel_purchasing .golden_point .unit_price_col_cart,
#tunnel_purchasing .golden_point .total_price_product {
    color: #B28200;
}

#tunnel_purchasing .total_price_product {
    text-align: right;
    padding-right: 15px;
}

#tunnel_purchasing #total_price_cart p {
    padding-right: 10px;
}

#tunnel_purchasing #total_price_cart .color_pink {
    margin-bottom: 14px;
}

#payment_mode p.title_payment_mode {
    border-bottom: 1px solid #C5BFC1;
    color: #666666;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#payment_mode #mode_payment_choice {
    margin: 0 auto 0 -19px;
}

#payment_mode #mode_payment_choice fieldset {
    padding: 0;
}

#payment_mode #mode_payment_choice .cardinfo {
    width: 450px;
    margin: 0 auto;
}

#payment_mode #mode_payment_choice .order_total {
    width: 450px;
    margin: 0 auto;
}

#payment_mode #mode_payment_choice p.item_choice_paiment_mode {
    margin-right: 12px;
}

#payment_mode #mode_payment_choice dd {
    margin: 20px 0 20px;
}

#checkout-payment-method-load {
    margin-bottom: 10px;
}

#checkout-payment-method-load label {
    bottom: -5px;
    margin-left: 5px;
    position: absolute;
}

#checkout-payment-method-load dt > label[for=p_method_paypal_express] {
    bottom: -20px;
}

#checkout-payment-method-load label::first-line {
    line-height: 30px;
}

#checkout-payment-method-load dt > label {
    font-family: 'BentonSans_Book';
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.37px;
}

#checkout-payment-method-load label input {
    position: relative;
    top: 5px;
}

#register-token-li {
    border: 1px solid #d6d6d6;
    margin: 20px;
    padding: 0 20px 20px;
}

#register-token-li label input {
    top: 0;
}

.icon-centered {
    background-color: #f1f1f1;
    display: inline-block;
    margin-top: -10px;
    width: 50px;
}

#payment_mode #amount_transaction {
    border-bottom: 1px solid #D6D6D6;
    /*color: #244CAC;*/
    margin-top: 27px;
    padding-bottom: 25px;
    padding-top: 10px;
}

#payment_mode .payment_form {
    padding-bottom: 25px;
    padding-top: 10px;
}

#payment_mode .opc_form {
    color: #244CAC;
    margin-top: 20px;
}

#payment_mode #payment_form_cybersource_card_processing,
#payment_mode #payment_form_sisley_secureacceptance_options
{
    /*color: #244CAC;*/
    margin-top: 20px;
}

#payment_mode #credit_cart_number_part,
#payment_mode #expiration_date_part,
#payment_mode #verification_code_part {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 5px;
    text-align: center;
}

#payment_mode #credit_cart_number_part label,
#payment_mode #expiration_date_part label,
#payment_mode #verification_code_part label {
    display: block;
    padding: 2px 10px 0 0;
    text-align: right;
    width: 206px;
    color: #4e4848;
    line-height: 20px;
}

#payment_mode #credit_cart_number_part input[type="text"] {
    height: 20px;
    width: 142px;
}

#payment_mode #expiration_date_part select {
    margin-right: 7px;
    width: inherit;
}

#payment_mode #expiration_date_part p {
    margin-top: 6px;
}

#payment_mode #expiration_date_part #expiration_date_year {
    margin: 4px 0 0 7px;
}

#payment_mode #verification_code_part {
    margin-bottom: 23px;
}

#payment_mode #verification_code_part input[type="text"] {
    width: inherit;
}

#payment_mode #verification_code_part #verification_code {
    height: 20px;
    width: 59px;
}

#payment_mode #what_is_verification_code {
    background: url('./modules/tunnel_purchasing/img/what_is_verification_code.jpg') no-repeat left center;
    margin-left: 5px !important;
    padding-left: 17px;
}

#payment_mode #what_is_verification_code span {
    color: #033165;
    font-weight: bold;
    padding-left: 3px;
}

#payment_mode fieldset {
    margin: 0px;
}

#payment_mode input[type="radio"] {
    margin: 0 5px 0 0px;
}

#payment_mode #dt_idealadvanced {
    text-align:center;
}

#payment_mode #dd_idealadvanced {
    line-height:26px;
    padding-left:60px;
}

#payment_mode input#p_method_idealadvanced {
    display: inline-block;
    margin-top: 17px;
}

.text_bottom_br {
    margin-top: 250px;
}

#payment_mode label[for=p_method_idealadvanced] {
    background: rgba(0, 0, 0, 0) url("../images/tunnel_purchasing/ideal_logo.png") no-repeat scroll left center;
    display: inline-block;
    height: 49px;
    text-indent: -9999px;
    vertical-align: top;
    width: 57px;
}

#payment_form_idealadvanced label,
#payment_form_idealadvanced .input-box {
    margin-right:10px;
    display:inline-block;
}

#btn-placeorder {
    font-size: 20px;
    height: 45px;
    margin-bottom: 59px;
    white-space: nowrap;
}

#need_help_with_order {
    border: 1px solid #CCC;
    padding: 23px 7px 19px;
    text-align: center;
    font-size: 11px;
}

#need_help_with_order .title_need_help_with_order {
    border-bottom: 1px solid #CCC;
    margin-bottom: 17px;
    padding-bottom: 13px;
}

#secure_payment_right {
    border-bottom: 1px solid #CCC;
    margin: 26px 0 11px;
    padding-bottom: 17px;
}

#secure_payment_right .secure_payment {
    margin-right: 21px;
    margin-top: 8px;
}

#secure_payment_right .secure_payment + span {
    width: auto;
}

#secure_payment_right p {
    color: #666666;
    margin: 0 0 21px 20px;
    width: auto;
}

#secure_payment_right img {
    margin-left: 8px;
}

#secure_payment_right img.payment_methods_small_margin {
    float: unset;
    margin: 5px 3px;
}

#secure_payment_right:hover .secure_payment {
    background-position: -147px -21px;
}

#express_delivery_right_part {
    border-bottom: 1px solid #CCC;
    color: #666666;
    min-height: 23px;
    padding-left: 14px;
}

#express_delivery_right_part:hover .delivery_2448 {
    background-position: -33px -21px;
}

#express_delivery_right_part .delivery_2448 {
    margin-top: 8px;
}

#express_delivery_right_part .text_express_delivery_right_part {
    padding-bottom: 11px;
    padding-left: 15px;
    width: 121px;
}

#express_delivery_right_part:hover,
#satisfied_refunded_right_part:hover,
#secure_payment_right p:hover {
    color: #837D7F;
}

#express_delivery_right_part,
#satisfied_refunded_right_part,
#secure_payment_right {
    cursor: pointer;
}

#satisfied_refunded_right_part {
    color: #666666;
    min-height: 23px;
    padding: 11px 0 11px 0;
    padding-left: 14px;
}

#satisfied_refunded_right_part .text_satisfied_refunded_right_part {
    padding-bottom: 11px;
    padding-left: 18px;
    width: 123px;
}

#satisfied_refunded_right_part:hover .satisfied_refunded {
    background-position: -97px -21px;
}

#satisfied_refunded_right_part .satisfied_refunded {
    margin-top: 8px;
}

#step3_resume {
    margin-bottom: 34px;
    padding: 15px;
}

#step3_resume a:hover {
    color: #837D7F;
}

#shipping_resume_block {
    margin: 15px 0;
}

#success {
    margin-top: 25px;
}

#block_bottom_success_page {
    margin-top: 40px;
}

#block_bottom_success_page .block_border_golden .title_block {
    letter-spacing: 0;
    padding: 10px 7px;
    top: -11px;
}

#block_bottom_success_page .block_border_golden {
    margin: 15px 0 0 0;
    min-height: 65px;
    padding: 0 10px 10px;
}

#block_bottom_success_page .block_success_page {
    width: 405px;
}

#block_bottom_success_page .block_success_page a {
    margin-top: 4px;
}

#success #button_invite_family {
    margin: 13px 94px 150px 0;
}

.second_columns_review_total {
    padding-right: 16px;
    text-align: right;
    width: 100px;
}

#total_step_review table tr {
    height: auto;
}

#total_step_review table td hr {
    background-color: #827C7E;
    border: none;
    height: 1px;
    margin: 9px 5px 5px 0;
}

.first_columns_review_total {
    padding-right: 24px;
    text-align: right;
}

#tunnel_purchasing .number_cart_tunnel_purchasing {
    width: 374px;
}

#tunnel_purchasing .verification_cart_tunnel_purchasing .v-fix {
    position: relative;
}

#tunnel_purchasing .verification_cart_tunnel_purchasing .v-fix.field_error {
    background-position: 66% 0;
    margin-top: 3px;
    padding-bottom: 18px;
}

#tunnel_purchasing .number_cart_tunnel_purchasing.field_error {
    margin-top: 3px;
}

#tunnel_purchasing .number_cart_tunnel_purchasing .validation-advice {
    clear: both;
    float: right;
    margin: 0 7px 0 0;
}

#tunnel_purchasing .verification_cart_tunnel_purchasing .validation-advice {
    bottom: 0;
    left: 216px;
    margin-bottom: 0;
    position: absolute;
}

#tunnel_purchasing .date_cart_tunnel_purchasing.field_error {
    background: none;
}

#tunnel_purchasing .date_cart_tunnel_purchasing.field_error .fields_space {
    float: left;
    margin: 5px 0 0 216px;
}

#tunnel_purchasing_ident {
    margin: 0 auto;
    width: 981px;
}

#tunnel_purchasing_ident #left_part {
    margin: 44px 50px 0 0;
    /*padding: 0 10px;*/
    width: 745px;
    /*border: 1px solid #ccc;*/
    height: auto;
}

#tunnel_purchasing_ident #right_part {
    margin: 44px 0 0;
    width: 177px;
}

/* specific register/login blocks */
#tunnel_purchasing_ident #left_part .your_account_connection_block {
    margin: 0;
    width: 320px;
}

#tunnel_purchasing_ident #left_part > div > div {
    text-align: center;
}

#tunnel_purchasing_ident #left_part form {
    text-align: left;
}

/* display input and label accordingly with this page's block's width */
#tunnel_purchasing_ident #left_part form > p > label,
#tunnel_purchasing_ident #left_part form > p > input {
    float: none;
    display: block;
}

/* display hidden divs' input and span accordingly with this page's block's width */
#tunnel_purchasing_ident form #complete_account_creation > p > input,
#tunnel_purchasing_ident form #complete_account_creation > p > input + span {
    display: block;
}

/* forgotten password help link */
#tunnel_purchasing_ident #left_part form .link_block_your_account {
    padding: 0 83px 0 0;
}

.carrier {
    margin: 20px 0 15px;
}

.carrier img {
    margin-right: 15px;
}

.carrier span {
    margin-bottom: 10px
}

.newAddress {
    margin-top: 8px 0 15px;
}

#co-payment-form fieldset {
    border: none;
}

#co_payment-form fieldset input {
    margin: 0 5px 10px 10px;
}

#checkout-progress-wrapper address {
    font-style: normal;
}

.so_col_alignment {
    padding-left: 30px;
}

/* US 1.0 */

#tunnel_purchasing.us #new_user_account_block .part_form_newsletter p {
    width: auto;
}

#tunnel_purchasing.us #new_user_account_block .your_account_connection_title{
    padding: 0 0 11px 0;
    text-align: center;
    width: auto;
}

#tunnel_purchasing.us #new_user_account_block .dotted_separator {
    width: auto;
}

/* shipping & billing address forms */

#tunnel_purchasing.us #shipping-new-address-form .input_container {
    margin-left: 0px;
    margin-bottom: 25px;
    width: 300px;
    float: none;
}

#tunnel_purchasing.us #shipping-new-address-form.us .validation-advice,
#tunnel_purchasing.us #billing-new-address-form.us .validation-advice {
    margin-top: -25px;
    display: inline;
}

#tunnel_purchasing.us #shipping-new-address-form.us .input_field {
    display: block;
    width: 100%;
    padding-left: 4px;
    height: 25px;
    margin: 3px 0 3px;
}

#tunnel_purchasing.us #shipping-new-address-form select {
    height: 27px;
    background-color: #FFFFFF;
    padding-left: 0px;
    width: 100%;
}

#tunnel_purchasing.us #shipping-new-address-form .street_line_input.first {
    margin-top: 4px
}

#tunnel_purchasing.us #shipping-new-address-form .civility_input {
    display: inline;
    margin-left: 20px;
    width: 60px !important;
}

#tunnel_purchasing.us #shipping-new-address-form .first_name_container,
#tunnel_purchasing.us #shipping-new-address-form .last_name_container,
#tunnel_purchasing.us #shipping-new-address-form .additionnal_address_container,
#tunnel_purchasing.us #shipping-new-address-form .zip_to_country_container {
    float: left;
    width: 300px;
}

#tunnel_purchasing.us #shipping-new-address-form .last_name_container {
    margin-left: 40px;
}

#tunnel_purchasing.us #shipping-new-address-form .zip_to_country_container {
    border-left: 1px solid #dddddd;
    margin-left: 20px;
    padding-left: 20px;
}

#tunnel_purchasing.us #shipping-new-address-form .zip_to_country_container .input_container {
    margin-left: 0px;
}

#tunnel_purchasing.us #shipping-new-address-form .phone_container {
    clear: both;
}

/* billing */

#tunnel_purchasing.us #billing-new-address-form .input_container {
    margin-left: 0px;
    margin-bottom: 25px;
    width: 300px;
    float: none;
}

#tunnel_purchasing.us #billing-new-address-form .input_field {
    display: block;
    width: 100%;
    padding-left: 4px;
    height: 25px;
    margin: 3px 0 25px;
}

#tunnel_purchasing.us #billing-new-address-form select {
    height: 27px;
    background-color: #FFFFFF;
    padding-left: 0px;
    width: 100%;
}

#tunnel_purchasing.us #billing-new-address-form .street_line_input.first {
    margin-top: 4px
}

#tunnel_purchasing.us #billing-new-address-form .civility_input {
    display: inline;
    margin-left: 20px;
    width: 60px !important;
}

#tunnel_purchasing.us #billing-new-address-form .first_name_container,
#tunnel_purchasing.us #billing-new-address-form .last_name_container,
#tunnel_purchasing.us #billing-new-address-form .additionnal_address_container,
#tunnel_purchasing.us #billing-new-address-form .zip_to_country_container {
    float: left;
    width: 300px;
}

#tunnel_purchasing.us #billing-new-address-form .last_name_container {
    margin-left: 40px;
}

#tunnel_purchasing.us #billing-new-address-form .zip_to_country_container {
    border-left: 1px solid #dddddd;
    margin-left: 20px;
    padding-left: 20px;
}

#tunnel_purchasing.us #billing-new-address-form .zip_to_country_container .input_container {
    margin-left: 0px;
}

/* Shipping modes */
#tunnel_purchasing.us #delivery_mode_type_withdrawal_point_right,
body.en-gb #tunnel_purchasing #delivery_mode_type_withdrawal_point_right,
body.sisley_uk #tunnel_purchasing #delivery_mode_type_withdrawal_point_right {
    min-height: 240px;
}

#tunnel_purchasing .shipping_more_information {
    white-space: nowrap;
}

/* Product listing in step 4 */
#tunnel_purchasing.us .data-table .product-name-title {
    padding-left: 160px;
}

#tunnel_purchasing.us .data-table .subtotal-title,
#tunnel_purchasing.us .data-table .subtotal-value {
    text-align: right;
    width: 60px;
    padding-left: 0px;
}

#tunnel_purchasing.us .data-table .unit-price-title,
#tunnel_purchasing.us .data-table .unit-price-value,
#tunnel_purchasing.us .data-table .quantity-title,
#tunnel_purchasing.us .data-table .quantity-value {
    text-align: center;
    width: 80px;
    padding-left: 0px;
}

/* ENDING US 1.0 */
/**
* @Julien Rousseau
* 25/06/2012
* Defines the different your wishlist block property
**/

#your_wishlist {
    width: 698px;
}

#your_wishlist caption {
    background: url('./modules/wishlist/img/wishlist.png') no-repeat;
    border-bottom: 1px solid #C7BFBF;
    margin: 21px 0 0px;
    padding: 10px 0 6px 49px;
}

#your_wishlist thead tr {
    height: 38px;
}

#your_wishlist tbody tr.line_product_wishlist {
    border-bottom: 1px dotted #C7BFBF;
}

#your_wishlist tbody td.product_wishlist {
    padding-left: 20px;
    width: 350px;
}

#your_wishlist tbody td.quantity_wishlist {
    padding-right: 20px;
    *padding-right: 0px; /* Hack IE7 */
    width: 130px;
}

#your_wishlist tbody td {
    padding: 19px 0 16px;
}

#your_wishlist td.product_wishlist img {
    margin-right: 19px;
}

#your_wishlist .cart_product_color {
    height: 19px;
    margin-right: 9px;
    width: 19px;
}

#your_wishlist .text_wishlist {
    margin-top: 30px;
    width: 158px;
}

#your_wishlist .quantity_wishlist select {
    width: 49px;
}

#your_wishlist .quantity_wishlist .delete_product {
    background: url('./modules/wishlist/img/delete_cross.png') no-repeat;
    height: 9px;
    margin: 5px 0 0;
    width: 10px;
}

#your_wishlist .unit_price_wishlist {
    width: 137px;
}

#your_wishlist #product_wishlist {
    padding-right: 13px;
}

.my-account .section_title .wishlist_star_picto {
    background: url('./modules/wishlist/img/whishlist_star_picto.png') #FFF 12px 4px no-repeat;
    padding: 5px 10px 5px 39px;
}

/* Wishlist Pop-in */
#wishlist_popin .popin_border .title_popin {
    font-size: 18px;
    margin-bottom: 10px;
}

#wishlist_popin .popin_border {
    padding-bottom: 15px;
}

/* tints blocks */
#wishlist_popin .color_choice li.duo {
    margin: 0 10px;
}

#wishlist_popin .popin_product_name_wishlist {
    margin: 10px 0;
}

/* Wishlist shared */
#wishlist-shared {
    margin: 85px auto 25px;
    width: 698px;
}

#wishlist-shared .text_wishlist_price {
    margin-top: 0;
    padding-top: 10px;
    width: auto;
}

#wishlist-shared tbody td.product_wishlist {
    width: 340px;
}

#wishlist-shared tbody td.product_comment {
    width: 125px;
    padding: 10px 20px;
}

#wishlist-shared tbody td.quantity_wishlist .add_whishlist_express_purchase {
    background: none;
}

#wishlist-shared tbody td.quantity_wishlist {
    padding-top: 36px;
    width: 140px;
}

.sidebar-promo {
    position: fixed;
    top: 215px;
    right: 0;
    z-index: 1001;
}

.sidebar-promo-hidden {
    right: -285px;
}

.sidebar-promo-toggle {
    border: 1px solid #999;
    border-right: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 86px;
}

.sidebar-promo-toggle img {
    vertical-align: top;
}

.sidebar-promo-content-wrapper {
    background: #fff;
    border: 1px solid #999;
    margin: 0 0 0 87px;
    padding: 20px;
}

.sidebar-promo-content {
    border: 1px solid #ccc;
    position: relative;
    padding: 25px 5px 10px;
    text-align: center;
}

.sidebar-promo-close {
    background: #FFF url('./modules/wishlist/img/close_button.png') no-repeat top center;
    color: #4E484A;
    cursor: pointer;
    display: inline;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-style: italic;
    font-size: 14px;
    padding: 25px 10px 0;
    position: relative;
    top: -10px;
}

.sidebar-promo-content .btn {
    background: #c3a12a;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-style: italic;
    line-height: 1;
    margin: 5px 0 0;
    padding: 5px 15px;
}

/**
* @Julien Rousseau
* 21/06/2012
* Defines the different your order block property
**/

#your_order_table {
    *margin-top: 15px; /* Hack IE7 */
}

#your_order_table thead tr {
    height: 38px;
}

#your_order_table tfoot tr {
    height: 40px;
}

#your_order_table tfoot tr a {
    background: url('./modules/your_order/img/arrow_link_next.png') no-repeat left center;
    padding: 0 8px 0 8px;
    margin: 0 11px 0 0;
}

#your_order_table tfoot tr a.previous {
    background: url('./modules/your_order/img/arrow_link_previous.png') no-repeat left center;
    margin: 0 0 0 11px;
}

#your_order_table tfoot tr a.previous_right {
    background: url('./modules/your_order/img/arrow_link_previous.png') no-repeat right center;
    margin: 0 0 0 11px;
}

.order_line {
    height: 70px;
}

.order_line td, .bundle_line td {
    text-align: center;
    width: 130px;
}

.bundle_line td.bundle_article {
    width: 392px;
    text-align: left;
    padding-left: 20px;
}

#tfoot_order_detail .separator_boby_foot {
    background-color: #FFF;
    height: 14px;
    padding: 0;
}

#order_detail .block_your_account {
    height: auto;
    min-height: 168px;
}

#order_detail .block_your_account .content_block_your_account {
    min-height: 78px;
}

.order_line td.order_action {
    padding: 0 7px 0 20px;
    text-align: left;
    width: 158px;
}

.order_line td.bundle_line {
    padding-left: 20px;
    text-align: left;
}

.order_line td.bundle_line li {
    list-style-type: none;
}

.order_line td.price_order_renderer,
.bundle_line td.price_order_renderer {
    padding-right: 21px;
    text-align: right;
}

.order_line td.order_action a, .link_block_your_account input[type="submit"] {
    background: url('./modules/your_order/img/arrow_link_next.png') no-repeat left center;
    line-height: 17px;
    padding-left: 8px;
}

.order_even_line {
    background-color: #f1f1f1;
}

/* move the details head title further right */
.last_head_column_17 {
    padding: 0 0 0 17px;
}

.last_head_column_25 {
    padding: 0 0 0 25px;
}

#article_order_detail {
    width: 423px;
}

#tfoot_order_detail {
    background-color: #F1F1F1;
}

#tfoot_order_detail td {
    padding: 15px 21px 16px 20px;
}

#tfoot_order_detail td.total_order_detail {
    padding-right: 39px;
}

.block_your_order {
    border: 1px solid #5C185E;
    min-height: 128px;
    margin: 21px 0 35px;
    width: 332px;
}

.block_your_order .title_block_order {
    border-bottom: 1px solid #5C185E;
    height: 23px;
    padding: 5px 0 0 20px;
}

.block_your_order .content_block_order {
    background-color: #F1F1F1;
    padding: 15px 0 10px 20px;
}

#button_your_order a {
    margin-left: 20px;
}

#order_detail .order_line td.order_article {
    padding-left: 20px;
    text-align: left;
}

/* CSS Document */
.fb-login {
    clear: both;
    margin: 30px 0 0 0;
    text-align: center;
}

.fblike {
    clear: both;
    margin: 30px 0 0 0;
    text-align: center;
}

#international_link {
    background: url("./modules/header/img/v.png") no-repeat scroll 107px 5px rgba(0, 0, 0, 0);
    padding-right: 20px;
}

#international_container {
    margin: 9px 0 0;
    position: relative;
}

#international_popin_part {
    height: 400px;
    padding-top: 23px;
    right: -255px;
    top: 11px;
    width: 330px;
    z-index: 3001;
}

#international_popin_part > div {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 36px 12px;
    position: relative;
}

#international_popin_part > div > span.arrow_popin {
    background: url("./modules/header/img/arrow_newsletter.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    position: absolute;
    height: 8px;
    left: 60px;
    top: -8px;
    width: 14px;
}

#international_popin_part > div .close_button {
    top: -10px;
}

#international_popin_part > div .international_popin_intro {
    margin: 10px 0 40px;
}

#international_popin_part ul#continents > li {
    display: inline;
    float: left;
    min-height: 60px;
    width: 140px;
    margin-left: 45px;
    margin-right: -40px;
    text-align: left;
}

#international_popin_part ul#continents > li.continent {
    color: #4E4848;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 20px;
}

#international_popin_part ul#continents > li.continent > ul {
    font-weight: normal;
    text-transform: none;
}

#international_popin_part ul#continents li a {
    font-size: 12px;
}

#international_popin_part ul#continents li a:hover {
    color: #4E4848;
}

#international_popin_part ul#continents li a.e-shop {
    background: url("./modules/header/img/cart_logo.png") no-repeat scroll 20px 0 / 11px auto rgba(0, 0, 0, 0);
    margin-left: -38px;
    padding-left: 37px;
}

#international_popin_part ul#continents li span.e-shop {
    color: #BFBDBE;
}

.magazine {
    margin: 20px auto !important;
    float: left;
}

#flipbook_previous_page, #flipbook_next_page {
    width: 40px;
    height: 500px;
    float: left;
    margin: 20px 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#click_to_zoom {
    float: right;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    font-style: italic;
    margin: -20px 5px 0 0;
}

#text_description_product.picto-book {
    background: url('../images/flipbook/picto-livre.jpg') 0 -4px no-repeat;
}

#flipbook_loading {
    position: fixed;
    left: 50%;
}

.magazine-viewport {
    float: left;
    width: 709px !important;
    height: 500px !important;
}

.magazine-viewport .container {
    position: absolute;
    /*    top:367px;
        left:568px;*/
    width: 709px;
    height: 500px;
    margin: auto;
}

.magazine-viewport .magazine {
    width: 709px;
    height: 500px;
    /*    left:-568px;
        top:-367px;*/
}

/* Important: the image size must be set to 100%.
 *  Otherwise the position of the images would be messed up upon zooming.
 */
.magazine img {
    width: 100%;
    height: 100%;
}

#contactForm.FR #object_contact {
    width: 480px;
}

#contactForm.FR #email_contact,
#contactForm.FR #lastname,
#contactForm.FR #firstname {
    width: 400px !important;
}

#contactForm.FR #firstname {
    margin-right: -25px;
}

#contactForm.FR #city_contact {
    width: 287px !important;
    margin-right: 0;
}

#contactForm.FR #number_and_address_contact {
    width: 685px !important;
    margin-right: -10px;
}

#contactForm.FR #country_contact {
    width: 380px !important;
    margin-right: -20px;
}

#contactForm.FR .small-input {
    width: 140px !important;
}

#contactForm.FR div.fields_space:first-child {
    margin-bottom: 17px;
}

#contactForm.FR div.grey-background {
    margin-top: -15px;
}

.grey-background {
    background-color: #DFDFDF;
    padding: 15px 15px 1px;
    margin-bottom: 10px;
}

.grey-background input {
    margin-right: 15px;
}

#confirm_empty_cart .confirm-empty-cart-text,
#max_samples .max-samples-text {
    font-style: italic;
    font-size: medium;
    margin: 40px 0;
}

.buttons-centered {
    text-align: center;
}

.buttons-centered > a {
    display: inline-block;
    float: none;
    margin: 15px;
}

#new-account-advantages {
    margin: 50px 0;
}

#new-account-advantages > .bw_flower_box {
    background-color: transparent;
}

#guest_checkout_box {
    margin: 40px 0 0;
    min-height: 0;
}

html[lang=ja] #guest_checkout_box {
    text-align: center;
}

#guest_to_customer {
    margin-top: 70px;
    text-align: center;
}

#guest_to_customer > a#open_form {
    display: inline-block;
    margin: 40px;
}

#guest_to_customer .block_border_account_golden {
    width: 100%;
    min-height: 0;
}

#guest_to_customer_advantages > ul {
    padding: 10px 0 10px 120px;
}

#success-guest-club-pitch .block_border_account_golden ul {
    padding: 10px;
}

#guest_to_customer_advantages > ul > li {
    float: left;
    margin: 20px 50px -10px;;
    width: 280px;
}

#guest_to_customer_form_container {
    margin: auto;
    text-align: left;
    width: 300px;
}

#guest_to_customer_form_container.club {
    width: 100%;
    margin: 0 50px 0 150px;
}

#guest_to_customer_form_container.club > form {
    float: left;
}

#guest_to_customer_form_container .your_account_connection_block {
    width: 100%;
}

#guest_to_customer_form_container.club .your_account_connection_block {
    width: 315px;
}

#success-guest-club-pitch {
    float: left;
    width: 320px;
}

#success-guest-club-pitch h3 {
    text-transform: uppercase;
    width: 150px;
    margin: 0 auto;
}

#guest_to_customer_form_container .esmall_select {
    margin-right: 15px;
}

#guest_to_customer_form_success {
    text-align: center;
}

#guest_to_customer_form_success > a {
    display: inline-block;
    margin-top: 30px;
}

#guest_to_customer_advantages {
    padding-bottom: 50px;
}

#login-buttons-container {
    background-color: transparent;
}

.width_100_percent {
    width: 100%;
}

.no-border-bottom {
    border-bottom: 0 none !important;
}

div#international_container ul#multilocale_country li {
    display: inline;
    padding: 0 10px;
}

div#international_container ul#multilocale_country li a.current-country {
    text-decoration: underline;
}

/*div#international_container ul#multilocale_country li a:not(.current-country) {
    font-weight: bold;
}*/

div#international_container ul#multilocale_country li:not(:last-child) {
    border-right: 1px solid;
}

#wait-while-saving {
    margin: 30px auto;
    width: 250px;
}

#ajax_spinner .popin_border {
    padding-bottom: 20px;
}

#ajax_spinner .title_popin {
    border-bottom: none;
    width: 355px;
    position: relative;
}

#ajax_spinner .title_popin:after {
    border-bottom: 1px solid #ccc;
    bottom: 0;
    content: "";
    left: 5%;
    position: absolute;
    width: 90%;
}

.shipping-option-message {
    margin: 20px 20px 0 0;
    text-align: center;
    color:#909090;
    font-size: 12px;
    font-family: arial, Times, Georgia, serif;
}

.cookie-eu-law {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    bottom: -12px;
}

.cookie-eu-law img {
    vertical-align: bottom;
    top: 1px;
    position: relative;
    margin-left: 15px;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.my-account .section_title {
    margin-top: 50px;
}

.block-shadow {
    border: 1px solid #e4e4e4;
    margin-bottom: 35px;
    padding: 5px;
    width: 459px;
    -moz-box-shadow: 1px 1px 5px 0px #eeeeee;
    -webkit-box-shadow: 1px 1px 5px 0px #eeeeee;
    -o-box-shadow: 1px 1px 5px 0px #eeeeee;
    box-shadow: 1px 1px 5px 0px #eeeeee;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee, Direction=134, Strength=5);
}

.block-cadre {
    border: 1px solid #dcdcdc;
}

.block-left {
    float: left;
}

.block-right {
    float: right;
}

#newsletter {
    margin: 20px 0;
}

.sisley-tw  #newsletter {
    margin: 0 auto;
	width: 450px;
}

.sisley-tw  #newsletter #newsletter_form {
	margin-top: 20px;
}

#newsletter h1, #instant-sisley h4 {
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

#newsletter > div {
    margin-right: 20px;
    width: 450px;
    text-align: center;
}

#newsletter div.block-cadre {
    padding: 30px;
    letter-spacing: 0.05em;
}

#newsletter div.block-cadre h2 {
    margin-bottom: 20px;
}

#newsletter div.block-cadre ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    padding-left: 37px;
}

#newsletter div.block-cadre ul li {
    font-style: italic !important;
    font-family: "Times New Roman", Times, Georgia, serif !important;
    font-size: 18px !important;
}

#newsletter div.block-cadre ul li img {
    margin-right: 13px;
    vertical-align: middle;
}

#newsletter #newsletter-subscription, #newsletter #newsletter-subscription-ok {
    height: 185px;
    margin-right: 0;
    padding: 50px 77px;
    text-align: left;
    width: 310px;
    font-size: 12px;
}

#newsletter #newsletter-subscription form * {
    display: block;
}

#newsletter #newsletter-subscription form a, #newsletter #newsletter-subscription form a * {
    display: inline;
}

#newsletter #newsletter-subscription form input[type="text"] {
    margin-bottom: 19px;
}

#newsletter #newsletter-subscription form input[type="submit"] {
    margin: 20px auto;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.1em;
    background: url("./skins/button/img/white_small_arrow_right.png") no-repeat scroll 16px 12px rgb(79, 73, 73);
    height: auto;
    width: auto;
}

body.sisley-de #newsletter #newsletter-subscription {
    height: 225px;
    padding: 30px 17px;
    width: 420px;
}

body.sisley-de #newsletter #newsletter-subscription form input[type="submit"] {
    margin: 10px auto;
}

body.sisley-de #newsletter #newsletter-subscription form input[type="text"],
body.sisley-de #newsletter #newsletter-subscription form label {
    margin-left: 50px;
}

.no-margin {
    font-size: 11px;
    margin: 0 50px;
    text-align: justify;
}

#i-agree {
    display: inline !important;
    margin: 0 3px 0 !important;
}

#newsletter #newsletter-subscription-ok {
    text-align: center;
    font-style: italic;
    color: #4e4848;
    height: 135px;
    padding-top: 120px;
    font-size: 17px;
    letter-spacing: 0.06em;
}

#instant-sisley h3 {
    font-size: 55px;
    font-style: italic;
    font-weight: normal;
    color: #c7bfbf;
}

#instant-sisley h4 {
    font-size: 22px;
    font-weight: normal;
    height: 7px;
}

#instant-sisley h4 span {
    background-color: white;
    padding: 0 10px;
    position: relative;
    top: -5px;
}

#newsletter #loading {
    height: 285px;
    margin: 90px 0 0 500px;
    position: absolute;
    width: 464px;
    z-index: 1000;
}

ul.fondation {
    margin: 10px 0 0 20px;
}

ul.fondation li {
    margin: 0 0 5px;
}

ul.fondation li:before {
    content: "-";
    position: relative;
    left: -5px;
}

ul.fondation li a {
    text-transform: none;
}

.sisley_home_header .header_description.projects {
    top: 135px;
}

#projects-axis {
    left: 260px;
    position: relative;
    top: 315px;
}

#projects-axis ul li {
    display: inline;
    font-size: 20px;
    font-style: italic;
    margin-right: 20px;
    background: url("./skins/button/img/black_small_arrow_right.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    padding-left: 10px;
}

.project-axis .section_title {
    margin-bottom: 50px;
}

.project-axis .project-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.project-axis .illustr {
    background: none;
    padding-top: 10px;
}

#focus-gallery {
    border: #e0e0e0 1px solid;
}

#gallery-container {
    overflow: hidden;
    position: relative;
    top: -20px;
}

#focus-gallery .section_title h3 {
    top: -10px;
}

#focus-gallery ul {
    text-align: center;
    margin: 0 auto;
}

#focus-gallery ul li {
    display: inline-block;
    margin: 0 10px;
    width: 150px;
    vertical-align: top;
}

#focus-gallery ul li a.youtube {
    background: none;
    display: inline;
    width: 0;
    height: 0;
}

#focus-gallery ul li p {
    margin-top: 10px;
}

#gallery-controls, #gallery-zoom-controls {
    position: relative;
}

#gallery-controls a, #gallery-zoom-controls a {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50px;
}

#gallery-controls a.previous,
#gallery-zoom-controls a.previous {
    background: url("./modules/homepage_slider/img/left_arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    left: 0;
}

#gallery-controls a.previous:hover,
#gallery-zoom-controls a.previous:hover {
    background: url("./modules/homepage_slider/img/left_arrow_hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#gallery-controls a.next,
#gallery-zoom-controls a.next {
    background: url("./modules/homepage_slider/img/right_arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    right: 0;
}

#gallery-controls a.next:hover,
#gallery-zoom-controls a.next:hover {
    background: url("./modules/homepage_slider/img/right_arrow_hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.gallery-zoom-title {
    margin: 10px 0 30px;
    color: #827c7c;
}

#gallery-zoom-container {
    min-height: 150px;
}

.project-axis a.white_arrow_left_button {
    padding: 6px 56px;
}

.project-axis .section_title h3 {
    font-size: 17px;
    top: -2px;
}

#projects-axis ul li a:hover {
    color: #827C7C !important;
}

ul.fondation li a:hover {
    background: none;
    color: #4e4848 !important;
}

.mecena {
    margin-top: -5px;
}

.half-width {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.s_square_box .line_ornament {
    background: none repeat scroll 0 0 #ccc;
}

#related_products_part .section_title span.replace-h2 {
    font-size: 12px;
    background-color: #FFF;
    color: #4e4848;
    display: inline;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 5px 10px;
    text-transform: uppercase;
    position: relative;
}

.back-to-top {
    float: right;
    font-size: 12px;
    color: #909090;
    margin-bottom: 50px;
}

.back-to-top:hover {
    cursor: pointer;
    text-decoration: underline;
}

#shipping-newsletter-container .validation-advice {
    float: left;
    margin: 5px 0 0 !important;
}

#contest h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 34px;
    font-family: "Times New Roman", Times, Georgia, serif;
    color: #4E4848;
    margin-top: 30px;
}

#contest h3 {
    margin: 30px;
    font-size: 12px;
    font-family: arial, Times, Georgia, serif;
    color: #909090;
    font-weight: normal;
}

#prices-container {
    height: 300px;
}

#contest .price {
    color: #4E4848;
    font-style: italic;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, Georgia, serif;
    float: left;
    width: 33%;
    position: relative;
    height: 100%;
    /*margin: 15px;*/
}

#contest .price img {
    position: absolute;
    bottom: 0;
    left: 0;
}

#contest .price-title {
    font-size: 28px;
    font-weight: normal;
}

#contest .price-title .number {
    font-size: 44px;
}

#contest .price-subtitle {
    font-size: 21px;
    color: #909090;
    font-weight: normal;
}

#newsletter-contest {
    width: 100%;
    height: 380px;
    display: inline-block;
    margin: 25px 0 100px;
}

#terms-and-conditions {
    margin: 100px 30px 30px;
    font-size: 12px;
    font-family: arial, Times, Georgia, serif;
    color: #909090;
    display: inline-block;
}

#form-container {
    height: 100%;
}

#form-container .outer {
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    width: 350px;
    height: 100%
}

#form-container .border {
    border: 1px solid #909090;
    padding: 5px;
    height: 96%;
}

#form-container {
    font-family: arial, Times, Georgia, serif;
    color: #4E4848;
}

#form-container h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 10px;
}

#form-container h5 {
    font-size: 14px;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-weight: normal;
    font-style: italic;
    height: 40px;
}

#form-container div p {
    display: inline-block;
    margin-bottom: 10px;
}

#form-container div p * {
    float: left;
    font-size: 12px;
    margin: 1px 50px;
    text-align: left;
    width: 240px;
}

#form-container div p select option {
    margin: 0;
    width: auto;
}

#form-container p input[type="checkbox"] {
    width: 15px;
    margin-right: 5px;
    margin-left: 35px;
}

#form-container div p.optin label {
    bottom: -3px;
    font-size: 9px;
    margin: 0;
    position: relative;
    width: 260px;
}

#form-container p.required-fields-notice {
    float: right;
    margin: -10px 100px 20px 0;
}

#form-container input[type="submit"] {
    background: url("./skins/button/img/white_small_arrow_right.png") no-repeat scroll 15px 10px #474949;
    border: 1px solid #4f4949;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    font-style: italic;
    padding: 6px 25px;
    text-shadow: none;
}

#contest-success {
    width: 80%;
    margin: 40px auto 100px;
    display: inline-block;
    color: #4E4848;
}

#contest-success > * {
    float: left;
    text-align: left;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-style: italic;
    margin: 0 25px;
}

#contest-success .title {
    font-size: 28px;
    margin: 135px 0 0;
}

#contest-success .subtitle {
    font-size: 19px;
    margin-top: 35px;
}

#prospect-confirmed {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-style: italic;
    margin: 25px;
    color: #4e4848;
    font-size: 23px;
    text-align: center;
}

#introduction_list_block {
    margin-bottom: 25px;
    text-align: center;
}

#checkout-payment-method-load dl.one-method-false {
    font-family: "BentonSans_Book";
    font-size: 14px;
    margin-left: 0px;
    margin-bottom: 30px;
}

#checkout-payment-method-load dt {
    margin-bottom: 5px;
    margin-top: 30px;
    margin-left: 170px;
    position: relative;
    text-align:left;
    text-transform: uppercase;
}

#checkout-payment-method-load {
    text-align: center;
}

#checkout-payment-method-load dt {
    margin: 15px auto 30px;
    text-align:left;
    width: 450px;
}

label[for="p_method_paypal_express"],
input[id="p_method_paypal_express"] {
    display: inline-block;
    vertical-align: top;
}

label[for="p_method_paypal_express"] {
    margin-top: -10px;
}

#payment_form_paypal_express li,
#payment_form_boleto li {
    text-align: center;
}

#product-page-cms-product-slider {
    height: 438px;
    max-width: 2500px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#product-page-cms-product-slider.product_page_slider {
    height: 380px;
    padding-top: 13px;
}

#product-page-cms-product-slider.product_page_slider .controls {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 30px;
    text-align: center;
    z-index: 100;
    float: none;
    display: inline-block;
    vertical-align: top;
}

#product-page-cms-product-slider.product_page_slider .item_slider {
    height: 345px;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
}

#product-page-cms-product-slider.product_page_slider .item_slider a {
    display: block;
    width: 100%;
    height: 100%;
}

#product-page-cms-product-slider .left_arrow,
#product-page-cms-product-slider .right_arrow {
    height: 50px;
    top: 194px;
    width: 50px;
}

#product-page-cms-product-slider .left_arrow,
#product-page-cms-product-slider .left_arrow:hover {
    background: url('./modules/homepage_slider/img-product-page/left_arrow.png') no-repeat center center;
    left: 23px;
}

#product-page-cms-product-slider .right_arrow,
#product-page-cms-product-slider .right_arrow:hover {
    background: url('./modules/homepage_slider/img-product-page/right_arrow.png') no-repeat center center;
    right: 23px;
}

#product-page-cms-product-slider .description_item_slider {
    left: 50%;
    position: absolute;
    top: 185px;
    width: 464px;
}

#product-page-cms-product-slider .description_item_slider.white, #product-page-cms-product-slider .description_item_slider.slider-title-white-on-black {
    color: #FFF;
}

#product-page-cms-product-slider .description_item_slider.black, #product-page-cms-product-slider .description_item_slider.slider-title-black-on-white {
    color: #000;
}

#product-page-cms-product-slider .description_item_slider .title_item_slider {
    border-bottom: 1px solid #C2BEBB;
    font-size: 30px;
    margin-bottom: 19px;
    padding-bottom: 10px;
}

#product-page-cms-product-slider .description_item_slider .button_item_slider {
    cursor: pointer;
    display: inline-block;
    margin-top: 28px;
    padding: 6px 13px;
    text-shadow: none;
}

#product-page-cms-product-slider .description_item_slider .button_item_slider .black_small_arrow_right,
#product-page-cms-product-slider .description_item_slider .slider-button-white .small_arrow_right {
    margin: 0 0 0 11px;
}

#product-page-cms-product-slider .slider {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#product-page-cms-product-slider .button_position {
    background: transparent url('./modules/homepage_slider/img-product-page/item_nav.png') no-repeat 0 -11px;
    height: 11px;
    margin-left: 9px;
    width: 11px;
}

#product-page-cms-product-slider .button_position:first-child {
    margin-left: 0;
}

#product-page-cms-product-slider .active_position,
#product-page-cms-product-slider .current {
    background-position: 0 0;
}

dd#dd_paypal_express {
    text-align: center;
}

#payment-buttons-container {
    text-align: center;
}

#payment-buttons-container .cgv {
    margin: 10px auto 30px;
    text-align: center;
    width: 350px;
}

#validate_order_terms {
    display: inline-block;
    vertical-align: top;
}

label[for="validate_order_terms"] {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    cursor: pointer;
    width: 90%;
}

.delivery-info {
    text-align: center;
}

.delivery-info .delivery-day {
    margin-top: 10px;
}

.delivery-info .delivery-day #shipping_delivery_date_display {
    width: 143px;
}

.delivery-info .delivery-day #cal_btn {
    top: 3px;
    position: relative;
}

.delivery-info .delivery-hour {
    margin-top: 10px;
}

.delivery-info .delivery-hour #shipping_delivery_time {
    line-height: 21px;
    height: 21px;
    width: 145px;
}

.delivery-info select {
    line-height: 21px;
    height: 21px;
    width: 145px;
}

#introduction_list_block {
    margin: 26px 0 20px;
}

#payment_form_codealchemy_cashondelivery {
    text-align: center;
}

/**
 *
 * Fid CSS cherry-pick
 *
 */

.club_picto_reinsurance_faded {
    background-position: -495px -22px;
    width: 30px;
}

#right_col_account .grand-opening .messages {
    color: #c71b07 !important;
}

#contactForm div.fields_space:first-child {
    margin-bottom: 2px;
}

#contactForm div.customer-name-prefix {
    display: inline-block;
    float: left;
}

#contactForm div.customer-name-prefix > * {
    float: left;
    margin-top: 2px; /*for AT*/
}

#contactForm div.customer-name-prefix .popin_width_field {
    width: unset;
    margin-right: 19px;
}

#contactForm div.customer-name-prefix .popin_width_field select,
#contactForm.AT #prefix {
    height: 21px;
    width: 59px;
}

#contactForm.AT .background_6 > .clearfix:first-child .fields_space {
    float: left;
    margin-right: 13px;
}

#contactForm.AT #title_degree {
    height: 21px;
    width: 100%;
}

#contactForm.JP div.customer-name-prefix > .clearfix > p:first-child {
    display: none;
}

#contactForm.JP div.customer-name-prefix {
    margin-top: -4px;
}

#contactForm label,
.name-widget label {
    display: block;
}

#personal_information_form label {
    display: block;
}

#personal_information_form label[for=change_password],
.customer-name-prefix label[for=prefix],
#personal_information_form label[for=gender],
#personal_information_form label[for=gender_1],
#personal_information_form label[for=gender_2],
#personal_information_form input[name="gender"] {
    display: inline;
}

#hidden_complete_account_creation label[for=gender],
#hidden_complete_account_creation label[for=gender_1],
#hidden_complete_account_creation label[for=gender_2],
#hidden_complete_account_creation input[name="gender"] {
    display: inline !important;
    margin-bottom: 15px;
}

#personal_information_form .name-widget {
    margin-bottom: 15px
}

#personal_information_form .name-widget p {
    margin-right: 19px;
}

#create_account_form label,
    /*#new-form label,*/
#create_account_form .part_form_newsletter span.label
    /*#new-form .part_form_newsletter span.label*/
{
    display: block !important;
}

#create_account_form .content_block_your_account input[name=is_subscribed],
    /*#new-form input[name=newCustomer\[is_susbscribed\]],*/
#create_account_form .content_block_your_account label {
    margin: 5px 5px 0 0;
    float: left;
}

#create_account_form .content_block_your_account label
    /*#new-form .content_block_your_account label*/
{
    margin-top: 7px;
    margin-right: 5px;
}

/*html[lang=ja] #new-form .customer-name *,*/
html[lang=ja] #create_account_form .customer-name *,
#create_account_form label[for="is_subscribed_yes"],
#create_account_form label[for="is_subscribed_no"],
#create_account_form label[for="is_subscribed_already"] /*#new-form label[for="is_subscribed_yes"],
#new-form label[for="is_subscribed_no"],
#new-form label[for="is_subscribed_already"]*/
{
    display: inline;
    float: left;
}

/*html[lang=ja] #new-form #newCustomer\:email
{
    margin-top: 6px !important;
}*/

#giftbox_wrapped img {
    float: left;
    margin: 15px;
}

#giftbox_wrapped > div {
    display: inline-block;
    width: 420px;
    margin-top: 30px;
}

#giftbox_wrapped div p {
    align-items: baseline;
    display: flex;
}

#giftbox_wrapped label {
    display: inline-block;
    margin-top: 30px;
    position: relative;
    top: -5px;
    width: 380px;
}

body.fr-fr #giftbox_wrapped > div {
    margin-top: 12px;
}

body.fr-fr #giftbox_wrapped label,
body.sisley-de #giftbox_wrapped label:last-of-type,
body.sisley-at #giftbox_wrapped label:last-of-type {
    margin-top: 25px;
}

.comment {
    margin: 25px auto;
    max-width: 1000px;
    position: relative;
    text-align: center;
    border: 5px solid white;
    box-sizing: border-box;
    display: block;
    padding: 35px 60px;
}

.comment h4 {
    border-bottom: 1px solid #d9d9d9;
    color: #4e4848;
    display: inline-block;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 auto 20px;
    padding: 0 1em;
    text-align: center;
    text-transform: uppercase;
}

.comment-form {
    background-color: #f1f1f1;
    padding: 30px 60px;
    text-align: center;
    width: 1000px;
    margin: 25px auto;
    max-width: 880px;
    position: relative;
    transition: all 0.2s ease 0s;
}

.comment-form-title {
    border-bottom: 1px solid #d9d9d9;
    color: #4e4848;
    display: inline-block;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 auto 20px;
    padding: 0 1em;
    text-align: center;
    text-transform: uppercase;
}

.comment-form-not-connected,
.comment-form-user {
    color: #4e4848;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 1em;
    width: 100%;
}

.comment-form-user {
    text-align: left;
}

.comment-form-bouton::before {
    background-image: url("img/triangle-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    vertical-align: 2px;
    width: 8px;
}

.comment-form .comment-form-bouton {
    background-color: #4e4848;
    border-radius: 0.33em;
    color: white;
    display: inline-block;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 18px;
    font-style: italic;
    padding: 0.2em 1em;
}

.comment-form-textarea {
    border: medium none;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    height: 250px;
    margin: 1em auto 30px;
    padding: 0.33em;
    width: 100%;
}

.comment-form .comment-form-submit::before {
    background-image: url("img/triangle-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    display: inline-block;
    height: 8px;
    left: 12px;
    margin-left: 5px;
    position: absolute;
    top: calc(50% - 6px);
    width: 8px;
    z-index: 100;
}

.comment-form .comment-form-submit {
    box-sizing: border-box;
    display: inline;
    position: relative;
}

.comment-form .comment-form-submit input {
    background-color: #4e4848;
    border: 1px solid #4e4848;
    border-radius: 0.25em;
    color: white;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 18px;
    font-style: italic;
    padding: 5px 1em 5px calc(1em + 14px);
}

article.comment {
    text-align: left;
}

.comment .commenter {
    color: #4e4848;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5em;
}

.comment p {
    color: #4f4949;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1em;
}

.comment-team,
.latest-comment {
    border: 5px solid #ebebeb;
}

.latest-comment time {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.latest-comment .buttons a::before {
    background-image: url("img/triangle-black.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    vertical-align: 2px;
    width: 8px;
}

.latest-comment .buttons a {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #4e4848;
    display: inline-block;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0 20px;
    padding: 0.2em 1em;
}

#next-comments {
    border: 1px solid #ccc;
    color: #4e4848;
    border-radius: 3px;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    font-style: italic;
    padding: 6px 26px;
}

html[lang=en] #giftbox_wrapped > div {
    margin-top: 30px;
}

#edit_address_form .name-widget > p {
    float: left;
    margin-right: 19px;
    width: 280px;
}

#edit_address_form .name-widget > p input[type=text] {
    width: 280px;
}

.purchasing_form_part .customer-name-prefix > p {
    float: left;
    margin-right: 39px;
    width: 280px;
}

.purchasing_form_part .customer-name-prefix > p input[type=text] {
    width: 280px;
}

html[lang=pl] #allow-gift-messages-for-order-container {
    display: none;
}

#eca-onestepcheckout-form .customer-name-prefix label[for="shipping\:prefix"],
#eca-onestepcheckout-form .customer-name-prefix label[for="billing\:prefix"] {
    display: inline;
}

.token-popin {
    width: 335px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: justify;
}

#payment_form_cybersource_card_processing > .validation-advice,
#payment_form_sisley_secureacceptance_options > .validation-advice
{
    text-align: center;
}

.center {
    text-align: center;
}

html[lang=ja] .noconcept .top {
    color: #69376c;
    margin: 35px 0 25px;
}

html[lang=ja] .noconcept .top h1 {
    font-size: 44px;
    margin-bottom: 30px;
}

html[lang=ja] .noconcept .top p {
    font-size: 20px;
}

html[lang=ja] .noconcept .bottom {
    color: #4e4848;
    margin: 0 auto;
    width: 763px;
}

html[lang=ja] .noconcept .bottom h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

html[lang=ja] .noconcept .bottom p {
    font-size: 16px;
}

html[lang=ja] .noconcept .bottom #push-product {
    margin-top: 60px;
}

html[lang=ja] .noconcept .bottom #push-product #push-product-img {
    float: left;
    margin-left: -10px;
}

html[lang=ja] .noconcept .bottom #push-product #push-product-img a.express_purchase_button {
    margin: 0 2px 0 0;
    padding: 5px 7px;
    width: 64px;
}

html[lang=ja] .noconcept .bottom #push-product #push-product-img a.express_purchase_button span.white_small_arrow_right {
    margin-left: 5px;
}

html[lang=ja] .noconcept .bottom #push-product #push-product-text {
    float: left;
    font-size: 14px;
    line-height: 27px;
    margin-left: 24px;
    text-align: left;
    width: 632px;
}

html[lang=ja] .noconcept .bottom #push-product #push-product-text h3 {
    margin-top: -5px;
}

html[lang=ja] .noconcept .bottom #push-product #push-product-text p.list-item {
    margin-top: 20px;
}

html[lang=ja] .noconcept .bottom #push-product #push-product-text p.list-item-description {
    color: #909090;
}

html[lang=ja] .noconcept .bottom #push-product #push-product-text h4 {
    margin-top: 35px;
}

html[lang=ja] .noconcept .bottom #samples-campaign-form {
    height: 100%;
    overflow-y: visible;
}

html[lang=ja] .noconcept .bottom #samples-campaign-form .sample-campaign-button {
    background-color: #4e4848;
    border-color: #4e4848;
    color: #FFF;
    margin: 40px auto 0;
    width: 262px;
}

html[lang=ja] .noconcept .bottom #campaign-form {
    border: 1px solid #ccc;
    float: left;
    font-size: 12px;
    margin: 20px 0 0 -10px;
    padding: 45px;
    text-align: left;
    width: 670px;
    margin-bottom: 20px;
}

html[lang=ja] .noconcept .bottom #campaign-form .fields_space {
    margin-bottom: 30px;
    position: relative;
}

html[lang=ja] .noconcept .bottom #campaign-form input,
html[lang=ja] .noconcept .bottom #campaign-form label {
    display: block;
}

html[lang=ja] .noconcept .bottom #campaign-form .optin input,
html[lang=ja] .noconcept .bottom #campaign-form .optin label {
    display: inline;
}

html[lang=ja] .noconcept .bottom #campaign-form input,
html[lang=ja] .noconcept .bottom #campaign-form select {
    width: 317px;
}

html[lang=ja] .noconcept .bottom #campaign-form .optin input {
    width: auto;
}

html[lang=ja] .noconcept .bottom #campaign-form select {
    height: 25px;
}

html[lang=ja] .noconcept .bottom #campaign-form div p {
    float: left;
    font-size: 12px;
    width: 317px;
}

html[lang=ja] .noconcept .bottom #campaign-form .legal p {
    color: #909090;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    text-transform: uppercase;
    width: 100%;
}

html[lang=ja] .noconcept .bottom #campaign-form div p:first-child {
    margin-right: 35px;
}

html[lang=ja] .noconcept .bottom #campaign-form div.legal ul {
    color: #909090;
    list-style: outside;
    margin-left: 15px;
}

html[lang=ja] .noconcept .bottom #campaign-form div.legal ul li:before {
    color: #909090;
}

html[lang=ja] .noconcept .bottom #campaign-form.newsletter {
    background-color: whitesmoke;
    text-align: center;
    width: 589px;
}

html[lang=ja] .noconcept .bottom #campaign-form.newsletter p {
    color: #4e4848;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
}

html[lang=ja] .noconcept .bottom #campaign-form.newsletter #inputs-container {
    margin: 35px auto;
    position: relative;
    width: 355px;
}

html[lang=ja] .noconcept .bottom #campaign-form.newsletter #inputs-container input {
    display: inline;
    float: left;
    height: 31px;
    margin: 0;
}

html[lang=ja] .noconcept .bottom #campaign-form.newsletter #inputs-container input.placeholder {
    color: #909090;
    font-size: 12px;
    padding-left: 12px;
    width: 305px;
}

html[lang=ja] .noconcept .bottom #campaign-form.newsletter #inputs-container input[type="submit"] {
    height: 33px;
    width: 35px;
}

html[lang=ja] .noconcept .bottom #campaign-form .field_error {
    display: inline-block;
}

html[lang=ja] .noconcept .bottom #campaign-form.newsletter #inputs-container div.validation-advice,
html[lang=ja] .noconcept .bottom #campaign-form .fields_space div.validation-advice {
    position: absolute;
    top: 40px;
    width: 120%;
}

html[lang=ja] .noconcept .bottom #campaign-form .fields_space div.validation-advice {
    top: 50px;
}

html[lang=ja] .noconcept div.shadow_dark {
    margin: 0;
}

.dotted {
    border: none;
    border-top: 1px dotted #909090;
    height: 1px;
}

.checkout-onepage-index .l-block-popin {
    box-shadow: none;
}

.grecaptcha-badge {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


#samples-campaign-form .samples-campaign-form-input{
    width: 385px;
}

#samples-campaign-form .sample-campaign-button-dark{
    background-color: #4E4848;
    color: #fff;
}

#shipping_interrupted {
    border: 1px solid #bebebe;
    color: #b80000;
    font-size: 12px;
    font-family: Arial;
    margin: 25px 10px;
    padding: 25px 35px;
    text-align: center;
}

.noclick {
    background-color: transparent;
    bottom: 0;
    cursor: wait;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999; /* or maybe higher */
}

.margin-top-40 {
    margin-top: 40px !important;
}

#complete_registration label {
    display: block;
}

#complete_registration .newsletter label {
    display: inline;
}

body.sisley-br-pt #need_help_with_order p:nth-child(2) {
    margin-bottom: 5px;
    text-align: justify;
    text-transform: none;
}

#boleto-popin-link-container {
    margin-bottom: 34px;
    text-align: center;
}

#boleto-popin-link {
    font-weight: bold;
    margin-left: -55px;
    text-decoration: underline;
    text-transform: uppercase;
}

#boleto-popin-contener .close_button {
    background: none;
    display: block;
    font-family: 'BentonSans_Thin';
    font-size: 18px;
    font-style: italic;
    height: 38px;
    margin-right: 20px;
    padding: 0;
    position: relative;
    text-align: right;
    top: 15px;
}

#boleto-popin-contener .close_button:after {
    color: #8c8c8c;
    content: "+";
    cursor: pointer;
    display: inline-block;
    font-size: 45px;
    font-style: normal;
    margin-right: 5px;
    margin-top: -10px;
    transform: rotate(45deg);
    vertical-align: middle;
}

body.sisley-br-pt #tunnel_purchasing .delivery_mode_type .part_mode_type p.fs_9 {
    font-size: 10px;
}

#payment_mode #payment_form_cybersource_card_processing ul.cardinfo > li > div > p,
#payment_mode #payment_form_cybersource_card_processing ul.cardinfo > li > div > div,
#payment_mode #payment_form_cybersource_card_processing ul.cardinfo > li > div > div > div {
    display: flex;
}

#payment_mode #payment_form_cybersource_card_processing ul.cardinfo > li > div > p > *,
#payment_mode #payment_form_cybersource_card_processing ul.cardinfo > li > div > div > *,
#payment_mode #payment_form_cybersource_card_processing ul.cardinfo > li > div > div > div > * {
    margin: auto 0;
}

#payment_mode #payment_form_cybersource_card_processing ul.cardinfo select[name="payment[cc_installments]"] {
    margin-top: 13px;
}

body.sisley-br-pt #lightbox .delivery_services {
    padding-top: 0;
}

body.sisley-br-pt #lightbox .delivery_services .picto_services_delivery {
    margin: 0 0 15px;
}

.block-holiday {
    border: 1px solid black;
    padding: 5px;
    max-width: 268px;
    font-size: 13px;
    color:red;
    margin-left: 32%;
}

#footer .reinsurance a {
    height: unset;
}