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

/* Reset ================================================================================= */
* { margin:0; padding:0; }


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

a             { color:#05c; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

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

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

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


/* Layout ================================================================================ */
.wrapper {}
.page { }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}

/* Base Columns */
.col-left { float:left; width:230px; padding:5px 5px 0; }
.col-main { float:right; width:755px; padding:0px; }
.col-right { float:right; width:230px; padding:5px 5px 0; }

/* 1 Column Layout */


/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

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

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

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

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


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

button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; position:relative; z-index:0; font-size: 14px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

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

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

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

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

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

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

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

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

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { background:#fefefe; padding:0px 25px 12px 0; margin:28px 0; }
.fieldset .legend { float:left; font-weight:normal; padding-bottom: 5px; float: left; width: 100%; position:relative; }

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

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

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

/* BreadCrumbs */

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

.subtitle { clear:both; }

/* Pager */
.pager { padding:15px 0; margin:0; text-align:center; }
.pager-top { padding:15px 0; margin:0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

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

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; }
.data-table thead { background-color:#3a99c9; color: white !important; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#deeafb; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#deeafb; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#deeafb; }
.data-table td.value {}

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

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

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

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

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

.separator { margin:0 3px; }

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

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

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header { padding:10px; }

.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */

/* All Levels */


/* 1st Level */

/* 2nd Level */


/* 3rd+ leven */


/* Show menu */

/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
/*
.block { margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}
*/

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

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

/* Block: Account */
.block-account {}

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

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

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

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

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

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

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

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

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

/* Block: Subscribe */
.block-subscribe {}

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

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

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

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


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


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

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

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

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

.availability-only { margin:0 0 7px; }
.availability-only span,
.availability-only a { cursor:help; }
.availability-only a { background:url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

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

.tier-prices-grouped {}

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; }

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


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

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

/* Product Shop */
.product-view .product-shop { }
.col1-layout .product-view .product-shop { }
.col3-layout .product-view .product-shop { }
.product-view .product-name {}
.product-view .short-description {}

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

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

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

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

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

/* Block: Upsell */
.product-view .box-up-sell {}

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

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

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

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

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


/* Shopping Cart ========================================================================= */
.cart {width: 960px; margin: 0 auto; padding: 0;}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}
.cart .freeshipping-msg {
    float:left;
    font-size:12px;
    font-weight: bold;
    color:#0071B9;
    margin-top:5px;
}
.cart-account .freeshipping-msg {
    font-weight: bold;
}
#freeshipping_lightbox {
    color:#7f8c8d;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size:13px;
    display: block;
    font-weight:bold;
}

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

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

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

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

