/* @group Default */

/**
 * 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_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/

@font-face
{
	font-family: "hoefler";
	src: url("../elements/HoeflerText.otf");
}

/* Helvetica Normal */
@font-face {
    font-family: 'Helvetica Thin Condensed';
    src: url('../elements/helveticaneueltstd-thin-condensed.eot');
    src: url('../elements/helveticaneueltstd-thin-condensed.eot?#iefix') format('embedded-opentype'),
         url('../elements/helveticaneueltstd-thin-condensed.woff') format('woff'),
         url('../elements/helveticaneueltstd-thin-condensed.ttf') format('truetype'),
         url('../elements/helveticaneueltstd-thin-condensed.svg#helveticaneueltstd_thin_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

/********************** Columns */


/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 {
}
.col2-set .col-1 {  }
.col2-set .col-2 { }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

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


.accent { color:#E76200; font-weight:bold; }

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

/* Form Elements */
input.input-text, select, textarea {

}
option, optgroup {

}
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea {
}
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label {
}
.input-text:focus, select:focus, textarea:focus {
}
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top: 15px;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
}
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }
.form-list input{
	height: 28px;
	width: 168px;
	padding: 0 0 0 8px;
	margin: 9px 0 0 0;
	float: left;
	background-color: #fbfbfb;
	border: 1px solid #bababa;
	padding: 0 0 0 8px;
	font-family: "Lucida grande",Helvetica,sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: lighter;

}

.group-select {
	
}
    
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px dotted #f19900;
    background:#fff;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box {  }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:250px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; height:16px; margin-top:3px; background:url(../images/ar_images/icn_erreur.png) no-repeat 2px 1px; font-weight:bold; line-height:1.25em; }
.validation-failed {
	color: #f6473d;
}
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages, .messages ul { list-style:none !important; margin:0; }
.messages {
	width:100%;
	overflow:hidden;
	font-weight: bold;
	/*margin: 0 0 20px 0; CommentÃ© car Ã§a gÃ¨ne la mise en page de la bulle d'inscription pour la wishlist depuis la fiche produit, quand erreur il y a Ã©videmment */
}
.error-msg, .success-msg, .notice-msg, .note-msg {
	/*min-height:23px ;
    margin-bottom:1em ;
    background-repeat:no-repeat ;
    padding:0px 0px 0px 32px ;
    font-size:12px ;
    font-weight:bold ;*/
    }
.error-msg li, .success-msg li, .notice-msg li { }

.error-msg {
    color:#df280a;
    font-weight: bold;
}
    
.success-msg {
	color: #1e992a;
}
  
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }



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

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head {  }
.page-head-alt {  }
.page-head, .page-head-alt {  }
.page-head h3, .page-head-alt h3 {
   
}
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head {

}
.category-head h2 {
    
}

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
.data-table {  }
.data-table tr {  }
.data-table .odd  { }
.data-table .even {  }
.data-table td.last, .data-table th.last {  }
.data-table tr.last th,
.data-table tr.last td {  }
.data-table th {  }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { }
.data-table thead tr th {  }
.data-table tfoot {  }
.data-table tfoot tr.first {  }
.data-table tfoot tr {  }
.data-table tfoot td {  }
.data-table tbody td {  }
/* Bundle Products */
.data-table tbody.odd tr {  }
.data-table tbody.even tr { }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {  }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

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

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

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


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



/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }



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


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

/* Structure */
.wrapper { }
.header { text-align:left; }
.header-top { width:930px; margin:0 auto; position:relative; z-index:100; }
.header-nav { width:950px; margin:0 auto; }
.middle { width:900px; min-height:400px; margin:0 auto; text-align:left; }
.side-col { width:195px; }
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:685px;  }
.col-2-left-layout .col-main { float:right; width:685px; }
.col-3-layout .col-main { width:475px; margin-left:17px; }

/* Style */
.header { border-top:5px solid #0d2131; }
.header-top-container { border-bottom:1px solid #415966; background:url(../images/header_top_container_bg.jpg) repeat-x 50% 0; }
.header-top { padding:10px; }
.header-nav-container { background:url(../images/nav_bg.jpg) repeat-y 50% 0 #0a263d; }

.middle { background:url(../images/main_bg.gif) no-repeat #fffffe;  padding:25px 25px 80px 25px; }


/********************** Header */

/* Logo */
h1#logo {
    float:left;
    width:202px;
    margin:3px 0 10px 12px;
    }
.page-popup h1#logo { display:none; }


/* Quick Access*/
.quick-access {
    width:540px;
    float:right;
    margin-top:28px;
    text-align:right;
    padding:0 10px;
    color:#fff;
    }
.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
    background:url(../images/shop_access_pipe.gif) no-repeat 100% .35em;
    padding-right:7px;
    padding-left:3px;
    }
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access { margin-bottom:6px; }
.shop-access a, .shop-access a:hover { color:#ebbc58; font-size:.95em; }
.shop-access li.last { padding-right:0; background:none; }
.language-switcher { float:right; margin-top:5px; margin-left:60px; }
.language-switcher label { color:#A7C6DD; padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.95em; line-height:1.25em; }
.breadcrumbs li { display:inline; }

/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini { border:1px solid #c4c1bc; background:#fff; line-height:1.3em;  font-size:.95em;  }
.base-mini .head { margin:0 1px; border-bottom:1px solid #ddd; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; }
.base-mini .head h4 { min-height:16px; color:#e26703; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 21px; text-transform:uppercase; }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background:#f8f7f5; }
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { background:#f4f3f3; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions { background:url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8; padding:6px; }
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter h4 { background-image:url(../images/icon_newspaper.gif); }
.mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }

.mini-cart .head h4 { background-image:url(../images/icon_basket.gif); }
.mini-cart .subtotal { background:#fbebd9; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 { background-image:url(../images/icon_table.gif); }

.mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }


/********************** Footer */
.footer-container {
}
.footer {
}
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:8px;
    padding-left:4px;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#fff; }
.footer .informational a { text-decoration:none; }
.footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }

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


.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; }
.product-shop .short-description {
	}

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



/************************** Prices */
.price {
	}

/* Regular price */


/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

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

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

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* 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 { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

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

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

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
.generic-box {  }
.generic-product-list li { }


/********************** Catalog Listing */

.catalog-listing h5 {
	}
.catalog-listing h5 a, .catalog-listing h5 a:hover {
	}
.catalog-listing .add-to {
	}
.catalog-listing .add-to a, .catalog-listing .add-to a:hover {
	}
.catalog-listing .ratings {
	}
.catalog-listing .ratings {
	}
.catalog-listing .ratings .rating-box {
	}
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a {
	}

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { border-right:1px solid #d9dde3; border-bottom:1px solid #d9dde3; padding:12px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image {
	}
.generic-product-grid td.empty-product { border-right:0; background:#f5f6f6; }


/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    background:url(../images/layered_nav_head_bg.gif) no-repeat;
    height:24px;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label {
    background:url(../images/narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    background:#cad6e4;
    }
.narrow-by dl {
    background:#e7f1f4;
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 0 28px;
    background:url(../images/narrow_by_set.gif) no-repeat 9px .9em;
    color:#2f2f2f;
    text-transform:uppercase;
    }
.narrow-by dd {
    background:url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%;
    padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }



/********************* Tool Tips */
.tool-tip { position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; }
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }

.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image {
	}
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

.home-video { margin-bottom: 5px; }

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }



/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image {
	}
.listing-type-list .product-shop {
}
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box {
	}
.listing-type-list .product-shop .form-button {
	}
.listing-type-list .product-shop .product-reviews {
	}
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover {
	}
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type *\/
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(../images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }*/
select.address-selectselect.address-select
/* Grid Type */

.listing-type-grid .grid-row {
	}
.listing-type-grid li.item {
	}
.listing-type-grid .last {
	}
.listing-type-grid .product-image {
	}
.listing-type-grid .product-image .product-new-label,
.listing-type-grid .product-image .product-soon-label {
	display:block;
	height:19px;
	background:url('../images/ar_images/bkgd/soon-dispo-new.png') no-repeat left top transparent;
	position:absolute;
}
.catalog-product-view .product-new-label , .catalog-product-view .product-soon-label{
	display:block;
	height:19px;
	background:url('../images/ar_images/bkgd/soon-dispo-new.png') no-repeat left top transparent;
	position:absolute;	
	z-index:1000;
}
.catalog-product-view  .catalog-product-view .product-new-label{
	top:26px; right:250px; width:43px; background-position: left -19px;
}
.catalog-product-view .product-soon-label  {
	bottom:2px; left:150px; width:131px;	
}
.listing-type-grid .product-image .product-new-label  {
	top:5px; right:5px; width:43px; background-position: left -19px;
}
.listing-type-grid .product-image .product-soon-label {
	bottom:5px; left:5px; width:131px;
}
.listing-type-grid .rating-box {
	}
.listing-type-grid .actions {
	}
/* Rewrites for different layouts */
.col-1-layout .listing-type-grid {
	}
.col-1-layout .listing-type-grid li.item {
	}
.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid {
	}
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item {
	}



/********************** Product Detail */
/* Product Images */
#preload_img{display: none;}

.product-img-box {}
.product-img-box .product-image-zoom {
	}
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:2px 28px 2px 28px; cursor:pointer; }
.image-zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-2px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:2px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:2px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }



.product-info-box .price-box { margin:0 0; }
.product-info-box .data-table .price-box { margin:0; padding:0; }

.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart-box .form-button { float:left; }

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder { margin:10px 0; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.product-info-box .ratings { margin-bottom:1em; }
.product-essential, .product-collateral {
	}
.product-essential .product-shop {
	}
.product-essential .product-shop .ratings {
	}

.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.product-pricing li { line-height:1.4; background:url(../images/bg_tierico1.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }

.product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { color:#2f2f2f; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box {
	}
.product-shop .product-options-bottom .price-label {
	}
.product-shop .product-options-bottom .price-tax {
	}
.product-shop .product-options-bottom .add-to-cart-box {
	}

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #c8902d dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral { background:url(../images/product_collateral_bg.gif) repeat-x #faf7ee; }
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #e5dcc3; padding-bottom:1px; font-size:1.15em; }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .collateral-box h4{ color:#e26703; }
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items .head h4 { background-image:url(../images/icon_clip.gif); }
.mini-related-items .product-images { width:72px; }
.mini-related-items .product-images a { display:block; margin-left:20px; }
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { margin-left:80px; padding-left:5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }



/********************** Checkout */
select.address-select { width: 275px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; }

.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:25px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    text-align:right;
    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals {
    float:left;
    width:605px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop {
	}
.shopping-cart-collaterals .upsell .product-shop h5 {
	}
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#D9DDE3; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box { display:block; border-color:#BBAFA0; background:#FBFAF6 url(../images/multi_address_box_bg.gif) 0 0 repeat-x; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }



/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;
}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.one-page-checkout .box-no-padding {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

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

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

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

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

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

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }


/* My Account navigation */
.account-nav { 

}
.account-nav .head {
   margin:0;
   background:url(../images/account_nav_head_bg.gif) repeat-x 0 100% #fc9d36;
   padding:3px 10px;
    }
.account-nav .head h3 { color:#fff; font-size:1.1em; }
.account-nav ul { background:#fbfaf6; padding:4px 10px 10px 10px; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { color:#ea7900; }
.account-nav li.on { border-bottom:1px solid #ddd; /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#ea7900; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-box .col-1, .login-box .col-2 { border:1px solid #bbb6a5; background:#dee5e8; }
.login-box .content { background:url(../images/login_box_bg.gif) repeat-x #faf7ee; padding:14px 21px; }
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:23px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#e76200;
    text-transform:uppercase;
    }
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); }
.login-box .button-set { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x; padding:8px 13px; }
.login-box .content { min-height:230px; }


/* Dashboard */.account-box {
    margin-bottom:20px;
    border:1px solid #ccc;
    border-right-color:#999;
    border-bottom-color:#999;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:15px;
    }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #d9dde3; }
.account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 { background-image:url(../images/icon_folder_table.gif); }
.ad-account-info .head h4 { background-image:url(../images/icon_ma_info.gif); }
.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }


/* Account Addressbook */
.primary-address-list h4, .address-list h4 { 
 }
.primary-address-list li {
   
 
 
 }

.address-list li {}
.address-list .actions { float:right; margin:0 0 10px 10px; }

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

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

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


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(../images/gift-message-expand.gif); }
.collapse { background-image:url(../images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


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



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
.link-cart {  }
.link-remove {  }
.link-print {  }
.link-feed {  }

.order-access {  }
.order-info {  }
.order-info span {  }
.order-info ul {  }
.order-info li {  }
.order-info li.selected {  }

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

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Class: std - styles for admin-controlled content */
.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; }
.std .a-top { text-align:right; }

/* @end */

/************************************************************/
/*****--- American retro by Eliston LET'S GOOO  !!! --- *****/
/************************************************************/

* { 
	margin: 0;
	padding: 0;
}

body { margin:0; padding:0 0 30px 0; font-size: 12px; line-height: 20px; font-family: "helvetica neue", Helvetica, sans-serif; background-color: #fff; }
* html body{ overflow:hidden; } /*fix footer*/

input, button {
	outline: none;	
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
	/*-webkit-transition: color 250ms linear;*/
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.black {
	color: #000;
}

#wrapper { z-index:1; }
* html div#wrapper{ height:100%; overflow:auto; } /*fix footer*/
.presse-index-index #wrapper{ position: relative; }

/*---- header ----*/


#header_container {
	position: relative;
	background: #a3a3a3 url(../images/ar_images/bckg_headerContainer.png) repeat-x left bottom;
	z-index: 5;
}

#header {
	width:980px;
	margin: 0 auto;
	color: #333;
	position: relative;
	background: url(../images/ar_images/bckg_header.png) no-repeat 780px bottom;
}

#header.commande {
	background: none;
}

/* @group Panier */

#panier {
	width: 980px;
	text-align: left;
	position: relative;
}

#panier_details {
	padding: 5px 0 22px 0;
}

.panier_ligne {
	margin: 0 0 0 187px;
	clear: both;
	height: 50px;
	background: url(../images/ar_images/img_panierSepH.png) no-repeat 47px bottom;
}

#panier #code_error {
	z-index:99;
	background: #fff;
	color: #777;
	right: 0;
	top: 1px;
	position: absolute;
	padding: 3px 7px 3px 7px;
	height: 18px;
	width: 355px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}

#panier #code_error a {
	background:url("../images/ar_images/btn_croixBulles.gif") no-repeat scroll left top transparent;
	height:15px;
	position:absolute;
	right:3px;
	text-indent:-9999px;
	top:3px;
	width:15px;
}

.outofstock_bis {
	z-index:99;
	background: #fff;
	color: #777;
	right: 0;
	position: absolute;
	padding: 3px 7px 3px 7px;
	height: 127px;
	width: 180px;
	top: 10px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);		
}

.outofstock_bis a {
	display: block;
	margin: 12px auto 0 auto;
	text-align: center;
	height:22px;
	width:103px;
	color: #bf841c;
}

.outofstock_bis a:hover {
	color: #333; 
}

.outofstock {
	background: #ededed;
	color: #777;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 5px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);		
}

#invitation_cadeau_box .panier_col1 {
	background-color: #FFF;
	color: #777;
	width: 495px;
	height: 20px;
	padding: 7px 10px;
	margin: 6px 0 0 0;
	text-align: center;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);			
}

#invitation_cadeau_box a {
	color: #c8902d;
}

#invitation_cadeau_box a:hover {
	text-decoration: none;
	color: #333;
}
	
.panier_ligne .panier_col0 {
	width: 48px;
	float: left;
	margin: 3px 0 0 0;
}

.panier_ligne .panier_col0 img {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.panier_ligne .panier_col1 {
	width: 246px;
	float: left;
	margin: 14px 0 0 0;
}

.panier_ligne .panier_col1 a {
	color: #333;
}

.panier_ligne .panier_col1 a:hover {
	color: #bf841c;
}

.panier_ligne .panier_col2 {
	width: 123px;
	float: left;
	margin: 14px 0 0 0;
	font-size: 11px;
}

.panier_ligne .panier_col3 {
	width: 143px;
	float: left;
	text-align: right;
	margin: 14px 0 0 0;
}

.panier_ligne .panier_col4 {
	width: 30px;
	float: left;
	margin: 18px 0 0 16px;
}

.panier_col4 a {
	display: block;
	width: 14px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/ar_images/btn_panierEffacer.gif) no-repeat left top;
}