.gift-message-link { display:block; background:url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

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

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

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { position:relative; }
.opc li.section { border-bottom:0; }

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

.opc .step-title { background-color:#bad6ed; padding:0 5px; text-align:right; 	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	margin-bottom: 5px;}
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

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

.opc .active {}
.opc .active .step-title { background-color:#0071B9; cursor:default; color: #fff !important}

/*.opc .active .step-title a { display:none; }*/

.opc .step {  padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

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

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


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

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


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

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

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

/* Block: Account Information */
.dashboard .box-info {}

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

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

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

/* Order View */
.order-info { padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

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

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

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


/* Footer ================================================================================ */
.footer { padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


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

#descMobileDesktop h1, #descMobileDesktop h2, #descMobileDesktop .desc-mobile-instructions-use {
display: none;
}
@font-face {
    font-family: 'arvobold';
    src: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-bold-webfont.eot');
    src: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-bold-webfont.woff') format('woff'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-bold-webfont.ttf') format('truetype'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-bold-webfont.svg#arvobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arvobold_italic';
    src: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-bolditalic-webfont.eot');
    src: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-bolditalic-webfont.woff') format('woff'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-bolditalic-webfont.ttf') format('truetype'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-bolditalic-webfont.svg#arvobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arvoitalic';
    src: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-italic-webfont.eot');
    src: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-italic-webfont.woff') format('woff'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-italic-webfont.ttf') format('truetype'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-italic-webfont.svg#arvoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arvoregular';
    src: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-regular-webfont.eot');
    src: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-regular-webfont.woff') format('woff'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-regular-webfont.ttf') format('truetype'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.account-pages button.button, .btn-checkout, #checkout-step-login .button, .checkout-pages button, .checkout-cart-index button {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;	
	background-color: #0071B9;
	color: white;
	padding: 5px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	cursor: pointer;
    /* Firefox */
    -moz-transition: all 0.4s ease-in;
    /* WebKit */
    -webkit-transition: all 0.4s ease-in;
    /* Opera */
    -o-transition: all 0.4s ease-in;
    /* Standard */
    transition: all 0.4s ease-in;
}
.account-pages button.button:hover, .btn-checkout:hover, #checkout-step-login .button:hover,.checkout-pages button:hover, .checkout-cart-index button:hover {	
	background-color: #008ed0;
}
.checkout-pages li .number{
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;	
}

.wrapper { position: relative;}
.page { padding: 0;}
a { text-decoration: none; }
a:hover { text-decoration: underline;}
button { border: 0; background-color: transparent}
object { position: relative; z-index: 1;}
.main { position: relative; width: 755px; float: left; margin-bottom: 15px; z-index: 0}

.loader { width: 100%; height: 100%; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/ajax-loader.gif) center center no-repeat #fff; background-color: rgba(255,255,255,0.8); position: absolute; display: none; z-index: 10000;}
.loader.black { background-color: rgba(0,0,0,0.5); color: #fff}
.loader td { vertical-align: middle; text-align: center;}
.loader td .loader-container { padding-bottom: 40px; font-size: 16px}
#form-container .loader { position: static; width: 30px; display: block}
#form-container .loader span { background: none; text-indent: -9999em }
.cms-block { margin-top: 15px; float: left; clear: both}
.nogras * { font-weight: normal !important}
#tooltip { position: absolute; z-index: 30000; border: 5px solid #4c575f; -moz-border-radius: 10px; background-color: #fff; padding: 10px; opacity: 0.85; width: 400px; display: none}
#tooltip h3 { text-transform: uppercase; text-align: left; width: 100%; border-bottom: 1px solid #4B575F; padding-bottom: 5px; font-size: 14px; color: #4B575F; margin: 0 0 5px 0;}
#tooltip .body { font-size: 12px; font-weight: normal; text-align: left; padding: 0; margin: 0; }
.pager .current { background: #0071B9; color: #fff; padding: 3px}
.pager .next, .pager .previous { display: none}

/* Prehome */
.shopcontainer { text-align: left; position: relative; width: 960px; height: 631px; background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/prehome.jpg') top right no-repeat; margin: 18px auto; }
.shopcontainer img { position: absolute; left: -4px; top: 0;}
.shopcontainer a { text-transform: uppercase; display: block; color: #999999; letter-spacing: 1px; font-size: 14px; margin-bottom: 10px; font-weight: lighter}
.shopcontainer .shop { position: absolute; z-index: 2; left: 293px; top: 343px}
.shopcontainer .visit { position: absolute; z-index: 2; left: 48px; top: 343px}


/* Images using core image file */
.quick-access, .header .block-cart, .product-bottom .product-ajouter .add-to-cart button, .btn-cart, .products-grid td.product .product-infos-after h3, .products-grid td.product .product-infos-after button, .products-grid.offres td.product .grouped-products a, #navactu .nav-arrow, #navhomeslideshow a { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/core.png); background-repeat: no-repeat;}

.englishCorpo .quick-access,.englishCorpo .header .block-cart, .englishCorpo .product-bottom .product-ajouter .add-to-cart button, .englishCorpo .btn-cart, .englishCorpo .products-grid td.product .product-infos-after h3, .englishCorpo .products-grid td.product .product-infos-after button, .englishCorpo .products-grid.offres td.product .grouped-products a, .englishCorpo #navactu .nav-arrow, #navhomeslideshow a { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/core-en.png); background-repeat: no-repeat;}

.frenchCorpo .quick-access, .frenchCorpo .header .block-cart, .frenchCorpo .product-bottom .product-ajouter .add-to-cart button, .frenchCorpo .btn-cart,  .frenchCorpo .products-grid td.product .product-infos-after h3, .frenchCorpo .products-grid td.product .product-infos-after button, .frenchCorpo .products-grid.offres td.product .grouped-products a, .frenchCorpo #navactu .nav-arrow, #navhomeslideshow a { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/core-corpo.png); background-repeat: no-repeat;}

/* Category colors */
#tooltip h3.cat5, .cat5, .cat5 a, .product.cat5 a { color: #0071b9; border-color: #0071b9}
#tooltip h3.cat6, .cat6, .cat6 a, .product.cat6 a { color: #97c114; border-color: #B8D16A}
#tooltip h3.cat7, .cat7, .cat7 a, .product.cat7 a { color: #46BAC5; border-color: #46BAC5}
#tooltip h3.cat8, .cat8, .cat8 a, .product.cat8 a { color: #C90027; border-color: #C90027}
#tooltip h3.cat9, .cat9, .cat9 a, .product.cat9 a { color: #F9B321; border-color: #F9B321}
#tooltip h3.cat10, .cat10, .cat10 a, .product.cat10 a { color: #C0A791; border-color: #C0A791}


/* Header section */
.header { position: relative; height: 118px; padding: 0; z-index: 1}
.header a.logo { position: absolute; top: 25px; left: 0;}
.header .profmed { position: absolute; color: #4b575f; font-weight: 700; left: 296px; top: 35px;}
.header .quick-access { background-position: -294px 0; width: 706px; height: 28px; float: left; position: absolute; bottom: 20px; right: 0; z-index: 10000}
.header .quick-access li { display: inline; position: relative; overflow: visible; height: 25px}
.header .quick-access li a.level0 { text-indent: -9999px; display: block; height: 28px;}
.header .quick-access li.q1 { float: left; width: 28px; height: 28px; margin-left: 5px;}
.header .quick-access li.q2 { float: left; width: 173px; margin-left: 27px;}
.englishCorpo .header .quick-access li.q2 { width: 167px}
.header .quick-access li.active, .cms-nos-points-de-vente li.q4, .cms-sales-points li.q4 { border-bottom: 4px solid #fff;}
.header .quick-access li.active a.active { /* border-bottom: 1px solid #43557B;  */font-weight: bold}
.header .quick-access li.q3 { float: left; width: 167px; margin-left: 49px;}
.englishCorpo .header .quick-access li.q3 { float: left; width: 219px; margin-left: 43px;}
.header .quick-access li.q4 { float: left; width: 151px; margin-left: 43px;}
.englishCorpo .header .quick-access li.q4 { float: left; width: 128px; margin-left: 49px;}
.header .quick-access li .submenu { position: absolute; left: -999em; top: 25px;}
.header .quick-access li .submenu ul { background: #d8ecfa; padding: 5px 10px; display: block; overflow: visible; border: 2px solid #fff; border-top: 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px}
.header .quick-access li .submenu ul li { white-space: nowrap; clear: both; display: block; width: 100%; text-align: left; margin-bottom: 3px}
.englishCorpo .header .quick-access li.q2 .submenu ul li { width: 158px }
.englishCorpo .header .quick-access li.q3 .submenu ul li { width: 215px }
.header .quick-access li .submenu ul li a { color: #43557b}
.header .quick-access li.over .submenu { left: -12px; }
.header .block-cart { background-position: -829px -29px; padding: 14px 0 0 185px; height: 46px; float: right; position: absolute; top: 4px; right: 0; }
.header .block-cart p { font-weight: bold; }
.header .block-cart .link { font-size: 10px; ;}
.header .block-cart .counter { position: absolute; left: 120px; top: 20px; width: 48px; height: 16px; text-align: center}
.header .block-cart .counter p, .header .block-cart .counter p a { color: #fff; font-size: 10px;}
.header .block-cart .counter p { white-space: nowrap}
.header .block-cart .counter p span { font-size: 18px;}
.header .block-cart .counter p.prix span { font-size: 11px}
.header .block-cart .counter p a:hover { text-decoration: none; color: #eee}
/* .header .form-language { display: none} */

/* Menu section */


/* Footer section */


/* Category section */
.category-title h1 { text-indent: -999em; border: 0; height: 27px}
.page-title { border: 0; margin-bottom: 18px; padding: 0;}


/* Product section */
.product-header { height: 117px; background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/product-header.jpg); background-repeat: no-repeat; background-color: #fff; position: relative; margin-bottom: 10px;}
.englishCorpo .product-header { height: 117px; background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/product-header-en.jpg); background-repeat: no-repeat; background-color: #fff; position: relative; margin-bottom: 10px;}
.cat5 .product-header { background-position: 636px 0;}
.cat6 .product-header { background-position: 636px -117px;}
.cat7 .product-header { background-position: 636px -234px;}
.cat8 .product-header { background-position: 636px -351px;}
.cat9 .product-header { background-position: 636px -468px;}
.cat10 .product-header { background-position: 636px -585px;}
.product-header .utilisation { width: 135px; height: 23px; float: left; position: absolute; bottom: 12px; left: 10px; background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/product-header.jpg); background-repeat: no-repeat;}
.englishCorpo .product-header .utilisation { width: 135px; height: 23px; float: left; position: absolute; bottom: 12px; left: 10px; background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/product-header-en.jpg); background-repeat: no-repeat;}
.utilisation.p { display: none}
.cat5  .utilisation.p5 { background-position: -119px 0px}
.cat5  .utilisation.p3 { background-position: -119px -23px}
.cat5  .utilisation.p4 { background-position: -119px -46px}
.cat6  .utilisation.p5 { background-position: -119px -117px}
.cat6  .utilisation.p3 { background-position: -119px -140px}
.cat6  .utilisation.p4 { background-position: -119px -163px}
.cat7  .utilisation.p5 { background-position: -119px -234px}
.cat7  .utilisation.p3 { background-position: -119px -257px}
.cat7  .utilisation.p4 { background-position: -119px -280px}
.cat8  .utilisation.p5 { background-position: -119px -351px}
.cat8  .utilisation.p3 { background-position: -119px -374px}
.cat8  .utilisation.p4 { background-position: -119px -397px}
.cat9  .utilisation.p5 { background-position: -119px -468px}
.cat9  .utilisation.p3 { background-position: -119px -491px}
.cat9  .utilisation.p4 { background-position: -119px -514px}
.cat10  .utilisation.p5 { background-position: -119px -585px}
.cat10  .utilisation.p3 { background-position: -119px -608px}
.cat10  .utilisation.p4 { background-position: -119px -631px}
.product-header .infos { float: left; color: #787b7a; font-weight: bold;  position: absolute; bottom: 10px; left: 159px}
.product-header h1 { position: absolute; top: 30px; left: 10px; font-family: "Trebuchet Ms"; font-size: 22px}
#lightbox .product-header h1 { top: 13px; font-size: 35px;}
.product-header .desc { position: absolute; top: 55px; left: 10px; font-size: 16px;}
.product-essential { background: #fff; border-right: 1px solid; border-bottom: 1px solid; padding-top: 20px; position: relative;}
.product-view .product-essential .nouveau { position: absolute; left: 0; top: 0; float: left; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/mini-etiquettes.png) no-repeat; width: 56px; height: 56px; z-index: 100 }
.englishCorpo .product-view .product-essential .nouveau { position: absolute; left: 0; top: 0; float: left; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/mini-etiquettes-en.png) no-repeat; width: 56px; height: 56px; z-index: 100 }
.product-view.cat5 .product-essential .nouveau { background-position: -54px 0px}
.product-view.cat6 .product-essential .nouveau { background-position: -54px -117px}
.product-view.cat7 .product-essential .nouveau { background-position: -54px -234px}
.product-view.cat8 .product-essential .nouveau { background-position: -54px -351px}
.product-view.cat9 .product-essential .nouveau { background-position: -54px -468px;}
.product-view.cat10 .product-essential .nouveau { background-position: -54px -585px}
.product-view .go-eshop { width: 101px; height: 67px; float: right; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/go-eshop.jpg) no-repeat; text-indent: -999em; display: block}
.product-view.cat5 .go-eshop { background-position: 0px 0px}
.product-view.cat6 .go-eshop { background-position: 0px -67px}
.product-view.cat7 .go-eshop { background-position: 0px -134px}
.product-view.cat8 .go-eshop { background-position: 0px -201px}
.product-view.cat9 .go-eshop { background-position: 0px -268px;}
.product-view.cat10 .go-eshop { background-position: 0px -335px}
.palette { width: 312px; height: 90px; padding-top: 26px; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/palette.jpg) no-repeat; clear: both; float: right;}
.englishCorpo .palette {background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/palette-en.png) no-repeat !important;}
.palette a { width: 82px; height: 90px; float: left; text-indent: -999em; margin-right: 24px;}
.palette a.naturel { margin-left: 14px; margin-right: 22px}
.palette a.miel { margin-right: 20px;}
.palette a.hale { margin-right: 0;}


#lightbox .product-essential { height: 260px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; overflow: hidden;}
.product-essential p { color: #787b7a; font-size: 11px;  width: 555px; float: left}
.product-img-box .product-image-zoom { width: 160px; height: 342px; padding: 0; margin: 0; text-align: center}
#lightbox .product-img-box .product-image-zoom img { position: static}


.product-bottom .product-ajouter .add-to-cart button { 
	color: #1672a9;
	text-transform: uppercase;
	border: 0;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/buy-bt-sac.png') top left no-repeat;
	padding: 0 0 0 36px;
	height: 28px;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	background-color: none !important;
}

.checkout-pages {width: 960px; margin: 0 auto;}

.product-view-related a { border-left: grey 1px solid;}
.product-view-related a.first { border-left: none;}

.add-area { padding-right: 13px; position: relative; float: left}
.add-area label { float: left; color: #4b575f; font-weight: bold; font-size: 12px; margin-top: 3px;}

.product-voir { margin-top: 18px; clear: both; display: block; padding-bottom: 18px; border-bottom: 1px solid;}
.product-voir h2 { margin-bottom: 8px;}
.product-voir h2 span { text-transform: uppercase; }
.product-voir ul { widows: 960px;}
.product-voir ul li { display: inline; margin-right: 25px; }
.product-voir ul li span { white-space: nowrap}
.product-voir ul li a { font-weight: bold; font-size: 10px;}
.product-voir ul li a span { text-transform: uppercase; ; white-space: nowrap;}
.product-aussi { margin-top: 18px; clear: both; display: block; padding-bottom: 18px;}
.product-aussi h2 { margin-bottom: 8px;}
.box-up-sell { position: relative}
.products-grid { width: 960px;}
.products-grid td { float: left}
.products-grid td.product { width: 480px; height: 145px; border-bottom: 1px solid; border-right: 1px solid; position: relative;}
.products-grid td.spacer { background: transparent; width: 20px; height: 1px;}
.products-grid td.spacer.last { width: 0;}
.products-grid td.spacerh { width: auto; height: 20px;}
.products-grid td.product .product-image { float: left; margin-top: 25px; width: 64px; height: 94px; margin-right: 5px;}
.products-grid td.product .product-infos-after { float: left; margin-top: 5px; width: 296px; float: left; height: 140px; }
.products-grid td.product .product-infos-after h3 { text-transform: uppercase; font-size: 12px; font-weight: bold; padding: 8px 0 0 25px; width: 190px; margin: 0 0 10px 0; height: 30px}
.products-grid td.product .product-infos-after h4 { font-weight: normal; font-size: 12px}
.products-grid td.product.cat5 .product-infos-after h3 { background-position: -978px -301px;}
.products-grid td.product.cat6 .product-infos-after h3 { background-position: -979px -360px;}
.products-grid td.product.cat7 .product-infos-after h3 { background-position: -980px -420px;}
.products-grid td.product.cat8 .product-infos-after h3 { background-position: -980px -479px;}
.products-grid td.product.cat9 .product-infos-after h3 { background-position: -980px -538px;}
.products-grid td.product.cat10 .product-infos-after h3 { background-position: -980px -598px;}
.products-grid td.product .product-infos-after .price-box .price-label { display: none}
.products-grid td.product .product-infos-after button { background-position: -944px -173px; width: 55px; height: 97px; float: left; position: absolute; right: 15px; top: 46px; cursor: pointer}
.products-grid td.product .product-infos-after button span { text-indent: -9999px; float: left; background: none; width: 55px; height: 97px; margin: 0; padding: 0; cursor: pointer}
.products-grid td.product .related-products { position: absolute; bottom: 0;}
.products-grid td.product .related-products li { float: left; margin-right: 3px; text-align: center; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/core.png) no-repeat; width: 70px; height: 35px }
.products-grid td.product.cat5 .related-products li { background-position: -216px -408px}
.products-grid td.product.cat5 .related-products li a { ;}
.products-grid td.product.cat6 .related-products li { background-position: -216px -443px}
.products-grid td.product.cat6 .related-products li a { ;}
.products-grid td.product.cat7 .related-products li { background-position: -216px -478px}
.products-grid td.product.cat7 .related-products li a { ;}
.products-grid td.product.cat8 .related-products li { background-position: -216px -513px}
.products-grid td.product.cat8 .related-products li a { ;}
.products-grid td.product.cat9 .related-products li { background-position: -216px -548px;}
.products-grid td.product.cat9 .related-products li a { ;}
.products-grid td.product.cat10 .related-products li { background-position: -216px -583px}
.products-grid td.product.cat10 .related-products li a { ;}
.products-grid td.product .related-products li.cat11 { background-position: -216px -618px}
.products-grid td.product .related-products li.cat11 a { color: #fff;}
.product-infos-after .utilisation { width: 54px; height: 23px; float: left; position: absolute; right: 15px; top: 10px;  background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/mini-etiquettes.png); background-repeat: no-repeat;}
.englishCorpo .product-infos-after .utilisation { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/gamme-utilisation-en.png); background-repeat: no-repeat;}

.cat5  .utilisation.p5 { background-position: -119px 0px}
.cat5  .utilisation.p3 { background-position: -119px -23px}
.cat5  .utilisation.p4 { background-position: -119px -46px}

.cat6  .utilisation.p5 { background-position: -119px -117px}
.cat6  .utilisation.p3 { background-position: -119px -140px}
.cat6  .utilisation.p4 { background-position: -119px -163px}

.cat7  .utilisation.p5 { background-position: -119px -234px}
.cat7  .utilisation.p3 { background-position: -119px -257px}
.cat7  .utilisation.p4 { background-position: -119px -280px}

.cat8  .utilisation.p5 { background-position: -119px -351px}
.cat8  .utilisation.p3 { background-position: -119px -374px}
.cat8  .utilisation.p4 { background-position: -119px -397px}

.cat9  .utilisation.p5 { background-position: -119px -468px}
.cat9  .utilisation.p3 { background-position: -119px -491px}
.cat9  .utilisation.p4 { background-position: -119px -514px}

.cat10  .utilisation.p5 { background-position: -119px -585px}
.cat10  .utilisation.p3 { background-position: -119px -608px}
.cat10  .utilisation.p4 { background-position: -119px -631px}

.cat39  .utilisation.p5 { background-position: -119px -702px}
.cat39  .utilisation.p3 { background-position: -119px -725px}
.cat39  .utilisation.p4 { background-position: -119px -748px}


.products-grid td.product .nouveau { position: absolute; left: 0; top: 0; float: left; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/gamme-utilisation.png) no-repeat; width: 56px; height: 56px }
.englishCorpo .products-grid td.product .nouveau { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/gamme-utilisation-en.png) no-repeat; }


/* Layout update for Offres speciales */
.category-les-offres-speciales .col-main { position: relative}
.category-les-offres-speciales .inscription {
	width: 480px;
	height:30px;
	line-height: 30px;
	font-weight: bold;
	background-color: #9248C2;
	margin: 20px 240px;
	color: white;
	font-size: 15px;
	text-align: center;	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: pointer;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
}
.category-les-offres-speciales .inscription:hover {
	background-color: #ab5ddd;
}
.products-grid.offres { }


.push-container  .regular-price { font-size: 16px; padding: 10px 0 0 0;}
.acces-rapide { margin-bottom: 10px}
.acces-rapide li { display: inline; margin: 0; padding: 0 }
.acces-rapide li a { color: #fff}
.acces-rapide li.cat27 { background: #0071b9; padding: 3px 5px;}
.acces-rapide li.cat28 { background: #B8D16A; padding: 3px 5px;}
.acces-rapide li.cat29 { background: #46BAC5; padding: 3px 5px;}
.acces-rapide li.cat30 { background: #C90027; padding: 3px 5px;}
.acces-rapide li.cat31 { background: #F9B321; padding: 3px 5px;}

.acces-rapide li.active.cat27 { background: #FFFFFF; color: #0071b9; }
.acces-rapide li.active.cat28 { background: #FFFFFF; color: #97c114; }
.acces-rapide li.active.cat29 { background: #FFFFFF; color: #46BAC5; }
.acces-rapide li.active.cat30 { background: #FFFFFF; color: #C90027; }
.acces-rapide li.active.cat31 { background: #FFFFFF; color: #F9B321; }
.acces-rapide li.separator { border-left: 1px solid #fff}


/* Layout update for Presse / News */
.presse-news { margin: 35px auto 0 auto; width: 960px;}
.presse-news .product { height: 210px; width: 33.33333%; cursor: pointer; border: none; float: left;}
.presse-news .product-image-container { float: left}
.presse-news .product .product-infos-after { float: left; width: 120px; margin-left: 10px; color: #4b575f; font-size: 11px; }
.presse-news .product-infos-after .name { text-transform: uppercase}
.presse-news .sorter { display: none;}
.presse-news .product-image-container .visuel {
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px; 
	-o-border-radius: 3px 3px 3px 3px; 
	-ms-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 4px grey;
	-moz-box-shadow: 0 0 4px grey;
	-webkit-box-shadow: 0 0 4px grey;
	-o-box-shadow: 0 0 4px grey;
	-ms-box-shadow: 0 0 4px grey;
	margin-left: 50px;
}
.presse-news .product-infos-after .visuel{
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px; 
	-o-border-radius: 3px 3px 3px 3px; 
	-ms-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 4px grey;
	-moz-box-shadow: 0 0 4px grey;
	-webkit-box-shadow: 0 0 4px grey;
	-o-box-shadow: 0 0 4px grey;
	-ms-box-shadow: 0 0 4px grey;
	margin: 0 0 10px 0;
}
.presse-news .product-infos-after {
	margin-left: 10px;
}
.presse-news .parutions-list:after, .presse-news:after {
	clear: both;
	display: block;
	content:"";
}
.presse-news .current {
	margin-right: 5px;
}
.presse-news .toolbar {
	margin: 40px 0;
	font-size: 14px;
	background: white;
	padding: 10px;
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px; 
	-o-border-radius: 3px 3px 3px 3px; 
	-ms-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 4px grey;
	-moz-box-shadow: 0 0 4px grey;
	-webkit-box-shadow: 0 0 4px grey;
	-o-box-shadow: 0 0 4px grey;
	-ms-box-shadow: 0 0 4px grey;
}
.presse-news .toolbar .pager {
	padding: 0 !important;
}

/* Lightbox section */
#lightboxtable { position: fixed; width: 100%; height: 100%; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/lightboxtable.png); left: 0; top: 0; z-index: 30000; display: none;}
#lightboxtable td { vertical-align: middle; width: 100%; height: 100%}
#lightboxtable td .fermer { width:25px;height:25px;float:left;position:absolute;right:28px;top:-7px;background:url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/close.png) center center no-repeat;text-indent:-9999px;cursor:pointer; z-index: 10000; display: none;}
#lightboxtable td #layer { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1}
#lightboxtable td #lightbox { margin: 0 auto; width: 400px; z-index: 2; position: relative }
#lightboxtable td #lightbox.productView { width: 810px; height: 500px; position: relative}
#lightboxtable td #lightbox.productView .lightbox-container { width: 755px; height: 410px; overflow: hidden; border: 0;}
#lightboxtable td #lightbox.connexionView { width: 810px; height: 500px; position: relative}
#lightboxtable td #lightbox.connexionView .lightbox-container { width: 755px; height: 410px; overflow: hidden; border: 0;}
#lightboxtable td #lightbox.productView .fermer, #lightboxtable td #lightbox.visuelView .fermer, #lightboxtable td #lightbox.imgView .fermer, #lightboxtable td #lightbox.connexionView .fermer { display: block;}
#lightboxtable td #lightbox.imgView { width: 100%; position: relative; text-align: center}
#lightboxtable td #lightbox.worldwideView .fermer { right: 16px; top: -6px; display: block}
#lightboxtable td #lightbox.imgView .lightbox-container { width: 100%; overflow: hidden; border: 0 !important; background: transparent;}
#lightboxtable td #lightbox.imgView .lightbox-container img { height: 500px; border: 30px solid #fff;}
#lightboxtable td #lightbox.visuelView { width: 960px; height: 500px; position: relative}
#lightboxtable td #lightbox.visuelView .lightbox-container { width: 905px; height: 410px; overflow: hidden; overflow-y: auto; border: 0; text-align: center}
#lightboxtable td #lightbox.visuelView .lightbox-container img { max-width: 800px}
#lightboxtable td #lightbox.visuelView .lightbox-container .account-pages { text-align: left}
#lightboxtable td #lightbox.visuelView .lightbox-container .account-pages h1 { margin-top: 0px}
#lightboxtable td #lightbox.worldwideView { width: 400px; height: 200px; position: relative}
#lightboxtable td #lightbox.worldwideView .lightbox-container { width: 345px; border-width: 5px;}
#lightboxtable td #lightbox.worldwideView .lightbox-container .account-pages { width: 335px; height: 150px;  overflow: hidden; overflow-y: auto; text-align: left}
#lightboxtable td #lightbox.worldwideView .lightbox-container { text-align: left}
#lightboxtable td #lightbox .lightbox-container { border: 15px solid #4c575f; -moz-border-radius: 10px; border-radius: 10px; float: left; width: 100%; padding: 10px; background: #fff}
#lightboxtable td #lightbox .lightbox-container h3 { color: #505050; margin: 10px 0; text-align: center}
#lightboxtable td #lightbox .lightbox-container .paragraph { padding: 30px; float: left; width: 340px; text-align: center}
#lightboxtable td #lightbox .lightbox-container .action { background: #4c575f; border: 1px solid #171717; padding: 4px 8px; color: #fff;}
#lightboxtable td #lightbox .lightbox-container .action:hover { background: #707a82; text-decoration: none; }
#lightboxtable td #lightbox .lightbox-container .action:active { background: #15191b; }
.messages { display: none;}
#lightboxtable td #lightbox .messages { display: block}

/* Footer section */
.footer .mini-links { display: block; margin-bottom: 35px; text-align: center}
.footer p.mini-links { margin-bottom: 10px; font-size: 10px}
.footer .mini-links li a { font-size: 9px;}
.footer-container { clear: both;}
.footer-container .footer-end { float:  left; border-right: 1px solid #eee; margin-right: 25px; padding-right: 25px }
.footer-container .footer-end.last, .footer-container .footer-end.last ul, .footer-container .footer-end ul.last { margin-right: 0; border: 0;}
.footer-container .footer-end ul.last { width: 150px}
.footer-container .footer-end div.first, .footer-container .footer-end ul { width: 165px; float: left; margin-right: 20px;}
.footer-container .footer-end.last ul { clear: both}
.footer-container .footer-end ul li { float: left; display: block; clear: both; font-size: 10px; margin-bottom: 5px}
.footer-container .footer-end ul li.title { font-weight: bold; margin-top: 20px}
.footer-container .footer-end ul li a { font-size: 10px; }

#shopping-cart-table.data-table tbody tr.even td dl.item-options dd a {font-size: 13px; padding-left: 10px;}
#shopping-cart-table.data-table tbody tr.even td dl.item-options dd a:before {content:"› "}
/* Cart section */
.cart h2.product-name {font-size: 16px;}
.cart .cart-price { }
.cart .item-options .price { display: none;}
.cart .col2-set .buttons-set button.button { float: left;}
.cart .col2-set .col-2 { float: right}
.cart .cart-collaterals .col2-set { width: 960px}
.cart .cart-collaterals .reduction { margin-bottom: 20px; float: left; }
.cart .col2-set .col-1 { margin-left: 30px}
.cart .col2-set .col-1 .shipping { margin-top: 30px}
.cart #shopping-cart-table .link-remove { margin-left: 15px }
.opc .active .step-title h2 { color: #fff !important; 
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;	}
.opc .step-title .number { color: #0071B9; font-weight: bold; background: #fff; line-height: normal; font-size: 15px; padding: 2px 5px; margin-right: 8px; margin-left: 3px;}
.opc .step-title { padding: 5px; }
.opc .step-title h2 { line-height: 21px}
.opc .active .step-title { padding: 5px; }
.opc .cart-price { float: right}
.opc #checkout-payment-method-load fieldset { margin: 0; padding: 0; }
.opc #checkout-payment-method-load fieldset ul li { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/26.png) left center no-repeat; line-height: 16px; padding-left: 20px; height: 16px; float: left; margin-top: 5px}
.opc #checkout-payment-method-load dt { float: left; clear: both; margin-bottom: 3px}
.opc #checkout-payment-method-load dd { margin-bottom: 30px; float: left; clear: both}
.sp-methods .checkmo-list { padding: 0}
.sp-methods .checkmo-list label { width: auto; padding-right: 3px}
.sp-methods .checkmo-list li, .sp-methods .checkmo-list address { clear: both; float: left}
.sp-methods .checkmo-list li { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/26.png) left top no-repeat; line-height: 16px; padding-left: 20px; float: left; margin-top: 5px}
.opc .agreement-content { display: none}
.opc .agree label { cursor: pointer}
.opc .agree label:hover { text-decoration: underline;}
.opc .cgv h1 { margin-top: 5px}
#checkout-step-login button { float: left}
#checkout-step-login .buttons-set a.f-left { float: right !important}
#checkout-step-review .item-options dt { display: none}

/* Home section */
.homeslides-container { position: relative; width: 417px; height: 382px; float: left;}
#homeslides { width: 417px; height: 382px; float: left}
#navactu { position: absolute; bottom: -5px; right: -5px; z-index: 1000; padding: 20px}
#navactu .nav-arrow { width: 8px; height: 15px; float: left; text-indent: -999em}
#navactu .nav-arrow#navhomeslideshowprev { background-position: -218px -45px}
#navactu .nav-arrow#navhomeslideshownext { background-position: -275px -45px}
#navhomeslideshow { float: left; margin: 1px 0 0 8px}
#navhomeslideshow a { background-position: -254px -46px; width: 14px; height: 14px; float: left; text-indent: -999em; margin-right: 6px;}
#navhomeslideshow a.activeSlide { background-position: -233px -46px}

#home-droite { width: 328px; height: 382px; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/essentiel.png) center 295px no-repeat; float: right; position: relative;}
#home-droite p { margin-bottom: 10px;}
#home-droite .home-news { float: left; clear: both; background: url(/media/ActuHomeDroiteFrench/n3.png) no-repeat; width: 206px; padding-left: 123px; height: 63px; padding-top: 10px;}
.englishCorpo #home-droite .home-news { background: url(/media/ActuHomeDroiteEnglish/n3.png) no-repeat; }
#home-droite .home-news li { margin-bottom: 0px; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/home-news.png) left 7px no-repeat; padding-left: 10px;}
#home-droite .home-news li a { font-size: 9px; text-transform: uppercase; color: #797676; letter-spacing: 0.01em; line-height: 9px}

#home-nouveaute { width: 417px; float: left; margin-top: 16px;}
#home-moment { width: 328px; float: right; margin-top: 16px; height: 278px; overflow: hidden;}


/* Push section */
#menuCol .push { width: 193px;}
#menuCol .push.product { height: 278px; position: relative; float: left; clear: both; margin-top: 8px}
#menuCol .push.product img { position: absolute; z-index: 0}
.col-left-push-produit .push-container {
	background: white; 
	padding: 10px; 
	margin: 10px 0 0 0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	box-shadow: inset 0 0 30px 30px #e8eff9;
	-moz-box-shadow: inset 0 0 30px 30px #e8eff9;
	-webkit-box-shadow: inset 0 0 30px 30px #e8eff9;
	-o-box-shadow: inset 0 0 30px 30px #e8eff9;
	-ms-box-shadow: inset 0 0 30px 30px #e8eff9;
}
.push-container .btn-cart {
	margin-left: 10px;
}
#menuCol .push.product .push-container .price-box { width: 95px; text-align: center; line-height: 12px; position: absolute; bottom: 7px; left: 10px; color: #4b575f}
#menuCol .push.product .push-container .price-box.kit { bottom: 0}
#menuCol .push.product .push-container .price-box .old-price { font-size: 9px}
#menuCol .push.product .push-container .btn-cart { background: blue; padding: 10px;}
#menuCol .push.product .push-container .btn-cart span { text-indent: -9999px; float: left; background: none; width: 60px; height: 25px; margin: 0; padding: 0; cursor: pointer}
#menuCol .push.product .kit-link { height: 232px; left: 0; position: absolute; top: 0; width: 193px; z-index: 1;}
/* .cms-home #menuCol .push.product { position: absolute; bottom: 0} */
#menuCol .conseils_pharmaciens { margin-top: 8px; clear: both; float: left;}


/* Pages Conseils */
.conseils { margin: 0 auto; width: 960px;}
.conseils.cat5 { background: url(/media/PagesConseils/hydratation.jpg) right bottom no-repeat transparent;}
.conseils.cat6 { background: url(/media/PagesConseils/nettoyant.jpg) right bottom no-repeat transparent;}
.conseils.cat7 { background: url(/media/PagesConseils/nutrition.jpg) right bottom no-repeat transparent; padding-bottom: 250px}
.conseils.cat8 { background: url(/media/PagesConseils/anti-age.jpg) right bottom no-repeat transparent;}
.conseils.cat9 { background: url(/media/PagesConseils/solaire.jpg) right bottom no-repeat transparent;}


.conseils.cat5 h1, .conseils.cat5 .sous-titre, .conseils.cat5 h2, .conseils.cat5 h3, .conseils.cat10 a { color: #0071b9 !important; border-color: #0071b9}
.conseils.cat6 h1, .conseils.cat6 .sous-titre, .conseils.cat6 h2, .conseils.cat6 h3, .conseils.cat10 a { color: #97c114 !important; border-color: #B8D16A}
.conseils.cat7 h1, .conseils.cat7 .sous-titre, .conseils.cat7 h2, .conseils.cat7 h3, .conseils.cat10 a { color: #46BAC5 !important; border-color: #46BAC5}
.conseils.cat8 h1, .conseils.cat8 .sous-titre, .conseils.cat8 h2, .conseils.cat8 h3, .conseils.cat10 a { color: #C90027 !important; border-color: #C90027}
.conseils.cat9 h1, .conseils.cat9 .sous-titre, .conseils.cat9 h2, .conseils.cat9 h3, .conseils.cat10 a { color: #F9B321 !important; border-color: #F9B321}
.conseils.cat10 h1, .conseils.cat10 .sous-titre, .conseils.cat10 h2, .conseils.cat10 h3, .conseils.cat10 a { color: #C0A791 !important; border-color: #C0A791}


/* Pages decouvrez */

.decouvrez .gauche { float: left; width: 240px;}
.decouvrez .droite { float: left; width: 720px;}


/* Pages comptes */
.account-pages, .my-account, .cart, .checkout-pages {padding: 20px 0; min-height: 400px}
.account-pages h1, .my-account h1, .cart h1, .checkout-pages h1 { font-size: 20px !important; color: #0071b9 !important; font-size: normal;}
.account-pages h1 span, .my-account h1, .cart h1 span, .checkout-pages h1 span { font-size: 20px !important;  !important; font-size: normal;}
.account-pages h2, .my-account h2, .cart h2, .checkout-pages h2 { font-size: 15px !important; color: #0071b9 !important; font-size: normal;}
.account-pages h3, .my-account h3, .cart h3, .checkout-pages h3 { font-size: 13px !important; color: #0071b9 !important; font-size: normal;}
.account-pages h4, .my-account h4, .cart h4, .checkout-pages h4 { font-size: 13px !important; color: #0071b9 !important; font-size: normal;}
.account-pages p { margin-bottom: 20px; color: #787b7a !important; font-size: 13px;}
.account-pages .manage-title { width: auto; float: left; margin-right: 15px}
.account-pages a.edit { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/118.png) left top no-repeat; line-height: 16px; padding-left: 18px; font-size: 11px; height: 16px; float: left}
.account-pages a.link-remove, .cart .link-remove { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/53.png) left top no-repeat; line-height: 16px; padding-left: 18px; font-size: 11px; height: 16px; float: left}
.account-pages a.manage { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/143.png) left top no-repeat; line-height: 16px; padding-left: 12px; font-size: 11px; height: 16px; float: right; margin-top: 4px; margin-right: 10px}
.block-account.navigation { padding-top: 15px}
.block-account.navigation .current { background-color: #fff; -webkit-box-shadow: -2px 0 3px #818181; -moz-box-shadow: -2px 0 3px #818181  }
.block-account.navigation li { margin-bottom: 5px; padding: 8px 0px 8px 40px; height: 24px; line-height: 24px; background-position: 8px center; background-repeat: no-repeat; border-top-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; background-color: #e7e7e7; }
.block-account.navigation li a { display: block}
.block-account.navigation .retour-catalogue { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/21.png); background-color: #4a575f; background-position: 8px 11px}
.block-account.navigation .retour-catalogue a { color: #fff !important}
.block-account.navigation .mon_compte { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/252.png);}
.block-account.navigation .editer_mes_informations { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/263.png);}
.block-account.navigation .carnet_d_adresses { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/242.png);}
.block-account.navigation .mes_commandes { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/125.png); background-position: 11px center}
.block-account.navigation .accords_de_facturation, .block-account.navigation .profils_r_currents { display: none}
.block-account.navigation .newsletter { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/78.png);}
.account-pages .order-info-box { margin-bottom: 30px}
.account-pages .link-print { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/134.png) left center no-repeat; line-height: 16px; padding-left: 20px; height: 16px; float: right}
.account-pages .view-order { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/26.png) left center no-repeat; line-height: 16px; padding-left: 20px; height: 16px; float: left}
.account-pages address { clear: both; color: #787b7a !important }
.account-pages #my-orders-table { border: 1px solid #D2D2D2; border-bottom: 1px solid #D2D2D2; background: #fff;  -webkit-box-shadow: 0px 0 7px #818181; -moz-box-shadow: 0px 0 3px #818181; border-radius: 4px}
.account-pages #my-orders-table .option-value { padding-left: 10px}
.account-pages th { border-bottom: 2px solid #eee; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/sprite_bleeds.png) 0 -400px repeat-x; border: 1px solid #D2D2D2; color: #0071B9 !important}
.account-pages .box-head { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/sprite_bleeds.png) 0 -400px repeat-x; border-top-left-radius: 4px; border-top-right-radius: 4px; text-indent: 11px; padding: 4px 0; border: 1px solid #D2D2D2; clear: both; margin-top: 15px;}
.account-pages .box-head.second { margin-top: 10px}
.account-pages .box-head h2 { font-size: 13px !important; font-weight: bold; }
.account-pages .col2-set { padding: 20px; background: #f4f4f4; border: 1px solid #D2D2D2}
.account-pages .col2-set.none { padding: 0; background: none; border: none;}
.account-pages .box-padding { padding: 15px; background: #f4f4f4; border: 1px solid #D2D2D2;}
.account-pages .box-padding .fieldset { margin: 0; background: none}
.account-pages .dashboard .box-head h2 { padding-left: 30px; background-position: 8px center; background-repeat: no-repeat; height: 24px; line-height: 24px}
.account-pages .dashboard .box-head.mon_compte h2 { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/252.png);}
.account-pages .dashboard .box-head.mes_commandes h2 { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/125.png); background-position: 11px center}
.account-pages .dashboard .box-head.carnet_d_adresses h2 { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/242.png);}
.account-pages .addresses-primary li { float: left; width: 50%}
.account-pages .box-head.additional { height: 18px}
.account-pages .box-head.additional h2 { width: auto; float: left;}
.account-pages .box-head.additional button { float: right; margin-right: 5px; position: relative; top: -2px }
.account-pages .box-head.additional a { margin-right: 8px; padding-left: 12px}
.account-pages #order-info-tabs { margin-bottom: 10px; float: left; -webkit-box-shadow: 0px 0 7px #818181; -moz-box-shadow: 0px 0 3px #818181;}
.account-pages #order-info-tabs li { float: left; padding: 5px 10px 5px 3px; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/sprite_bleeds.png) 0 -400px repeat-x; border-right: 1px solid #ddd; height: 16px; line-height: 16px}
.account-pages #order-info-tabs li.current { background-position: 0 -440px; font-weight: bold}
.account-pages #order-info-tabs li .informations_commande { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/70.png) 5px center no-repeat; line-height: 16px; padding-left: 25px; display: block}
.account-pages #order-info-tabs li .factures { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/59.png) 5px center no-repeat; line-height: 16px; padding-left: 25px; display: block}
.account-pages #order-info-tabs li .exp_ditions { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/14.png) 5px center no-repeat; line-height: 16px; padding-left: 25px; display: block}
.account-pages #order-info-tabs li.last { border: 0}
.account-pages .order-date { clear: both}
.account-pages .fields .field.tiers { width: 185px}
.account-pages .fields .field.tiers .input-box { width: 175px}
.account-pages .fields .field.tiers .input-box input, .account-pages .fields .field.tiers .input-box select { width: 160px}
.checkout-pages .fields .field.tiers { width: 185px}
.checkout-pages .fields .field.tiers .input-box { width: 175px}
.checkout-pages .fields .field.tiers .input-box input, .checkout-pages .fields .field.tiers .input-box select { width: 160px}


/* Pages bottom */
.cms-pages h1 { margin: 30px 0 10px}
.cgv h1 { margin: 30px 0 10px}
.cgv h2 { font-weight: bold; margin: 20px 0 5px 0; float: left; clear: both}
.cgv p { clear: both}
.cgv { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/pages-conseils.jpg) right bottom no-repeat; padding-bottom: 230px; 	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	-o-border-radius: 10px 10px 10px 10px; 
	-ms-border-radius: 10px 10px 10px 10px;}
.checkout-onepage-index .checkout-pages,.garanties { background: transparent url(/media/NosGaranties/bandeau.jpg) center bottom no-repeat; padding-bottom: 130px}


/* Sales Points section */
.sales-points { width: 960px;
margin: 0 auto;}
.sales-points #storelocator-results .loader { width: 715px; float: left}
.sales-points #sidebar a { cursor:pointer; margin-bottom:10px; background-color:#fff; display:block; float: left}
.sales-points #sidebar a img { margin-right: 5px; float: left}
.sales-points #sidebar a span { float: left; width: 139px}
.sales-points #sidebar a:hover { background-color:#eee; }
.sales-points #storelocator-results { clear: both}
.sales-points #storelocator-container { width:960px; font-size:11px;background: white; padding: 0; 	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	-o-border-radius: 10px 10px 10px 10px; 
	-ms-border-radius: 10px 10px 10px 10px;}
.sales-points #sidebar { overflow: auto; height: 360px; padding:0 10px 0 0; font-size: 11px; ; }
.sales-points #map { overflow: hidden; width:750px; height:438px; }
.sales-points .search-address { margin-bottom: 10px}
.sales-points .search-address th { background: none; border: 0}
.sales-points .search-address td { vertical-align: middle; padding-right: 10px}
.sales-points .ui-slider .ui-slider-handle { width: 8px; border: 0; padding: 2px 0; top: -7px}
.sales-points #slider { width: 270px; height: 7px; }
.sales-points #zoom { float: left; padding: 0; margin: 0 0 15px 0}
.sales-points #zoom li { float: left; padding: 0 8px 0 0; margin: 0 8px 3px 0; border-right: 1px solid #aaa }
.sales-points #zoom li.last { border-right: 0; margin: 0; padding: 0}
.sales-points #zoom li.active a { font-weight: bold}
.sales-points label.title { color: #0071B9; margin-bottom: 3px; border-right: none;}
/* .sales-points #zoom li#france, .sales-points #zoom li#international { clear: both} */
.sales-points #zoom li#international { margin-right: -10px}

/* Embryolisse dans le monde */
.map { background: url(/media/PagesDecouvrez/international_map.jpg); width: 755px; height: 501px; float: left; clear: both; margin-top: 10px}
.map ul { position: relative; width: 755px; height: 501px; float: left; padding: 0; margin: 0;}
.map ul li { position: absolute; width: 34px; height: 34px; float: left; padding: 0; margin: 0}
.map ul li a { display: block; background: url(/media/PagesDecouvrez/international_target.png) 0 0; width: 34px; height: 34px; float: left; text-indent: -999em; position: relative; z-index: 1}
.map ul li a.over { z-index: 1000}
.map ul li a:hover { background-position: 0 -34px;}
.map ul li .points { display: none;}
.worldwideView .account-pages { min-height: inherit; padding: 10px; margin-top: 23px; padding: 0 10px}
.worldwideView h2 { position: absolute; top: 5px; left: 5px; background: #4C575F; color: #fff !important; width: 360px; padding: 5px 5px 10px 5px; text-indent: 5px; font-weight: bold;}
#lightboxtable td #lightbox.worldwideView .lightbox-container h3 { text-align: left; margin: 0; height: 20px;}
#lightboxtable td #lightbox.worldwideView .lightbox-container h3 a { background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/100.png) left 3px no-repeat; padding-left: 15px; height: 16px; line-height: 16px; float: left;padding-top: 3px; border-top: 1px dotted #ddd; width: 308px}
.englishCorpo #intheworld .page-title {  background: url("/skin/frontend/default/blank/images/international_en.jpg") no-repeat scroll left center #CDE0F1;  height: 100px;   text-indent: -10000px;  text-transform: uppercase;}


/* Pages diagnostic */
#form-container form { width: 960px !important;  float: left; position: absolute; left: -10000px;}
#form-container form ul { padding-bottom: 0px; position: relative}
/* #form-container form ul .validation-advice { position: absolute; bottom: -17px;} */
#step1 .validation-advice, #step2 .validation-advice, #step3 .validation-advice { position: absolute; bottom: -17px;}
#form-container form .prevForm, #form-container form .goBack { float: left}
.diagnostic.account-pages { padding: 20px 0  }
#step8 { position: relative !important; height: auto !important}
.diagnostic .box-head { height: 20px}
#resultsWrapper h2 {
	padding-bottom: 10px;
}
#resultsWrapper li {
	margin: 0 0 0 40px;
}
#resultsWrapper li.title {
	color: #0071B9;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0 5px 0;
	list-style-type: none;
	margin: 0 !important;
}
#resultsWrapper li, #resultsWrapper p {
	font-size: 13px;
}
.phdiagnostic-customer-result .account-pages .gauche, .diagnostic .gauche {
	float: left;
	width: 620px;
}
.phdiagnostic-customer-result .account-pages .droite, .diagnostic .droite {
	float: right;
	width: 300px;
}
.account-pages:after, .diagnostic:after {
	clear: both;
	content:"";
	display: block;
}
/*
.dpresult{
	background: #ffffff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	padding: 15px;
}*/
/* Page Gamme */
#gamme {margin: 0 auto; width: 960px;}
#gamme p { 
	background: #ffffff url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/gamme_e.jpg) 10px 10px no-repeat; 
	padding: 10px 10px 7px 60px; 
	margin-top: 10px; 
	height: 50px; 
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
}
#gamme .products { float: left; overflow: hidden; white-space: nowrap; clear: both;}
#gamme .products li { float: left; padding: 0 10px;}
#gamme .acces-rapide li.contents { float: left; clear: both}
#gamme .acces-rapide a.cat { 
	display: block; 
	padding: 5px; 
	clear: both; 
	margin-bottom: 30px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	width: 940px;
	font-weight: bold;
}
#gamme li a.cat5 { background-color: #0071b9}
#gamme li a.cat6 { background-color: #B8D16A}
#gamme li a.cat7 { background-color: #46BAC5}
#gamme li a.cat8 { background-color: #C90027}
#gamme li a.cat9 { background-color: #F9B321}
#gamme li a.cat10 { background-color: #C0A791}

.cms-gamme-produits-embryolisse #tooltip.tgamme, .cms-skin-range #tooltip.tgamme { opacity: 1; border: 0; background: none; width: auto; padding: 0 20px;}
.cms-gamme-produits-embryolisse #tooltip.tgamme .tooltip-ctn, .cms-skin-range #tooltip.tgamme .tooltip-ctn { border-width: 3px; border-style: solid; border-radius: 4px; -moz-border-radius: 4px; padding: 5px; background: #fff}


/* Page une marque de référence */
#marque { }
#marque .gauche { width: 370px; }
#marque .droite { width: 360px }
#marque #marqueNav { width: 300px; height: 202px; float: left; background: url(/media/PageMarque/frise.jpg) no-repeat; margin: 15px 0 0 15px;}
#marque #marqueNav li { float: left; height: 202px; text-indent: -999em; cursor: pointer;}
#marque #marqueNav li a { background: url(/media/PageMarque/pager-off.png) center center no-repeat; width: 100%; height: 15px; margin-top: 187px; float: left;}
#marque #marqueNav li.activeSlide a { background: url(/media/PageMarque/pager.png) center center no-repeat;}
#marque #marqueNav li.n2009 { margin-left: 12px; width: 46px; margin-right: 6px;}
#marque #marqueNav li.n2007 { width: 38px; margin-right: 4px;}
#marque #marqueNav li.n2005 { width: 38px; margin-right: 4px;}
#marque #marqueNav li.n1999 { width: 32px; margin-right: 6px;}
#marque #marqueNav li.n1995 { width: 32px; margin-right: 5px;}
#marque #marqueNav li.n1974 { width: 35px; margin-right: 4px;}
#marque #marqueNav li.n1950 { width: 32px;}
#marque #marqueYears { float: left; width: 300px; margin: 20px 0 0 20px;}
#marque #marqueYears li { clear: both;}
#marque #marqueYears .img { width: 135px; float: left; height: 450px; margin-right: 15px }
#marque #marqueYears .text { width: 150px; float: left; margin-top: 15px }
#marque #marqueYears .text h1 { font-size: 50px !important; margin-bottom: 30px;}
#marque #marqueYears .text p { font-size: 11px;}

.clear { clear:both; }
/* Page Lecon de teint */
#lecon { background: #fff; padding: 50px 30px 30px 40px; float: left; width: 685px;}
#lecon h1 { color: #0071B9 !important; font-size: 20px; text-transform: uppercase}
#lecon #video { margin: 40px 0 15px; float: left; clear: both; width: 497px; margin-left: 67px; text-align: center;}
#lecon .programme { width: 497px; margin-left: 67px; float: left; clear: both; background: url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/lecon-bg.jpg) no-repeat center top #fff; height: 290px; padding-top: 15px; }
#lecon h2 { color: #0071BA !important; font-size: 14px; text-transform: uppercase; margin-bottom: 10px;}
#lecon p { color: #7f8180; font-size: 12px; line-height: 19px;}

/* Diag: Date of birth */
.dob-field { position: relative; }
.dob-field .validation-advice {  background: none repeat scroll 0 0 transparent;  bottom: 37px;  left: 130px;  padding: 0;  position: absolute;  width: 250px; }

/* Product: Facebook share */
.product-essential {  padding-bottom: 31px; }
.share-facebook {  border-top: 1px solid;  bottom: 0;  height: 13px;  padding: 6px 0 10px;  position: absolute;  right: 0;  text-align: center;  width: 575px; }
.share-facebook a {    color: #000000;    text-decoration: underline;}
.share-facebook a:hover {}
.share-facebook a.share-facebook-button {}

/* Header: Facebook Like Box */
.facebook-likebox {    position: fixed;    right: 0;    top: 20px; z-index: 9999; }
.facebook-likebox .facebook-vertical { cursor: pointer; float: left; }
.facebook-likebox .facebook-vertical-logo {  background: url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/emb/facebook-vertical.gif") no-repeat scroll 0 0 transparent;  height: 78px;  width: 29px; }
.facebook-likebox .facebook-arrow {  background: url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/emb/facebook-arrow.jpg") no-repeat scroll 0 0 transparent;  height: 35px;  width: 35px; }
.facebook-likebox.selected .facebook-arrow {  background-image: url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/emb/facebook-arrow-selected.jpg"); }
.facebook-likebox .fb-like-box { display: none; float: right; background: none repeat scroll 0 0 #FFFFFF; }

/**** Diagnostic */

/* Diag: Block-account */
.block-account.navigation .mes_diagnostics { background-image: url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/273.png"); }

/* Diag: Content */
.phdiagnostic-customer-account .account-pages { padding: 0; }
.phdiagnostic-customer-account .diag-content { padding: 20px; }

.account-pages.my-account #resultsWrapper { text-align: left; }
.account-pages.my-account #resultsWrapper h1 { color: #0071B9 !important }

/* Diag: View */
.phdiagnostic-customer-result .account-pages { padding: 20px 0 0; }

/* Diag: Essentiel Results */
.conseils .facebook-results {   float: right;  margin: 10px 244px 0 10px; }
h1.diag-resuls { float: left; }
#resultsWrapper { clear: both; }
.diag-results-page { position: relative; }
.diag-results-page .facebook-results { margin: 0;    position: absolute;    right: 0;    top: -32px; }

/* Kits */
.pack-page .col-main { background: transparent }
.acces-rapide li.cat-title {  color: #FFFFFF;  cursor: pointer;  display: block;  float: left;  font-size: 13px;  font-weight: bold;  line-height: 14px;  margin: 0 3px 0 0;  padding: 3px 8px 5px;  text-align: center; }
.catalog-tabs {}
.catalog-tabs .category-products { display: none; }
.catalog-tabs .category-products#cat27 { display: block; }







/* NEW INTE */


/*fonts*/

@font-face {
    font-family: 'asenineregular';
    src: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/asenine_-webfont.eot');
    src: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/asenine_-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/asenine_-webfont.woff') format('woff'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/asenine_-webfont.ttf') format('truetype'),
         url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/fonts/asenine_-webfont.svg#asenineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #3c444e;
}
.bg-repeat {
	background: #fefefe url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bgglobal.png') top left repeat-x;
}
.set960 {
	width: 960px;
	margin: 0 auto;
}
.clear {
	clear: both;
	content: "";
	display: block;
}

/*GENERAL*/
.scene {
	background: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/largeback.jpg') top center no-repeat;	
}
.bt-addcart-type1, .btn-cart {
	color: #1672a9;
	text-transform: uppercase;
	border: 0;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/buy-bt-sac.png') top left no-repeat;
	padding: 0 0 0 36px;
	height: 28px;
	font-weight: bold;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	text-align: left;
	background-color: none !important;
}
/*bts cart types*/
.bt-addcart-type1:hover, .btn-cart:hover {
	color: #3b98d0;
	background-color: none !important;
}
/*style quantity toyujours le même*/
.quantity {
	margin: 5px 0 0 0 ;
}
.quantity .qtylabel {
	font-family: 'Open Sans', sans-serif;
	color: #1672a9;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	display: inline-block;
	position: relative;
	top: -4px;
}
.quantity .qty-component {
	display: inline-block;
	border: #b9c4dd 1px solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	height: 15px;
}
.quantity .qty-component:after {
	clear: both;
	display: block;
	content:"";
}
.quantity .qty {
	font-family: 'Open Sans', sans-serif;
	color: #1672a9;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	width: 30px;
	border: none;
	background: white;
	float: left;
	height: 15px;
	text-align: center;
	padding: 0 !important;
}
.catalog-product-view  .qty {
	position: relative;
	left: 0;
}
.quantity .qtyselector {
	width: 16px;
	height: 15px;
	float: left;
	background-color: #b9cbeb;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	float: left;
	color: white;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	cursor:pointer;
}
.quantity .qtyselector:hover {
	background-color: #1672a9;
}
.quantity .increment {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/plusmin.png') !important;
	background-position: top left !important;
	background-repeat: no-repeat !important;
}
.catalog-product-view  .increment {
	position: relative; 
	left: 0;
}
.quantity .decrement {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/plusmin.png') !important;
	background-position: top right !important;
	background-repeat: no-repeat !important;
}
.catalog-product-view  .decrement{
	position: relative;
	left: 0;
}
.quantity .minplus span {
	display: none;
}

/*HEADER*/
.permanent-header {
	
}
.permanent-header .logo {
	float: left;
	width: 372px;
	height: 109px;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/logo.png') 62px 28px no-repeat;
}
.permanent-header .logo h1 a {
	width: 249px;
	height: 80px;
	display: block;
	margin: 31px 0 0 62px;
}
.permanent-header .logo h1 a span {
	display: none;
}
.permanent-header .topmenu-area {
	float: left;
	width: 588px;
	height: 138px;
}
.permanent-header .cart-account {
	float: left;
	width: 588px;
	height: 109px;
}
.permanent-header .cart-account h3 {
	float: left;
	width: 110px;
	height: 53px;
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #3b4d72;
	font-weight: normal;
	padding: 47px 0 0 30px;
	letter-spacing: 0.07em;
	font-weight: bold;
}
.permanent-header .cart-account .articles {
	width: 64px;
	height: 60px;
	float: left;
	text-align: center;
	font-weight: 600;
	color: white;
	font-size: 11px;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/cart.png') 0 20px no-repeat;
	padding: 36px 0 0 0;
	margin: 0 12px 0 0;
}
.permanent-header .cart-account .articles .number {
	font-size: 18px;
	line-height: 18px;
	display: block;
}
.permanent-header .cart-account .articles .number a {
	color: white;
}
.permanent-header .cart-account .articles .number a:hover {
	text-decoration : none;
}
.permanent-header .cart-account .account-summary {
	float: left;
	width: 264px;
	font-size: 13px;
	padding: 18px 0 0 0;
}
.permanent-header .cart-account .account-summary .cart-link a {
	color: #3b4d72;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
}
.permanent-header .cart-account .account-links {
    float:left;
    margin:32px 0 0 18px;
}
.permanent-header .cart-account .account-links a {
    color: #3b4d72;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    font-size:12px;
    color:#0071B9;
    font-weight:bold;
}
.permanent-header .cart-account .account-summary .account-links a:hover {
	color: #959b9e;
}
.permanent-header .general-links {
	float: right;
	width: 90px;
	text-align: center;
	font-size: 11px;
	padding: 30px 0 0 0;
	line-height: 1.5em;
}
.permanent-header .general-links a {
	color: #3b4d72;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
}
.permanent-header .general-links a:hover {
	color: #959b9e;
}
.permanent-header .menu {
	padding: 0;
	margin: 0;
	height: 58px;
}
.permanent-header .menu >ul >li {
	padding: 0;
	float: left;
	height: 49px;
	letter-spacing: 0.07em;
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-size: 16px;
	list-style-type: none;
	text-align: center;
	margin: 0 1px 0 0;
	font-weight: normal !important;
}
.englishCorpo .permanent-header .menu >ul >li  {
	font-size: 14px !important;
}
.permanent-header .menu > ul > li > a {
	display: block;
	height: 49px;
	line-height: 47px;
	padding: 0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}


.permanent-header .menu ul li#cat36 {
	border-bottom: #fbdf6b 8px solid;
	width: 158px;
}
.frenchCorpo .permanent-header .menu ul li#cat36 {
	width: 158px !important;
}
.englishCorpo .permanent-header .menu ul li#cat36 {
	width: 128px !important;
}
.permanent-header .menu ul li#cat36 > a:hover, .permanent-header .menu ul li#cat36  > a.active, .permanent-header .menu ul li#cat36  > a.current {
	background: #ffd051; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd051 0%, #ffd051 0%, #fbdf6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd051), color-stop(0%,#ffd051), color-stop(100%,#fbdf6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd051 0%,#ffd051 0%,#fbdf6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffd051 0%,#ffd051 0%,#fbdf6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffd051 0%,#ffd051 0%,#fbdf6b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffd051 0%,#ffd051 0%,#fbdf6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd051', endColorstr='#fbdf6b',GradientType=0 ); /* IE6-9 */
	color: #3C444E;
	text-shadow: 1px 1px 0 white;
}

ul.grouped-products li.cat36, ul.grouped-products li.cat36 a {
color: #ffae00;
}

.permanent-header .menu ul li#cat37 {
	border-bottom: #fbdf6b 8px solid;
	width: 158px;
}
.frenchCorpo .permanent-header .menu ul li#cat37 {
	width: 158px !important;
}
.englishCorpo .permanent-header .menu ul li#cat37 {
	width: 128px !important;
}
.permanent-header .menu ul li#cat37 > a:hover, .permanent-header .menu ul li#cat37  > a.active, .permanent-header .menu ul li#cat37  > a.current {
	background: #ffd051; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd051 0%, #ffd051 0%, #fbdf6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd051), color-stop(0%,#ffd051), color-stop(100%,#fbdf6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd051 0%,#ffd051 0%,#fbdf6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffd051 0%,#ffd051 0%,#fbdf6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffd051 0%,#ffd051 0%,#fbdf6b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffd051 0%,#ffd051 0%,#fbdf6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd051', endColorstr='#fbdf6b',GradientType=0 ); /* IE6-9 */
	color: #3C444E;
	text-shadow: 1px 1px 0 white;
}
.permanent-header .menu ul li#cat5 {
	border-bottom: #2a88c8 8px solid;
	width: 120px;
}
.frenchCorpo .permanent-header .menu ul li#cat5 {
	width: 120px !important;
}
.englishCorpo .permanent-header .menu ul li#cat5 {
	width: 110px !important;
}
.permanent-header .menu ul li#cat5 > a:hover, .permanent-header .menu ul li#cat5 > a.active, .permanent-header .menu ul li#cat5 > a.current, .voirgamme2 {
	background: #1868b2; /* Old browsers */
	background: -moz-linear-gradient(top, #1868b2 0%, #1868b2 0%, #2a88c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1868b2), color-stop(0%,#1868b2), color-stop(100%,#2a88c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1868b2 0%,#1868b2 0%,#2a88c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1868b2 0%,#1868b2 0%,#2a88c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1868b2 0%,#1868b2 0%,#2a88c8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1868b2 0%,#1868b2 0%,#2a88c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1868b2', endColorstr='#2a88c8',GradientType=0 ); /* IE6-9 */
}
.permanent-header .menu ul li#cat6 {
	border-bottom: #b1ea5d 8px solid;
	width: 217px;
}
.frenchCorpo .permanent-header .menu ul li#cat6 {
	width: 217px !important;
}
.englishCorpo .permanent-header .menu ul li#cat6 {
	width: 217px !important;
}
.permanent-header .menu ul li#cat6 > a:hover, .permanent-header .menu ul li#cat6 > a.active, .permanent-header .menu ul li#cat6 > a.current  {
	background: #98c754; /* Old browsers */
	background: -moz-linear-gradient(top, #98c754 0%, #98c754 0%, #b2eb5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98c754), color-stop(0%,#98c754), color-stop(100%,#b2eb5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #98c754 0%,#98c754 0%,#b2eb5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #98c754 0%,#98c754 0%,#b2eb5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #98c754 0%,#98c754 0%,#b2eb5e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #98c754 0%,#98c754 0%,#b2eb5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c754', endColorstr='#b2eb5e',GradientType=0 ); /* IE6-9 */
}
.permanent-header .menu ul li#cat7 {
	border-bottom: #00bbc7 8px solid;
	width: 112px;
}
.frenchCorpo .permanent-header .menu ul li#cat7 {
	width: 112px !important;
}
.englishCorpo .permanent-header .menu ul li#cat7 {
	width: 126px !important;
}
.permanent-header .menu ul li#cat7 > a:hover,.permanent-header .menu ul li#cat7 > a.active, .permanent-header .menu ul li#cat7 > a.current {
	background: #0099a7; /* Old browsers */
	background: -moz-linear-gradient(top, #0099a7 0%, #0099a7 0%, #00bbc7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099a7), color-stop(0%,#0099a7), color-stop(100%,#00bbc7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0099a7 0%,#0099a7 0%,#00bbc7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0099a7 0%,#0099a7 0%,#00bbc7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0099a7 0%,#0099a7 0%,#00bbc7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0099a7 0%,#0099a7 0%,#00bbc7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099a7', endColorstr='#00bbc7',GradientType=0 ); /* IE6-9 */
}
.permanent-header .menu ul li#cat8 {
	border-bottom: #eb0023 8px solid;
	width: 82px;
}
.frenchCorpo .permanent-header .menu ul li#cat8 {
	width: 82px !important;
}
.englishCorpo .permanent-header .menu ul li#cat8 {
	width: 100px !important;
}
.permanent-header .menu ul li#cat8 > a:hover, .permanent-header .menu ul li#cat8 > a.active, .permanent-header .menu ul li#cat8 > a.current  {
	background: #b7000a; /* Old browsers */
	background: -moz-linear-gradient(top, #b7000a 0%, #b7000a 0%, #eb0023 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7000a), color-stop(0%,#b7000a), color-stop(100%,#eb0023)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b7000a 0%,#b7000a 0%,#eb0023 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b7000a 0%,#b7000a 0%,#eb0023 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b7000a 0%,#b7000a 0%,#eb0023 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b7000a 0%,#b7000a 0%,#eb0023 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7000a', endColorstr='#eb0023',GradientType=0 ); /* IE6-9 */
}
.permanent-header .menu ul li#cat9 {
	border-bottom: #ffb500 8px solid;
	width: 82px;
}
.frenchCorpo .permanent-header .menu ul li#cat9{
	width: 82px !important;
}
.englishCorpo .permanent-header .menu ul li#cat9{
	width: 100px !important;
}
.permanent-header .menu ul li#cat9 > a:hover, .permanent-header .menu ul li#cat9 > a.active, .permanent-header .menu ul li#cat9 > a.current  {
	background: #ef8700; /* Old browsers */
	background: -moz-linear-gradient(top, #ef8700 0%, #ef8700 0%, #ffb500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef8700), color-stop(0%,#ef8700), color-stop(100%,#ffb500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ef8700 0%,#ef8700 0%,#ffb500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ef8700 0%,#ef8700 0%,#ffb500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ef8700 0%,#ef8700 0%,#ffb500 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ef8700 0%,#ef8700 0%,#ffb500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8700', endColorstr='#ffb500',GradientType=0 ); /* IE6-9 */
}
.permanent-header .menu ul li#cat10 {
	border-bottom: #c9a991 8px solid;
	width: 183px;
	margin-right: 0 !important;
}
.frenchCorpo .permanent-header .menu ul li#cat10 {
	width: 183px !important;
}
.englishCorpo .permanent-header .menu ul li#cat10 {
	width: 173px !important;
}
.permanent-header .menu ul li#cat10 > a:hover, .permanent-header .menu ul li#cat10 > a.active, .permanent-header .menu ul li#cat10 > a.current  {
	background: #967460; /* Old browsers */
	background: -moz-linear-gradient(top, #967460 0%, #967460 0%, #c9a991 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#967460), color-stop(0%,#967460), color-stop(100%,#c9a991)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #967460 0%,#967460 0%,#c9a991 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #967460 0%,#967460 0%,#c9a991 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #967460 0%,#967460 0%,#c9a991 100%); /* IE10+ */
	background: linear-gradient(to bottom, #967460 0%,#967460 0%,#c9a991 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#967460', endColorstr='#c9a991',GradientType=0 ); /* IE6-9 */
}
.permanent-header .menu > ul > li > a {
	text-decoration: none;
	color: #3c444e;
}
.permanent-header .menu > ul > li > a:hover, .permanent-header .menu > ul > li > a.active, .permanent-header .menu > ul > li > a.current {
	color: white; 
}
.permanent-header .topmenu-area {
	position: relative;
}
.permanent-header .topmenu-area .mini-offres {
	position: absolute; 
	z-index: 0; 
	height: 27px; 
	border-radius: 36px 0 0 0;
	-moz-border-radius: 36px 0 0 0;
	-webkit-border-radius: 36px 0 0 0;
	-o-border-radius: 36px 0 0 0;
	-ms-border-radius: 36px 0 0 0;
	background: pink;
	color: #485963; 
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	top: 110px; 
	left: -38px;
	text-transform: uppercase;
}
.permanent-header .topmenu-area .mini-offres a {
	color: #485963; 
	text-decoration: none;
	line-height: 27px;
	height: 27px; 
	border-top: #d6dade 1px solid; 
	border-left: #d6dade 1px solid; 
	border-radius: 36px 0 0 0;
	-moz-border-radius: 36px 0 0 0;
	-webkit-border-radius: 36px 0 0 0;
	-o-border-radius: 36px 0 0 0;
	-ms-border-radius: 36px 0 0 0;
	display: block;
	padding: 0 0 0 24px;
	width: 130px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, #d9c5eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#ffffff), color-stop(100%,#d9c5eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 0%,#d9c5eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 0%,#d9c5eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 0%,#d9c5eb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 0%,#d9c5eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9c5eb',GradientType=0 ); /* IE6-9 */
}


.permanent-header .topmenu-area .mini-gamme-expert {
	position: absolute; 
	z-index: 0; 
	height: 27px; 
	border-top: #d6dade 1px solid; 
	border-left: #d6dade 1px solid; 
	border-radius: 36px 0 0 0;
	-moz-border-radius: 36px 0 0 0;
	-webkit-border-radius: 36px 0 0 0;
	-o-border-radius: 36px 0 0 0;
	-ms-border-radius: 36px 0 0 0;
	background: pink;
	color: #485963; 
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	top: 110px; 
	left: 92px;
	text-transform: uppercase;
}
.permanent-header .topmenu-area .mini-gamme-expert a {
	color: #485963; 
	text-decoration: none;
	line-height: 27px;
	height: 27px; 
	border-radius: 36px 0 0 0;
	-moz-border-radius: 36px 0 0 0;
	-webkit-border-radius: 36px 0 0 0;
	-o-border-radius: 36px 0 0 0;
	-ms-border-radius: 36px 0 0 0;
	display: block;
	padding: 0 0 0 24px;
	width: 130px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, #b4e3fd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#ffffff), color-stop(100%,#b4e3fd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 0%,#b4e3fd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 0%,#b4e3fd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 0%,#b4e3fd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 0%,#b4e3fd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b4e3fd',GradientType=0 ); /* IE6-9 */
}

.permanent-header .topmenu-area .minitopmenu {
	border-top: #d6dade 1px solid;
	border-left: #d6dade 1px solid;
	border-right: #d6dade 1px solid;
	border-radius: 36px 36px 0 0;
	-moz-border-radius: 36px 36px 0 0;
	-webkit-border-radius: 36px 36px 0 0;
	-o-border-radius: 36px 36px 0 0;
	-ms-border-radius: 36px 36px 0 0;
	background: #f8fafd;
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	letter-spacing: 0.05em;
	z-index: 999;
	width: 370px;
	float: right;
	padding-left: 10px;
	position: relative;
	z-index: 2;
}
.englishCorpo .permanent-header .topmenu-area .minitopmenu{
	width: 480px !important;
}
.permanent-header .topmenu-area .minitopmenu > ul > li {
	display: inline-block;
	list-style-type: none;
	text-transform: uppercase;
	padding: 0 0 0 5px;
	z-index: 999;
}
.minitopmenu li a {
	text-decoration: none;
	color: #3b464c;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	z-index: 999;
}
.minitopmenu li a:hover {
	color: #959b9e;
	position: relative;
}
.minitopmenu li ul {
	display:none;
	position: absolute;
	background: #f8fafd;
	text-align: left;
	border-left: #c9ccd1 1px solid;
	border-right: #c9ccd1 1px solid;
	border-bottom: #c9ccd1 1px solid;
	padding: 0 10px 0 7px;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	z-index: 999;
}
.minitopmenu li ul li {
	float: none;
}


/*Megamenu*/

.megamenu {
	width: 910px;
	height: 330px;
	overflow: hidden;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	position: absolute;
	top: 195px;
	left: 0;
	background: white;
	z-index: 9999;
	box-shadow: 0 5px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.4);
	-o-box-shadow: 0 5px 5px rgba(0,0,0,.4);
	-ms-box-shadow: 0 5px 5px rgba(0,0,0,.4);
	text-align: left;
	padding: 25px;
	display: none;
}
.mm1 {
	border-top: #9248c2 8px solid;
}
.mm2 {
	border-top: #2a88c8 8px solid;
}
	.mm2 h3, .mm2 a, .cat5 h4 {
		color: #2a88c8;
	}
.mm3 {
	border-top: #b1ea5d 8px solid;
}
	.mm3 h3, .mm3 a, .cat6 h4  {
		color: #81b700;
	}
.mm4 {
	border-top: #00bbc7 8px solid;
}
	.mm4 h3, .mm4 a, .cat7 h4  {
		color: #00bbc7;
	}
.mm5 {
	border-top: #eb0023 8px solid;
}
	.mm5 h3, .mm5 a, .cat8 h4  {
		color: #eb0023;
	}
.mm6 {
	border-top: #ffb500 8px solid;
}
	.mm6 h3, .mm6 a {
		color: #ffb500;
	}
.mm7 {
	border-top: #c9a991 8px solid;
}
	.mm7 h3, .mm7 a {
		color: #c9a991;
	}
.megamenu  h3 {
	font-size: 30px;
	padding: 0;
}
.megamenu  h4 {
	font-size: 18px;
	padding: 0 0 10px 0;
}
.megamenu  .new-product {
	width: 460px; 
	float: left;
}
.megamenu  .new-product .product-image {
	float: left;
	padding: 0;
	height: 300px;
	width: 200px;
	text-align: center;
	margin-top: 20px;
}
.megamenu  .new-product .product-image img {
	max-height: 300px; 
	max-width: 200px;
}
.megamenu  .new-product .product-info .wrap-product-info-float {
	float: left;
	width: 180px;
	text-align: left !important;
}
.permanent-header .menu .megamenu .new-product h4 {
	padding-top: 19px;
}
.permanent-header .menu .megamenu .new-product h4 a {
	text-decoration: underline;
}
.permanent-header .menu .megamenu .new-product h4 a:hover {
	text-decoration: none;
}
.permanent-header .menu .megamenu .new-product h5 {
	text-transform: none;
	padding: 0 0 15px 0;
	font-size: 17px;
}
.permanent-header .menu .megamenu .addcart {
letter-spacing: 0;
}
.permanent-header .menu .megamenu  .new-product p.product-characteristics {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 13px;
	letter-spacing: 0;
	padding: 0 0 20px 0;
}
.purchase {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	background: white url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/purchase.png') center center;
	padding: 10px;
}
.permanent-header .menu .megamenu  .new-product .price {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-size: 20px;
	letter-spacing: 0;
}
.permanent-header .menu .megamenu  .new-product .bt-addcart-type1 { 
	position: relative;
	left: -5px;
	margin: 5px 0 0 0;
}