.panier_col4 a:hover {
	background-position: -14px top;
}

.panier_col4 a:active {
	background-position: -28px top;
}

#panier_codeAvantage.panier_ligne, #panier_total.panier_ligne {
	height: 30px;
	position: relative;
}

#panier_codeAvantage .panier_col2 {
	width: 200px;
}

#panier_codeAvantage #coupon_code {
	display: block;
	float: left;
	width: 104px;
	height: 18px;
	margin: 0 5px 0 0;
	background-color: #EBEBEB;
	border: inset 1px #777;
}

#panier_codeAvantage .btn_code_ok {
	background: #b7b7b7;
	border: solid 1px #777;
	display: block;
	float: left;
	width: 50px;
	text-align: center;
	cursor: pointer;
	height: 18px;
	margin: 0 5px 0 0;
}

#panier_codeAvantage .btn_code_ok:hover {
	background: #dcdcdc;
	text-decoration: none;
	color: #000;
}

#panier_codeAvantage .panier_col4  {
	margin: 6px 0 0 16px;
}

#panier_codeAvantage .panier_col3 {
	margin: 3px 0 0 0;
	width: 66px;
}

#panier_livraison .panier_col1, #panier_livraison .panier_col2, #panier_livraison .panier_col3, #panier_codeAvantage .panier_col1 {
	margin: 4px 0 0 0;
}

#panier_livraison.panier_ligne {
	height: 50px;
}

#panier_livraison.panier_ligne .small {
	font-size: 11px;
	color: #666;
	margin-top: -5px;
}

#panier_livraison.panier_ligne .panier_col2 {
	width: 150px;
}

#panier_livraison.panier_ligne .panier_col2 select {
	margin: 10px 0 0 0;
	width: 140px;
}

#panier_livraison.panier_ligne .panier_col3 {
	margin: 12px 0 0 0;
	width: 116px;
}

#panier_codeAvantage .panier_col2 {
	margin: 3px 0 0 0;
}

#input_codeAvantage {
	width: 50px;
}

#panier_total.panier_ligne {
	font-size: 12px;
	background: none;
	position: relative;
	/*width: 552px;*/
}

#panier_total.panier_ligne #total_commande {
	background: url(../images/ar_images/bckg_ligneTotalCommande.png) no-repeat 28px top;
	z-index:0;
	height: 30px;
	width: 700px; 
	position: absolute;
}

#panier_total.panier_ligne #info_total {
	z-index:0;
	height: 30px;
	position: absolute;
}



#panier_total.panier_ligne .panier_col1, #panier_total.panier_ligne .panier_col2, #panier_total.panier_ligne .panier_col3 {
	margin: 4px 0 0 0;
}

#panier_total.panier_ligne .panier_col1, #panier_total.panier_ligne .panier_col3 {
	font-weight: bold;
}

#panier_total.panier_ligne .panier_col2, #panier_total.panier_ligne .panier_col2 .price {
	color: #666;
}

#open_finalsteps {
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	display: block;
	width: 103px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/ar_images/btn_commander.png) no-repeat left top;
	position: absolute;
	bottom: 26px;
	right: 15px;
}

#open_finalsteps:hover {
	background-position: -103px top;
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

#open_finalsteps:active {
	background-position: -206px top;
}



/* @end */

/* @group Content */

#content {
	z-index: 0;
	min-height: 664px;
	width: 980px;
	position: relative;
}

#content_backImages {
	position: absolute;
	top:25px;
	min-height: 780px;
	width: 980px;	
	overflow: hidden;
	z-index: 5;
}

.middle_bckg {	
	display: block;
	position: absolute;
	top: 0;
}

#bckg_2{
	left: 980px;
}

#bckg_3 {
	left: -1200px;
}

.link_HomeImage {
	display: block;
	width: 500px;
	top: 30px;
	height: 600px;
	left: 250px;
	opacity: 0.2;
	z-index: 5;
	position: absolute;
}

#middle_container {
	position: relative;
}

#wrapper #middle_container.category-ancienne-collection {
	background-color: #ffffff;
}

#middle {
	width:980px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	min-height: 810px;
	padding: 0;
	background: none;

}

.cms-home #middle{
	min-height: 805px;
}


/* @end */

/* @group Toolbox */

#toolbox {
	width: 980px;
	height: 25px;
	z-index: 10;
	position: absolute;	
	top: 0;
	background: #fff;
}

.cms-home #toolbox {
	background: none;
}

#toolbox a{
	display: block;
	height: 23px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.07em;	
	color: #000;
	text-decoration: none;
}
#btn_panier {
	float: right;
	padding: 0 1px 0 0;	
	/*background:url("../images/ar_images/bckg_blanc90pct.png") repeat left top transparent;*/
}

#btn_panier a {	
	padding: 2px 0 0 0px;	
}

#btn_panier a:hover {
	color: #B27812;
}
#btn_panier a:active {
	color: #666;
}

#btn_panier.btn_panier_close a {
	background-position: left -32px;
	text-indent: -9999px;
}
#btn_panier.btn_panier_close a:hover {
	background-position: left -64px;
}

.catalog-category-view #btn_panier{
	margin-right: 17px;
}

#toolbox #btn_espace_client {
	float: right;
	padding: 0 16px 0 0;
	/*background:url("../images/ar_images/bckg_blanc90pct.png") repeat left top transparent;*/	
}

#btn_espace_client a {		
	padding: 2px 0 0 10px;
}

#btn_espace_client a:hover {
	color: #B27812;
}

#btn_espace_client a:active {
	color: #666;
}

#msg_panierVide {
	position: absolute;	
	color: #000;
	right: 8px;
	top:28px;
	padding: 5px 20px;
	background-color: #f9f9f9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

#btn_fermerSteps.pageprod a {
	height: 23px;
	width: 105px;
	position: absolute;	
	top: -23px;
	right: 7px;
	display: block;
	text-indent: -9999px;
	background: url(../images/ar_images/btn_refermer_produit.png) no-repeat left top;
}

#btn_fermerSteps.pageprod a:hover {
	background-position: -105px top;
}

#btn_fermerSteps.pageprod a:active {
	background-position: -210px top;
}

#btn_fermerSteps.pagecat a {
	height: 23px;
	width: 105px;
	position: absolute;	
	top: -23px;
	right: 7px;
	display: block;
	text-indent: -9999px;
	background: url(../images/ar_images/btn_refermer_cat.png) no-repeat left top;
}

#btn_fermerSteps.pagecat a:hover {
	background-position: -105px top;
}

#btn_fermerSteps.pagecat a:active {
	background-position: -210px top;
}

#btn_fermerSteps.homepage a {
	height: 23px;
	width: 105px;
	position: absolute;	
	top: -23px;
	right: 7px;
	display: block;
	text-indent: -9999px;
	background: url(../images/ar_images/btn_refermer_home.png) no-repeat left top;
}

#btn_fermerSteps.homepage a:hover {
	background-position: -105px top;
}

#btn_fermerSteps.homepage a:active {
	background-position: -210px top;
}

#adress_form_espaceClient {
	width: 360px;
	margin: 20px 0;	
}


/* @end */

/* @group Navigation principale */

#middle_left {
	width: 235px;
	float: left;
	position: absolute;
	top: 0;
	z-index: 7;
}

.catalog-product-view #middle_left {
	background: #fff;
}

#middle_left_nav {
	width: 226px;
	padding: 17px 0px 5px 8px;
	font-size: 21px;
	z-index: 11;
	position: relative;
	background: #fff;
	/*background: url(../images/ar_images/bckg_blanc80pct.png) repeat;*/
}

.blockUnderNav{
	margin: 12px 0 0 0;
}

.blockUnderNav img{
	display: block;
}

/*
#eshop {
	display: block;
	width: 126px;
	height: 48px;
	background: url(../images/ar_images/txt_eshop.png) no-repeat left top;
}
*/

#logo {
	margin: 0px 0 13px 0;
	overflow:hidden;
	height: 54px;
}

#middle_left_nav #logo span {
	text-indent: -9999px;
	display: block;	
	margin: 0 0 7px;
}

#middle_left_nav #logo a {
	text-indent: -9999px;
	display: block;	
}

#logo_american_retro {
	background: url(../images/ar_images/btn_logo_AR.png) -11px top no-repeat;
	width: 218px;
	height: 54px;
}

#logo .selected {
	/*background-position: left top;*/
}

#logo_my_lovely_jean {
	background: url(../images/ar_images/btn_logo_MLJ.png) right top no-repeat;
	width: 125px;
	height: 19px;
}

#logo_zoe_tees {
	background: url(../images/ar_images/btn_logo_ZT.png) left top no-repeat;
	width: 71px;
	height: 17px;
}

#btn_blog {
	margin-top:5px;
}

a#btn_blog {
	background: url(../images/ar_images/btn_blog.png) left top no-repeat;
	display: inline-block;
	width: 50px;
	height: 15px;
	text-indent:-9999px;
}

a#btn_blog:hover {
	background: url(../images/ar_images/btn_blog.png) left bottom no-repeat;
}

#navigation_principale #btn_newsletter {	
}

#navigation_principale {
	margin: 0px 0 0 0;
	list-style: none;
	font-family: "hoefler","Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
}

#navigation_principale li {
	margin:0;	
	text-decoration:none;
	text-transform:uppercase;
}

#navigation_principale li.outlet {
	text-transform: none;
	
}

#navigation_principale li a {
	font: 17px/22px 'Helvetica Thin Condensed';	
	display: block;
	width: 220px !important;
	overflow: hidden ;
}

#navigation_principale li a:hover {
	text-decoration:none;
	color:#1CAA91;
}

#navigation_principale li a.selected {
	text-decoration:none;
	font-weight:bold;
}

#navigation_principale .sep{
	display: block;
	width: 40px;
	line-height: 0;
	font-size: 0;
	border-top: 1px solid #d0cfcf;
}

#Link_news .sep{
	margin: 8px 0 8px 0;
}

#navigation_principale #Link_VINTAGE_TEES,
#navigation_principale #Link_Looks,
#navigation_principale #Link_Main_Fall_Winter_1314,
#navigation_principale #Link_Cuirs__Fourrures{
	margin: 0 0 16px 0;
}
#navigation_principale #Link_VINTAGE_TEES a,
#navigation_principale #Link_Looks a,
#navigation_principale #Link_Main_Fall_Winter_1314 a,
#navigation_principale #Link_Cuirs__Fourrures a{
	padding: 0 0 7px 0;
	display: inline;
	width: auto ;
	border-bottom: 1px solid #D0CFCF;
}
#navigation_principale #Link_Pre_collection_Fall_1314 a{ cursor:auto; }
#navigation_principale #Link_Pre_collection_Fall_1314 a:hover{ color:#1C58B2; }

#navigation_principale #Link_Outlet{ text-transform: inherit; }

/* @styles temporaires lien*/
#navigation_principale #a_OUTLET__40,
#navigation_principale #a_OUTLET__60{ color:#1CAA91; font-weight:bold; }
#navigation_principale #a_OUTLET__40:hover,
#navigation_principale #a_OUTLET__60:hover{ color:#2A695E; }
/* @group rubriques dorées */
li#Link_Outlet a { color:#b17c1e; }
li#Link_Outlet a:hover, li#Link_Outlet a.selected { color:#000;	 }
/* @group rubriques avec image */
li#Link_Pre_collection a,
li#Link_Pre_collection_Fall_1314 a,
li#Link_Main_Fall_Winter_1314 a  { width:134px; margin: 4px 0; color: #1c58b2; text-transform: none; font-weight: bold;}
li#Link_Nouvelle_Collection a  { background:transparent url("../images/ar_images/nav/nav_nouvelle_co.png") top left no-repeat; width:170px; height:14px; text-indent:9999px; }
li#Link_Nouvelle_Collection a:hover { background:transparent url("../images/ar_images/nav/nav_nouvelle_co.png") bottom left no-repeat; }
/* @end rubriques avec image */

/* @end */



/* @group Sous navigation */

/*--- sous categories ---*/

.sous_navigation  {
	margin: 0 0 0 15px;	
}

/*--- sous cat Robes  ---*/

.sous_navigation li#Link_Robes_en_coton_ou_soie a {
	background: url(../images/ar_images/nav/btn_NAV_RobesCotonSoie.png) left top no-repeat;
	width: 189px;		
}

.sous_navigation li#Link_Robes_en_coton_ou_soie a:hover {
	background: url(../images/ar_images/nav/btn_NAV_RobesCotonSoie.png) -189px top no-repeat;	
}

.sous_navigation li#Link_Robes_en_coton_ou_soie a:active {
	background: url(../images/ar_images/nav/btn_NAV_RobesCotonSoie.png) -378px top no-repeat;	
}

.sous_navigation li#Link_Robes_en_jersey a {
	background: url(../images/ar_images/nav/btn_NAV_RobesJersey.png) left top no-repeat;
	width: 130px;		
}

.sous_navigation li#Link_Robes_en_jersey a:hover {
	background: url(../images/ar_images/nav/btn_NAV_RobesJersey.png) -130px top no-repeat;	
}

.sous_navigation li#Link_Robes_en_jersey a:active {
	background: url(../images/ar_images/nav/btn_NAV_RobesJersey.png) -260px top no-repeat;	
}

.sous_navigation li#Link_Robes_en_cuir a {
	background: url(../images/ar_images/nav/btn_NAV_RobesCuir.png) left top no-repeat;
	width: 110px;		
}

.sous_navigation li#Link_Robes_en_cuir a:hover {
	background: url(../images/ar_images/nav/btn_NAV_RobesCuir.png) -110px top no-repeat;	
}

.sous_navigation li#Link_Robes_en_cuir a:active {
	background: url(../images/ar_images/nav/btn_NAV_RobesCuir.png) -220px top no-repeat;	
}

.sous_navigation li#Link_Robes_en_maille a {
	background: url(../images/ar_images/nav/btn_NAV_RobesMaille.png) left top no-repeat;
	width: 127px;		
}

.sous_navigation li#Link_Robes_en_maille a:hover {
	background: url(../images/ar_images/nav/btn_NAV_RobesMaille.png) -127px top no-repeat;	
}

.sous_navigation li#Link_Robes_en_maille a:active {
	background: url(../images/ar_images/nav/btn_NAV_RobesMaille.png) -252px top no-repeat;	
}

/*--- sous cat pantalon  ---*/

.sous_navigation li#Link_Shorts a {
	background: url(../images/ar_images/nav/btn_NAV_Shorts.png) left top no-repeat;
	width: 58px;		
}

.sous_navigation li#Link_Shorts a:hover {
	background: url(../images/ar_images/nav/btn_NAV_Shorts.png) -58px top no-repeat;	
}

.sous_navigation li#Link_Shorts a:active {
	background: url(../images/ar_images/nav/btn_NAV_Shorts.png) -116px top no-repeat;	
}

.sous_navigation li#Link_Jeans a {
	background: url(../images/ar_images/nav/btn_NAV_Jeans.png) left top no-repeat;
	width: 46px;		
}

.sous_navigation li#Link_Jeans a:hover {
	background: url(../images/ar_images/nav/btn_NAV_Jeans.png) -46px top no-repeat;	
}

.sous_navigation li#Link_Jeans a:active {
	background: url(../images/ar_images/nav/btn_NAV_Jeans.png) -92px top no-repeat;	
}

.sous_navigation li#Link_Pantalons a {
	background: url(../images/ar_images/nav/btn_NAV_SC_Pantalons.png) left top no-repeat;
	width: 85px;		
}

.sous_navigation li#Link_Pantalons a:hover {
	background: url(../images/ar_images/nav/btn_NAV_SC_Pantalons.png) -85px top no-repeat;	
}

.sous_navigation li#Link_Pantalons a:active {
	background: url(../images/ar_images/nav/btn_NAV_SC_Pantalons.png) -170px top no-repeat;	
}