.permanent-header .menu .megamenu  .view-range {
	float: left;
	width: 480px;
}
.permanent-header .menu .megamenu  .view-range ul {
	padding-top: 20px;
}
.permanent-header .menu .megamenu  .view-range ul li {
	width: 445px;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	top: -5px;
	font-size: 16px;
}
.permanent-header .menu .megamenu  .view-range ul li a {
	text-decoration: none;
	padding: 0;
	display: block !important;
	color: #3c444e;
	float: none !important;
}
.permanent-header .menu .megamenu  .view-range ul li a:before {
	content:"›";
	font-size: 22px;
	margin: 0 5px 0 0;
}
.permanent-header .menu .megamenu  .view-range ul li a:hover {
	text-decoration: underline;
}





/*Gallery*/

.gallery table {
	width: 460px;
	height: 380px;
	margin: 0 auto;
}
.gallery h2,.gallery h3,.gallery h4,.gallery h5 {
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	color: #6f787c;
}
.gallery h2 {
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	font-size: 66px;
	line-height: 66px;
}
.gallery h3 {
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	font-size: 41px;
	line-height: 41px;
}
.gallery h4 {
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
}
.gallery h5 {
	font-family: Interstate, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
}

/*home pushes*/

.home-pushes {
	position: relative;
}
.low-pushes {
	height: 300px;
}
.home-pushes .shade {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/shade.png') top center no-repeat;
	width: 100%;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}
html body.cms-index-index div.wrapper div.scene div.home-pushes div.set960 div.block1 {
	height: 300px;
}
.home-pushes .block1 {
	width: 222px;
	background: #e8eff9;
	margin: 0 1px 0 0;
	float: left;
}
.catalog-category-view .block1:after {
	clear: both;
	display: block;
	content:"";
}
.categorypath-maquillages-html .block1 {
	height: 720px;
}
.home-pushes .block1 h2 {
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px white;
	color: 364052;
	font-size: 32px;
	margin: 25px 0 0 17px;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/big-arrow.png') 180px 5px no-repeat;
}
.home-pushes .block1 .push-links {
	height: 135px;
	width: 197px;
	margin: 15px auto;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/left-ads.png') top left no-repeat;
}
.home-pushes .block1 .push-links a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0 0 0 14px;
	line-height: 14px !important;
}
.home-pushes .block1 .push-links a .tiny {
	font-size: 11px;
	text-transform: uppercase;
}
.home-pushes .block1 .push-links a .biggy {
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	line-height: 30px;
	letter-spacing: 0.05em;
}
.home-pushes .block1 .push-links a.link1 {
	padding: 11px 0 25px 0;
}
.home-pushes .block1 .tiny-advice {
	color: #3b4d72;
	text-align: center;
	font-size: 9px;
	line-height: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
}
.home-pushes .block1 .tiny-advice big {
	font-size: 14px;
}
.home-pushes .block2 {
	width: 413px;
	height: 300px;
	float: left;
	z-index: 4;
	position: relative;
}
.home-pushes .block3 {
	width: 324px;
	height: 273px;
	margin: 27px 0 0 0;
	box-shadow: 0 0 4px grey;
	-moz-box-shadow: 0 0 4px grey;
	-webkit-box-shadow: 0 0 4px grey;
	-o-box-shadow: 0 0 4px grey;
	-ms-box-shadow: 0 0 4px grey;
	float: right;
	z-index: 5;
	position: relative;
}

/*breadcrumbs*/
.breadcrumbs {
	padding: 34px 0 20px 0;
	font-size: 11px;
	color: #778087;
	text-shadow: 1px 1px 0 white;
	font-weight: 600;
	text-align: left;
	margin: 0 auto;
	width: 960px;
}
.breadcrumbs ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}
.breadcrumbs a {
	color: #4b575f;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

/*Fiche produit*/

.big-product-image {
	float: left;
	width: 232px;
	padding-bottom: 30px;
}
.big-product-image img {
	max-width: 232px;
	max-height: 450px;
	display: block;
	margin: 0 auto;
}
.product-complete-info {
	float: right;
	width: 688px;
	text-shadow: 1px 1px 0 white;
	position: relative;
}
.product-complete-info .utilisation {
	width: 135px;
	height: 23px;
	position: absolute;
	top: 0;
	right: 35px;
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/product-header.jpg');
	background-repeat: no-repeat;
}
.englishCorpo .product-complete-info .utilisation {
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/product-header-en.jpg') !important;
}
	.product-complete-info .p5 {
		background-position: -119px 0;
	}

.product-complete-info .social-media {
	position: absolute;
	top: 0;
	right: 0;
}
.product-complete-info .social-media .addthis_floating_style {
    background: none !important;
	padding: 0;
}
.product-complete-info h1 {
	color: #2a88c8;
	font-size: 23px;
	font-weight: 600;
	padding: 0 0 10px 0;
	position: relative;
	z-index: 1;
	width: 500px !important;
}
.product-complete-info h2 {
	font-size: 16px;
	font-weight: 600;
	color: #0571b9;
	width: 500px !important;
}
.product-complete-info .instructions-use {
	color: #8a8e8d;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5em;
	padding: 10px 0 15px 0;
}
.product-complete-info .instructions-use a {
	color: #8a8e8d;
	text-decoration: none;
}
.product-complete-info .instructions-use a:hover {
	text-decoration: underline;
}
.product-complete-info .instructions-use a.tooltip {
	color: #4b575f;
	text-transform: uppercase;
}
.product-complete-info .instructions-use .darker {
	color: #4b575f;
}
.product-complete-info .text-description .desc {
	color: #8a8e8d;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5em;
}
.product-bottom {
	padding: 22px 0 0 0;
}
.product-bottom .additional-info {
	float: left;
	width: 130px;
}
.product-bottom .purchase-area {
	width: 512px;
	float: right;
}
.product-bottom .purchase-area .purchase {
	background: none;
}
.product-bottom .purchase-area  .purchase > .price {
	width: 140px;
	float: left;
	font-size: 18px;
	font-weight: 600;
	height: 38px;
	padding: 4px 0 0 0
}
.product-bottom .purchase-area  .purchase .quantity {
	width: 180px;
	float: left;
	padding: 3px 0 0 0;
}
.product-bottom .purchase-area  .purchase .addcart {
	padding: 0;
	float: left;
	width: 122px;
}
.product-bottom .purchase-area .purchase  .available-packages {
	font-size: 13px;
	font-weight: 600;
	color: #4b575f;
}
.product-bottom .purchase-area .purchase  .available-packages a {
	text-decoration: none;
	color: #4b575f;
	border-left: #bbbbbb 1px solid;
	padding: 0 10px; 
}
.product-bottom .purchase-area .purchase  .available-packages a.first {
	text-decoration: none;
	color: #4b575f;
	border-left: none;
}
.product-bottom .purchase-area .purchase  .available-packages a:hover {
	text-decoration: underline;
}

/*on sort du produti en tant que tel*/
.product-separator1 {
	height: 26px;
	width: 100%;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/sep1.png') center center no-repeat;
	margin: 0;
}
.range-reminder h3 {
	color: #777b7a;
	font-weight: 600;
	padding: 0 0 13px 0;
}
.range-reminder h3 .range-color {
	text-transform: uppercase;
}
	.cat5 .range-color {
		color: #2a88c8;
	}
.range-reminder p {
	font-size: 13px;
	font-weight: 600;
}
.range-reminder p a {
	color: #929594;
	text-decoration: none;
	padding: 0 20px 0 0;
	display: inline-block;
}
.range-reminder p a:hover{
	text-decoration: underline;
}
.product-separator2 {
	height: 26px;
	width: 100%;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/sep2.png') center center no-repeat;
	margin: 0 0 29px 0 ;
}
.product-pushes .product-pushes-container {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-additional-prods.png') top left repeat-y;
}
.product-pushes .product-pushes-container:after {
	clear: both;
	display: block;
	content:"";
}
.product-pushes .block1 {
	float: left;
}
.product-pushes .block4 {
	float: right;
	width: 737px;
}
.product-pushes .block4:after {
	clear: both;
	display: block;
	content:"";
}
.product-pushes .push-additional-product {
	width: 167px;
	height: 350px;
	background: #e4eaf3;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 4px #aaaaaa;
	-moz-box-shadow: 0 0 4px #aaaaaa;
	-webkit-box-shadow: 0 0 4px #aaaaaa;
	-ms-box-shadow: 0 0 4px #aaaaaa;
	-o-box-shadow: 0 0 4px #aaaaaa;
	float: left;
	margin: 0 0 0 17px;
	background-repeat: no-repeat;
	background-position: center 51px;
	padding: 0 0 0 0;
}
.product-pushes .push-additional-product:after {
	clear: both;
	display: block;
	content:"";
}
.product-pushes .push-additional-product h4 {
	text-transform: uppercase;
	padding: 11px 13px 13px 13px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	height: 30px;
}
.product-pushes .push-additional-product .purchase {
	background: none;
	padding: 10px 0 0 10px;
	margin: 0 auto;
}
.product-pushes .push-additional-product .purchase:after {
	clear: both;
	display: block;
	content:"";
}
.product-pushes .push-additional-product .purchase .price {
	font-weight: 700;
	font-size: 16px;
	color: #4b575f;
	text-align: center;
}
.product-pushes .push-additional-product .purchase .quantity {
	padding: 7px 0 0 0 ;
}
.product-pushes .push-additional-product .purchase .quantity .qty {
	width: 28px;
}
.product-pushes .push-additional-product .purchase .bt-addcart-type1 {
	padding: 0 0 0 32px;
	font-size: 11px;
	font-weight: 700;
}
.product-pushes .push-additional-product .available-packages {
	padding: 16px 0 0 24px;
	font-size: 13px;
	color: #4b575f;
	line-height: 1.4em;
}
.product-pushes .push-additional-product .available-packages  ul {
	height: 80px;
}
.product-pushes .push-additional-product .available-packages  ul li {
	list-style-type: none;
	font-weight: 600;
}
.product-pushes .push-additional-product .available-packages a {
	color: #4b575f;
	text-decoration: none;
}
.product-pushes .push-additional-product .available-packages a:hover {
	text-decoration: underline;
}

/*GAMME*/


.products-list-page .head-advertisement, .category-title h1 {
	display: none;
}
.products-list-page .head-advertisement, .category-title {
	height: 135px;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/shade.png') center 120px no-repeat;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.product-pushes-container {
	padding:0;
}
.products-list-page .place-social {
	text-align: center;
	padding: 15px 14px 10px 71px;
}
.products-list-page .range-advice {
	padding: 15px 14px 15px 15px;
}
.products-list-page .block4 {
	width: 737px;
	float: right;
	position: relative;
}
.products-list-page .products-list-item {
	width: 167px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 4px #aaaaaa;
	-moz-box-shadow: 0 0 4px #aaaaaa;
	-webkit-box-shadow: 0 0 4px #aaaaaa;
	-ms-box-shadow: 0 0 4px #aaaaaa;
	-o-box-shadow: 0 0 4px #aaaaaa;
	float: left;
	margin: 34px 0 0 17px;
	position: relative;
	height: 352px;
}
.products-list-page .products-list-item .top-half, .push-additional-product .top-half {
	height: 191px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	background: #ecf2fa url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bgwhite.png') center bottom no-repeat;
}
.top-half .product-view {
	height: 191px;
}
.products-list-page .products-list-item .top-half .product-view {
	height: 191px;
}
.products-list-page .products-list-item .top-half h4 {
	text-transform: uppercase;
	text-align: center;
	padding: 15px 10px;
	font-size: 14px;
}
.products-list-page .products-list-item .bottom-half, .push-additional-product  .bottom-half {
	background: #e4eaf3 url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/product-pres.png') top center repeat-y;
	border-top: #cedcee 1px solid;
	padding: 0 0 8px 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	text-shadow: 1px 1px 0 white;
}

.products-list-page .products-list-item .bottom-half {
	height: 152px;
}
.push-additional-product  .bottom-half {
	height: 150px;
}
.products-list-page .products-list-item .bottom-half .purchase {
	background: none;
}
.products-list-page .products-list-item .bottom-half .purchase .conditioning-type {
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 5px 0;
	color: #4b575f;
}
.products-list-page .products-list-item .bottom-half .purchase .conditioning-type:after {
	clear: both;
	display: block;
	content:"";
}
.products-list-page .products-list-item .bottom-half .purchase .conditioning-type .price {
	width: 50%;
	float: left;
}
.products-list-page .products-list-item .bottom-half .purchase .conditioning-type .price .conditioning {
	font-size: 11px;
}
.products-list-page .products-list-item .bottom-half .purchase .quantity {
	width: 50%;
	float: right;
}
.products-list-page .products-list-item .bottom-half .purchase .qty-component{
	margin: 8px 0 0 0;
}
.products-list-page .products-list-item .bottom-half .purchase .bt-addcart-type1 {
	padding: 0 0 0 32px;
	font-size: 10.5px;
	font-weight: 700;
	margin: 5px 0 0 0;
	color: #4b575f;
	text-align: left !important;
	background-color: none;
}
.products-list-page .products-list-item .bottom-half .purchase .bt-addcart-type1:hover {
	color: #0171b9;
}
.show-offers {
	padding: 7px 0 0 0;
}
.show-offers a {
	font-size: 12px;
	font-weight: 700;
	color: #0571b9;
	text-decoration: none;
}
.show-offers a:hover {
	text-decoration: underline;
}
.products-list-page .products-list-item .use {
	height: 17px;
	width: 105px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/mini-etiquettes.png');
	position: absolute;
	top: -10px;
	left: 33px;
}
.englishCorpo .products-list-page .products-list-item .use {
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/mini-etiquettes-en.png');
}
	.products-list-page .cat5 .use {
		background-color: #0171b9;
	}
	.products-list-page .cat6 .use {
		background-color: #b8d16b;
	}
	.products-list-page .cat7 .use {
		background-color: #46bbc5;
	}
	.products-list-page .cat8.use {
		background-color: #ca0028;
	}
	.products-list-page .cat9 .use {
		background-color: #f9b320;
	}
	.products-list-page .cat10 .use {
		background-color: #c0a791;
	}

	.products-list-page .cat5 .p3 {
		background-position: 0 -18px; 
	}
	.products-list-page .cat5 .p4 {
		background-position: 0 -36px; 
	}	
	.products-list-page .cat5 .p5 {
		background-position: 0 0; 
	}	

	.products-list-page .cat6 .p3 {
		background-position: 0 -109px; 
	}
	.products-list-page .cat6 .p4 {
		background-position: 0 -128px; 
	}	
	.products-list-page .cat6 .p5 {
		background-position: 0 -91px; 
	}	

	.products-list-page .cat7 .p3 {
		background-position: 0 -200px; 
	}
	.products-list-page .cat7 .p4 {
		background-position: 0 -219px; 
	}	
	.products-list-page .cat7 .p5 {
		background-position: 0 -182px; 
	}	
	
	.products-list-page .cat8 .p3 {
		background-position: 0 -291px; 
	}
	.products-list-page .cat8 .p4 {
		background-position: 0 -310px; 
	}	
	.products-list-page .cat8 .p5 {
		background-position: 0 -273px; 
	}
	
	.products-list-page .cat9 .p3 {
		background-position: 0 -382px; 
	}
	.products-list-page .cat9 .p4 {
		background-position: 0 -401px; 
	}	
	.products-list-page .cat9 .p5 {
		background-position: 0 -364px; 
	}
	
	.products-list-page .cat10 .p3 {
		background-position: 0 -473px; 
	}
	.products-list-page .cat10 .p4 {
		background-position: 0 -401px; 
	}	
	.products-list-page .cat10 .p5 {
		background-position: 0 -455px; 
	}



/*footer*/
.footer {
	color: #858484;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.4em;
	padding: 50px 0 80px 0;
	margin: 0 auto;
	width: 960px;
}
.footer a {
	color: #858484;
}
.footer a:hover {
	text-decoration: none;
}

/*timeline-produits*/

.products-timeline {
	width: 400px;
	height: 270px;
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/line.png');
	position: relative;
}
.products-timeline .product {
	position: absolute;
	cursor: pointer;
}
.products-timeline .product:hover a {
	background: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/pager.png') top center no-repeat;
}
.products-timeline .product .pointer {
	width: 27px;
	height: 21px;
	background: none;
	position: absolute;
	top: 241px;
	left: 0;
	display: block;
}
.products-timeline .product .pointer:hover, .products-timeline .product .selected {
	background: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/pager.png') top center no-repeat;
}
.products-timeline .product0 {
	top: 0;
	left: 0;
	width: 70px;
	height: 306px;
}
.products-timeline .product1 {
	top: 0;
	left: 60px;
	width: 60px;
	height: 306px;
}
.products-timeline .product2{
	top: 0;
	left: 115px;
	width: 55px;
	height: 306px;
}
.products-timeline .product3{
	top: 0;
	left: 165px;
	width: 55px;
	height: 306px;
}
.products-timeline .product4{
	top: 0;
	left: 215px;
	width: 55px;
	height: 306px;
}
.products-timeline .product5{
	top: 0;
	left: 265px;
	width: 52px;
	height: 306px;
}
.products-timeline .product6{
	top: 0;
	left: 314px;
	width: 49px;
	height: 306px;
}
.products-timeline .product7{
	top: 0;
	left: 356px;
	width: 39px;
	height: 306px;
}

.col50-left {
	width: 400px;
	float: left;
}
.col50-right {
	float: right;
	width: 500px;
}
.col75-left {
	width: 675px;
	float: left;
}
.col25-right {
	float: right;
	width: 225px;
}

.products-timeline-detail {
	position: relative;
	height: 400px;
	margin: 15px 0 0 0;
}
.products-timeline-detail .product {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.products-timeline-detail .product:after {
	clear: both;
	display: block;
	content: "";
}
.products-timeline-detail .product h1 {
	text-transform: uppercase;
	color: #0071B9;
	font-size: 45px;
	font-weight: normal;
	padding: 60px 0 20px 0;
}
.products-timeline-detail .product p {
	text-align: left;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	font-size: 13px;
	font-weight: bold;
}
.products-timeline-detail .product img {
	width: 280px;
	float: left;
}

/*règles contenu éditorial*/
.editorial-content h1 {
	text-transform: uppercase;
	color: #0071B9;
	font-size: 25px;
	font-weight: normal;
	padding: 0 0 20px 0;
}
.editorial-content h2 {
	text-transform: uppercase;
	color: #0071B9;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0 0 20px 0;
}
.editorial-content h3 {
	color: #0071B9;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	padding: 15px 0 15px 0;
}

#conseil-cat5 h1, #conseil-cat5 .sous-titre, #conseil-cat5 h2, #conseil-cat5 h3, #conseil-cat10 a { color: #0071b9 !important; border-color: #0071b9}
#conseil-cat6 h1, #conseil-cat6 .sous-titre, #conseil-cat6 h2, #conseil-cat6 h3, #conseil-cat10 a { color: #97c114 !important; border-color: #B8D16A}
#conseil-cat7 h1, #conseil-cat7 .sous-titre, #conseil-cat7 h2, #conseil-cat7 h3, #conseil-cat10 a { color: #46BAC5 !important; border-color: #46BAC5}
#conseil-cat8 h1, #conseil-cat8 .sous-titre, #conseil-cat8 h2, #conseil-cat8 h3, #conseil-cat10 a { color: #C90027 !important; border-color: #C90027}
#conseil-cat9 h1, #conseil-cat9 .sous-titre, #conseil-cat9 h2, #conseil-cat9 h3, #conseil-cat10 a { color: #F9B321 !important; border-color: #F9B321}
#conseil-cat10 h1, #conseil-cat10 .sous-titre, #conseil-cat10 h2, #conseil-cat10 h3, #conseil-cat10 a { color: #C0A791 !important; border-color: #C0A791}
#conseil-cat39 h1, #conseil-cat39 .sous-titre, #conseil-cat39 h2, #conseil-cat39 h3, #conseil-cat39 a { color: #89caee !important; border-color: #89caee}

.editorial-content p, .editorial-content ul {
	text-align: justify;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	font-size: 15px;
}
.editorial-content ul {
	padding: 0 0 10px 0;
	margin: 0 0 0 40px;
}
.editorial-content ul li {
	list-style-type: circle;
}

.article-illust-initial {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;	
	margin: 10px 0 10px 0;
}

.mini-col p {
	text-align: left;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	font-size: 13px;
	font-weight: bold;
}


/*boutons voir gammes*/
.voirgamme {
	display: block;
	padding: 10px;
	color: white;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 0 0;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.showgamme {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	margin: 20px 0 0 0;
}

/*FIXES*/




/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%; position: relative; top: -40px;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline-block;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ol.bjqs-markers {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/milk.png');
	height: 40px;
	z-index: 2;
	position: relative;
}

ol.bjqs-markers li {
	border: #c7c7c6 1px solid; 
	background: white; 
	width: 17px; 
	height: 17px; 
	line-height: 11px; 
	font-weight: bold; 
	font-size: 22px; 
	text-align: center; 
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	-o-border-radius: 10px 10px 10px 10px; 
	-ms-border-radius: 10px 10px 10px 10px;
	margin: 10px 2px;
}
ol.bjqs-markers li a{
	color: #c7c7c6;
	text-decoration: none;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
}
ol.bjqs-markers li a:hover{color: #3b4d72;}

ol.bjqs-markers li.active-marker {
	border: #c7c7c6 1px solid; 
	background: #417a9e; 
	color: white;
}
ol.bjqs-markers li.active-marker a {
	color: white;
}

.bjqs-prev, .bjqs-next { 
	height: 20px; 
	width: 20px;
	line-height: 19px; 
	font-weight: bold; 
	font-size: 16px; 
	position: absolute;
	top: 344px;
	z-index: 3;
}
.bjqs-prev {
	left: 20px;
		position: relative;
}
.bjqs-next {
	right: 20px;
		position: relative;
}
.bjqs-prev a, .bjqs-next a { 
	color: #ffffff;
	text-decoration: none;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	text-shadow: 0 0 1px #3b464c;
}
.bjqs-prev a:hover, .bjqs-next a:hover{color: #3b4d72;}

.col-left-push-produit {
	margin: 25px auto;
	width: 193px;
}

.price-box .price-label {
	display: none !important;
}
.push-container .regular-price {
	line-height: 14px !important;
	font-weight:  normal;
	display: block;
}

.block-products-selection {
	height: 85px;
}

.push-container .old-price {
	font-size: 11px;
	display: block;
	padding: 0 0 5px 0;
}
.push-container .price-box .regular-price {
	display: block;
	padding: 0 0 5px 0;
}
.push-container .price-box br {
	display: none;
}
#menuCol .push {
	display: none;
}

.show-on-mobile {
	display: none;
}

.philosophie-tagline {
	background: #d2dced;
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	-o-border-radius: 10px 10px 10px 10px; 
	-ms-border-radius: 10px 10px 10px 10px;
	text-align: right;
}
.philosophie-tagline img {
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	-o-border-radius: 10px 10px 10px 10px; 
	-ms-border-radius: 10px 10px 10px 10px;
}
.cms-decouvrez-embryolisse-philosophie .gauche img {
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px; 
	-o-border-radius: 3px 3px 3px 3px; 
	-ms-border-radius: 3px 3px 3px 3px;
}

.cms-decouvrez-embryolisse-la-presse-en-parle .scene > img, .cms-discover-embryolisse-press .scene > img {
	margin: 0 auto;
	width: 960px;
	display: block;
}
.cms-decouvrez-embryolisse-la-presse-en-parle .scene > img:after {
	height: 15px;
	margin: 0 auto;
	width: 960px;
	display: block;
	content: " ";
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/shade.png') center top no-repeat;
}

.std {
	 width: 960px; 
	 margin: 0 auto;
}
#intheworld {
	margin-top: 15px !important;
	background: white;
	height: 500px;
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	-o-border-radius: 10px 10px 10px 10px; 
	-ms-border-radius: 10px 10px 10px 10px;
}
#intheworld > img {
	float: left;
}
#intheworld .widget-cms-link-inline {
	display: inline-block;
	width: 160px;
	font-size: 14px;
	text-align: left;
	margin: 0 0 10px 0;
}
#intheworld .widget-cms-link-inline a {
	width: 160px;
}
#pointofsalesweb, #distributors {
	border-radius: 10px 10px 10px 10px !important; 
	-moz-border-radius: 10px 10px 10px 10px !important; 
	-webkit-border-radius: 10px 10px 10px 10px !important; 
	-o-border-radius: 10px 10px 10px 10px !important; 
	-ms-border-radius: 10px 10px 10px 10px !important;
	margin-top: 15px;
}
#pointofsalesweb h1, #distributors h1 {
	text-transform: uppercase;
	color: #0071B9;
	font-size: 25px;
	font-weight: normal;
	padding: 15px;	
	margin: 0;
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	-o-border-radius: 10px 10px 10px 10px; 
	-ms-border-radius: 10px 10px 10px 10px;
}
#pointofsalesweb label, #distributors label {
position: relative;
top: 4px;
}
#pointofsalesweb select, #distributors select  {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #3c444e;
	font-size: 15px;
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	-o-border-radius: 10px 10px 10px 10px; 
	-ms-border-radius: 10px 10px 10px 10px;
	border: #bbcfe3 1px solid;;	
}