.sous_navigation li#Link_Leggings a {
	background: url(../images/ar_images/nav/btn_NAV_Leggings.png) left top no-repeat;
	width: 72px;		
}

.sous_navigation li#Link_Leggings a:hover {
	background: url(../images/ar_images/nav/btn_NAV_Leggings.png) -72px top no-repeat;	
}

.sous_navigation li#Link_Leggings a:active {
	background: url(../images/ar_images/nav/btn_NAV_Leggings.png) -144px top no-repeat;	
}

.sous_navigation li#Link_Combi_pantalons a {
	background: url(../images/ar_images/nav/btn_NAV_Combis.png) left top no-repeat;
	width: 140px;		
}

.sous_navigation li#Link_Combi_pantalons a:hover {
	background: url(../images/ar_images/nav/btn_NAV_Combis.png) -140px top no-repeat;	
}

.sous_navigation li#Link_Combi_pantalons a:active {
	background: url(../images/ar_images/nav/btn_NAV_Combis.png) -280px top no-repeat;	
}

/*--- sous cat top ---*/


.sous_navigation li#Link_Debardeurs a {
	background: url(../images/ar_images/nav/btn_NAV_Debardeurs.png) left top no-repeat;
	width: 97px;		
}

.sous_navigation li#Link_Debardeurs a:hover {
	background: url(../images/ar_images/nav/btn_NAV_Debardeurs.png) -97px top no-repeat;
}

.sous_navigation li#Link_Debardeurs a:active {
	background: url(../images/ar_images/nav/btn_NAV_Debardeurs.png) -194px top no-repeat;	
}

.sous_navigation li#Link_Tees_manches_courtes a {
	background: url(../images/ar_images/nav/btn_NAV_TeesMC.png) left top no-repeat;
	width: 184px;		
}

.sous_navigation li#Link_Tees_manches_courtes a:hover {
	background: url(../images/ar_images/nav/btn_NAV_TeesMC.png) -184px top no-repeat;
}

.sous_navigation li#Link_Tees_manches_courtes a:active {
	background: url(../images/ar_images/nav/btn_NAV_TeesMC.png) -368px top no-repeat;	
}

.sous_navigation li#Link_Tees_manches_longues a {
	background: url(../images/ar_images/nav/btn_NAV_TeesML.png) left top no-repeat;
	width: 184px;		
}

.sous_navigation li#Link_Tees_manches_longues a:hover {
	background: url(../images/ar_images/nav/btn_NAV_TeesML.png) -184px top no-repeat;
}

.sous_navigation li#Link_Tees_manches_longues a:active {
	background: url(../images/ar_images/nav/btn_NAV_TeesML.png) -368px top no-repeat;	
}

.sous_navigation li#Link_Chemises a {
	background: url(../images/ar_images/nav/btn_NAV_Chemises.png) left top no-repeat;
	width: 74px;		
}

.sous_navigation li#Link_Chemises a:hover {
	background: url(../images/ar_images/nav/btn_NAV_Chemises.png) -74px top no-repeat;	
}

.sous_navigation li#Link_Chemises a:active {
	background: url(../images/ar_images/nav/btn_NAV_Chemises.png) -148px top no-repeat;	
}

.sous_navigation li#Link_Chemises a {
	background: url(../images/ar_images/nav/btn_NAV_Chemises.png) left top no-repeat;
	width: 74px;		
}

.sous_navigation li#Link_Chemises a:hover {
	background: url(../images/ar_images/nav/btn_NAV_Chemises.png) -74px top no-repeat;	
}

.sous_navigation li#Link_Chemises a:active {
	background: url(../images/ar_images/nav/btn_NAV_Chemises.png) -148px top no-repeat;	
}

.sous_navigation li .selected {
	background-position: top right!important;

}

#middle_left_nav li a:hover {
    /*background-position:  left -14px;*/
}

#middle_left_nav li a:active {
    /*background-position:  left top;*/
}

#middle_left_nav li a.selected {
    /*background-position: bottom left;*/
}

/* @end */

/* @group Champs recherche */

#inputSearch_content  {
	width: 169px;
	height : 22px;
	margin: 21px 0 0 0;
	background: url(../images/ar_images/bckg_recherche.png);
}

#zero_result_box {
	margin: 0 0 0 254px;
	padding: 108px 0 0 0;
	/*j'ai virÃ© le margin left de 380 car Ã§a cassait la mise en page des rÃ©sultats de recherche*/
	/*idem padding top de 80*/
	/*meh*/
	
}

#zero_result_box ul li {
	margin: 0 0 0 20px;
	list-style: outside;
}

#inputSearch_content input {
	display: block;
	width: 136px;
	height: 18px;
	padding: 4px 2px 0px 4px;
	float: left;
	border: none;
	background: none;
}

#inputSearch_content input[type=text] {
	color: #999;
}

#inputSearch_content input.text {
	color: #000;
}

#inputSearch_content  #btn_search {
	display: block;
	width: 25px;
	height: 18px;
	margin: 2px 0 0 0;
	padding: 0;
	background: url(../images/ar_images/btn_loupe.png) no-repeat ;
	border: none;
	float: left;
}

#inputSearch_content #btn_search:hover {
	background:  url(../images/ar_images/btn_loupe.png)  52px 0   ;
	cursor: pointer;
}

#inputSearch_content #btn_search:active {
	background: url(../images/ar_images/btn_loupe.png)  right   ;
}

#inputSearch_content #btn_search:focus {
	background: url(../images/ar_images/btn_loupe.png) 26px 0  ;
}

#inputSearch_content  #btn_search.SearchBtn_bckg_changed {
	background:  url(../images/ar_images/btn_loupe.png)  52px 0   ;
}

.mini-search {
	position:absolute;
	top:0;
	right:0;
	width:300px;
	height:30px;
	padding:1px 20px 0 40px;
	background:url(../images/mini_search_bg.gif) 0 0 no-repeat;
}

.mini-search .input-text {
	width:212px;
	margin-right:4px;
}

.search-autocomplete {
	z-index:999;
	font-size: 11px;
}

.search-autocomplete ul {
	border-right:1px solid #bbb;
	border-bottom:1px solid #999;
	border-left:1px solid #bbb;
	background-color:#fff;
}

.search-autocomplete li {
	padding:0 8px;
	cursor:pointer;
}

.search-autocomplete li:hover {
	cursor:pointer;
}

.search-autocomplete li a {
	color: #333;
}

.search-autocomplete li a:hover {
	color: #fff;
	text-decoration: none;
}

.search-autocomplete li:hover a {
	color: #fff;
}

.search-autocomplete li .amount {
	float:right;
	font-weight:bold;
}

.search-autocomplete li.odd {
	background-color:#fff;
}

.search-autocomplete li.even {
	background-color:#f0f0f0;
}

.search-autocomplete li.selected {
	background-color: #999;
}


/* @end */

/* @group AdvancedSearch */

#advanced_search {
	margin: 0 0 0 300px;
	padding: 80px 0 0 0;
	min-height: 700px;
	color: #424242;
	position: relative;	
}

#advanced_search p {
	margin: 0 0 15px 0;	
}

#advanced_search select {
	padding:2px;
	width:208px;
}

#advanced_search li  {
	margin: 0 0 10px 0;
}

#advanced_search li label {
	float:left;
	width:150px;
}


#advanced_search li input {
	width:200px;
}

/* @end */

/* @group Inscription Newsletter */

#newsletter {
	width: 226px;
	margin: 20px 0 0 0;
	padding: 10px 0px 15px 8px;
	z-index: 10;
	position: relative;
	background: url(../images/ar_images/bckg_blanc90pct.png);
}

.newsletter_open {
	background: #fff!important;	
}


#colonne_4 #newsletter {
	float: left;
	background: none;
	padding: 0 0 5px 0px;
	margin: 0;	
}

#colonne_4 #newsletter .validation-advice {
	bottom: 9px;
	right:45px;
	font-size: 11px;
	width: 18px;
	text-indent: -9999px;
}

#newsletter_txt {
	background: url(../images/ar_images/txt_Newsletter.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 215px;	
}

#colonne_4 #newsletter_txt {
	background: url(../images/ar_images/txt_Newsletter.gif) no-repeat;
}

#newsletter .validation-advice {
	position: absolute;
	bottom: 18px;
	right: 42px;
	font-size: 11px;
	text-indent: -9999px;
	width: 18px;	
}

#newsletter #newsletter_block_pays {
	margin: 10px 0 10px 0;		
}

#inputNewsletter_content {
	width: 225px;
	height: 22px;
	margin: 5px 0 0 0;
}

#inputNewsletter_content input {
	display: block;
	width: 175px;
	height: 19px;
	padding: 3px 0px 0px 10px;
	float: left;
}

#inputNewsletter_content #email {
	background: url(../images/ar_images/bckg_newsletter.png) no-repeat;
	border: none;
}

#pays {
	font-size:11px;
}

#newsletter_block_partner label {
	font-weight: normal;
	color:#4a4a4a;	
}

#inputNewsletter_content #btn_newsletter {
	display: block;
	width: 33px;
	height: 22px;
	padding: 0;
	background: url(../images/ar_images/btn_OK_NL.png) no-repeat;	
	border: none;
	float: left;
	cursor: pointer;
}

#inputNewsletter_content #btn_newsletter:hover {
	background: url(../images/ar_images/btn_OK_NL.png) center;
	cursor: pointer;
}

#inputNewsletter_content #btn_newsletter:active {
	background: url(../images/ar_images/btn_OK_NL.png) right;	
}

#inputNewsletter_content #img_mail_valide {
	display: block;
	width: 14px;
	height: 11px;
	margin: 5px 0 0 5px;
	background: url(../images/ar_images/icn_coche.png) no-repeat;	
	float: left;
}

#newsletter #button_2 {
	border:none;
	background: url(../images/ar_images/btn_Envoyer_NL.png) ;	
	margin: 10px 0 0 0;
	width: 185px;
	height: 22px;
	text-indent:-9999px;
	display: block;
	cursor: pointer;
}

#newsletter #button_2:hover {
	background: url(../images/ar_images/btn_Envoyer_NL.png) center ;	
	cursor: pointer;
}

#newsletter #button_2:active {
	background: url(../images/ar_images/btn_Envoyer_NL.png) right ;	
	cursor: pointer;
}

#newsletter p {
		margin: 15px 0 0 0;
}



/* @end */

/* @group Home */

#middle_container.middle-container.cms-home {
	background-color: #fff;
}


#middle_left_actus {
	width: 221px;
	padding: 0px 5px 5px 8px;
	background: url(../images/ar_images/bckg_blanc90pct.png);
	z-index: 10;
	position: relative;
}

#middle_left_actus  a {
	color: #b17c1e;
}

#promo_home {
	position: absolute;
	top: 80px;
	right: 8px;
	width: 226px;
	height: 139px;
	background: url(../images/ar_images/img_tagPromo1.gif) no-repeat left top;
}

/* @end */

/* @group Navigation Looks Home */

#home_soldes {
	display: block;
	width: 233px;
	height: 231px;
	background: url(../images/ar_images/tagSoldes.png) no-repeat left top;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 130px;
}

#mini_nav {
	width: 316px;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 455px;
	background: url(../images/ar_images/bckg_white.png) ;
	z-index:10;	
}

#tete_mini_nav{
	height: 25px;
	width: 316px;
	margin: 5px 0 0 0;
	text-align: center;
	position: relative;
	border-bottom: solid 1px #cbcbcb;
}

#content_link_nav {
	margin: auto;
	text-align: center;
}

#compteur {

}

#text_link {
	margin: 2px auto 0 auto;
	text-align: center;
	text-indent:-9999px;
}

#content_link_nav.store1 .text_link_1 {
	background: url(../images/ar_images/txt_TrendsAR1.png) center top no-repeat;
	width:232px;
	height: 12px;	
}

#content_link_nav.store1 .text_link_2 {
	background: url(../images/ar_images/txt_TrendsAR2.png) center top no-repeat;
	width:232px;
	height: 12px;	
}

#content_link_nav.store1 .text_link_3 {
	background: url(../images/ar_images/txt_TrendsAR3.png) center top no-repeat;
	width:232px;
	height: 12px;	
}

#content_link_nav.store2 .text_link_1 {
	background: url(../images/ar_images/txt_TrendsMLJ1.png) center top no-repeat;
	width:226px;
	height: 12px;	
}

#content_link_nav.store2 .text_link_2 {
	background: url(../images/ar_images/txt_TrendsMLJ2.png) center top no-repeat;
	width:226px;
	height: 12px;	
}

#content_link_nav.store2 .text_link_3 {
	background: url(../images/ar_images/txt_TrendsMLJ3.png) center top no-repeat;
	width:226px;
	height: 12px;	
}

#content_link_nav.store3 .text_link_1 {
	background: url(../images/ar_images/txt_TrendsZT1.png) center top no-repeat;
	width:181px;
	height: 12px;	
}

#content_link_nav.store3 .text_link_2 {
	background: url(../images/ar_images/txt_TrendsZT2.png) center top no-repeat;
	width:181px;
	height: 12px;	
}

#content_link_nav.store3 .text_link_3 {
	background: url(../images/ar_images/txt_TrendsZT3.png) center top no-repeat;
	width:181px;
	height: 12px;	
}

.link_tete_nav {
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	z-index: 200;
	position: absolute;
}

#content_link_nav #prec {
	background: url(../images/ar_images/btn_Home_flecheG.png) left top no-repeat;
	left: 8px;
	top: 0px;
}

#content_link_nav #prec:hover {
	background: url(../images/ar_images/btn_Home_flecheG.png) center top no-repeat;	
}

#content_link_nav #prec:active {
	background: url(../images/ar_images/btn_Home_flecheG.png) right top no-repeat;	
}

#content_link_nav #suiv {
	background: url(../images/ar_images/btn_Home_flecheD.png) left top no-repeat;
	top: 0px;
	right: 8px;	
}

#content_link_nav #suiv:hover {
	background: url(../images/ar_images/btn_Home_flecheD.png) center top no-repeat;
}

#content_link_nav #suiv:active {
	background: url(../images/ar_images/btn_Home_flecheD.png) right top no-repeat;
}

.link_tete_nav:hover {
	color:  #c8902d;
}

#corps_mini_nav {
	/* height: 110px; */
}

.descript_prod {
	padding: 10px;
	text-align: right;
	width: 230px;
	margin:	0 0 0 64px;
}

.descript_prod a {
	display: block;
	color: #b17c1e;
	float: left;
	width: 170px;
	text-align: right;
}

.descript_prod a:hover {
	color: #333;
}

.descript_prod .link_price {
	display:block;
	background: url(../images/ar_images/icn_flecheD_rouge.png) right  no-repeat;
	padding: 0 20px 0 0;
	float: right;
	width: 30px;
	
	position: absolute;
	right: 0;
	width: 85px;
	background: url(../images/ar_images/icn_flecheD_rouge.png) 85px center  no-repeat;
}

.descript_prod .link_price:hover {
	text-decoration:none;	
}

/*
#middle_container.look0 {
	background: url(../images/ar_images/Look-8-flip.jpg) repeat-x center top #666;	
}

#middle_container.look1 {
	background: url(../images/ar_images/Look-7-flip.jpg) repeat-x center top #666;
}

#middle_container.look2 {
	background: url(../images/ar_images/Look-9-flip.jpg) repeat-x center top #666;
}
*/

/* @end */

/* @group Footer */

#footer_container { position: fixed;/*position: absolute;*/ width: 100%; height: 30px; left: 0; bottom: 0; z-index: 1000; background-color: #fff; border-top: 1px solid #c6c6c6; clear: both; }
/*@media screen{
	#footer_container{ position: fixed;	}
}*/
/*.catalog-product-view #footer_container{ position: fixed; }*/
/*** pages statiques ***/
/*.cms-page-view #footer_container{ position: relative; }*/
/*.cms-page-view.cms-contact #footer_container,*/
/*.cms-page-view.cms-help #footer_container,*/
/*.cms-page-view.cms-paiement-securise #footer_container{ position: absolute; }*/
/*.cms-home #footer_container{ position: fixed; }*/
/*.customer-account-login #footer_container{ position: fixed; }*/
/*.customer-account-create #footer_container{ position: absolute; }*/
/*.wishlist-index-index #footer_container{ position: relative; }
#middle_container.cms-home + #footer_container{	}*/
/*#wrapper .catalog-category-view + #footer_container{ position: relative; }*/