#menuCol .cms-block {
	display: none;
}


.cat5 .product-complete-info h1, .cat5 .product-complete-info h2, .cat5 .product-complete-info strong {
	color: #0071b9;
}
.cat6 .product-complete-info h1, .cat6 .product-complete-info h2, .cat6 .product-complete-info strong {
	color: #97c114;
}
.cat7 .product-complete-info h1, .cat7 .product-complete-info h2, .cat7 .product-complete-info strong {
	color: #46BAC5;
}
.cat8 .product-complete-info h1, .cat8 .product-complete-info h2, .cat8 .product-complete-info strong {
	color: #C90027;
}
.cat9 .product-complete-info h1, .cat9 .product-complete-info h2, .cat9 .product-complete-info strong {
	color: #F9B321;
}
.cat10 .product-complete-info h1, .cat10 .product-complete-info h2, .cat10 .product-complete-info strong {
	color: #C0A791;
}
.cat39 .product-complete-info h1, .cat39 .product-complete-info h2, .cat39 .product-complete-info strong {
	color: #6ab4d7;
}

.push-additional-product .btn-cart {
	margin-left: 0 !important;
}
.push-additional-product #qtyplus {
	left: 46px;
		position: relative;
}
#tag-container {
	display: none;
}
.location-search input, .location-search select {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;	
	color: #1672a9;
	padding: 5px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	border: #a5c0cd 1px solid;
	margin: 5px 0 0 0;
}

.view-complete-range {
display: block;
text-align: left;
font-size: 30px !important;
font-weight: bold;
}

.account-pages {
	width: 960px;
	margin: 0 auto;
	font-size: 13px;
}
.account-pages a {
	color: #3c444e;
}
.account-pages a:hover {
	color: #008ed0;
}
.account-pages .input-text, .account-pages  select {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;	
	color: #3C444E;
	padding: 5px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	border: #a5c0cd 1px solid;
	margin: 5px 0 0 0;
}

.block-account.navigation {
padding-top: 10px;
}
.block-account .block-content ul li {
	width: 960px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background-color: transparent !important;
	background-image: none !important;
	padding-left:0;
}
.block-account .block-content ul li.current a {
	color: #0071b9;
}
.block-account .block-content ul li a {
	color: #3c444e;
}
.block-account .block-content ul li a:hover {
	text-decoration: none;
	color: #008ed0;
}
.block-account .block-content ul li.retour-catalogue {
	width: 137px;
	background-color: #0071b9 !important;
		border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;	
		padding-left:15px;
}
.block-account .block-content ul li.mon_compte {
	width: 97px;
		padding-left:15px;
}
.block-account .block-content ul li.editer_mes_informations {
	width: 168px;
}
.block-account .block-content ul li.carnet_d_adresses {
	width: 132px;
}
.block-account .block-content ul li.mes_commandes {
	width: 125px;
}
.block-account .block-content ul li.mes_diagnostics {
	width: 100px;
}
.block-account .block-content ul li.newsletter {
	width: 89px;
}
.account-page td {
	font-size: 13px;
}


.categorypath-les-offres-speciales-html .offre-speciale-entree {
	width: 222px;
	float: left;
	margin: 9px;
	background: #e4eaf3 url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-offres.png') center top repeat-y !important;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 4px #aaaaaa;
	-moz-box-shadow: 0 0 4px #aaaaaa;
	-webkit-box-shadow: 0 0 4px #aaaaaa;
	-ms-box-shadow: 0 0 4px #aaaaaa;
	-o-box-shadow: 0 0 4px #aaaaaa;
	float: left;
	background-repeat: no-repeat;
	background-position: center 51px;
	padding: 0 0 0 0;
	text-shadow: 1px 1px 0 white;
	height: 412px;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree .top-half {
	text-align: center;
	background-color: white;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	box-shadow: inset 0 0 50px #e1eaee;
	-moz-box-shadow: inset 0 0 50px #e1eaee;
	-webkit-box-shadow: inset 0 0 50px #e1eaee;
	-o-box-shadow: inset 0 0 50px #e1eaee;
	-ms-box-shadow: inset 0 0 50px #e1eaee;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 170px;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree .product-name {
	font-weight: bold;
	color: #515b67;
	padding: 12px 12px 0 12px;
	font-size: 14px; 
}
.categorypath-les-offres-speciales-html .offre-speciale-entree .grouped-products{
	padding: 12px;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree .grouped-products li {
	font-size: 12px;
	padding: 0;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree .grouped-products li:before {
	content: "› ";
	font-weight: bold;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree .price-box {
	padding: 0 12px 0 12px;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree .qtycomponent {
	display: inline-block;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree .increment {
	position: relative;
	left: 62px;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree .add-area {
	padding:0 0 6px 12px;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree  .add-to-cart .btn-cart {
	margin: 0 0 0 35px;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree  .regular-price {
	font-size: 14px !important;
}
.categorypath-les-offres-speciales-html .offre-speciale-entree .old-price {
	font-size: 14px;
	position: relative;
	top: -2px;
}


.cat5 .range-color, .product-pushes-container .cat5 h4 > a  {
    color: #0071B9;
}
.cat6 .range-color, .product-pushes-container .cat6 h4 > a  {
    color: #97c114;
}
.cat7 .range-color, .product-pushes-container .cat7 h4 > a {
    color: #00BBC7 !important;
}
.cat8 .range-color, .product-pushes-container .cat8 h4 > a  {
    color: #EB0023;
}
.cat9 .range-color, .product-pushes-container .cat9 h4 > a  {
    color: #F9B321;
}
.cat10 .range-color, .product-pushes-container .cat10 h4 > a  {
    color: #C9A991;
}


html body.catalog-product-view div.wrapper div.scene div.product-page div.home-pushes div.set960 div.block1 h2 {
	color: #777B7A;
}

.conseils_pharmaciens > a {
	display: block;
	margin: 0 auto;
	padding: 0 0 9px 0;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/subshadow.png') center bottom no-repeat;	
}

.account-create{
	width: 960px;
	margin: 0 auto;
}

.product-complete-info .product-bottom .purchase-area > .purchase > .price {
	display: none;
}
.product-complete-info .product-bottom .purchase-area .purchase .product-ajouter {
	float: right;
	width: 540px;
}
.product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .block-products-selection {
	float: left;
	width: 350px;
}
.product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .conditioning {
	color: #4B575F;
	font-size: 13px;
}
.product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .conditioning-type .price {
	width: 70px;
	float: left;
}
.product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .conditioning-type .quantity {
	width: 100px;
	float: left;
}
.product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .addcart {
	padding: 5px 0 0 0;
}
.product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .addcart .btn-cart {
	width: 180px;
}
.product-complete-info .product-bottom .purchase-area .purchase .available-packages{
	display: none;
}

.push-additional-product div.bottom-half form div.block-products-selection div.conditioning-type {
	height: 40px;
	margin-top: 5px;
}
.push-additional-product div.bottom-half form div.block-products-selection div.conditioning-type:after {
	clear: both;
	content:"";
	display: block;
}

.push-additional-product div.bottom-half form div.block-products-selection div.conditioning-type div.price {
	padding: 0 0 0 12px;
	width: 78px; 
	float: left;
}
.push-additional-product div.bottom-half form div.block-products-selection div.conditioning-type div.price .conditioning {
	color: #4B575F;
	font-size: 13px;
}
.push-additional-product div.bottom-half form div.block-products-selection div.conditioning-type div.quantity {
	padding: 10px 5px 0 0;
	width: 68px; 
	float: right;
}
.push-additional-product div.bottom-half .addcart {
	padding: 10px 0 0 5px;
}
.push-additional-product div.bottom-half .related-products {
	display: none;
}


.tempgallery .slides, .tempgallery {
	position: relative;
}
.tempgallery .slides li {
	position: absolute;
	top: 0;
	left: 0;
}
.tempgallery .bullets {
	position: absolute;
	top: 341px;
	left: 0;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bgbullets.png');
	width: 960px;
	height: 39px;
}
.tempgallery .bullets ul {
	position: relative;
	top: 11px;
	left: 457px;
}
.tempgallery .bullets ul li {
	height: 16px;
	width: 17px;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bulletsgall.png') top left no-repeat;
	float: left;
	margin: 0 3px;
	cursor: pointer;
}
.tempgallery .bullets ul li.selected {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bulletsgall.png') top right no-repeat;
}
.tempgallery .bullets ul li a {
	height: 16px;
	width: 17px;
	display: block;
}
.tempgallery .bullets ul li span {
	display: none;
}
.tempgallery .bullets ul li.current {
	height: 16px;
	width: 17px;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bulletsgall.png') top right no-repeat;
}
.special-offer {
	font-size: 12px;
	padding: 5px 0 0 0;
	clear: both;
	text-align:center;
}
.catalog-product-view .product-complete-info .special-offer {
	position: relative;
	top: -50px;
	left: 355px;
	width: 150px;
	text-align:left;
}

#store_locator_form .button-set {
	margin-top: 25px;
}
#pointofsalesweb .points a {
display: block;
padding-bottom: 20px;
}





/*campagne culte */
.home-pushes.low-pushes {
	clear: both;
}
.cms-campagne-culte .breadcrumbs {
display: none;
}
#campagne-culte {
	width: 960px;
	margin: 0 auto;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-culte.jpg') top left no-repeat;
	position: relative;
}
#campagne-culte:after, #campagne-culte .tube:after {
	content:"";
	clear: both;
	display: block;
}
#campagne-culte h1 {
	height: 57px;
	color: #3a464b;
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 43px;
	padding: 34px 69px 0 69px;
}
#campagne-culte h1 span {
	font-size: 27px;
}
#campagne-culte .video-player {
	height: 378px;
	width: 822px;
	margin: 0 auto;
	background: black;
	position: relative;
}
	#campagne-culte .video-player .vjs-default-skin {
		position: absolute;
		top: 0;
		left: 0;
	}
#campagne-culte .line1 {
	padding: 19px 69px 0 69px;
	color: #3a464b;
	height: 162px;
	height: 240px;
}
#campagne-culte  .line1 .block-videos {
	margin: 0 20px 0 0;
}
#campagne-culte  .line1 .block-videos:after {
	content:"";
	clear: both;
	display: block;
}
#campagne-culte  .line1 .block-textepub h2  {
	color: #3a464b;
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	padding: 5px 0 2px 0;
}
#campagne-culte  .line1 .block-textepub {
	font-weight: normal! important;
	line-height: 1.5em;
	font-size: 12px;
    padding: 12px 0 0;
    width: 590px;
	text-align: left;
}
#campagne-culte  .line1 .block-textepub p {
	width: 590px;
}
#campagne-culte  .line1 .block-textepub strong {
	font-size: 14px;
}
#campagne-culte .line1 .vidicon {
	width: 76px;
	height: 76px;
	float: left;
	margin: 0 20px 5px 0;
	background-color: grey;
}
#campagne-culte .line1 .vidicon a {
	width: 76px;
	height: 76px;
	display: block;
}
#campagne-culte .line1 .vidicon span {
	display: none;
}
#campagne-culte .line1 .video1 {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/vid1.png') top left no-repeat;
}
#campagne-culte .line1 .video2 {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/vid2.jpg') top left no-repeat;
}
#campagne-culte .line1 .video3 {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/vid3.png') top left no-repeat;
}
#campagne-culte .line1 .video4 {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/vid4.png') top left no-repeat;
}
#campagne-culte .line1 .video5 {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/vid5.png') top left no-repeat;
}
#campagne-culte .line1 .tagline {
	margin: 0 0 0 10px;
	float: left;
}
#campagne-culte .tube {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/lcc-bg4.png') center top no-repeat;
}
#campagne-culte .line2 {
	height: 83px;
	margin: 9px 0 0 0;
	font-size: 15px;
	line-height: 119px;
	color: #3a464b;
	padding: 0 69px;
}
#campagne-culte .line2 h2 {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.6em;
}
#campagne-culte .line2 h3 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
}
#campagne-culte .line3 {
	padding: 0 69px;
	height: 166px;
}
#campagne-culte .line3 .logo {
	width: 281px;
	height: 166px;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/logoculte.png') center center no-repeat;
}
#campagne-culte .products {
	background-color: #f6f8fa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	margin: 0;
	width: 350px;
	border-bottom: white 1px solid;
	border-right: white 1px solid;
	border-top: #cdd5e1 1px solid;
	border-left: #cdd5e1 1px solid;
	box-shadow: inset 0 0 40px #e6eaf0;
}
#campagne-culte .products:after {
	clear: both;
	content:"";
	display: block;
}
#campagne-culte .square {
	font-weight: bold;
	font-size: 12px;
	width: 33.3%;
	float: left;
	height: 140px;
}
#campagne-culte .square a {
	display: block;
	color: #3a464b;
	text-decoration: none;
	height: 140px;
	background-position: center 15px;
	background-repeat: no-repeat;
	text-align: center;
	transition: all, .5s;
	-moz-transition: all, .5s;
	-webkit-transition: all, .5s;
	-o-transition: all, .5s;
	-ms-transition: all, .5s;
}
#campagne-culte .square a:hover {
	color: #0071b9;
}
#campagne-culte .square a.square1 {
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/edr-tiny.png');
}
#campagne-culte .square a.square2 {
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bbc-tiny2.png');
}
#campagne-culte .square a.square3 {
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/lcc-tiny.png');
}
#campagne-culte .square a.square1 > span {
	display: block;
	padding-top: 95px;
}
#campagne-culte .square a.square2 > span {
	display: block;
	padding-top: 95px;
}
#campagne-culte .square a.square3 > span {
	display: block;
	padding-top: 95px;
}