#footer{
	margin: 0 auto;
	width: 964px;		
	text-align: center;
	font-size: 11px;
	overflow: hidden;
	height: 30px; }

#footer ul li{
	display: inline;
	padding-right: 15px;
}

#footer .li_asterisk{
	padding: 0;
}

#footer .li_twitt, 
#footer .li_fb{	
	background:  url(../images/ar_images/etoile_noir.png) no-repeat 27px 2px;	
}

#footer .li_twitt{
	padding: 0 12px 0 0;
}
#footer .li_fb{
	padding: 0 15px 0 0;
}

#footer a{ 	 	
 	text-transform: uppercase;
 }
#footer a:hover{
	text-decoration: none;
}

#footer .link_icon{
	display: inline-block;
	height: 24px;
	width: 24px;
	/*float:left;*/	
	text-indent:-9999px;
	margin: 5px 0px 0px 0;
}

#twitt{
	background:  url(../images/ar_images/footer_Twitter.png) no-repeat;
}

#footer #facebook {
	background:  url(../images/ar_images/footer_Facebook.png) no-repeat;
}

#footer #footer_linkSiteOfficiel{
	background:  url(../images/ar_images/footer_SiteOfficiel.png) no-repeat;
}

#footer .li_asterisk a{
	font-size: 10px;
	text-transform: none;
}

/* @end */

/* @group Formulaire de commande */

#spinner {
	background: url(../images/ar_images/spinner.gif) no-repeat center 0;
	height: 24px;
	color: #3989cd;
}

#spinner_valide_formulaire_cmd {
	top: 52px;
	right: 150px;
	display: block; 
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(../images/ar_images/spinner.gif) no-repeat center 0;
}

#formulaireAchat_container {
	background: #fff url(../images/ar_images/bckg_commandeContainer.png) repeat-x left bottom;
	position: relative;
}

#message_attente {
	background: url("../images/ar_images/spinner.gif") no-repeat scroll center 20px #ffffff;
    border: 1px solid #888888;
    bottom: 500px;
    color: #333333;
    left: 50%;
    max-width: 800px;
    width: 500px;
    padding: 60px 0 15px;
    margin: 0 0 0 -250px;
    position: absolute;
    text-align: center;
    z-index: 100;
    
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

#formulaire_achat {
	height: 790px;
	width:980px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	text-align: left;
	position: relative;
}

#delivery_info-modification-box {
	position: absolute;
	left: 160px;
	top: 7px;
	padding: 3px 3px 3px 4px;
	z-index: 99;
	color: #777;
	background: #fff;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);		
}

#step_1 {
	height: 515px;
	float: left;
	width: 395px;
    margin: 20px 0 0 0;
	padding: 23px 0 0 0;
	background: url(../images/ar_images/txt_1Livraison.gif) no-repeat left top;
}

#co-shipping {
	margin: 0 0 20px 0;
}

#checkout-right-RD {
	color: #565656;
}

#checkout-right-RA {
	width: 362px;
	height: 62px;
	margin: 50px 0 0 0;
}

.checkout_select_adresse_box #checkout-right-RA {
	height: 22px;
	margin: 0;
	width: 350px;
	background: none;
	text-align: left;		
}

#checkout-right-RA a {
	display: block;
	background: url(../images/ar_images/bckg_inscrivezVousIci.png) no-repeat left top scroll;
	width: 356px;
	height: 30px;
	padding: 27px 0 0 1px;
	color: #000;
}

#checkout-right-RA a:hover {
	background: url(../images/ar_images/bckg_inscrivezVousIci.png) no-repeat -356px 0 scroll ;
	color: #134f98;
	text-decoration: none;
}

.checkout_select_adresse_box {
	margin: 0;	
}



.shipping-form-row {
	clear: both;
	min-height: 20px;
	margin: 0 0 0 0;
	position: relative;
}

.shipping-form-row .input-box-C {
	top: 0;
}


.shipping-form-row-1 label, .shipping-form-row-2 label, .shipping-form-row-3 label, .shipping-form-row-4 label {
	display: none;
}
#mdp_checkbox_label{ display: block; float: left; height: 30px; line-height: 30px; margin: 0 0 0 5px; }

.shipping-form-row-1 select {
	width: 178px;
	margin: 15px 0 2px 0;
	font-size: 12px;
}

.shipping-form-row-1 input,
.shipping-form-row-2 input,
.shipping-form-row-3 input,
.shipping-form-row-3 input,
.shipping-form-row-4 input,
.shipping-form-row-6 input,
.mini-login_input input {
	background-color: #fbfbfb;
	border: 1px solid #bababa;
	padding: 0 0 0 8px;
	font-family: "Lucida grande",Helvetica,sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: lighter;
}

.shipping-form-row-1 input {
	height: 28px;
	width: 168px;
	padding: 0 0 0 8px;
	margin: 10px 0 0 0;
	float: left;
}


.shipping-form-row-2 input {
	height: 28px;
	width: 168px;
	padding: 0 0 0 8px;
	margin: 10px 0 0 9px;
	float: left;
}

.shipping-form-row-float {
	clear: both;
	height: 30px;
	position: relative;
}

.shipping-form-row-3 input {
	height: 28px;
	width: 168px;
	margin: 15px 0 0 0;
	padding: 0 0 0 8px;
	clear: both;
}

.shipping-form-row-4{
	margin: 0 0 0 0;

}

.shipping-form-row-4 input {
	height: 30px;
	width: 355px;
	margin: 15px 0 0 0;
	clear: both;
}

#mdp_checkbox{ display: block; float: left; margin: 0; width: 20px; }

.shipping-form-row-5 {
	clear: both; margin: 10px 0 0 0;	
}

.shipping-form-row-6 input {
	height: 28px;
	width: 285px;
	margin: 15px 0 0 0;
	padding: 0 0 0 8px;
	clear: both;
}

#step_1 .input-optionnel  {
	color: #999;	
}

#delivery-meter {
	color: #666;
	font-size:11px;
}

.shipping-form-row-4 #delivery-meter input {
	background-color:#e3e3e3;
	color: #666;
	border: none;
	display:block;
	float:left;
	font-size:10px;
	height:14px;
	line-height:11px;
	margin-top:3px;
	width:30px;
}

#checkout-right-RB {
	color: #565656;
}

#checkout-right-RB input {
	vertical-align: baseline;
	margin: 0 0 0 3px;
}

#checkout-right-RC {
	color: #565656;
	margin: 0 0 10px 0;
}

#step_2 {
	float: left;
	width: 475px;
	height: 220px;
	margin: 20px 0 25px 93px;
	padding: 23px 0 0 0;
	background: url(../images/ar_images/txt_2creezEspaceClient.gif) no-repeat left top;
}

.shipping-form-row-6 #email-error-box {
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	top: 18px;
	right: 150px;
	background: transparent url(../images/ar_images/icn_erreur.png) no-repeat;
	position: absolute;
}

.shipping-form-row-6 #email-error-box.email-box-existe {
	width: 270px;
	position: absolute;
	text-indent: 0px;
	background-color: #f6f6f6;
	background-image: none;
	top: 0px;
	color: #777;
	left: 185px;
	padding: 5px 10px;
	margin: 0;
	z-index: 99;
	height: 65px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
	
}

.shipping-form-row-6 #email-error-box.email-box-existe a {
	color: #134f98;
}

.shipping-form-row-6 #checkbox_pswd {
	width: 15px;
	margin: 15px 0 0 10px;	
}

.shipping-form-row-6 #checkbox_pswd_label {
	display: block;
	width: 80px;
	float: right;
	margin: 20px 65px 0 0 ;
	color: #828282;
}

.shipping-form-row-6  #password-error-box {
	right: 65px;
	height: 20px;
	width: 20px;
}

#car-max {
	font-size: 11px;
	color: #565656;
}

#checkout-news-options {
	margin: 20px 0 0 0;
}

#step_3 {
	height: 70px;
	position: relative;
	float: left;
	width: 472px;
	padding: 23px 0 0 0;
	background: url(../images/ar_images/txt_3choisissezPaiement.gif) no-repeat left top;
	margin: 20px 0 30px 93px;
}

#step_3.step_2_logged-in {
	background: url(../images/ar_images/txt_2_choisissezPaiement_logged.gif) no-repeat left top;
	margin-top: 20px;
	margin-bottom: 60px;	
}

#step_3 #options-box-msg {
	position: absolute;
	display: block;
	top: 60px;
	right: 0;
	width: 160px;
	tex-indent: -9999px;
	height: 24px;
	background: transparent url(../images/ar_images/icn_erreur.png) no-repeat;
}

#payment_form_ogone {
	height: 24px;
	margin: 15px 0 0 0 ;	
}

#payment_form_ogone li  {
	width: 65px;
	height: 24px;
	margin: 0 10px 0 0 ;
	float: left;		
}

#payment_form_ogone li input {
	display: block;
	float: left;
	width: 15px;
	height: 24px;
	margin: 0 10px 0 0 ;	
}

#payment_form_ogone li label {
	display: block;
	float: left;
	width: 39px;
	height: 24px;
	text-indent: -9999px;
}

#payment_form_ogone li #ogone_card_CB_pic {
	background: url(../images/ar_images/img_carteCB.png) no-repeat left top;
}

#payment_form_ogone li #ogone_card_Amex_pic {
	background: url(../images/ar_images/img_carteAMEX.png) no-repeat left top;
}

#payment_form_ogone li #ogone_card_MasterCard_pic {
	background: url(../images/ar_images/img_carteMASTER.png) no-repeat left top;
}

#payment_form_ogone li #ogone_card_VISA_pic {
	background: url(../images/ar_images/img_carteVISA.png) no-repeat left top;
}

#payment_form_ogone li #ogone_card_PAYPAL_pic {
	background: url(../images/ar_images/img_paypal.gif) no-repeat left top;
}


#step_4 {
	float: left;
	width: 444px;
	background: url(../images/ar_images/txt_4.gif) no-repeat left top;
	margin: 20px 0 0 93px;
	padding: 0 0 0 28px;
	position: relative;
}

#step_4 a {
	text-decoration: underline;	
}

#step_4 a:hover {
	text-decoration: none;
	color: #333;	
}

#step_4.step_3_logged-in {
	background: url(../images/ar_images/txt_3_logged.gif) no-repeat left top;	
}

#step_4 #cgv-error {
	position: absolute;
	right: 100px;
	top: 0;
	text-indent: -9999px;
	height: 24px;
	width: 20px;
	background: transparent url(../images/ar_images/icn_erreur.png) no-repeat;			
}

#msg_cp_domtom {
	background: transparent url(../images/ar_images/icn_erreur.png) no-repeat right 7px;
    display: block;
    margin: 16px 0 0;
    padding: 8px 8px 8px 0px;
    width: 340px;
    color: #f00;
}

#step_4 input {
	vertical-align: baseline;
	margin: 0 4px 0 0;
}

#step_5 {
	position: absolute;
	top: 30px;
	left:0;
	text-align: center;
	color: #666;
	font-size: 16px;
	width: 980px;
}

#step_5_orange {
	color: #ff9c00;
}

#options-action {
	margin: 34px 0 0 0;
}

#options-action a {
	display: block;
	width: 249px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/ar_images/btn_accederPaiement.png) no-repeat left top;
}

#options-action a:hover {
	background-position: -249px top;
}

#options-action a:active {
	background-position: -498px top;
}

.shipping-form-row-1, .shipping-form-row-2 , .shipping-form-row-3 , .shipping-form-row-4, .shipping-form-row-6 {
	position :relative;
}

.shipping-form-row-float , .shipping-form-row-3 , .shipping-form-row-4 {
	height: 45px;
	width: 395px;
}
.input-2 .shipping-form-row-float,
.input-2 .shipping-form-row-4{ height:80px; }


.shipping-form-row-float.country-row{ height:30px; }

.shipping-form-row-float.civility { height: 28px; }

.shipping-form-row-6 {
	width: 475px;
}

#shipping-form-row-4_Adresse,
#billing-form-row-4_Adresse {
	margin: 15px 0 0 0;
}

.shipping-form-row-1, .shipping-form-row-2 {

}

.input-box-C {
	position: absolute;
	color: red;	
	text-indent:-9999px;
	width: 20px;
	height: 20px;
	background : no-repeat url(../images/ar_images/icn_erreur.png);
	top: 18px;
	right: 0px;
}

.civility .input-box-C{ top:0; }

#mini-login {
	margin: 25px 0 0 0;
	height: 140px;
	position: relative;	
}

#mini-login #mini-login_error {
	position: absolute;
	text-indent:-9999px;
	height: 20px;
	width: 20px;
	background : no-repeat url(../images/ar_images/icn_erreur.png);
	top: 20px;
	right: 155px;
}

#mini-login  #mini-login-submit {
	background: url(../images/ar_images/espace_client/btn_valider.png) left top no-repeat;
	display: block;
	width: 103px;
	height: 23px;
	text-indent:-9999px;
	border:none;
	display:block;
	margin: 30px 0 0 0;
}

#mini-login  #mini-login-submit:hover {
	background: url(../images/ar_images/espace_client/btn_valider.png) -103px 0 no-repeat;
}

#mini-login  #mini-login-submit:active {
	background: url(../images/ar_images/espace_client/btn_valider.png)  right top  no-repeat;
}

.mini-login_label {
	display:none;
}

.mini-login_input input{
	height: 28px;
	width: 168px;
	margin: 15px 0 0 0;
	padding: 0 0 0 8px;
	clear: both;
}

#checkout-right-RA .mini-login_input a {
	color: #979797;
	padding: 0;
	background: none;
}

#checkout-right-RA .mini-login_input a:hover {
	color: #979797;
}

/* bulle d'info */

.bulle_info_icone {
	 overflow:hidden;
	 width:20px;
	 height: 20px;
	 position: absolute;
	 left: 180px;
	 top: 20px;
	 background: url(../images/ar_images/icn_info.gif)  right top  no-repeat;
}

.bulle_info_descript {
	 overflow:hidden;
	 width:165px;
	 padding: 3px;
	 height:40px;
	 position: absolute;
	 left: 155px;
	 top: -16px;
	 text-align: left;
	 background: #fff;
	 z-index:99;
	 -moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}

/*Page de confirmation*/

#middle_container.middle-container.checkout-onepage-confirmation #middle #content, #middle_container.middle-container.checkout-onepage-canceled #middle #content, #middle_container.middle-container.checkout-onepage-refused #middle #content {
	min-height: 540px;
	height: 540px;
	width: 472px;
	margin: 0 0 0 377px;
	padding: 164px 0 0 0;
}

#middle_container.middle-container.common-buyprocess-checkout-onepage-confirmation #middle #content, #middle_container.middle-container.common-buyprocess-checkout-onepage-canceled #middle #content, #middle_container.middle-container.common-buyprocess-checkout-onepage-refused #middle #content {
	height: 660px;
	width: 550px;
	margin: 0 0 0 377px;
	padding: 80px 0 0 0;
}

.paiement_ok {
	color: #1e992a;
	font-size: 16px;
	margin: 0 0 40px 0;
	padding: 10px 20px;
	background-color: #fafafa;
}

.paiement_annule, .paiement_refuse {
	color: #d32e2b;
	font-size: 16px;
	margin: 0 0 40px 0;
	padding: 10px 20px;
	background-color: #fafafa;
}

#checkout-right-confirmText {
	color: #444;
}

#checkout-right-confirmText strong {
	color: #000;
}

#checkout-right-confirmText ul li {
	text-indent: 20px;
	list-style-type: disc;
	list-style-position: inside;
}

#checkout-right-confirmText a {
	color: #134f98;
}

#checkout-right_actions {
	margin: 20px 0 0 0;
}

#checkout-right_actionsBack {
	float: left;
	margin: 0 20px 0 0;
}

#checkout-right_actionsBack a {
	color: #134f98;
}

#checkout-right_actionsPrint a {
	color: #777;
}

#block_confirmation_ogone {
	padding: 30px 0;	
}

#block_confirmation_ogone img {
	display: block;
	margin: 0 0 15px;
}

#block_confirmation_ogone p {
	font-size: 10px;
	color:8b8b8b;
	line-height: 14px;
}

/* @end */

/* @group Page catégorie */

#middle_container.middle-container {
	background-color: #e3e3e3;
}

#middle_container.middle-container.new_collection_category {
	background-color: #FFFFFF /*!important;
    background-image: none !important;*/
}

#top_listBox{
	clear: both;	
	margin: 0 0 0px 0;
}

#bottom_listBox {
	clear: both;
	height: 20px;		
}

.listing-type-grid {
	margin: 0 0 60px 234px;
	padding: 30px 0 0 0;
	overflow: hidden;
}

#top_listBox #categorie_name_Box {
	width: 100%;
	height: 218px;
	float: left;
	margin: 0 0 10px 0;	
}

.category-robes #top_listBox #categorie_name_Box {
	background: url("../images/ar_images/bandeau_categorie/2013/s31/ROBES.jpg") no-repeat scroll 20px 0 transparent;
}

.category-vestes-manteaux  #top_listBox #categorie_name_Box {
	background: url("../images/ar_images/bandeau_categorie/2013/s31/JACKET.jpg") no-repeat scroll 20px 0 transparent;
}

.category-pulls-cardigans #top_listBox #categorie_name_Box {
	background: url("../images/ar_images/bandeau_categorie/2013/s31/PULL.jpg") no-repeat scroll 20px 0 transparent;
}

.category-tops #top_listBox #categorie_name_Box {
	background: url("../images/ar_images/bandeau_categorie/2013/s31/TOP.jpg") no-repeat scroll 20px 0 transparent;
}

.category-jupes-shorts #top_listBox #categorie_name_Box {
	background: url("../images/ar_images/bandeau_categorie/2013/s31/SHORT_JUPE.jpg") no-repeat scroll 20px 0 transparent;
}

.category-chaussures-shoes #top_listBox #categorie_name_Box {
	background: url("../images/ar_images/bandeau_categorie/2013/s31/SHOES.jpg") no-repeat scroll 20px 0 transparent;
}

.category-pantalons-combis #top_listBox #categorie_name_Box {
	background: url("../images/ar_images/bandeau_categorie/2013/s31/PANTS.jpg") no-repeat scroll 20px 0 transparent;
}

.category-accessoires #top_listBox #categorie_name_Box {
	background: url("../images/ar_images/bandeau_categorie/2013/s31/ACCES.jpg") no-repeat scroll 20px 0 transparent;
}

.category-evening-look #top_listBox #categorie_name_Box {
	background: url("../images/ar_images/bandeau_categorie/cat_evening_look.jpg") no-repeat scroll 20px 0 transparent;
}

.category-pre-collection #top_listBox #categorie_name_Box {
	background: url("../images/ar_images/bandeau_categorie/cat_preco_ss13-3.jpg") no-repeat scroll 20px 0 transparent;
}

.category-jeans #top_listBox #categorie_name_Box { background: url("../images/ar_images/bandeau_categorie/2013/s31/JEANS.jpg") no-repeat scroll 20px 0 transparent; }
.category-cuirs-leathers #top_listBox #categorie_name_Box { background: url("../images/ar_images/bandeau_categorie/2013/s31/CUIRS.jpg") no-repeat scroll 20px 0 transparent; }
.category-vintage-tee-s #top_listBox #categorie_name_Box { background: url("../images/ar_images/bandeau_categorie/cat_vintage-tee-s.jpg") no-repeat scroll 20px 0 transparent; }
.category-ancienne-collection #top_listBox #categorie_name_Box { background: url("../images/ar_images/bandeau_categorie/2013/s31/OUTLET.jpg") no-repeat scroll 20px 0 transparent; }
.category-cuirs-fourrures #top_listBox #categorie_name_Box { background: url("../images/ar_images/bandeau_categorie/2013/s31/CUIRS_FOURRURES.jpg") no-repeat scroll 20px 0 transparent; }
.category-main-fall-winter-13-14 #top_listBox #categorie_name_Box { background: url("../images/ar_images/bandeau_categorie/2013/s31/MAINFALL.jpg") no-repeat scroll 20px 0 transparent; }

#top_listBox #categorie_name_Box h1 { font-size: 16px; font-weight: normal; text-transform : uppercase; text-indent: -9999px; padding-left: 15px; }


/***  Pages listing sans encart header ***/ 
.category-best-sellers #top_listBox #categorie_name_Box,
.category-shirt-by #top_listBox #categorie_name_Box,
.category-spaced-out #top_listBox #categorie_name_Box,
.category-oxford-girl #top_listBox #categorie_name_Box,
.category-xms-gift-list #top_listBox #categorie_name_Box,
.category-geometric #top_listBox #categorie_name_Box,
.category-white-spring #top_listBox #categorie_name_Box{
	width: 40%;
	height: auto;
}
.category-best-sellers .pagination_box,
.category-ancienne-collection .pagination_box,
.category-shirt-by .pagination_box,
.category-spaced-out .pagination_box,
.category-oxford-girl .pagination_box,
.category-xms-gift-list .pagination_box{
    float: right;   
    width: 40%;
}
.category-best-sellers .listing-type-grid,
.category-shirt-by .listing-type-grid,
.category-spaced-out .listing-type-grid,
.category-oxford-girl .listing-type-grid,
.category-xms-gift-list .listing-type-grid{
	padding: 65px 0 0;
}

.category-best-sellers #top_listBox #categorie_name_Box h1,
.category-shirt-by #top_listBox #categorie_name_Box h1,
.category-spaced-out #top_listBox #categorie_name_Box h1,
.category-oxford-girl #top_listBox #categorie_name_Box h1,
.category-xms-gift-list #categorie_name_Box h1{
	text-indent: 0px;
}

#categorie_name_Box #storeName {
	position: absolute;
	top: -5000px;
}

.listing-type-grid ol {
	clear: both;
	margin: 0px 0 0 5px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.listing-type-grid ol li {
	display: block;
	width: 349px;
	height: 320px;
	margin: 0 0 0 12px;
	float: left;
	position: relative;
	overflow: hidden;
}

.catalog-listing {
	width: 727px;
}

.product-image {
	position: relative;
	height: 260px;
}

.product-image .new {
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../images/ar_images/img_new.png) no-repeat left top;
	width: 35px;
	height: 12px;
}

.product-image .product_image_hover_box {
	position: absolute;
	top:0;	
}

.product-shop {
	color: #000;
	display: block;
	width: 226px;
	/*overflow: hidden;*/
}

.catalog-listing .product-shop  {
	width: 339px;
	padding: 10px 0 0 10px;
	height: 55px ;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: url("../images/ar_images/blanc_50pt.png") repeat top left;
}

.catalog-listing ol li .sizeDispoBox {
	clear: both;
	padding: 10px 0 0 0;
}

.catalog-listing ol li .sizeDispoBox span {
	padding: 0 3px 0 0;
}

.catalog-listing ol li .sizeDispoBox span.indispo {
	padding: 0 3px 0 0;
	color: #999;
}

.product-shop h5 a {
	color: #1caa91;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 0 2px;
}

.product-shop h5 a:hover {
	color: #000;
	text-decoration: none;
}

.product-marque {
	color: #575757;
	font-style: italic;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 0 2px; 
}

.product-price {
	float:left;
}

.price {
	color: #000;
	font-weight: 500;
}

.price-box { 
	float: left;
}

/* @group Filtres de CatÃ©gorie OUTLET */

#filtres {
	clear: both;
	position: relative;
	height: 48px;
	z-index: 100;
}

#ozmodules_filters dt {
	background: url("../images/ar_images/bckg_blanc80pct.png") repeat left top;
	float: left;
	margin-right: 35px;
    width: auto;
}

#ozmodules_filters dd {
	position: absolute;
	top: 28px;
	background: url("../images/ar_images/bckg_blanc80pct.png") repeat left top;
	overflow: hidden;
	z-index: 200;
	display: none;
}

#ozmodules_filters .filter_prix {
}
#ozmodules_filters .filter_prix {
}

#ozmodules_filters dt a {
	display: block;
	padding: 4px 25px 4px 10px;
	font-size: 14px;
	text-transform: uppercase;
	background: url("../images/ar_images/bckg_flecheFiltresCat.png") no-repeat right top;
}

#ozmodules_filters dt a.filter_cliked {
	background: url("../images/ar_images/bckg_flecheFiltresCat.png") no-repeat right bottom;
}

#ozmodules_filters dt.filter_prix a {
	background-position:right -60px ;
	padding-right: 40px;
}

#ozmodules_filters a:hover {
	text-decoration: none;
}

#ozmodules_filters dd ol {
	padding: 16px 0 4px 0;
}

#ozmodules_filters dd ol li {
	margin: 0;
	float: none;
	height: 24px;
}

#ozmodules_filters dd#filter_dt_0_dd ol li {
	width: 160px;
}

#ozmodules_filters dd#filter_dt_1_dd ol li {
	width: 180px;
}

#ozmodules_filters dd ol li label {
	padding: 0 0 0 6px;
	cursor: pointer;
}

#ozmodules_filters dd ol li input {
	margin: -3px 0 0 10px;
	cursor: pointer;
}

#listProd_Box_spinner {
	height: 600px;
    position: absolute;
    width: 700px;
    z-index: 100;
}

#filtres #listProd_Box_spinner span {
    background: url("../images/ar_images/spinner.gif") no-repeat scroll center top transparent;
    height: 32px;
    left: 395px;
    margin: 160px 0 0;
    position: absolute;
    text-indent: -9999px;
    width: 32px;
}


/* @end */


/* @end */

/* @group Page produit */

#middle_container.middle-container.catalog-product-view {
	position: inherit;
	background-color: #fff;
}

#middle_container.middle-container.catalog-product-view.new_collection_product {
	background-color: #fff;
}

#middle_container.middle-container.catalog-product-view #middle {
	min-height: 570px;
}

#middle_container.middle-container.catalog-product-view #middle #content {
	min-height: 650px;
	height: 650px;
	z-index: auto;	
}

.product-info-box {
	width: 852px;
	height: 650px;
	margin: 0 0 0 120px;
	overflow: hidden;
	position: relative;
	/*background-color: yellow;*/
}

.product-essential .product-shop {
	position: absolute;
	top: 0px;
	right: 0;
	width: 232px;
	height: 650px;
	padding: 0 0 0 19px;
	background: #fff;
}

#linkRetourProduit {
	position: absolute;
	left: 240px;
	top: 0px;
	z-index: 11;
	height: 25px;
	width: 70px ;
}

#linkRetourProduit a {
	display: block;	
	height: 100%;
	margin: 3px 0 0 0;	
	letter-spacing: 0.02em;
	/*background: url("../images/ar_images/btn_retour_02.png") no-repeat 0 -2px;
	text-indent: -9999px;	
	font:  13px/15px 'Helvetica Thin Condensed';
	letter-spacing: 0.06em;*/
}

#linkRetourProduit a:hover{
	text-decoration: none;
}

.product-info-box .product-name {
	font-size: 16px;
	font-weight: normal;
	margin-top: 60px;
	color: #000;
}
/*label out of stock page cat et fiche produit*/
#product-price .product-unavailable,
.product-price .product-unavailable { display:block; height:24px; width:75px; text-indent: -9999px; background: url("../images/ar_images/bkgd-out-stock-fp.png") no-repeat 0 0; margin: 5px 0 -10px 0; }
.product-price .product-unavailable{ margin-top: -3px;}

#product-price{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin: -1px 0 10px 0;
}

#product-marque {
	color: #6a6a6a;
	font-size: 12px;
	font-style: italic;
	margin: 1px 0 0 0;
	/*background-color: yellow;*/
}

#product-colors-txt {
	display: block;
	width: 119px;
	height: 14px;
	text-indent: -9999px;
	background: url(../images/ar_images/txt_autresColoris.png) left top no-repeat;
	margin: 32px 0 0 0;
}

#product-colors ul {
	margin: 0;
	overflow: hidden;
}

#product-colors ul li {
	float: left;
	margin: 7px 9px 0 0;
	height: 26px;
}

#product-colors ul li.product-colors-name1 a {
	text-indent: -9999px;
}

#product-colors ul li.product-colors-name1 a img {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #555;
	display:block;
}

#product-colors ul li.product-colors-name1 a img:hover {
	border: 1px solid #eee;
}

#product-description-short {
	clear: both;
	color: #6b6c6c;
	padding: 11px 0 0 0;
	max-height: 100px;
}

#product-description-short a, #product-description-short a:active {
	color: #c8902d;
}

#product-description-short a:hover {
	color: #000;
	text-decoration: none;
}

#product-more-views {
	margin: 25px 0 0 0;
}

#product-more-views a {
	margin: 0 7px 0 0;
}

#product-more-views a img {
	border: 1px solid #999;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
}

#product-more-views a img:hover {
	border: 1px solid #777;
	-moz-box-shadow: 0 1px 2px #777;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;
}

#product-buy {
	margin: 21px 0 0 0;
}

#product-buy-title {
	display: block;
	width: 212px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/ar_images/txt_ajouterPanier.png) left top no-repeat;
}

#product-buy-soon {
	margin: 11px 0 0px 20px;
	clear: both;
}

#product-buy ul {
	margin: 7px 0 3px 0;
	overflow: hidden;
}

#product-buy ul li {
	float: left;
	margin: 0 10px 0 0;
}

#product-buy ul li a {
	display: block;
	width: 35px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #333;
	text-align: center;
	background: url(../images/ar_images/btn_all.png) left top no-repeat;
	text-decoration: none;
}

#product-buy ul li a:hover {
	background-position: left -22px;
}

#product-buy ul li.alert a {
	background-position: left -44px;
	width: 29px;
	padding: 0 0 0 6px;
	text-align: left;
}

#product-buy ul li.alert a:hover {
	background-position: left -66px;
}

#product-buy #message_erreur {
	z-index: 999;
	position: absolute;
	background-color: #ffffff;
	color:#6B6C6C;
	padding: 5px;
	margin: 35px 0 0 0;
	text-align: center;
	height: 38px;
	width: 200px; 
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);		
}

#alert_box {
	z-index: 999;
	position: absolute;
	bottom: 100px;
	left: -100px;
	background: #fff;
	padding: 10px;
	width: 250px; 
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}

#close_alert {
	position: absolute;
	top: 5px;
	right: 5px;
}

a#close_alert {
	display: block;
	width: 14px;
	height: 15px;
	background: url(../images/ar_images/espace_client/btn_X_wishlistItem.gif) no-repeat left top;
	text-indent: -9999px;
}

a#close_alert:hover {
	background-position: -14px top;
}

a#close_alert:active {
	background-position: -28px top;
}

#alert-stock-block #alert-email {
	float: left;
	margin: 1px 5px 0 0;
}

#alert-stock-block #alert-error {
	text-indent: -9999px;
	display: block;
	float: right;
	width: 25px;
	height: 20px;
	margin: 0 25px 0 0;
	background: url(../images/ar_images/icn_erreur.png) no-repeat left 2px ;
}

#alert-stock-block #productalert-submit {
	display: block;
	width: 33px;
	height: 22px;
	padding: 0;
	background: url(../images/ar_images/btn_OK_NL.png) no-repeat left top;	
	border: none;
	float: left;
	cursor: pointer;
	text-indent: -9999px;
}

#alert-stock-block #productalert-submit:hover {
	background-position: -33px top;
}

#alert-stock-block #productalert-submit:active {
	background-position: -66px top;
}

#offre_invite_click {
	z-index: 999;
	position: absolute;
	bottom: 130px;
	height: 41px;
	left: 65px;
	background: #fff;
	padding: 5px;
	width: 140px;
	text-align: center;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}


#product-buy-advice {
	clear: both;
	
}

#product-buy-advice a, #product-buy-advice a:active {
	color: #b27812;
}

#product-buy-advice a:hover {
	color: #000;
	text-decoration: none;
}

#product-buy-addtowishlist {
	float: left;
	margin: 24px 0 0 0;
}

#product-buy-addtowishlist a {
	display: block;
	width: 78px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/ar_images/btn_addWishlist.png) left top no-repeat;
	margin: 0 25px 0 0;
}