#campagne-culte .line1:after, #campagne-culte .line2:after, #campagne-culte .line3:after   {
	clear: both;
	content:"";
	display: block;
}
#campagne-culte .press-gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 844px;
	margin: 0 auto;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-culte.png') top left no-repeat;
	z-index: 3;
	display: none;
}
#campagne-culte .annonces > h2 {
	text-align: left;
	padding: 0 0 20px 80px;
	color: white;
	position: relative;
	top: -10px;
	font-weight:bold;
	color: #3a464b;
}
#campagne-culte .annonces {
	padding: 115px 0 0 0;
}
#campagne-culte .press-gallery {
	text-align: center;
}
#campagne-culte .press-gallery  .imgdisplay {
	width: 254px;
	display: inline-block;
	box-shadow: 5px 3px 10px grey;
	-webkit-box-shadow: 5px 3px 10px grey;
	-moz-box-shadow: 5px 3px 10px grey;
	-o-box-shadow: 5px 3px 10px grey;
	-ms-box-shadow: 5px 3px 10px grey;
	margin: 13px;
}
#campagne-culte #closepress {
	position: absolute;
	top: 80px;
	right: 69px;
	text-decoration: none;
	font-size: 25px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height:  28px;
	color: #cdd8e3;
	background-color: #3a464b;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	transition: all, .5s;
	-moz-transition: all, .5s;
	-webkit-transition: all, .5s;
	-o-transition: all, .5s;
	-ms-transition: all, .5s;
}
#campagne-culte #closepress:hover {
	background-color: #677980;
	color: white;
}
#campagne-culte .share-culte {
position: absolute;
top: 50px;
right: 69px;
}

.lien-campagne {
	float: left;
}
#campagne-culte .bt-culte {
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	color: #cdd8e3;
	text-decoration: none;
	width: 88px;
	margin: 18px 0 0 0px;
	background-color: #3a464b;
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 22px;
	transition: all, .5s;
	-moz-transition: all, .5s;
	-webkit-transition: all, .5s;
	-o-transition: all, .5s;
	-ms-transition: all, .5s;
}
#campagne-culte .bt-culte:hover {
	background-color: #677980;
	color: white;
}


/*home moment*/

#home-moment-rotate {
	height: 273px;
	width: 324px;
	overflow: hidden;
	position: relative;
}
#home-moment-rotate p {
	height: 273px;
	width: 324px;
	position: absolute;
	top: -2px;
	left: 0;
}

/*site FR NON MARCHAND*/
.catalog-product-view .frenchCorpo .product-pushes-container, .frenchCorpo .products-list-item  .bottom-half, .frenchCorpo .cart-account h3, .frenchCorpo .cart-account .articles, .frenchCorpo .cart-account .account-summary, .frenchCorpo  .megamenu .purchase{
	display: none;
}
.frenchCorpo .products-list-item  {
	height: 190px;
}


/*site UK NON MARCHAND*/
.catalog-product-view .englishCorpo .product-pushes-container, .englishCorpo .products-list-item  .bottom-half, .englishCorpo .cart-account h3, .englishCorpo .cart-account .articles, .englishCorpo .cart-account .account-summary, .englishCorpo  .megamenu .purchase{
	display: none;
}
.englishCorpo .products-list-item  {
	height: 190px;
}

/*Bugfix double affichage prix pro et particulier*/
.french_shop_pro .price-box .old-price, .french_shop_pro form#matrix_addtocart_form div.price-box p.old-price {
display: none;
}

/*bugfix addthis sur fiches produits*/
.product-complete-info h1, .product-complete-info h2 {
width: 630px;
}



/*maquillage 20mn*/
#maquillage20 {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/m20-bg.png') top center repeat-y;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	box-shadow: 0 0 5px grey;
	-moz-box-shadow: 0 0 5px grey;
	-webkit-box-shadow: 0 0 5px grey;
	-o-box-shadow: 0 0 5px grey;
	-ms-box-shadow: 0 0 5px grey;
	position: relative;
}
.produitsnote {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/m20-2produits.png') bottom right no-repeat;
}
#maquillage20:after, 
#maquillage20 .col-right .videos-list .video:after, 
.produitsnote:after {
	display: block;
	clear: both;
	content: "";
}
.photo {
	position: absolute;
	bottom: -13px; 
	left: -48px;
}
.social {
	position: absolute;
	top: 541px; 
	right: 25px;
	width: 50px;
	height: 200px;
	text-align: center;
}
#maquillage20 .col-left {
	width: 213px;
	padding: 0 25px;
	font-size: 13px;
	line-height: 1.6em;
}
#maquillage20 .col-right {
	width: 672px;
	padding: 0 25px 0 0;
	font-size: 13px; 
	line-height: 1.4em;
}
#maquillage20 .col-left  .portrait {
padding: 20px 0 17px 0;
}

#maquillage20 .col-right .videos-list .video {
	padding: 0 0 30px 0;
}
#maquillage20 .col-right .products-list .product {
	padding: 0 0 16px 0;
}
#maquillage20 .col-right .videos-list h3 {
	font-size: 17px; 
	font-weight: normal;
	font-weight: bold;
}
#maquillage20 .col-right .videos-list .video img {
	float: left;
	margin-right: 15px;
	cursor: pointer;
	opacity: .7;
	-moz-opacity: .7;
	-webkit-opacity: .7;
}
#maquillage20 .col-right .videos-list .video img:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	transition: opacity, .5s;
}
#maquillage20 .col-right .videos-list span, #maquillage20 .col-right .products-list a {
	font-size: 15px; 
	font-weight: normal;
	color: #f60a25;
	text-decoration: none;
	cursor: pointer;
}
#maquillage20 .col-right .videos-list span:hover, #maquillage20 .col-right .products-list a:hover {
	text-decoration: underline;
}
#maquillage20 .col-right .products-list {
	padding-left: 56px;
}
#maquillage20 .col-right .products-list h2 {
	font-family: 'arvoregular', Rockwell, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 23px;
	padding: 14px 0 24px 0;
}
#maquillage20 .col-right .products-list h3 {
	font-family: 'arvoregular', Rockwell, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

#maquillage20 .col-right #videospace {
	width: 672px;
	height: 376px;
	background: #73544a url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/m20-backvideo.jpg') top center repeat-y;
	margin: 20px 0 25px 0;
}

#showDescMobile, #hideDescMobile, .mobile-additional-info {
display: none;
}


/*design eau parfumante*/

.product-eau-parfumante  .product-page {
	background: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/eau-parfumante.jpg') top center no-repeat;
}

.product-eau-parfumante .big-product-image, 
.product-eau-parfumante  p.instructions-use, 
.product-eau-parfumante .product-page h1, 
.product-eau-parfumante .range-reminder, 
.product-eau-parfumante .product-separator2, 

.product-eau-parfumante .breadcrumbs  {
	display: none;
}

.product-eau-parfumante .product-page {
	height: 650px;
}

.product-eau-parfumante .text-description {
	height: 430px;
}

.product-eau-parfumante p.eaup1, .product-eau-parfumante  p.eaup2, .product-eau-parfumante  ul.eaup3 {
	color: #3a464b;
	font-size: 12px;
	line-height: 1.6em;
	text-align: justify;
	padding: 0;
	margin: 0;
}
.product-eau-parfumante p.eaup1 {
	width: 300px;
	padding: 42px 0 0 99px;
}
.product-eau-parfumante p.eaup2 {
	width: 390px;
	padding: 19px 0 0 204px;
}
.product-eau-parfumante ul.eaup3 {
	width: 473px;
	padding: 23px 0 0 209px;
}
.product-eau-parfumante ul.eaup3 small {
	font-size: 10px;
}
.product-eau-parfumante  .social-media {
	padding: 69px 41px 0 0;
}
.product-eau-parfumante  .utilisation{
	top: 69px;
	right: 75px;
	background: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/label-eau-parfumante.png') top center no-repeat;
	width: 64px !important;
}
html body.product-eau-parfumante   div.englishCorpo div.scene div.product-page div.product-complete-info div.utilisation {
	top: 69px;
	right: 75px;
	background: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/label-eau-parfumante-en.png') top center no-repeat !important;
	width: 62px !important;
}
.product-eau-parfumante  .product-bottom{
	margin-left: 194px;
}

.product-eau-parfumante  .product-bottom .purchase-area {
	width: 400px;
}
.product-eau-parfumante  .product-eau-parfumante  .purchase-area .purchase {
	height: 150px;
}
.product-eau-parfumante  .product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .block-products-selection {
	width: 158px;
}
.product-eau-parfumante  .product-complete-info .product-bottom .purchase-area .purchase .product-ajouter  {
	width: 360px;
	position: relative;
	top: -76px;
	font-size: 13px !important;
}
.product-eau-parfumante  .product-bottom .additional-info { 
	font-size: 13px !important;
	width: 110px;
}
.product-eau-parfumante  .product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .conditioning-type .quantity {
	width: 70px;
}
.product-eau-parfumante  .product-complete-info .instructions-use {
	font-size: 11px !important;
	padding-left: 15px;
}
.product-eau-parfumante .product-complete-info .special-offer {
left: 0;
}

#tooltip {
	font-size: 12px;
}

/*TESTS CLINIQUES 2014 ne pas oublier la correction BG eau parfumante sinon problème ! ++ .product-complete-info h1, .product-complete-info h2 { width: 500px*/

/*prélalable*/
.product-page{
	position: relative;
}
.product-page:after {
	clear: both;
	content:"";
	display: block;
}

.englishCorpo #wrap-test-clinique, .englishCorpo #button-show-test-clinique  {
	/*display: none !important;*/
}


/*Test lui-même*/
#wrap-test-clinique {
	padding: 8px;
	box-shadow: 0 0 10px grey;
	-moz-box-shadow: 0 0 10px grey;
	-webkit-box-shadow: 0 0 10px grey;
	position: absolute; 
	top: 38px;
	right: 185px;
	background: white;
	z-index: 9998;
	display: none;
	text-shadow: none !important;
}
#wrap-test-clinique table.test-cliniques {
	width: 354px;
}
.product-lait-creme-concentre-gloss #wrap-test-clinique table.test-cliniques {
	width: 708px;
}
#wrap-test-clinique table.test-cliniques td {
	border-right: white 1px solid;
	border-bottom: white 1px solid;
    color: #4c565c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrap-test-clinique table.test-cliniques tr.titre {
	display: none;
}
#wrap-test-clinique table.test-cliniques tr.barre td.content {
	padding-left: 5px;
    font-weight: 900;
	font-size: 14px;
	background: grey;
	color: white;
}
#wrap-test-clinique table.test-cliniques tr.barre.foncee td.content {
	padding-left: 5px;
    font-weight: 900;
	font-size: 14px;
	background: #444444;
	color: white;
}
#wrap-test-clinique table.test-cliniques tr.barre td.score, #wrap-test-clinique table.test-cliniques tr.texte td.score {
	text-align: center;
	width: 70px;
	background: #dadada;
}
#wrap-test-clinique table.test-cliniques tr.barre td.score {
    font-weight: 900;
}

/*gammes couleurs*/
.cat5 #wrap-test-clinique table.test-cliniques tr.barre td.content {
	background: #0070ba;
}
.cat5 #wrap-test-clinique table.test-cliniques tr.barre.foncee td.content {
	background: #263683;
}
.cat5 #wrap-test-clinique table.test-cliniques tr.barre td.score, .cat5 #wrap-test-clinique table.test-cliniques tr.texte td.score {
	background: #eaf6fe;
}

.cat6 #wrap-test-clinique table.test-cliniques tr.barre td.content {
	background: #b8d16b;
}
.cat6 #wrap-test-clinique table.test-cliniques tr.barre.foncee td.content {
	background: #92b32d;
}
.cat6 #wrap-test-clinique table.test-cliniques tr.barre td.score, .cat6 #wrap-test-clinique table.test-cliniques tr.texte td.score {
	background: #e7f1c9;
}

.cat7 #wrap-test-clinique table.test-cliniques tr.barre td.content {
	background: #00bbc7;
}
.cat7 #wrap-test-clinique table.test-cliniques tr.barre.foncee td.content {
	background: #1d8f96;
}
.cat7 #wrap-test-clinique table.test-cliniques tr.barre td.score, .cat7  #wrap-test-clinique table.test-cliniques tr.texte td.score {
	background: #d6f7f9;
}

.cat8 #wrap-test-clinique table.test-cliniques tr.barre td.content {
	background: #eb0023;
}
.cat8 #wrap-test-clinique table.test-cliniques tr.barre.foncee td.content {
	background: #b60400;
}
.cat8 #wrap-test-clinique table.test-cliniques tr.barre td.score, .cat8 #wrap-test-clinique table.test-cliniques tr.texte td.score {
	background: #ffdbe0;
}

.cat9 #wrap-test-clinique table.test-cliniques tr.barre td.content {
	background: #F9B321;
}
.cat9 #wrap-test-clinique table.test-cliniques tr.barre.foncee td.content {
	background: #eb8a00;
}
.cat9 #wrap-test-clinique table.test-cliniques tr.barre td.score, .cat9 #wrap-test-clinique table.test-cliniques tr.texte td.score {
	background: #ffe6aa;
}

.cat10 #wrap-test-clinique table.test-cliniques tr.barre td.content {
	background: #c9a991;
}
.cat10 #wrap-test-clinique table.test-cliniques tr.barre.foncee td.content {
	background: #b18b6e;
}
.cat10 #wrap-test-clinique table.test-cliniques tr.barre td.score, .cat10 #wrap-test-clinique table.test-cliniques tr.texte td.score {
	background: #f0dfd2;
}

.cat36 #wrap-test-clinique table.test-cliniques tr.barre td.content {
	background: #fbdf6b;
	color: #6a5d46;
}
.cat36 #wrap-test-clinique table.test-cliniques tr.barre.foncee td.content {
	background: #f8914c;
	color: white;
}
.cat36 #wrap-test-clinique table.test-cliniques tr.barre td.score, .cat36 #wrap-test-clinique table.test-cliniques tr.texte td.score {
	background: #fff7d4;
}


#button-show-test-clinique {
	position: absolute;
	top: 38px;
	right: 35px;
	z-index: 9998;
	width: 135px;
	height: 41px;
	cursor: pointer;
}
.product-eau-parfumante #button-show-test-clinique {
	position: absolute;
	top: 348px;
	right: 42px;
	z-index: 9998;
	width: 135px;
	height: 41px;
	cursor: pointer;
}
#button-show-test-clinique .titre {
	display: block;
	text-align: center;
	letter-spacing: 0.07em;
	font-family: 'asenineregular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 3px 0 0 0;
	height: 18px;
}
#button-show-test-clinique .voir {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
}