#product-buy-addtowishlist a:hover {
	background-position: -78px top;
}

#product-buy-addtowishlist a:active {
	background-position: -156px top;
}

#product-buy-share {
	margin: 25px 0 0 0;
	overflow: hidden;
}

#product-buy-share-email {
	float: left;
}

#product-buy-share-email a {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/ar_images/btn_shareMail.png) left top no-repeat;
	margin: 0 10px 0 0;
}

#product-buy-share-email a:hover {
	background-position: -25px top;
}

#product-buy-share-email a:active {
	background-position: -50px top;
}

#product-buy-share-twitter {
	float: left;
}

#product-buy-share-twitter a {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/ar_images/btn_shareTwitter.png) left top no-repeat;
	margin: 0 10px 0 0;
}

#product-buy-share-twitter a:hover {
	background-position: -25px top;
}

#product-buy-share-twitter a:active {
	background-position: -50px top;
}

#product-buy-share-facebook {
	float: left;
}

#product-buy-share-facebook a {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/ar_images/btn_shareFacebook.png) left top no-repeat;
}

#product-buy-share-facebook a:hover {
	background-position: -25px top;
}

#product-buy-share-facebook a:active {
	background-position: -50px top;
}

#product-buy-service-client {
	color: #727272;
	line-height:18px;
	font-size:12px;
	margin:20px 0;
}

#product-buy-service-client .elt{
	width: 230px;
	height: 32px;
	margin: 0 0 6px 0;
	text-align: center;
	color: #949494;
	border: 1px solid #c6c6c6;
	line-height: 32px;	
}

#product-buy-service-client a,
#product-buy-service-client a:active {
	color: #727272;
	text-decoration:none;
}

#product-buy-service-client a:hover {
	text-decoration:underline;
}

#xselling_container {
	width: 100%;	
}

#xselling {
	width: 392px;
	margin: -4% auto 0 auto;
	position: relative;
	height: 180px;	
}

#xselling_container .title{
	margin: 0 0 12px 0;
	text-align: left;
	font: normal 13px/15px "helvetica neue",Helvetica,sans-serif;
	letter-spacing: 0.05em;
}

#xselling.empty {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 140px;
}

#xselling-avantages {
	position: absolute;
	top: 0;
	left: 8px;
	width: 226px;
	height: 130px;
	padding: 59px 0 0 0;
	background: url(../images/ar_images/txt_nosEngagements.gif) no-repeat left 27px;
}

a#xselling-avantages-1 {
	display: block;
	width: 139px;
	height: 12px;
	text-indent: -9999px;
	background: url(../images/ar_images/txt_remboursementFacile.gif) no-repeat left top;
}

a#xselling-avantages-1:hover {
	background-position: -139px top;
}

a#xselling-avantages-2 {
	display: block;
	width: 164px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/ar_images/txt_livraisonFranceEurope.gif) no-repeat left top;
	margin: 8px 0 0 0;
}

a#xselling-avantages-2:hover {
	background-position: -164px top;
}

a#xselling-avantages-3 {
	display: block;
	width: 174px;
	height: 15px;
	text-indent: -9999px;
	background: url(../images/ar_images/txt_serviceClientEcoute.gif) no-repeat left top;
	margin: 5px 0 0 0;
}

a#xselling-avantages-3:hover {
	background-position: -174px top;
}

#xselling-items {
	/*position: absolute;
	top: 0;
	right: 8px;
	width: 738px;
	padding: 80px 0 0 0;
	background: url(../images/ar_images/txt_autrespieceslook.gif) no-repeat 98px 32px;*/
}

.xselling-item {
	width: 110px;
	margin: 0 20px 0 0;
	float: left;	
}

.xselling-item .xselling-item-desc{
	text-align: center;
	line-height: 11px;
}

.xselling-item a, .xselling-item a:active {
	font-size: 11px;
	color: #000;
}

.xselling-item a:hover {
	color: #000;
}

.xselling-item .xselling-item-img img{
	border: 1px solid #ededed;
}

#selPresse_container {
	width: 100%;
	background-color: #f8f8f8;
}

#selPresse {
	width: 980px;
	margin: 0 auto;
	height: 300px;
	background: url(../images/ar_images/txt_selectionnePresse.gif) no-repeat 337px 32px;
}

.selPresse-item {
	float: right;
	margin: 65px 8px 0 52px;
}

.selPresse-item-img {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
}

.selPresse-item-img:hover {
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.7);
}

.selPresse-item-img a{
	display: block;
	width: 138px;
	height: 178px;
}

.m5deg {
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}

.m5deg:hover {
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
}

.p4deg {
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
}

.p4deg:hover {
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}

.m6deg {
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
}

.m6deg:hover {
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	
}

.selPresse-item-desc {
	text-transform: uppercase;
	margin: 19px 0 0 0;
	text-align: center;
}

/* @end */

/* @group Page presse */

#selPresseAll {
	margin: 0 0 60px 234px;
	padding: 240px 0 0 0;
	width: 738px;
	overflow: hidden;
	background: url(../images/ar_images/txt_selectionRedactrices.png) no-repeat 20px 143px;
}

.selPresseAll-item {
	width: 226px;
	height: 360px;
	margin: 0 0 20px 20px;
	text-align: center;
	position: relative;
	float: left;
	/*background-color: yellow;*/
}

.webkit .selPresseAll-item-1-img, .ff3_sup_5 .selPresseAll-item-1-img, .webkit .selPresseAll-item-10-img, .ff3_sup_5 .selPresseAll-item-10-img {
	width: 215px;
	height: 275px;
	margin: 0 0 0 10px;
	-webkit-transform: rotate(-2deg);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-moz-transform: rotate(-2deg);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.webkit .selPresseAll-item-1-img:hover, .ff3_sup_5 .selPresseAll-item-1-img:hover, .webkit .selPresseAll-item-10-img:hover, .ff3_sup_5 .selPresseAll-item-10-img:hover {
	margin: -1px 0 0 10px;
	-webkit-transform: rotate(-2deg);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	-moz-transform: rotate(-2deg);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.webkit .selPresseAll-item-2-img, .ff3_sup_5 .selPresseAll-item-2-img, .webkit .selPresseAll-item-11-img, .ff3_sup_5 .selPresseAll-item-11-img {
	width: 175px;
	height: 224px;
	margin: 20px 0 0 30px;
	-webkit-transform: rotate(4deg);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-moz-transform: rotate(4deg);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.webkit .selPresseAll-item-2-img:hover, .ff3_sup_5 .selPresseAll-item-2-img:hover, .webkit .selPresseAll-item-11-img:hover, .ff3_sup_5 .selPresseAll-item-11-img:hover {
	margin: 19px 0 0 30px;
	-webkit-transform: rotate(4deg);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	-moz-transform: rotate(4deg);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.webkit .selPresseAll-item-2-img img, .ff3_sup_5 .selPresseAll-item-2-img img, .webkit .selPresseAll-item-11-img img, .ff3_sup_5 .selPresseAll-item-11-img img {
	width: 175px;
	height: 224px;
}

.webkit .selPresseAll-item-3-img, .ff3_sup_5 .selPresseAll-item-3-img, .webkit .selPresseAll-item-12-img, .ff3_sup_5 .selPresseAll-item-12-img {
	width: 140px;
	height: 179px;
	margin: 30px 0 0 30px;
	-webkit-transform: rotate(-3deg);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-moz-transform: rotate(-3deg);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.webkit .selPresseAll-item-3-img:hover, .ff3_sup_5 .selPresseAll-item-3-img:hover, .webkit .selPresseAll-item-12-img:hover, .ff3_sup_5 .selPresseAll-item-12-img:hover {
	margin: 29px 0 0 30px;
	-webkit-transform: rotate(-3deg);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	-moz-transform: rotate(-3deg);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.webkit .selPresseAll-item-3-img img, .ff3_sup_5 .selPresseAll-item-3-img img, .webkit .selPresseAll-item-12-img img, .ff3_sup_5 .selPresseAll-item-12-img img {
	width: 140px;
	height: 179px;
}

.webkit .selPresseAll-item-4-img, .ff3_sup_5 .selPresseAll-item-4-img, .webkit .selPresseAll-item-13-img, .ff3_sup_5 .selPresseAll-item-13-img {
	width: 175px;
	height: 224px;
	margin: 20px 0 0 30px;
	-webkit-transform: rotate(2deg);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-moz-transform: rotate(2deg);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.webkit .selPresseAll-item-4-img:hover, .ff3_sup_5 .selPresseAll-item-4-img:hover, .webkit .selPresseAll-item-13-img:hover, .ff3_sup_5 .selPresseAll-item-13-img:hover {
	margin: 19px 0 0 30px;
	-webkit-transform: rotate(2deg);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	-moz-transform: rotate(2deg);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.webkit .selPresseAll-item-4-img img, .ff3_sup_5 .selPresseAll-item-4-img img, .webkit .selPresseAll-item-13-img img, .ff3_sup_5 .selPresseAll-item-13-img img {
	width: 175px;
	height: 224px;
}

.webkit .selPresseAll-item-5-img, .ff3_sup_5 .selPresseAll-item-5-img, .webkit .selPresseAll-item-14-img, .ff3_sup_5 .selPresseAll-item-14-img {
	width: 140px;
	height: 179px;
	margin: 30px 0 0 30px;
	-webkit-transform: rotate(-5deg);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-moz-transform: rotate(-5deg);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.webkit .selPresseAll-item-5-img:hover, .ff3_sup_5 .selPresseAll-item-5-img:hover, .webkit .selPresseAll-item-14-img:hover, .ff3_sup_5 .selPresseAll-item-14-img:hover {
	margin: 29px 0 0 30px;
	-webkit-transform: rotate(-5deg);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	-moz-transform: rotate(-5deg);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.webkit .selPresseAll-item-5-img img, .ff3_sup_5 .selPresseAll-item-5-img img, .webkit .selPresseAll-item-14-img img, .ff3_sup_5 .selPresseAll-item-14-img img {
	width: 140px;
	height: 179px;
}

.webkit .selPresseAll-item-6-img, .ff3_sup_5 .selPresseAll-item-6-img, .webkit .selPresseAll-item-15-img, .ff3_sup_5 .selPresseAll-item-15-img {
	width: 215px;
	height: 275px;
	-webkit-transform: rotate(3deg);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-moz-transform: rotate(3deg);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.webkit .selPresseAll-item-6-img:hover, .ff3_sup_5 .selPresseAll-item-6-img:hover, .webkit .selPresseAll-item-15-img:hover, .ff3_sup_5 .selPresseAll-item-15-img:hover {
	margin: -1px 0 0 0;
	-webkit-transform: rotate(3deg);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	-moz-transform: rotate(3deg);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.webkit .selPresseAll-item-7-img, .ff3_sup_5 .selPresseAll-item-7-img, .webkit .selPresseAll-item-16-img, .ff3_sup_5 .selPresseAll-item-16-img {
	width: 140px;
	height: 179px;
	margin: 30px 0 0 40px;
	-webkit-transform: rotate(5deg);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-moz-transform: rotate(5deg);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.webkit .selPresseAll-item-7-img:hover, .ff3_sup_5 .selPresseAll-item-7-img:hover, .webkit .selPresseAll-item-16-img:hover, .ff3_sup_5 .selPresseAll-item-16-img:hover {
	margin: 29px 0 0 40px;
	-webkit-transform: rotate(5deg);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	-moz-transform: rotate(5deg);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.webkit .selPresseAll-item-7-img img, .ff3_sup_5 .selPresseAll-item-7-img img, .webkit .selPresseAll-item-16-img img, .ff3_sup_5 .selPresseAll-item-16-img img {
	width: 140px;
	height: 179px;
}

.webkit .selPresseAll-item-8-img, .ff3_sup_5 .selPresseAll-item-8-img, .webkit .selPresseAll-item-17-img, .ff3_sup_5 .selPresseAll-item-17-img {
	width: 175px;
	height: 224px;
	margin: 20px 0 0 30px;
	-webkit-transform: rotate(-3deg);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-moz-transform: rotate(-3deg);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.webkit .selPresseAll-item-8-img:hover, .ff3_sup_5 .selPresseAll-item-8-img:hover, .webkit .selPresseAll-item-17-img:hover, .ff3_sup_5 .selPresseAll-item-17-img:hover {
	margin: 19px 0 0 30px;
	-webkit-transform: rotate(-3deg);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	-moz-transform: rotate(-3deg);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.webkit .selPresseAll-item-8-img img, .ff3_sup_5 .selPresseAll-item-8-img img, .webkit .selPresseAll-item-17-img img, .ff3_sup_5 .selPresseAll-item-17-img img {
	width: 175px;
	height: 224px;
}

.webkit .selPresseAll-item-9-img, .ff3_sup_5 .selPresseAll-item-9-img, .webkit .selPresseAll-item-18-img, .ff3_sup_5 .selPresseAll-item-18-img {
	width: 175px;
	height: 224px;
	margin: 1px 0 0 30px;
	-webkit-transform: rotate(2deg);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-moz-transform: rotate(2deg);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

.webkit .selPresseAll-item-9-img:hover, .ff3_sup_5 .selPresseAll-item-9-img:hover, .webkit .selPresseAll-item-18-img:hover, .ff3_sup_5 .selPresseAll-item-18-img:hover {
	margin: 0 0 0 30px;
	-webkit-transform: rotate(2deg);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	-moz-transform: rotate(2deg);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

.webkit .selPresseAll-item-9-img img, .ff3_sup_5 .selPresseAll-item-9-img img, .webkit .selPresseAll-item-18-img img, .ff3_sup_5 .selPresseAll-item-18-img img {
	width: 175px;
	height: 224px;
}

.selPresseAll-item-desc {
	position: absolute;
	width: 226px;
	bottom: 16px;
	left: 0;
	color: #333;
}

.selPresseAll-item-desc a {
	color: #c8902d;
	text-decoration: none;
}

.selPresseAll-item-desc a:hover {
	color: #000;
	text-decoration: none;
}

/* @end */



/* @group Pages statiques */

#static_content {
	width: 700px;
	margin: 0 0 20px 270px;
	padding: 100px 0 0 0;
	
}

#static_content a:hover {
	color: #255fb5;
}

#static_content h2 {
	margin: 0 0 20px 0;
	border-bottom: double 3px #C9C9C9;
}

#static_content h3 {
		margin: 30px 0 15px 0;	
}

#static_content h5 {
		margin: 10px 0;
		font-size: 12px;	
}

#static_content ul {
	margin: 0 0 0 30px;
	list-style-type:circle;
}

#static_content ul li {
	margin: 7px 0 7px 0px;	
}

#static_content img {
	margin: 5px 0 5px 0px;	
}

.Tab_frais_Livraison {
	background: #efefef;
	font-size: 11px;
}

.Tab_frais_Livraison {
	border-collapse: collapse;
	margin: 15px 0;
}

.Tab_frais_Livraison  td, .Tab_frais_Livraison  th{
	border: solid 1px #999;
	padding: 2px 2px 2px 10px;
	text-align: left;
}

.Tab_frais_Livraison_greyLine {
	background: #e3e3e3;
}

/* @end */

/* @group Messages d'information */

#msg_info {
	position: absolute;
	right: 0;
	width: 50px;	
}


#newsletter_info {
	position: absolute;	
	bottom: 3px;
	height: 20px;
	background: #fff;
	width: 120px;
	text-align: center;
}



/* @end */

/* @group Espace Client */

#wrapper .customer_account_container {
	background: #e4e4e4;
}

.customer_Content {
	margin: 0 0 0 377px;
	padding: 82px 0 0 0;
	min-height: 630px;
	color: #424242;
	position: relative;
}


#account_login {float: left; width: 306px; margin: 0 0 39px 0;}

#account_login_content {
	padding: 0px;
}

.customer_Content .txt_espaceClient {
	height: 38px;
	background:  url(../images/ar_images/espace_client/txt_espaceClient.png) no-repeat;
	text-indent: -9999px;
	margin: 0 0 30px 0;	
}

#customer_loginForm .login_banner_content{width: 602px; height: 160px; margin: 0 0 34px 0;}

.customer_Content p {
	margin: 0 0 20px 0;
	font-size: 14px;	
}

.create_account .input-box-B {
	height: 24px;
}

.create_account .input-box-B #create_account_civility {
	width: 178px;
	background-color: #FBFBFB;
	border:1px solid #BABABA;
}

#account_login_content #pass, #account_login_content #pass_text  {
	float: left;
}

#account_login_content #mdp_checkbox {
	float: left;
	display:block;
	width: 15px	;
	margin: 10px 10px 0px 15px; border: inherit;
}

#account_login_content label {
    color: #828282;
    display: block;
    float: left;
    font-size: 11px;
    margin: 15px 0 0;
}

#account_login_content #Linkforget_pass {
	color: #828282;
	font-size: 11px;	
}

#account_login_btn {
	padding:  0;
	border: none;
	text-align: left;
	margin: 20px 0 0 0;
}

#account_login_btn #send2 {
	background:  url(../images/ar_images/espace_client/btn_valider.png) no-repeat;
	text-indent: -9999px;
	width: 103px;
	border: none;
	padding: 0;
	height: 23px;
	display: block;
}

#account_login_btn #send2:hover {
	background:  url(../images/ar_images/espace_client/btn_valider.png) no-repeat center;
	cursor: pointer;
}

#account_login_btn #send2:active {
	background:  url(../images/ar_images/espace_client/btn_valider.png) no-repeat right;
}


#customer_loginForm  .messages {position: absolute; top: 519px; left: 118px; width: 270px;}
#customer_loginForm  .messages .error-msg{display: inline-block;}
	
#customer_loginForm  .error-msg ul {
	padding:0;
	border:none;
}

#customer_loginForm  .error-msg ul li {
	padding: 0 0 0 24px;
	background: url(../images/ar_images/icn_erreur.png) left 1px no-repeat;

}

#customer_login_NewLogin {float: left; width: 270px; height: 150px;  position: relative; font-size: 14px; background:  url(../images/ar_images/bckg_blanc60pct.png);}

#customer_login_NewLogin p {}


#customer_login_NewLogin_btn {
	border: none;
	width: 185px;
	height: 26px;
	padding: 0;

	margin:0;
}

#customer_login_NewLogin_btn #btn {
	background:  url(../images/ar_images/espace_client/btn_creercompte.png) no-repeat;
	text-indent: -9999px;
	border: none;
	width: 185px;
	height: 22px;
	padding: 0;
	margin: 0;
	float: right;
}

#customer_login_NewLogin_btn #btn:hover {
	background:  url(../images/ar_images/espace_client/btn_creercompte.png) no-repeat -185px 0;
}

#customer_login_NewLogin_btn #btn:active {
	background:  url(../images/ar_images/espace_client/btn_creercompte.png) no-repeat -185px 0;
}


#register_accountContent .validation-advice {
	width: 20px;
	height: 20px;
	padding: 0;
	left: -25px;
	top:0;
	text-indent: -9999px;
	position: absolute;
	background: url(../images/ar_images/icn_erreur.png) left -1px no-repeat;
}

.create_account {
    margin:28px 0;   
}

.create_account li .input-text { color:#BBBBBB; }
.create_account li .required-entry.input-text { color:#000000; }
.create_account li .input-box .input-text { 
	background-color: #fbfbfb;
	border: 1px solid #bababa;
	padding: 0 0 0 8px;
	font-family: "Lucida grande",Helvetica,sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: lighter;
	height: 28px;
	width: 355px;
	margin: 5px 0 0 0;
	padding: 0 0 0 8px;
	clear: both;
}

.create_account li .input-text-error { border: 1px solid #EF9D9D; }

.create_account li .input-box #mdp_checkbox { 
	margin: 0 5px 0 5px;
}

.create_account .error-msg {
	background: none;
}

.create_account .error-msg ul li {
	color:#DF280A;
	font-weight: bold;
}

.create_account #car-max {
	color:#828282;
	font-size:11px;		
	float: left;
}

.create_account .customer-dob label { }
.create_account .address-inputs{ margin: 5px 0 40px; }
.create_account .customer-dob{ width:365px; }
.create-account-dob-error {height: 40px; margin-top: 4px; position: relative; width: 30px;}
#country{ margin: 10px 0;}

#boxe_bouton {
	position: relative;
	margin: 25px 0 0;
	padding: 0;
	text-align: left;
	height:23px;
}

#boxe_bouton p {
	font-size: 11px;
}

#boxe_bouton a {
	font-size: 11px;
	display: block;
	float: left;
	margin: 1px 0 0 -62px;
	color: #000;
}

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

#boxe_bouton .validation {
	background:  url(../images/ar_images/espace_client/btn_valider.png) no-repeat;
	text-indent: -9999px;
	width: 103px;
	border: none;
	padding: 0;
	height: 23px;
	display:block;
	float:left;
}

#boxe_bouton .validation:hover {
	background:  url(../images/ar_images/espace_client/btn_valider.png) no-repeat center;
}

#boxe_bouton .validation:active {
	background:  url(../images/ar_images/espace_client/btn_valider.png) no-repeat right;
}

#check_subsc_news {
	margin: 10px 0 0 0;	
}

.create_account .shipping-form-row, .create_account  .input-box {
	margin:	5px 0 10px;
	position: relative;
}

.create_account  .input-box.customer-dob {
    margin: 20px 0 5px;
}

#customer_forgetPass p {
	margin: 12px 0 7px 0;	
}
#customer_forgetPass .input-box {
	margin: 14px 0 0 0;
}
	
#customer_forgetPass .validation-advice {
	width: 320px;
	height: 20px;
	padding: 0 0 0 20px;
	left: 115px;
	top: 288px;
	position: absolute;
	background: url(../images/ar_images/icn_erreur.png) left -1px no-repeat;	
}

#customer_forgetPass  .messages {
	position: absolute;
	top: 289px;
	left: 110px;
	width: 405px;
}

	
#customer_forgetPass  .error-msg {
	padding: 0 0 0 20px;
	border:none;
}

#customer_forgetPass  .error-msg ul li {
	background-color: #fff;
	padding: 0 0 0 5px;
}

#customer_forgetPass #boxe_bouton {
	margin: 20px 0 0 0;
	outline: none;
}

#customer_forgetPass #boxe_bouton #validate_button {
	outline: none;
}

/* dans l'espace client */

#box_espace_client {
	margin: 0 0 0 377px;
	padding: 82px 8px 50px 0;
	color: #333;
	position: relative;
	min-height: 800px;
}

#box_espace_client .error-msg ul {
	font-weight: bold;
}

#box_espace_client .txt_espaceClient {
	height: 38px;
	background:  url(../images/ar_images/espace_client/txt_espaceClient.png) no-repeat;
	text-indent: -9999px;
	margin: 0 0 44px 0;	
}

#box_espace_client .messages {
	margin: 0 0 15px 0;	
}

#custo_name {
	position: absolute;
	text-align: right;
	top: 104px;
	right:8px;
	font-weight: bold;
}

#custo_name a {
	font-weight: normal;
	color: #c8902d;
}

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

#custo_nav ul {
	margin:  0 0 20px 0;
	font-size: 16px;
	font-weight: lighter;
}

#custo_nav ul li {
	display: block;
}

#custo_nav ul li #sous_menu {
	margin: 0 0 0 15px;
	font-size: 12px;
	text-transform: none;
}

#custo_nav ul li #sous_menu li a {
	text-transform: none;
	font-weight: normal;
}

#custo_nav ul li #sous_menu li.on a {
	font-weight:bold;
	text-transform: none;
}

#custo_nav li.on { 
	font-weight:bold;
}

#custo_nav li a { 
	display:block;
	color: #000;
	text-transform:uppercase;
}

#custo_nav li a:hover {
	color: #c8902d;
	text-decoration:none;
}

#custo_nav li.on {
	text-transform:uppercase;
	font-weight:bold;
}

#custo_nav li.on a {
	padding:0;
}

#custo_nav li.last, #custo_nav li.last a { 
	/*border-bottom:0;*/
}

#custo_nav li#newsletter {
	width: none;
	margin: 0;
	padding: 0;
	z-index: 0;
	position: relative;
	background: none;
}

#link_back_EspaceClient {
	
}

.page-head h3 {
	margin: 41px 0 5px 0;
	color: #666;
}

#box_espace_client p a {
	color: #c8902d;
}

.box_espaceClient .form_row {
	margin: 0 0 5px 0;
}

.box_espaceClient p.form_row {
	margin: 10px 0 20px 0;
}

.box_espaceClient .input-box  , .box_espaceClient .shipping-form-row  , .box_espaceClient .input-box-B    {
	position: relative; line-height: inherit;
}
.box_espaceClient .input-box-B {}

.box_espaceClient .input-box input , .box_espaceClient .shipping-form-row input , .box_espaceClient .input-box-B select  {
	background-color: #fbfbfb;
	border: 1px solid #bababa;
	padding: 0 0 0 8px;
	font-family: "Lucida grande",Helvetica,sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: lighter;
	height: 28px;
	width: 355px;
	margin: 5px 0 0 0;
	padding: 0 0 0 8px;
	clear: both;	
}

.box_espaceClient .input-box-B select  {
	padding: 4px 0 0 8px;
	height: 28px;
}

.box_espaceClient .input-box-B select  {
	width: 365px;
}

.box_espaceClient .shipping-form-row .input_checkbox , .box_espaceClient .input-box  .input_checkbox {
	width: 20px;
	padding: 2px 0 0 0;
}

/*.form-button, .form-button-alt {
	overflow:visible;
	width:auto;
	border:0;
	padding:3px 8px;
	background:#333;
	color:#fff;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

.form-button:hover, .form-button-alt:hover {
	background:#555;
	border-top:1px solid #ccc;
	border-left, border-right:1px solid #999;
}*/

.box_espaceClient .button-set a {
	display: block;
	margin: 0 0 0 -90px;	
}

.box_espaceClient .validation-advice {
	text-indent: -9999px;
	position: absolute;	
	left: -22px;
	top: 0;
	width: 20px;
	height: 20px;
}

#custo_NL p {
	margin: 0 0 20px 0;
}

#wishlist .error {
	font-weight: normal;
}

#wishlist_content {
	margin: 60px 0;
}

.whislist_espaceClient {
	
}

.whislist_espaceClient li {
	background: #efefef;
	height: 88px;
	padding: 10px;
	margin: 15px 0 0 0;
	position: relative;	
}

.whislist_espaceClient .img_prod {
	float: left;
	width: 120px;
	height: 88px;
	margin: 0 8px 0 0 ;
}

.whislist_espaceClient .name_prod {
	float: left;
	padding: 0 0 0 2px;
	font-weight: bold;
}

.whislist_espaceClient .prix_prod .price-box {
	float: none;
}

.whislist_espaceClient .link_prod {
	overflow: hidden;
}

.whislist_espaceClient .link_prod a {
	color: #c8902d;
	padding: 0 0 0 2px;
}

.whislist_espaceClient .link_prod a:hover {
	color: #000;
	text-decoration: none;
}

.whislist_espaceClient .link_close {
	position: absolute;
	height: 70px;
	right: 10px;
	top: 10px;
}

.whislist_espaceClient .link_close a {
	display: block;
	width: 14px;
	height: 15px;
	background: url(../images/ar_images/espace_client/btn_X_wishlistItem.png) no-repeat left top;
	text-indent: -9999px;
}

.whislist_espaceClient .link_close a:hover {
	background-position: -14px top;
}

.whislist_espaceClient .link_close a:active {
	background-position: -28px top;
}

form#newsletter_EspaceClient div {
	margin: 15px 0 0 0;
}

.alert_espaceClient {
	background: #efefef;
	height: 70px;
	padding: 10px;
	margin: 15px 0 0 0;
	position: relative;	
}

.alert_espaceClient .img_prod {
	float: left;
	width: 100px;
	height: 70px;
	margin: 0 15px 0 0 ;	
}

.alert_espaceClient .img_prod {
	float: left;	
}

.alert_espaceClient .link_prod a {
	color: #c8902d;
}

.alert_espaceClient .link_close {
	float: left;
	height: 70px;
	width: 15px;
	margin: 0 10px 0 0 ;
}
.alert_espaceClient .link_close input {
	position: absolute;
	top: 33px;
}

#box_espace_client #whislist_button a {
	float: right;
	background:  url(../images/ar_images/espace_client/btn_valider.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 103px;
	height: 23px;
	border: none;
}

#box_espace_client #whislist_button a:hover {
	background:  url(../images/ar_images/espace_client/btn_valider.png) -103px 0 no-repeat;
}

#box_espace_client #whislist_button a:active {
	background:  url(../images/ar_images/espace_client/btn_valider.png) -206px 0 no-repeat;
}

#box_espace_client #carnetAddress_button button {
	background:  url(../images/ar_images/espace_client/btn_valider.png) no-repeat;
	text-indent: -9999px;
	width: 103px;
	height: 23px;
	border: none;
}

#box_espace_client #carnetAddress_button button:hover {
	background:  url(../images/ar_images/espace_client/btn_valider.png) -103px 0 no-repeat;
}

#box_espace_client #carnetAddress_button button:active {
	background:  url(../images/ar_images/espace_client/btn_valider.png) -206px 0 no-repeat;
}

/* whislist page prod */

#wishlist_box  {
	background-color: #fff;
	position:absolute;
	top: 75px;
	left: 134px;
	z-index:99;
	padding: 15px 5px 0 20px;
	width: 445px;
	height: 345px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}

#wishlist_box #boxe_bouton a {
	float: right;
	margin: 3px 285px 0 0; 
	color: #9a9a9a;	
}

#wishlist_box ul .input-box {
	margin: 10px 0; 
}

#wishlist_box #tag_carac_min {
	color: #999;
	font-size: 11px;
	margin: 0 0 0 5px;
}

#wishlist_box  .error-msg {
	border: none;	
	margin: 0;
}

#wishlist_box p {
	margin: 5px 0 5px 0; 	
}

#wishlist_box p#info_form {
	margin: 0 0 0 0;
	clear: both;
}

#wishlist_box #register_accountContent_ajax #hasAccount a {
	margin: 0 0 20px 0;
	display: block;
}

#wishlist_box #boxe_bouton {
	border: none;	
	margin: 20px 0 0 0 ;
}

#wishlist_box a#close_whislist {
	display: block;
	float: right;
	margin: -10px 0 0 0;
	background: url(../images/ar_images/espace_client/btn_X_wishlistItem.gif) no-repeat left top;
	text-indent: -9999px;
	width: 14px;
	height: 15px;
}

#wishlist_box #close_whislist:hover {
	background-position: -14px top;
}

#wishlist_box #close_whislist:active {
	background-position: -28px top;
}

#wishlist_box #suscribeWishlist_optin_close {
	display: block;
	position: absolute;
	right: 5px;
	top: 3px;
	background: url(../images/ar_images/espace_client/btn_X_wishlistItem.gif) no-repeat left top;
	text-indent: -9999px;
	width: 14px;
	height: 15px;
}

#wishlist_box #suscribeWishlist_optin_close:hover {
	background-position: -14px top;
}

#wishlist_box #suscribeWishlist_optin_close:active {
	background-position: -28px top;
}

#register_accountContent_ajax a#changeForm {
	color: #134f98;
	background-color: #e9e9e9;
	padding: 5px 10px;
	border: 1px solid #ccc;
	width: 115px;
	height: 20px;
	text-align: center;
}

.create_account_ajax {
	margin: 10px 0 0 0;
}

.create_account_ajax #check_subsc_wishlist {
	margin: 20px 0 0 0;
}

.create_account_ajax #check_subsc_news {
	margin: 0;
}

#create_account_ajax ul.messages {
	margin: -20px 0 0 0;
	overflow: hidden;
}

#wishlist_box.confirmation-wishlist {
	height: 79px!important;
	padding: 10px 5px 10px 10px;
	background: #fff;
	width: 270px;
	left: 550px;
	top: 400px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}

#content .confirmation-wishlist-ok {
	height: 23px!important;
	padding: 10px 5px 10px 10px;
	background: #fff;
	width: 270px;
	left: 550px;
	top: 420px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);		
}

#wishlist_box.confirmation-wishlist.optin {
	height: 80px!important;
}

#suscribeWishlist_optin {
	position: relative;
	margin: 10px 0 0 0;
	color: #666;
}