/*déclinations couleurs*/
.cat5 #button-show-test-clinique {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-test-cat5.png') center center no-repeat;
	color: #0071b9;
}
.cat6 #button-show-test-clinique {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-test-cat6.png') center center no-repeat;
	color: #97C114;
}
.cat7 #button-show-test-clinique {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-test-cat7.png') center center no-repeat;
	color: #00bbc7;
}
.cat8 #button-show-test-clinique {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-test-cat8.png') center center no-repeat;
	color: #eb0023;
}
.cat9 #button-show-test-clinique {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-test-cat9.png') center center no-repeat;
	color: #e89300;
}
.cat10 #button-show-test-clinique {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-test-cat10.png') center center no-repeat;
	color: #b3957e;
}
.cat36 #button-show-test-clinique {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-test-cat36.png') center center no-repeat;
	color: #706649;
}


/*ALERTE COOKIE*/

#cookieAlert {
	display: none; 
	padding: 15px; 
	color: white; 
	font-size: 12px; 
	font-weight: bold; 
	background: none repeat scroll 0px 0px rgb(60, 68, 78);
	height: 62px;
	border-bottom: white 1px solid;
}

#cookieAlert .holder {
	width: 100%; 
	margin: 0 auto;
}

#cookieAlert .holder .text {
	float: left; 
	width: 63%;
}

#cookieAlert .holder .text h4 {
	color: #b2d1ed;
}

#cookieAlert .holder .buttons {
	float: right; 
	width: 35%;
}

#cookieAlert .holder .buttons .button {
	cursor: pointer; 
	font-size: 11px;
	display: block; 
	padding: 5px; 
	background: #2a88c8; 
	text-align! center; 
	width: 90%; 
	border-radius: 5px;  
	text-transform: uppercase; 
	color: white; 
}

#cookieAlert .holder .buttons .button-top {
	margin-bottom: 5px;
}

#cookieAlert .holder .buttons .ico {
	text-align: center; 
	display: inline-block; 
	background: white; 
	color: #2a88c8; 
	width: 16px; 
	height: 16px; 
	border-radius: 10px; 
	font-size: 18px; 
	line-height: 16px;
}




/*MESSAGE ETE 2014*/

#message-ete-commandes {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 9998;
}		
#message-ete-commandes .white-box {
	width: 70%; 
	margin: 150px auto;
	padding: 35px; 
	background: white url('/skin/frontend/default/blank/images/bgglobal.png') 0 -300px repeat-x; 
	box-shadow: 0 0 35px #263e53; 
	-moz-box-shadow: 0 0 35px #263e53; 
	-webkit-box-shadow: 0 0 35px #263e53; 
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	text-shadow: 1px 1px white; 
	line-height: 1.8em; 
	font-size: 15px;
}
#message-ete-commandes .white-box .logo {
	padding: 0 0 12px 0; 
	border-bottom: #d0d0d0 1px solid;
	position: relative;
	width: 100%;
}
#message-ete-commandes .white-box .logo:after {
	clear: both;
	content: "";
	display:block;
}
#message-ete-commandes .white-box .text {
	padding: 12px 0 0 0;  
	border-top: white 1px solid;
	width: 100%;
	clear: both;
}
#message-ete-commandes .white-box .logo img {
	float: left;
}
#message-ete-commandes .white-box h2 {
	color: #0067c3; 
	font-size: 20px; 
	padding: 25px 0 10px 0; 
	font-weight: bold;
}
#message-ete-commandes .white-box .close-box {
	background-color: #3c444e;
	color: white;
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 30px 30px 30px 30px; 
	-moz-border-radius: 30px 30px 30px 30px; 
	-webkit-border-radius: 30px 30px 30px 30px; 
	cursor: pointer;
	border: none;
	position: absolute;
	top: 15px;
	right: 0;
	text-shadow: none;
	font-size: 30px;
	transition: background-color, .5s;
	-moz-transition: background-color, .5s;
	-webkit-transition: background-color, .5s;
}
#message-ete-commandes .white-box .close-box:hover {
	background-color: #0067c3;
}

#cookieAlert .holder .clear {
	clear: both;
}



/*Design animation LCC Gloss*/

.animation-gloss {
	height: 600px;
	width: 232px;
	position: relative;
	cursor: pointer;
}	

.animation-gloss .anim-element {
	position: absolute;
}
	
.animation-gloss .sub-chapeau {
	top: 0;
	left: 0;
	width: 178px;
	height: 600px;
	background: transparent url('/skin/frontend/default/blank/images/animation-lcc-SUB-CHAPEAU.png') top left no-repeat;
}	
.animation-gloss .lait {
	top: 0;
	left: 0;
	width: 178px;
	height: 600px;
	background: transparent url('/skin/frontend/default/blank/images/animation-lcc-LAIT.png') top left no-repeat;
}
.animation-gloss .gloss {
	top: 359px;
	left: 34px;
	width: 114px;
	height: 137px;
	background: transparent url('/skin/frontend/default/blank/images/animation-lcc-GLOSS.png') top left no-repeat;
}
.animation-gloss .goutte {
	top: 340px;
	left: 76px;
	width: 33px;
	height: 62px;
	text-align: center;
}
.animation-gloss .goutte img {
	width: 16px;
	height: 31px;
}

.animation-gloss .legend {
	top: 310px;
	left: 160px;
	width: 100px;
	height: 207px;
	text-align: left;
	background: transparent url('/skin/frontend/default/blank/images/animation-lcc-LEGEND.png') top left no-repeat;
	font-weight: bold;
	font-size: 13px;
	color: #1c75b9;
	font-family: 'Open Sans', sans-serif;
	display: none;
}
.animation-gloss .legend .label {
	padding-left:40px;
}
.animation-gloss .legend .label-creme {
	padding-top: 30px;
}
.animation-gloss .legend .label-gloss {
	padding-top: 93px;
}


/*TRIMAN*/
.triman {
	display: block; 
	clear: both; 
	font-weight: bold; 
	padding: 1em; 
	font-size: 8.5px; 
	text-transform: uppercase; 
	color: #cccccc; 
	border: #dddddd 3px solid; 
	border-radius: 5px; 
	width: 150px; 
	margin: 0 auto; 
	text-align: right; 
	margin-top: 30px;
}
.triman > img {
	float: left;
	border-bottom: white 10px solid;
}


/*LCC OR*/
/*tooltip lcc or*/
.product-lait-creme-concentre-edition-gold #tooltip {border: 5px solid #333333; background-color: black; color: #cccccc;}
.product-lait-creme-concentre-edition-gold #tooltip h3 {color: #cccccc;}
/*fin tooltip lcc or*/
/*quantity lcc or*/
.product-lait-creme-concentre-edition-gold .product-complete-info .quantity .qty-component {
	border: #666666 1px solid;
}
.product-lait-creme-concentre-edition-gold .product-complete-info .quantity .qtyselector {
	background-color: #c5a050;
}
.product-lait-creme-concentre-edition-gold .product-complete-info .quantity .qty {
	background-color: #cccccc;
	color: #444444;
}
/* fin quantity lcc or*/
/*breadcrumbs lcc or*/
.product-lait-creme-concentre-edition-gold .breadcrumbs {
	color: #778087;
	text-shadow: 1px 1px 0 black;
    background: black url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/lcc-back2.jpg");
}
.product-lait-creme-concentre-edition-gold .breadcrumbs ul li {
	padding: 0 0 0 10px;
	color: #cccccc;
}
.product-lait-creme-concentre-edition-gold .breadcrumbs a {
	color: white;
}
/*fin breadcrumbs lcc or */
/*fiche produit lcc or */
.product-lait-creme-concentre-edition-gold .big-product-image img {
	padding-top: 17px;
}
.product-lait-creme-concentre-edition-gold .product-page {
    background: black url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/lcc-back3.jpg") 0 -70px no-repeat;
}

.product-lait-creme-concentre-edition-gold .product-complete-info {
	text-shadow: 1px 1px 0 black;
	color: white;
}
.product-lait-creme-concentre-edition-gold .product-complete-info .utilisation {
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/product-header-lcc-or.png');
}
.product-lait-creme-concentre-edition-gold .englishCorpo .product-complete-info .utilisation {
	background-image: url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/product-header-lcc-or-en.png') !important;
}
.product-lait-creme-concentre-edition-gold .cat5 .product-complete-info h1 {
	color: #edd17a;
}
.product-lait-creme-concentre-edition-gold .cat5 .product-complete-info h2, .product-lait-creme-concentre-edition-gold .cat5 .product-complete-info strong {
	color: white;
}
.product-lait-creme-concentre-edition-gold .cat5 .product-complete-info h3 {
	color: #edd17a;
	font-weight: 400;
	font-size: 16px;
}
.product-lait-creme-concentre-edition-gold .product-complete-info .instructions-use {
	color: #8a8e8d;
}
.product-lait-creme-concentre-edition-gold .product-complete-info .instructions-use a {
	color: #aaaaaa;
}
.product-lait-creme-concentre-edition-gold .product-complete-info .instructions-use a.tooltip {
	color: #c8c8c8;
}
.product-lait-creme-concentre-edition-gold .product-complete-info .instructions-use .darker {
	color: #aaaaaa;
}
.product-lait-creme-concentre-edition-gold .product-complete-info .text-description .desc {
	color: #c8c8c8;
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/titre-edition-gold.png') top left no-repeat;
	padding-top: 37px;
	margin-top: 20px;
	width: 90%;
}
.product-lait-creme-concentre-edition-gold .englishCorpo .product-complete-info .text-description .desc {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/titre-edition-gold-en.png') top left no-repeat;
}
.product-lait-creme-concentre-edition-gold .product-bottom .purchase-area .purchase .available-packages {
	color: #4b575f;
}
.product-lait-creme-concentre-edition-gold .product-bottom .purchase-area .purchase  .available-packages a {
	color: #4b575f;
	border-left: #bbbbbb 1px solid;
}
.product-lait-creme-concentre-edition-gold .product-bottom .purchase-area .purchase  .available-packages a.first {
	color: #4b575f;
}
/*bt addcart lcc or */
.product-lait-creme-concentre-edition-gold .product-page .product-complete-info .btn-cart.bt-addcart-type1 {
	color: #333333;
	background-image: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/buy-bt-sac.png');
	background-position: 4px 4px;
	background-repeat: non-repeat;
	background-color: #c5a050 !important;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	height: 32px;
	font-size: 12px;
}
.product-lait-creme-concentre-edition-gold .product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .addcart .btn-cart.btn-cart:hover {
	color: #333333;
	background-color: #e1b961 !important;
}
/*fin bt addcart lcc or*/
/*fin fiche produit */
/*zone achat / button buy / quantity lcc or*/
.product-lait-creme-concentre-edition-gold .product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .conditioning {
	color: #cccccc;
}
.product-lait-creme-concentre-edition-gold .product-complete-info .product-bottom .purchase-area .purchase .product-ajouter .conditioning-type .price {
	color: #ecc26f;
}
/* fin lcc or*/
/*test clinique LCC OR*/
.product-lait-creme-concentre-edition-gold #wrap-test-clinique {
    background: black url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/lcc-back4.jpg");
    box-shadow: 0 0 35px 10px black;
}
.product-lait-creme-concentre-edition-gold #wrap-test-clinique table.test-cliniques td {
    border-bottom: 1px solid #111111;
    border-right: 1px solid #111111;
    color: #cccccc;
}
.product-lait-creme-concentre-edition-gold #wrap-test-clinique table.test-cliniques tr.barre td {
    background: none repeat scroll 0 0 #c5a04f !important;
    color: white !important;
}
.product-lait-creme-concentre-edition-gold #wrap-test-clinique table.test-cliniques tr.barre.foncee td {
    background: none repeat scroll 0 0 #edc852 !important;
    color: black !important;
}
.product-lait-creme-concentre-edition-gold #wrap-test-clinique table.test-cliniques tr.texte td.score {
    background: none repeat scroll 0 0 #f5d291 !important;
    color: #343434 !important;
}
.product-lait-creme-concentre-edition-gold .cat5 #button-show-test-clinique {
	background: transparent url('http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bg-test-or.png') center center no-repeat;
	color: #bc9433 !important;
}
/* fin test clinique LCC OR */

/*fix sites non-marchands*/
.frenchCorpo div.account-links,
.englishCorpo div.account-links
 {
	display: none;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=3px&bgColorHeader=f9f9f9&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=cccccc&fcHeader=e69700&iconColorHeader=5fa5e3&bgColorContent=eeeeee&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=0a82eb&bgColorDefault=1484e6&bgTextureDefault=08_diagonals_thick.png&bgImgOpacityDefault=22&borderColorDefault=ffffff&fcDefault=ffffff&iconColorDefault=fcdd4a&bgColorHover=2293f7&bgTextureHover=08_diagonals_thick.png&bgImgOpacityHover=26&borderColorHover=2293f7&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=e69700&bgTextureActive=08_diagonals_thick.png&bgImgOpacityActive=20&borderColorActive=e69700&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=c5ddfc&bgTextureHighlight=07_diagonals_small.png&bgImgOpacityHighlight=25&borderColorHighlight=ffffff&fcHighlight=333333&iconColorHighlight=0b54d5&bgColorError=e69700&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=20&borderColorError=e69700&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=e6b900&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=e69700&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=20&thicknessShadow=0px&offsetTopShadow=6px&offsetLeftShadow=6px&cornerRadiusShadow=3px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: segoe ui, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: segoe ui, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #eeeeee url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #cccccc; background: #f9f9f9 url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png) 50% 50% repeat-x; color: #e69700; font-weight: bold; }
.ui-widget-header a { color: #e69700; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/bkg_button.gif) -800px 0 repeat-x; font-weight: bold; color: #1c94c4; }.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #2293f7; background: #2293f7; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #e69700; background: #f79f22; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #ffffff; background: #c5ddfc url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png) 50% 50% repeat; color: #333333; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #333333; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e69700; background: #e69700 url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-icons_0a82eb_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-icons_0a82eb_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-icons_5fa5e3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-icons_fcdd4a_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-icons_0b54d5_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-icons_ffffff_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-right {  -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-corner-left { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #e6b900 url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 6px 0 0 6px; padding: 0px; background: #e69700 url(http://www.worldwide.embryolisse.com/skin/frontend/base/default/css/excite-bike/images/ui-bg_flat_0_e69700_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }/*
 * jQuery UI Resizable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.an-subscribe .block-title
{
    min-height: 18px;
    height:auto!important;
}

.an-subscribe .block-title strong
{
    background: url("http://www.worldwide.embryolisse.com/skin/frontend/base/default/images/i_block-subscribe.gif") 0 0 no-repeat;
    padding-left: 21px;
}
.an-subscribe button span
{
    background: none repeat scroll 0 0 #618499;
    border-color: #406A83;
}
.an-subscribe .block-content {
    padding: 5px 10px;
}

.an-subscribe .block-content label.an-data
{
    font-size: 11px;
    font-weight: bold;
}
.an-data {
    width: 100% !important;
}

.an-buttons {
    margin-top: 5px;
}

.an-subscribe .block-title img
{
    position:absolute;
    right: 10px;
    top: 5px;
}

.an-subscribe label.required em {
    color: #eb340a;
}

#advancednewsletter-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
#advancednewsletter-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}
#an-content{
    position: fixed;
    margin: 10px 0;
    z-index:9999;
    text-align:left;
}
#subscribe-please-wait
{
    background:none repeat scroll 0 0 #FFF4E9;
    border:2px solid #F1AF73;
    padding:15px 60px;
    position: fixed;
    z-index: 9999;
    color: black;
}

#subscribe-please-wait img {
    margin: 0 auto;
}

/* subscribe on checkout */
div.awan-checkoutmultisel{
    width: 100%;
    padding-top: 15px;
}
div.awan-checkoutmultisel label{
    color: #666666;
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
div.awan-checkoutmultisel select{
    width: 100%;
}


div.awan-checkoutcheckboxes{
    padding-left: 6px;
    padding-top: 15px;
}
div.awan-checkoutcheckboxes label.an-data{
    color: #666666;
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

#advancednewsletter-form {
    background: #fff;
}

/* 
	Minimal css to enable a easy-testing on flagshipProduct. Break it at will!
*/



#nav div.new-product { float: left; }
#nav div.view-range {  left: 660px; height: 300px; padding: 0; text-align: center; width: 450px; }
#nav div.wrap-product-info-float { left: 310px; height: 300px; padding: 0; text-align: center; width: 200px; }
#nav div.megamenu .new-product .product-image { left: 10px; height: 300px; padding: 0; text-align: center; width: 200px; }
#nav div.view-range ul li { border: none; }
#nav div.view-range ul li a { float: left; }
#nav div.purchase { top: 200px; }
#nav div.purchase div.quantity, #nav div.purchase div.qty-component, 
#nav div.purchase div.addcart, #nav div.purchase div.price-box { position: static; top: 0; }
#nav div.purchase .price-box .regular-price, #nav div.purchase .price-box .regular-price .price { float: none }

#nav .megamenu .decrement  {
	position: relative;
left: -31px !important;
}
#nav .megamenu .increment  {
	position: relative;
left: 0px !important;
}
#nav .megamenu .qty-component .qty  {
	position: relative;
left: 16px !important;
}

/* Embryolisse in the world */
#intheworld {background-color: #FFFFFF;  text-align: center;  margin-bottom: 10px;    margin-top: 30px;    padding-bottom: 19px; border-radius: 0 0 10px 10px;}
#intheworld .page-title {  background: url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/international_fr.jpg") no-repeat scroll 31px center #CDE0F1;  height: 63px;  padding: 24px 0 0 47px;  text-indent: -10000px;  text-transform: uppercase;}
#intheworld .page-title h1 {}
#intheworld .page-title h2 {}
#intheworld > img {margin-bottom: 10px;}
.col-main {background-color: #FFFFFF;  border-radius: 0 0 10px 10px;}

/* Buttons */
.widget-cms-link-inline {margin-left: 39px;}
.widget-cms-link-inline a { font-weight: bold; background: url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/arrow_white.png") no-repeat scroll 7px center #006EB8;  border: 2px solid #006EB8;  border-radius: 10px 10px 10px 10px;  color: #FFFFFF;  display: inline-block;  height: 25px;  padding: 8px 8px 0 19px;}
.widget-cms-link-inline a:hover {  background: url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/arrow_blue.png") no-repeat scroll 7px center #FFFFFF;  color: #006EB8;  text-decoration: none;}

/* Point of sales */
.sales-points #zoom {display: inline-block; float: none; margin: 0 0 4px;}
#pointofsalesweb,
#distributors {min-height: 500px;border-radius: 0 0 10px 10px;  background: url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/map-partners.gif") no-repeat scroll 0 95px #FFFFFF;  text-align: center;}
#pointofsalesweb .points,
#distributors .points {display: none;}
.decouvrez.web h1 {text-align: left;margin-bottom: 55px;margin-top: 25px;}
#pointofsalesweb .title,
#distributors .title {  color: #016BB4;  display: inline-block;  font-size: 14px;  font-weight: bold;  padding-top: 1px;  vertical-align: top;}
.points h3 {  color: #016BB4;  font-size: 16px !important;  font-weight: bold;}
.points a {  color: #016BB4;  font-size: 16px;  text-decoration: underline;}
.points a:hover {text-decoration: none;}
.points {margin-top: 65px;}