#suscribeWishlist {
	display: block;
	width: 20px;
	height: 15px;
	float: left;
	margin: 3px 3px 0 0;	
}

/* Account Addressbook */

#adresse {
	margin: 40px 0;
}

#adresse .page-head{
	position: relative;
}

.col2-set .col-1, .col2-set .col-2 { 
	clear: both;
}
.col2-set .col-1 { 

}

.col2-set .col-2 button { 
	margin:0 0 10px 0;
}

.primary-address-list {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.primary-address-list h4, .address-list h4 {
	text-transform:uppercase;
	font-weight: normal;
	margin:0 0 10px 1px;
	border-bottom: 1px solid #ccc;
}

.primary-address-list li {
    padding: 10px 1px;
   	float:left;
   	width: 270px;
   	/*height: 160px;*/
   	margin:0 0 10px 0;
}

.primary-address-list .address_fact {
	margin-right: 20px;
}

#adresse h5 {
	font-size: 12px;
	margin: 0 0 20px 0;
}

.primary-address-list li a {
	margin: 10px 0 0 0;
	color: #134f98;
}

.address-list button {
	float: right;
}

.address-list li {
	width: 270px;
	margin: 20px 0;
	float: left;
}

.address-list li a {
	margin: 10px 0 0 0;
	color: #134f98;
}

.address-list li .pipe {
	color: #888;
}

/* commande */

.commandes_sans {
	color: #666;
	margin: 41px 0 0 0;
}

.data-table {
	font-size: 11px;
	width: 595px;
}

.data-table tr {  }
.data-table .odd  { }

.data-table td.last, .data-table th.last {  }
.data-table tr.last th, .data-table tr.last td {  }
.data-table th { 
	white-space: nowrap; 
	padding:2px 5px; 
	color:#666; 
	text-align: center; 
	border-bottom:1px solid #BEBCB7; 

}
.data-table td {
	 padding:3px 5px;
}
.data-table .a-center a { 
	text-align: left; 
	color: #c8902d;
	display: block; 
}

.data-table .a-center a:hover {
	color: #000;
	text-decoration: underline;
}

.data-table .etat_commande { 
	color: #000; 
	font-weight: bold;
	
}
.data-table thead tr th { 
	text-align: left; 
}
.data-table tbody td { 
	border-bottom:1px solid #BEBCB7; 
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td { 
	border-bottom:1px solid #BEBCB7; 
}
.data-table tfoot {   }
.data-table tfoot tr.first {  }
.data-table tfoot tr { }
.data-table tfoot td {   }
.data-table tbody td {  }

#custo_history_Commande {
	width: 80px;	
}

#custo_history_Date {
	width: 55px;	
}

#custo_history_To {
	width: 115px;	
}

#custo_history_Total {
	width: 60px;	
}

#custo_history_Etat {
	width: 130px;	
}

#custo_history_Action {
	width: 95px;	
}

#info_commande .page-head h3 {
	margin: 10px  0;	
}

#info_commande .page-head h3 small {
	color: orange;	
}

.art_commande {
	margin: 0 0 10px 0;	
	clear: both;
}

.link-cart { 
	color: #c8902d; 
	font-weight:bold; 
}

.link-cart:hover { 
	text-decoration: underline;
}

.link-remove { 

}
.link-print { 

}
.link-feed { 

}


.generic-box { 
	margin:25px 0 15px 0; 
	padding:10px 8px; 

	width: 270px;
	float: left; 
}

.generic-box-1 {
	margin-right: 20px;	
}

.generic-product-list li { 
	margin:12px 0; 
}

.order-access { 
	border-bottom:solid 1px #D0CBC1; 
	margin: 15px 0 5px 0; 
	padding: 2px; 
}
.order-access span { 
	display:block; 
	float:left; 
}
.order-access ul { 
	display:inline; 
}
.order-access li { 
	display:inline; 
	padding-right:7px;
	 padding-left:3px; 
	}
.order-access li.selected { 
	font-weight:bold; 
}

.box_expaceClient #back_commande a {
	display:block;
	margin:0 0 0 0px;
}


/*DÃ©tail d'une commande*/

#custo_order_head {
	font-weight: bold;
	margin: 1px 0 20px 0;
}

#custo_order_head a {
	font-weight: normal;
	color: #134f98;
}

#custo_order_headActions {
	color: #999;
}

.custo_adresses_adresse {
	width: 226px;
	float: left;
	margin: 0 20px 30px 0;
}

.custo_adresses_adresse h5 {
	font-size: 12px;
	text-transform: uppercase;
}

.custo_adresses_adresse .col-1, .custo_adresses_adresse .col-2 {
	margin: 20px 0 0 0;
}

.custo_adresses_adresse .col-1 address, .custo_adresses_adresse .col-2 address {
	height: 160px;
}

h4.art_commande {
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

#my-orders-table {
	margin: 0 0 40px 0;
}

#custo_retour_form form {
	display: block;
}

#custo_retour_form button {
	background:url("../images/ar_images/espace_client/btn_valider.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	display:block;
	height:23px;
	padding:0;
	text-indent:-9999px;
	width:103px;
}

#custo_retour_form button:hover {
	background:  url(../images/ar_images/espace_client/btn_valider.png) no-repeat center;
	cursor: pointer;
}

#custo_retour_form button:active {
	background:  url(../images/ar_images/espace_client/btn_valider.png) no-repeat right;
}

#custo_retour_form #link_retour_formulaire_retour {
	display: block;
	width: 210px;
	margin: 0 0 0 -220px;
}

/* footer espace client */

#footer_EspaceClient {
	/*position: absolute;
	bottom: 50px;
	left: 0;*/
	height:35px;
	width: 595px;
}

#footer_EspaceClient p {
	font-size: 10px;
	line-height: 15px;
	color: #999;
}


#footer_EspaceClient p a {
	color: #aaaaaa;
}

#footer_EspaceClient p a:hover {
	text-decoration: underline;
}


/* @end */

/* @group Resulats de recherche */

#page_searchResult.page-head h3, #zero_result_box .page-head h3 {
	margin: 0;
	font-weight: lighter;
	font-size: 16px;
}

#zero_result_box {
	color: #333;
}

#zero_result_box .page-head h3 {
	margin: 0 0 37px 0;
}

#no-results_content ul {
	list-style-type: none;
}

#no-results_content a {
	color: #c8902d;
}

#no-results_content a:hover {
	color: #000;
}

#no-results_content a:active {
	color: #c8902d;
}

#zero_result_box .listing-type-grid.catalog-listing {
	margin: 0;
}

#zero_result_box .listing-type-grid.catalog-listing ol {
	margin: 0 0 0 -20px;
}


/* @end */

/* @group Page pagination */

.pagination_box {
	height: 20px;		
	width: 100%;
	float: left
}

.pagination_box a:hover {
	color: #c8902d ;
	text-decoration: none;
}

a.pag_links, span.pag_links {
	margin: 4px 0 0 5px;
	float: right;
	display: block;
	width:15px ;
	height:15px ;
	text-indent: -9999px;
	position: relative;
	text-decoration: none;
}

.pag_links#pag_link_next {
	background: url(../images/ar_images/fleche_droite.png) no-repeat top left;
}

.pag_links#pag_link_prev {
	background: url(../images/ar_images/fleche_gauche.png) no-repeat top left;
}

span.pag_links#pag_link_next , span.pag_links#pag_link_prev {
	background-position : top right;
}

a.pag_links#pag_link_next:hover , 
a.pag_links#pag_link_prev:hover  {
	background-position : top center;
}

a.pag_links#pag_link_next:active , 
a.pag_links#pag_link_prev:active  {
	background-position : top right;
}

.pagination_pipe {
	margin: 0 3px 0 5px;
}

#pag_first_element {
	float: right;
}

#tout_voir_notActive {
	color: #888;
}

/* @end */

/* @group Page 404 */

#page404 {
	min-height: 700px;
	padding: 80px 8px 0 0;
	margin: 0 0 0 254px;
}

#page404 p {
	margin: 40px 0 0 123px;
}

#page404 a {
	color: #134f98;
}

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

/* @end */

/* @group image product view */

.product-img-box .ProductImg_small_size {
	margin: 0 0 0 130px;		
}

.product_vue_selected {
	border: solid 1px orange;	
}

#product-details {
	position: absolute;
	top: 120px;
	left: 5px;
	width: 196px;
	background: #fff;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#product-details a {
	width: 15px;
	height: 15px;
	background: url(../images/ar_images/btn_croixBulles.gif) no-repeat left top;
	text-indent: -9999px;
	position: absolute;
	top: 3px;
	right: 3px;
}

#product-details a:hover {
	background-position: right top;
}

/* @end */

/* @group guide tailles */

#guide_tailles_box {
	position: absolute;
	font-size:11px;
	background: #fff;
	padding: 5px 5px;
	width: 196px;
	right: 13px;
	top:240px;
	z-index: 999;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#guide_tailles_box a {
	width: 15px;
	height: 15px;
	background: url("../images/ar_images/espace_client/btn_X_wishlistItem.gif") no-repeat left top transparent;
	text-indent: -9999px;
	position: absolute;
	top: 3px;
	right: 3px;
}

#guide_tailles_box a:hover {
	background-position: right top;
}

#guide_tailles_box h4 {
	margin: 10px 0 5px 0;
}

#guide_tailles_box table  {
	border-collapse: collapse;
	margin: 5px 0 10px 0;
}

#guide_tailles_box table tr td {
	padding: 3px 0px;
	width: 45px;
	text-align: center;
	border: solid 1px #aaa;	
}

/* @end */



/*--- debeug mail ---*/

#atffc {
	height: 0;
}

/* @group mini_Categorie */

#container_mini_categorie {
	background-color:#efefef;
	width:100%;
}

#mini_categorie {
	width: 1000px;
	height: 110px;
	padding: 15px 0 0 0;
	margin: 0px auto 0 auto;
		
}

#mini_categorie ul li {
	display: block;
	width: 103;
	height: 75px;
	margin: 0 10px;
	float: left;
}

#mini_categorie ul li a {
	display: block;
	width: 103;
	height: 75px;
}

#mini_categorie ul li a:hover {
	margin: -1px 0 0 0;
	-moz-box-shadow:0 1px 2px #777;
	-webkit-box-shadow:0 1px 2px #777;
}

#mini_categorie ul li a:active {
	margin: 0px 0 0 0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.mini_categorie_colonne {
	float: left;
	padding: 5px 0 0 0;		
}

#nav_left_mini_categorie , #nav_right_mini_categorie {
	width: 103px;
	height: 75px;
	margin: 0 10px;
	text-align: center;	
}

#corps_mini_categorie {
	position: relative;
	overflow: hidden;
	width: 738px;
	height: 75px;
	padding: 5px 0 0 0;	
}

.presentation_horizontal {
	position: absolute;
}

#nav_prec_min_cat, #nav_suiv_min_cat {
	display: block;
	margin: 15px auto 0 auto;
	padding: 12px 0 0 0;
	height: 34px;
	width: 46px;
	background-color: #E3E3E3;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}

#nav_prec_min_cat {
	float: right;	
}

#nav_suiv_min_cat {
	float: left;	
}

#nav_left_mini_categorie a:hover, #nav_right_mini_categorie a:hover {
	margin-top: 13px;
	background-color: #EbEbEb;
	-moz-box-shadow:0 2px 2px #555;
	-webkit-box-shadow:0 2px 2px #555;
}

#nav_left_mini_categorie a:active, #nav_right_mini_categorie a:active {
	margin-top: 15px;
	background-color: #E3E3E3;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

#tot_ul_mini_cat {
	clear: both;
	padding: 7px 0 0 0;
	text-align: center;
}

.reduc_old_price {
	text-decoration:line-through;
	color:#666666;	
}
.reduc_old_price .price {
	color:#666666;	
}
/* @end */

/* @group Help */



/* @end */

/* @group Animations commerciales */

/* @group OpÃ©ration Maillot - Juin 2010 */

#promo_maillot_home {
	position: absolute;
	top: 80px;
	right: 8px;
	width: 230px;
	text-align: right;
	padding: 40px 0 0 0;
	color: #666;
}

#promo_maillot_home a {
	color: #000;
}

#promo_maillot_home #zoe_holidays {
	width: 210px;
	height: 151px;
	background: url(../images/ar_images/zoe_holidays.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

#promo_maillot_home:hover #zoe_holidays {
	display: none;
}

#promo_maillot_cat {
	position: relative;
	width: 222px;
	margin: 12px 0 0 0;
	padding: 40px 0 0 8px;
	color: #666;
}

#promo_maillot_cat a {
	color: #000;
}

#promo_maillot_cat #zoe_holidays {
	width: 210px;
	height: 151px;
	background: url(../images/ar_images/zoe_holidays.png) no-repeat right top;
	position: absolute;
	top: 0;
	left: 8px;
	z-index: 100;
}

#promo_maillot_cat:hover #zoe_holidays {
	display: none;
}

.product-shop #zoe_holidays {
	width: 210px;
	height: 181px;
	background: url(../images/ar_images/zoe_holidays.png) no-repeat right top;
	position: absolute;
	top: 66px;
	left: 20px;
	z-index: 100;
}

.product-shop:hover #zoe_holidays {
	display: none;
}


/* @end */

/*--- offre livraison ---*/

#solde_box_home {
	position: absolute;
	top: 339px;
	right: 0px;
	width: 371px;
	height: 116px;
	background: url(../images/ar_images/img_livraison_gratuite.gif) no-repeat right top;
	text-align: right;
}

#ac_box_home {
	top: 387px;
	width: 332px;
	height: 68px;
	background: url(../images/ar_images/img_happy2011.gif) no-repeat right top;
	position: absolute;
	text-align: right;
	right: 0px;
}

#ac_box_home_livraison {
	top: 340px;
	width: 332px;
	height: 115px;
	background: url(../images/ar_images/ac_home_freeShip_12_01_11.png) no-repeat right top;
	position: absolute;
	text-align: right;
	right: 0px;
}

/* @end */

/*--- offre livraison nol 2011 ---*/

#livraison_noel {
	 margin: 10px 0 0;
}

/* @end */


/* @end */

/* opÃ©ration commercial : offre */


#operation_commercial_box {
	top: 0px;
	right: 0px;
	width: 740px;
	position: absolute;
	text-align: right;	
	z-index: 300;
}


#operation_commercial_box a img {
	display: block;
	border: none;
}

#operation_commercial_sous_nav a img {
	display: block;
	border: none;	
}



/* Help footer */

#size_chart_help{
	width: 210px;
	padding: 5px 10px 0 0;

	border-spacing: 0px;
	valign: top;
}

#size_chart_help table{
	background-color:#EFEFEF;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}

.Tab_size_help tr td {

	border: 1px solid #AAAAAA;
    padding: 3px 0;
    text-align: center;
    width: 45px;
}


/* @end */

/* @group IE6 */

#navigateur_ie_update_msg {
	width:600px;
	position: absolute;
	top: 10px;
	right: 150px;
	text-align: left;
	padding:32px 48px;
	border:16px solid #777;
	background-color:#FFF;
	font-size:14px;
	line-height:21px;
	z-index: 1500;
	color: #333;
}

#navigateur_ie_update_msg a {
	color: #c8902d;
}

#navigateur_ie_update_msg a:hover {
	color: #333;
	text-decoration: underline;
}
	
#navigateur_ie_update_msg p {
	margin: 0 0 16px 0;	
}

#navigateur_ie_update_msg #lk_close_ie_update_msg {
	text-decoration: none;
	display: block;
	position:absolute;
	height: 22px;
	width: 20px;
	right: 0px;
	top: 0px;
	padding: 0 2px;
	color: #666;
	text-align: center;
}

#navigateur_ie_update_msg #lk_close_ie_update_msg:hover {
	background: #4793D9;
	color: #fff;
}

#navigateur_ie_update_msg_panier {
	width: 780px;
	position: absolute;
	top: 7px;
	right: 0px;
	text-align: center;
	padding: 5px;
	border: 4px solid #4793D9;
	background-color:#EEFBFE;
	font-size:12px;
	z-index: 1500;
	color: #333;
}

/* @end */


.catalog-product-view #img_product{
    position: relative!important;
}
