/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*/

/* Layout ================================================================================= */
.wrapper { width:1000px; margin:0 auto; background:url(../images/bg-main.png) no-repeat #fff; }
.page { width:950px; margin:0 auto; text-align:left; min-height:900px; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { }

/* Base Columns */
.col-left { float:left; width:205px; }
.col-main { float:left; width:540px; }
.col-right { float:right; width:205px; }

/* 1 Column Layout */
.col1-layout .col-main { position:relative; bottom:-5px; float:none; width:auto; background:url(../images/bg-1col.png) bottom no-repeat #fff; margin:10px; padding:0 0 10px; }
.col1-layout .col-main .page-title { position:relative; top:-5px; float:none; width:auto; background:url(../images/bg-1col.png) top no-repeat; padding:5px 10px; color:#003366; }
.col1-layout .col-main fieldset,
.col1-layout .col-main p { padding:0 10px;}
.col1-layout .col-main h3 { color:#3E3E3E; padding:0 10px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width:720px; background:url(../images/bg-2col.png) bottom no-repeat; margin:5px 5px 5px 0; padding:0 10px 10px; }
.col2-left-layout .col-main .page-title { margin:-5px 0 10px -10px; width:720px; float:none; background:url(../images/bg-2col.png) top no-repeat; padding:5px 10px; color:#336699; }
.col2-left-layout .col-main fieldset { padding:0 10px; }
.col2-left-layout .col-main p { padding:5px 10px;  text-align:left; }
.col2-left-layout .col-main h3 { color:#3E3E3E; font-size:11px; margin:1px 0 0; }
.col2-left-layout .col-main h4 { font-size:12px; margin:10px 0; }
.col2-right-layout .col-main { width:740px;  }
.col2-right-layout .col-main { background:url(../images/bg-2col.png) bottom no-repeat; margin:5px 0 5px 5px; }
.col2-right-layout .col-main .page-title { position:relative; top:-5px; float:none; background:url(../images/bg-2col.png) top no-repeat; padding:5px 10px; color:#003366; }
.col2-right-layout .col-main fieldset { padding:0 10px; }
.col2-right-layout .col-main h3 { color:#3E3E3E; font-size:12px; margin:3px 0 0; }
.col2-right-layout .col-main h4 { font-size:11px; margin:9px 0; }

/* 3 Columns Layout */
.col3-layout .col-main { width:500px; background:url(../images/bg-3col.png) bottom no-repeat; margin:5px 0 5px 10px; padding:0 10px 10px; }
.col3-layout .col-main .page-title { margin:-5px 0 10px -10px; width:500px; float:none; background:url(../images/bg-3col.png) top no-repeat; padding:5px 10px; color:#336699; }
.col3-layout .col-main fieldset { padding:0 10px; }
.col3-layout .col-main p { padding:5px 10px;  text-align:left; }
.col3-layout .col-main h3 { color:#3E3E3E; font-size:11px; margin:1px 0 0; }
.col3-layout .col-main h4 { font-size:12px; margin:10px 0; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; overflow:hidden; }
.header-container { position:relative; top:0; left:0; }
.header { position:relative; padding:10px 0 5px; }
.header .logo { float:left; }
.header .logo a { display:block; width:364px; height:90px; text-indent:-999em; }
.header .welcome-msg { position:absolute; top:107px; left:670px; color:#000; }
.header .welcome-msg .futur { color:#003366; font-weight:bold; padding-left:4px; }
.header .welcome-msg .cad { color:#990000; font-weight:bold; }
.header .welcome-msg a { padding:0 0 0 5px; }
.header .welcome-msg img { vertical-align:baseline; }
.header .links { float:right; }
.header .form-language { text-align:center; }

/********** < topCart */
.header .topCart { background:url(../images/topCart-container.png) no-repeat center; position:absolute; top:12px; right:30px; width:170px; height:79px; text-align:center; }
.header .topCart .topCart-container { padding: 5px 5px 1px 46px; }
.header .topCart .topCart-content { padding-top:2px; }
.header .topCart h2, .header .topCart .topCart-title div { font-size: 12px; font-weight:bold; line-height:1; color:#3E3E3E; }
.header .topCart p { font-size: 10px; padding:2px; }
.header .topCart a { font-size: 9px; }
/********** topCart > */

/********** < topLinks */
.header .topLinks { padding:8px 0 10px; }
.header .topLinks li { float:left; width:150px; text-align:center; height:20px; }
.header .topLinks li.produits { position:relative; left:-10px; }
.header .topLinks li.produits:hover { background:transparent url(../images/bg-topLinks-produits.png) no-repeat 10px 0; }
.header .topLinks li.devis { position:relative; left:-30px; }
.header .topLinks li.devis:hover { background:transparent url(../images/bg-topLinks-devis.png) no-repeat;}
.header .topLinks li.services { position:relative; left:-50px; }
.header .topLinks li.services:hover { background:transparent url(../images/bg-topLinks-services.png) no-repeat;}
.header .topLinks li.blog { position:relative; left:-70px; }
.header .topLinks li.blog:hover { background:transparent url(../images/bg-topLinks-blog.png) no-repeat;}
.header .topLinks li.reprographie { position:relative; left:-90px; }
.header .topLinks li.reprographie:hover { background:transparent url(../images/bg-topLinks-reprographie.png) no-repeat;}
.header .topLinks a { text-decoration:none; color:#fff; text-transform:uppercase; font-size:11px; font-weight:bold; }
/********** topLinks > */

/********** < Navigation */
#nav { font-size:13px; height:30px; margin:0 1px !important; margin:0; }

/* All Levels */
#nav li { position:relative; text-align:center; }
#nav li.over { z-index:999; }
#nav a { display:block; line-height:1.6em; text-decoration:none; }
#nav a:hover { background:url(../images/bg-nav-hover.png) repeat-x; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span { white-space:normal; }
#nav li li.parent {}

/* 0 Level */
#nav li.over a { color:#3e3e3e; background:url(../images/bg-nav-hover.png) repeat-x; }
#nav li { float:left; width:156px; margin:0 1px; }
#nav li.active {}
#nav li.active a { background:url(../images/bg-nav-activ.png) repeat-x; color:#fff; }
#nav li.active a:hover { margin:0; background:url(../images/bg-nav-activ.png) repeat-x; }
#nav a { padding:5px 0; color:#ffffff; font-weight:bold; }


/* 1st Level */
#nav ul li,
#nav ul li.active { margin:0; font-size:11px; float:left; text-align:left; background:#f6f6f6; opacity:0.85;  }
#nav ul li.over {}
#nav ul li.last { background:#f6f6f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul { position:absolute; width:156px; top:30px; left:-10000px; }

/* 3rd+ Level */
#nav ul ul { top:5px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav li.over ul li a,
#nav ul li a { background:url(../images/arrow-nav.png) no-repeat center left #f6f6f6 ; color:#3E3E3E; line-height:1.3em;  }
#nav li.over ul li a:hover,
#nav ul li a:hover { background:url(../images/arrow-nav-hover.png) no-repeat center left #666; color:#fff !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }
/********** Navigation > */


/* BreadCrumbs */
.breadcrumbs { padding:12px 0 0 15px; font-size:10px; }
.breadcrumbs h2 { font-size: 10px; }
.breadcrumbs li { display:inline; }

/********** < TopSearch */
.header #search_mini_form { display:block; padding: 10px 0 0; }
.header .form-search { margin-left: 271px; padding-left: 15px;}
.header .form-search input { font-size:12px; }
.header .form-search input#search { width:264px; }
.header .form-search img { padding:4px; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #666; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .advanced-search { display: none; line-height:1; padding-left:220px; }
.header .advanced-search a { font-size:9px; }

/********** TopSearch > */


/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:11px Arial, Helvetica, sans-serif; vertical-align:middle; color:#666; }
input.input-text,select,textarea { background:url(../images/bg-input.png) no-repeat top left #fff; border:1px solid #ccc; }
input.input-text,textarea { padding:4px 8px 2px; color:#000; }
select { padding:5px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.png) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.png) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
button.button-empty {background:none; border:none; }
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}
.highlight {}*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:240px; }
.group-select input.input-text,
.group-select textarea {width:454px; }
.group-select input#price_to,
.group-select input#price {width:213px; }
.group-select select { width:448px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:214px; }
.group-select .input-box select { width:220px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#900; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 10px 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:18px !important; padding:11px 11px 11px 40px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#999; background-color:#fff; background-image:url(../images/error_msg_icon.gif); color:#3e3e3e; }
.success-msg { border-color:#999; background-color:#fff; background-image:url(../images/success_msg_icon.gif); color:#3e3e3e; }
.note-msg,
.notice-msg { border-color:#999; background-color:#fff; background-image:url(../images/note_msg_icon.gif); color:#3e3e3e; }


/* Page Heading */
.page-title { border-bottom:1px dashed #ddd; padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Slideshow */
.slideshow { padding-bottom:25px; }

/* Pager */
.pager { background:url(../images/bg-pager.png) no-repeat; color:#3e3e3e; height:26px; margin:0 0 20px; padding: 0 15px; text-align:center; font-size:11px; }
.col2-left-layout .pager { background:url(../images/bg-pager2.png) no-repeat; }
.pager a { color:#3e3e3e; }
.pager p { float:left; }
.pager .amount { float:left; padding :4px; }
.pager fieldset.limiter { float:right; padding:3px; }
.pager .pages { }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; padding-left:4px; }
.pager .pages .current {}
.pager fieldset.limiter select { padding: 0; }

/* Sorter */
.pager .view-mode { padding-top:4px; }
.pager .view-mode div { float:left; }
.pager .view-mode a.list { display:block; float:left; height:18px; width:27px; background:url(../images/bg-view-mode-list.png) no-repeat; }
.pager .view-mode a.grid { display:block; float:left; height:18px; width:27px; background:url(../images/bg-view-mode-grid.png) no-repeat; }
.pager .view-mode .list-activ { height:18px; width:27px; background:url(../images/bg-view-mode-list-activ.png) no-repeat; }
.pager .view-mode .grid-activ { height:18px; width:27px; background:url(../images/bg-view-mode-grid-activ.png) no-repeat; }
.pager .sort-by { float:right; }
.pager .sort-by a.selected { color:#666; }
.pager .sort-by span { padding:5px; }
.pager .sort-by span.separator { padding:2px; }
.pager .sort-by .arrow { padding-left:3px; }
.sorter .link-feed {}

/* Data Table */
.data-table { width:100%; border-right: 1px solid #666; }
.data-table th { padding:5px 10px; border:1px solid #ccc; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ccc; font-size:11px; line-height:1; color:#336699; }
.data-table thead { background-color:#eeeeee; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#EBEBEB; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#EBEBEB; font-size:11px; line-height:1; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-price { padding-right:5px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { }
dt.odd,
dd.odd {}
dt.even,
dd.even {}

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Divider */
.divider { width:100%; margin:10px 0 10px 0; border-bottom:1px solid #666666;}

/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:5px 5px 20px; width:195px; background:url(../images/block-content.png) repeat-y; }
.block .block-title { position:relative; top:-5px; background:url(../images/block-top.png) no-repeat; height:19px; padding:14px 0 0 20px; }
.block .block-bottom { position:relative; top:5px; background:url(../images/block-bottom.png) no-repeat; height:7px; }
.block .block-title h2, .block .block-title .h { font-size:12px; color:#fff; text-transform:uppercase; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:0 12px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block form { display:block; }

.block1 { margin:0 5px 10px; width:195px;}
.block1 h2, .block1 div.h { padding-top:2px; font-size:12px; color:#fff; text-transform:uppercase; line-height:1.5; }
.block1 .block-content { position:relative; padding:0px 15px 10px; border-left:1px solid #999; border-right:1px solid #999; background:#fff; }
.block1 .block-content input { font-size:11px; }
.block1 .block-content input.login { width:145px; }
.block1 .block-content input.password { width:110px; }
.block1 .block-bottom { padding-top:3px; background:url(../images/block1-bottom.png) no-repeat; height:25px; text-align:center; }
.block1 .block-bottom a { text-transform:uppercase; font-size:10px; color:#000; }

.block1 .block-title-bleu { background:url(../images/block1-top-bleu.png) no-repeat; height:20px; text-align:center; }
.block1 .block-title-vert { background:url(../images/block1-top-vert.png) no-repeat; height:20px; text-align:center; }
.block1 .block-title-rouge { background:url(../images/block1-top-rouge.png) no-repeat; height:20px; text-align:center; }
.block1 .block-title-or { background:url(../images/block1-top-or.png) no-repeat; height:20px; text-align:center; }
.block1 .block-title-gris { background:url(../images/block1-top-gris.png) no-repeat; height:20px; text-align:center; }

.block2 { margin:5px 5px 20px; width:195px; background:url(../images/block-content.png) repeat-y; }
.block2 .block-title { position:relative; top:-5px; background:url(../images/block-top.png) no-repeat; height:19px; padding:14px 0 0 20px; }
.block2 .block-bottom { position:relative; top:5px; background:url(../images/block-bottom.png) no-repeat; height:7px; }
.block2 h2, .block2 div.h { font-size:12px; color:#fff; text-transform:uppercase; }
.block2 h3 { font-size:14px; line-height:1.5; }
.block2 .block-content { padding:0 15px; }
.block2 .block-title-bleu { background:url(../images/block2-top-bleu.png) no-repeat; position:relative; top:-5px; height:19px; padding:14px 0 0 20px; }
.block2 .block-title-vert { background:url(../images/block2-top-vert.png) no-repeat; position:relative; top:-5px; height:19px; padding:14px 0 0 20px; }
.block2 .block-title-rouge { background:url(../images/block2-top-rouge.png) no-repeat; position:relative; top:-5px; height:19px; padding:14px 0 0 20px; }
.block2 .block-title-or { background:url(../images/block2-top-or.png) no-repeat; position:relative; top:-5px; height:19px; padding:14px 0 0 20px; }
.block2 .block-title-gris { background:url(../images/block2-top-gris.png) no-repeat; position:relative; top:-5px; height:19px; padding:14px 0 0 20px; }

/* Block: login */
.block-login .block-content p { padding:10px 0 0; text-align:justify; line-height:14px; }
.block-login .block-content label { display:none; }
.block-login .block-content a { font-size:10px; font-style:italic; }

/* Block: Account */
.block-account {}
.block-account .current { color:#000; }


/* Block: Pub */
.pub { margin:0 5px 20px}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-title-product { background:url(../images/bg-block-title-product.png) no-repeat; margin-left:5px; height:30px; }
.block-title-product h2, .block-title-product .h { padding:7px 30px; color:#fff; text-transform:uppercase; font-weight:bold; font-size:13px; }
.block-layered-nav { background:url(../images/bg-block-layered-nav-content.png) repeat-y; margin:15px 5px 20px; }
.block-layered-nav .block-title { position:relative; width:195px; top:-5px; background:url(../images/bg-block-layered-nav.png) no-repeat; height:20px; padding:0; }
.block-layered-nav .block-title p { padding:5px 0 0 45px; line-height:1; color:#fff; text-transform:uppercase; font-size:11px; }
.block-layered-nav .block-content { padding:0; }
.block-layered-nav .block-bottom { position:relative; width:195px; top:5px; background:url(../images/bg-block-layered-nav-bottom.png) no-repeat; height:7px; }
.block-layered-nav dt {  background:url(../images/bg-block-layered-nav-filter.png) repeat-x; position:relative; top:-5px; font-weight:bold; margin:0 1px; padding:1px 10px; color:#993333; text-align:center; }
.block-layered-nav h2 dt { font-size: 12px; font-weight: bold; }
.block-layered-nav dd { padding:5px 10px 15px; font-size:11px; }
.block-layered-nav a { text-decoration:none; }
.block-layered-nav li { background:url(../images/arrow-filter.png) no-repeat 0 2px; padding-left:20px; }
.block-layered-nav li:hover { background:url(../images/arrow-filter-activ.png) no-repeat 0 2px; }
.block-layered-nav ol.currently { padding:5px 10px; }
.block-layered-nav .currently li { background:url(../images/arrow-filter-activ.png) no-repeat 0 2px; padding:0 10px 2px 20px; color:#3E3E3E; font-weight:bold; }
.block-layered-nav .currently a { float:right; }
.block-layered-nav .currently .label { font-weight:bold; }
.block-layered-nav .currently h2 { font-weight: bold; font-size: 12px; }
.block-layered-nav .actions a { float:right; font-size:9px; }
.block-layered-nav .actions { padding:0 10px 20px; }

/* Block: Cart */
.block-cart { color:#000; font-size:11px; }
.block-cart .amount { }
.block-cart .subtotal { text-align:right; }
.block-cart .actions { padding:5px 0 10px; }
.block-cart h3 { font-size:10px; }
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist { color:#000; font-size:11px; }
.block-wishlist .amount { }
.block-wishlist .subtotal { text-align:right; }
.block-wishlist .actions a { font-size:10px; color:#000; padding:5px 0 0; float:right; }
.block-wishlist h3 { font-size:10px; }
.block-wishlist .price-excluding-tax { font-size:16px; }
.block-wishlist .old-price { font-size:10px; }
.block-wishlist .special-price .price { font-size:1px; }


/* Block: Related */
.block-related { margin:-10px 0 10px -14px; background:none; width:219px; }
.block-related .block-title { padding:0; top:0; background:url(../images/bg-related-top.png) no-repeat; height:45px; }
.block-related .block-title h2, .block-related .block-title .h { padding:25px 0 0 22px; color:#3E3E3E; font-weight:bold; }
.block-related .block-content { padding:0 15px 0 22px; background:url(../images/bg-related-content.png) repeat-y; }
.block-related .block-bottom { top:0; height:21px; background:url(../images/bg-related-bottom.png) no-repeat; }
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-top:8px; }
.block-related .item { }
.block-related .item h3, .block-related .item .product-name { font-size:10px; }
.block-related .item a { text-decoration:none; }
.block-related .item .product-image { float:left; margin-left:2px; }
.block-related .item .product-details { margin-left:55px; }
.block-related .item .price-box .price-excluding-tax,
.block-related .item .price-box .special-price .price-excluding-tax .price { text-align:right; font-size:12px; color:#990000; }
.block-related .item .price-box .old-price { font-size:11px; text-align:right; }
.block-related .item .price-box .old-price .price-label { display:none; }

/* Block: Compare Products */
.block-compare {}
.block-compare .block-content { padding:5px; font-size:11px; }
.block-compare .block-content a { color:#000; }
.block-compare .actions { text-align:right; font-size:10px; }
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll { font-size:11px; color:#336699; font-weight:bold; }
.block-poll h3, .block-poll .title { font-size:11px; color:#993333; font-weight:bold; padding:0 0 5px; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags { }
.block-tags ul,
.block-tags li { display:inline; }
.block-tags .actions a { font-size:10px; float:none; }

/* Block: Subscribe */
.block-subscribe .block-content p { padding:10px 0 0; text-align:justify; line-height:14px;}
.block-subscribe .block-content label { display:none; }
.block-subscribe fieldset { margin-top:10px; }
.block-subscribe button { position:absolute; bottom:-22px; left:58px; border:none; background:none; }
.block-subscribe button.button span { text-transform:uppercase; font-size:10px; color:#000; background:none; }

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f5f5f5; }

/* Block: Recently-viewed-items */
.block-recent a { font-size:11px; color:#000; }
.block-recent li { background:url(../images/arrow-filter.png) no-repeat 0 4px; padding-left:20px; }
.block-recent li:hover { background:url(../images/arrow-filter-activ.png) no-repeat 0 4px; }
/* ======================================================================================= */


/* Home Page ============================================================================= */
.cms-home table.products-grid { }

.cms-home .blog-container { }
.cms-home .blog-container .title { background:url(../images/bg-news-home-title.png) no-repeat center top; height:22px; font-size:12px; }
.cms-home .blog-container .title h3 { margin:3px; padding: 4px 15px; text-transform:uppercase; color:#fff; font-size:12px; font-weight:normal; }
.cms-home .blog-container .content { background:transparent url(../images/bg-news-home-content.png) repeat-y center; padding:10px; }
.cms-home .blog-container .content h2 { color:#3e3e3e; }
.cms-home .blog-container .bottom { position:relative; background:transparent url(../images/bg-news-home-bottom.png) no-repeat center top; height:26px; }
.cms-home .blog-container .bottom a.lire-la-suite { font-size:10px; position:absolute; bottom:6px; left:361px; text-decoration:none; text-transform:uppercase; color:#000; }
.cms-home .col3-layout .col-main { background:none; padding:0; width:520px !important; margin:0 0 10px 10px;} 
.cms-clip .col3-layout .col-main { background:none; padding:0; width:520px !important; margin:0 0 10px 10px;} 

.col3-layout .col-main .bloc-cms-home { background:url(../images/bg-3col.png) bottom no-repeat; margin:10px 0 10px; padding:0 10px 10px; }
.col3-layout .col-main .bloc-cms-home .page-title { position:relative; top:-5px; float:none; background:url(../images/bg-3col.png) top no-repeat; padding:5px 10px; color:#336699; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 20px; }
.category-description { margin: 10px 0 5px; font-size: 12px; line-height: 1.5; }
.category-image { display:block; margin:0 auto 20px; }
.category-bloc { display:block; margin:0 auto 20px; }
.category-products {}
.catalog-category-view .col3-layout .col-main { background:none; padding:0; width:520px !important; margin:0 0 5px 10px; } 

/* View Type: Grid */
.products-grid { width:100%; }
div.products-grid { position:relative; height:100%; line-height:0.9; }
.products-grid tr { }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:33%; height:215px; background:transparent url(../images/bg-grid.png) no-repeat center top; text-align:center; padding:3px 12px; }
.products-grid td.last { margin-right:0; }
.products-grid td.empty { background:none; }
.products-grid ul { text-align:center; font-size:6px; text-decoration:none; padding:0;}
.products-grid li { display:inline; }
.products-grid a { text-decoration:none; color:#999; }
.products-grid a:hover { color:#666; }
.products-grid span { text-decoration:none; font-weight:normal; color:#999; }
.products-grid .product-name { line-height:0.9; }
.products-grid .product-name a { color:#3E3E3E; font-size:11px; margin:9px 0; }
.products-grid .product-name a:hover { text-decoration:underline; }
.products-grid div.price-box { position:absolute; left:0; bottom:52px; width:100%; }
.products-grid .price-box p { padding:0; text-align:center; }
.products-grid .price-box span { color:#990000; font-size:14px; }
.products-grid .price-box .minimal-price-link span { font-size:9px; }
.products-grid .price-box span.price-label  { font-size:9px; float:left; }
.products-grid .price-box .old-price span.price-label,
.products-grid .price-box .special-price span.price-label  { display:none; }
.products-grid .price-box .old-price span { color:#666; font-size:9px; }
.products-grid a.voir-le-produit { position:absolute; left:32px; bottom:35px; text-transform:uppercase; color:#000; font-size:10px; }

.cms-products-grid td { background:transparent url(../images/bg-grid-home.png) no-repeat center top; }
.cms-products-grid td.specials { background:transparent url(../images/bg-grid-specials.png) no-repeat center top; }
.cms-products-grid .products-grid h2 { font-size:12px; text-transform:uppercase; color:#fff; margin-bottom:3px; padding-top:1px }
.cms-products-grid .products-grid a.voir-le-produit { position:absolute; left:20px; bottom:32px; text-transform:uppercase; color:#000; font-size:10px; }
.cms-products-grid .products-grid div.price-box { bottom:49px; }

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; background:#fff; }
.products-list li.last { margin:0 0 20px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:464px; }
.products-list .product-shop .cart-link { color:#000; font-size:11px; }
.products-list .price-including-tax { display:none !important; float:right; font-style:italic; margin:13px 0 0 30px; }
.products-list .price-excluding-tax .label { display:none; }
.products-list .price-box span { font-size:15px; }
.products-list .price-box .minimal-price-link span { font-size:12px; }
.products-list .product-name a { color:#3e3e3e; }
.products-list .std { font-size:10px; margin:0; }
.products-list .old-price .label { display: none; }
.products-list .old-price .price,
.products-list .old-price .price-label { font-size:10px; line-height:1; }
.products-list .price-box{ text-align:right; }
.products-list button.button { border:none; }
.products-list button.button span { color:#3e3e3e; padding:0; font-size:10px; }

/* Catalogsearch */
.catalogsearch-result-index .col3-layout .col-main,
.catalogsearch-advanced-result .col3-layout .col-main { background:none; padding:0; width:520px !important; margin:0 0 5px 10px; } 
.catalogsearch-result-index .col3-layout .col-main .page-title,
.catalogsearch-advanced-result .col3-layout .col-main .page-title { background:none; margin:0 10px 10px 0; padding:0; }
.catalogsearch-advanced-result p.search-modify { margin:-10px 0 10px; padding:0; font-style:italic; font-size:10px; }
.catalogsearch-advanced-result .search-summary { margin:20px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view-top { background:url(../images/bg-product-top.png) no-repeat; margin-left:6px; height:5px; }
.product-view { background:#fff; border-left:1px solid #ccc; border-right:1px solid #ccc; margin:0 4px 0 6px; }
.product-view-bottom { background:url(../images/bg-product-bottom.png) no-repeat; margin-left:6px; height:19px; }

.catalog-product-view .col2-right-layout .col-main { background:none; margin:0; width:745px; }
.product-essential { padding-right:10px; border-bottom:1px dashed #ccc; }
.product-collateral { padding:20px; }
.product-collateral h2, .product-collateral div.label { font-weight:normal; color:#3e3e3e; font-size:20px !important; padding:10px 0 10px; }
.product-collateral h2 span, .product-collateral div.label span { font-size:15px; color:#000; font-weight:bold; margin-left:15px; }
.product-collateral h2.options { color:#666; }
.product-collateral .description h2, .product-collateral .description div.label { color:#003366; }
.product-collateral .description h3 .std { font-size: 12px; color: #000; }
.product-collateral .additional h2, .product-collateral .additional div.label { color:#c98034; }
.product-collateral .up-sell h3, .product-collateral .up-sell div.label { color:#990000; }

/* Product Images */
.product-view .product-img-box { float:left; width:257px; }
.product-view .product-img-box .product-image { text-align:center; }
.product-view .product-img-box .product-image-zoom { position:relative; width:235px; height:235px; overflow:hidden; z-index:9; margin:0 10px; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { display:none; text-align:center; font-size:9px; font-style:italic; padding-bottom:5px; }
.product-view .product-img-box .zoom { display:none; position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { margin:10px }
.product-view .product-img-box .more-views h3, .product-view .product-img-box .more-views .title { display:none; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; border:1px solid #666; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop fieldset { margin:0 !important; }
.product-view .product-shop { float:left; width:450px; padding:5px 0 5px 10px; border-left:1px dashed #ccc; }
.product-view .product-name h2, .product-view .product-name h1 { font-weight:bold; color:#003366; font-size:18px; line-height: 1.1; }
.product-view .product-category { font-size:10px; text-decoration:underline; }
.product-view .short-description { text-align:justify; margin:15px 0 30px }
.product-view .short-description a.caracteristique { color:#990000; font-size:11px; text-decoration:underline; }
.product-view .product-info { position:relative; left:-10px; height:50px; margin-bottom:20px; padding:0 10px; width:100%; border-bottom:1px dashed #ccc; color:#000; font-size:11px; }
.product-view .product-info-left { float:left; background:#f3f3f3; padding:5px 10px; }
.product-view .product-info-left ul { width:246px; }
.product-view .product-info-right { float:right; background:#f3f3f3; padding:5px 10px; }
.product-view .product-info-right ul { width:164px; }
.product-view .product-info .garantie { color:#0E3D6D}
.product-view .product-info .stock { font-weight:bold; color:#339900}
.product-view .product-info .expedition { font-weight:bold; color:#D01B27}
/* Tier Price */
.product-view ul.product-pricing { padding-bottom:15px; font-size:11px; }

/* Rating */
.ratings { margin-top:15px; border-top:1px dashed #ccc; padding:10px; font-size:10px; }
.ratings .note { font-weight:bold; }
.ratings .amount {}
.ratings .rating-links { margin:7px 0; }
.ratings .rating-links a { text-decoration:underline; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; float:left; overflow:hidden; margin-right:5px; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability { text-align:center; margin:30px 0;}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#990000; }

/********** < Product Prices */
.price { font-weight:bold; color:#993333; white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }
.product-view .price-box { text-align:right; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; color:#990000; }
.product-view .regular-price .price { font-weight:bold; color:#990000; font-size:26px; }

/* Old price */
.product-view .old-price { margin-right:125px; font-size:12px; font-style:italic; }
.old-price .label { display: none; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { text-decoration:line-through; font-size:12px; font-weight:normal; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; display:none; }
.special-price .price { font-weight:bold; color:#990000; font-size:24px; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; font-weight:bold; color:#990000; font-size:24px; }
.price-excluding-tax .label { display:none; }
.product-shop .price-excluding-tax .label { display:inline; }

/* Including tax */
.product-shop .price-including-tax { display:block; float:right; font-style:italic; margin:13px 0 0 30px; }
.price-including-tax { display:none; float:right; font-style:italic; margin:13px 0 0 30px; }
.price-including-tax .label { white-space:nowrap; color:#000; font-size:11px; }
.price-including-tax .price { color:#000; font-size:11px; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { font-size:10px; padding-left:3px; color:#996633; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { }

/* Add to Cart */
fieldset.add-to-cart { padding:0 !important; }
.add-to-cart label { float:left; margin:8px 10px 0 134px; }
.add-to-cart .qty { float:left; margin:8px 30px 0 0; text-align:center; }
.add-to-cart input.input-text { padding: 2px 5px 0; }
.add-to-cart button.button { background:url(../images/commander.gif) no-repeat; width:180px; height:31px; border:none;  }

/* Add to Links + Add to Cart */
.add-to-box { padding-top:1px; }
.add-to-box .add-to-cart { text-align:right; }
.add-to-box .or { float:left; margin:0 10px; }
.cart-links { position:relative; left:-10px; padding:0 10px; margin-top:15px; width:100%; border-top:1px dashed #ccc; }
.add-to-links { float:left; width:150px; text-align:left; padding-top:7px; }
.product-view .add-to-links span { text-decoration:underline; margin-left:5px; font-size:10px; }

/* Product Options */
.product-options { margin:0 7px; padding:10px; border:1px solid #ccc; background-color:#ebebeb; }
.product-options dt label { text-transform:uppercase; color:#483d8b; font-weight:bold; font-size:14px; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:50%; }
.product-options dd textarea { width:97%; height:8em; }
.product-options dd select { width:75%; }
.product-options .options-list { margin-left:10px; }
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}
.grouped-items .price { font-size:12px; }
.grouped-items .label { font-size:12px; }
.grouped-items .old-price { margin-right:0; }
.grouped-items .old-price .price-label { font-size:10px; }
.grouped-items .price-box .price-including-tax { display:none; float:right; font-style:italic; margin:13px 0 0 30px; }



/* Block: Description */
.product-view .description {}
.product-view .description .std { background-color:#EBEBEB; border:1px solid #CCCCCC; padding:10px; margin:0 7px; }

/* Block: Review */
.product-view .buttons-set { border:none; text-align:right; padding-top:40px; }

/* Block: Additional */
.product-view .additional { padding:0; width:679px; }
.product-view .additional .data-table { background-color:#ffffff; border:1px solid #CCCCCC; padding:10px; margin:0 7px 10px; }
.product-view .additional .data-table th,
.product-view .additional .data-table td { border:none; background:none; }
.product-view .additional .data-table td h3 { color: #336699; }
.product-view .additional .data-table th.label h3 { color: #000; font-weight: bold; }

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell h2 { color: #990000; }
.product-view .up-sell .products-grid td { width:25%; }
.product-view .up-sell div.products-grid { position:relative; height:100%; line-height:1; }
.product-view .up-sell .regular-price .price { color:#990000; font-size:36px; font-weight:bold; }
.product-view .up-sell .products-grid div.price-box { position:absolute; left:0; bottom:32px; width:100%; text-align:center; }
.product-view .up-sell .products-grid .price-box span { color:#990000; font-size:14px; }
.product-view .up-sell .products-grid .price-box .minimal-price-link span { font-size:9px; }
.product-view .up-sell .products-grid .price-box span.price-label  { font-size:9px; }
.product-view .up-sell .products-grid .price-box .old-price span.price-label,
.product-view .up-sell .products-grid .price-box .special-price span.price-label  { display:none; }
.product-view .up-sell .products-grid .price-box .old-price { margin:0;}
.product-view .up-sell .products-grid .price-box .old-price span { color:#666; font-size:10px; font-style:normal; }
.product-view .up-sell .products-grid a.voir-le-produit { position:absolute; left:32px; bottom:14px; text-transform:uppercase; color:#000; font-size:10px; }
.product-view .up-sell .products-grid td { height:194px; }
/* Block: Tags */
.product-view .tags {}
.product-view .tags .tags-content { background-color:#EBEBEB; border:1px solid #CCCCCC; padding:10px; margin:0 7px 10px; }
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; }
.product-view .tags .form-add-tags button.button { float:left; }
.product-view .tags .form-add-tags p { clear:both; padding-top:3px; }
.product-view .tags a,
.product-view .tags a:hover { text-decoration:underline; font-weight:bold; color:#990000; }
.product-view .tags ul { margin-left:10px; color:#990000; margin-bottom:10px; }
.product-view .tags label { display:none; }
.product-view .tags input { margin-left:10px; }
.product-view .tags .aide1 { font-size:10px; color:#000; }
.product-view .tags .aide2 { font-size:10px; color:#003366; font-style:italic; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }
.tag-product-list .col3-layout .col-main { background:none; padding:0; width:520px !important; margin:0 0 5px 10px; } 
.tag-product-list .col3-layout .col-main .page-title { background:none; margin:0 10px 10px 0; padding:0; }


/* Advanced Search */

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { padding-bottom:70px; }
.cart .cart-button {background:none; border:none;  line-height:14px; padding:0; margin:0; height:29px;}
.cart .checkout-types { float:right; text-align:right; }
.cart #coupon_code { margin:5px 0; }
.cart .checkout-process {width:100%; text-align:center; }
.cart .page-title {border:none; }
.cart .bottom-button-set {position:absolute; width:375px; margin-top:25px;}
.cart .continue-shopping button { width:180px; background:#ffffff;}
.cart .checkout-types button {width:180px; }
.cart button { cursor:pointer; }
.checkout-onepage-index button { cursor:pointer; }


/* Shopping Cart Table */
.cart-table thead {background-color:#666666; color:#fff; }
.cart-table th {border-top:#666666 1px solid; border-right:#CCCCCC 1px solid; border-left:#666666 1px solid; border-bottom:#666666 1px solid;}
.cart-table th.last {border-right:#666666 1px solid;}
.cart-table td {
  border-top:#666666 1px solid;
  border-right:1px solid #666666;
  border-left:#666666 1px solid;
  border-bottom:#666666 1px solid;
  vertical-align:middle;
}
.cart-table tbody tr { border-right:1px solid #666666; }
.cart-table .valign-top {vertical-align:top;}
/*.cart-table td.last {border-right:#666666 1px solid;}*/
.cart-table a {color:#336699; text-decoration:underline;}
.cart-table .sku {padding: 2px 10px; color:#000; font-size:11px;}
.cart-table .item-msg { font-size:10px; }
.cart-table dl.item-options { font-size:10px; font-weight:normal; padding-top:13px; }
.cart-table dl.item-options dt {color:#993333; padding-left:10px;}
.cart-table dl.item-options dd {padding-left:10px; padding-top:3px;}
.cart-table .stock-available {font-size:12px; font-weight:bold; color:#339900;}
.cart-table .price {color:#333333; font-size:12px; }
.cart-table input.qty {float:left; height:13px; text-align:center; background:none; }
.cart-table .qty-area {padding:7px;}
.cart-table .btn-set {float:right; width:17px; height:20px;}
.cart-table .btn-qty-add {float:left; width:17px; height:9px; border:none; background:url('../images/fc_btn_qty.gif') no-repeat 0 0; cursor:pointer;}
.cart-table .btn-qty-substract {float:left; margin-top:3px; width:17px; height:9px; border:none; background:url('../images/fc_btn_qty.gif') no-repeat 0 -10px; cursor:pointer;}
.cart-table .update-cart {float:left; width:190px; padding:0; margin:10px 0 0 0;}
.cart-table .update-cart .button {background:none; width:186px;}
.cart-table tfoot td, .cart-table tfoot td.last  {border:none; padding:15px 0 0 0;}


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right;  }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th.subtotal-without-vat-title {background:#CCCCCC; color:#333333;  font-weight:bold; }
.cart .totals table td.subtotal-without-vat-value {background:#CCCCCC; color:#CC3300; font-weight:bold;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; padding-left:10px; }
.item-options dd { padding-left:20px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }

/* Crosssell Block */
.cart .crosssell { margin:10px 0 0 10px; padding:5px; background:#ffffff; width:500px; }
.cart .crosssell h3 {color:#FF9933; text-align:left; font-size:12px; font-weight:bold; }
.cart .crosssell ul {padding:5px 0 0 39px; }
.cart .crosssell ul li {float:left; width:90px; margin-right:25px; text-align:left; }
.cart .crosssell ul li .image {float:left; width:85px; margin-bottom:3px}
.cart .crosssell ul li h4 { line-height:10px; }
.cart .crosssell ul li h4 a {font-size:11px; color:#336699; text-decoration:underline; line-height:13px; }
.cart .crosssell .regular-price .price { color:#990000; font-size:36px; font-weight:bold; }
price-including-tax
.cart .crosssell div.price-box { text-align:center; }
.cart .crosssell .price-box span { color:#990000; font-size:15px; }
.cart .crosssell .price-box .minimal-price-link { display:none; }
.cart .crosssell .price-box span.price-label  { font-size:9px; }
.cart .crosssell .price-box .old-price span.price-label,
.cart .crosssell .price-box .special-price span.price-label  { display:none; }
.cart .crosssell .price-box .old-price { margin:0;}
.cart .crosssell .price-box .old-price span { color:#666; font-size:12px; font-style:normal; }
.cart .crosssell .price-box .price-including-tax { display:none; }
.cart .crosssell p { text-align:right; }
.cart h3 { font-size:12px; font-family:Verdana, Tahoma, Helvetica, Arial; }

/* Discount */
.cart .discount { float:right; text-align:right; width:400px; margin-top:-35px; padding:5px 20px 5px 0; }
.cart .discount .input-text {width:240px; color:#336699;}
.cart .discount .button {background:none; width:32px; margin-left:5px;}

/* shipping */
.cart .shipping { padding:5px; border:1px solid #CCCCCC; background:#ffffff; }

/*Cart totals */
.cart .totals { margin:-55px 10px 80px 0; padding:5px; border:1px solid #666666; border-top:0; width:369px; }

/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #CBCBCB; position:relative; }
.opc .buttons-set a { color:#336699; text-decoration:underline; }
.opc ul { margin-top:10px; }
.opc .group-select ul, .opc .same-address { padding-left:50px; }
.opc .same-billing { font-size:15px; font-weight:bold; color:#333333; margin-left:260px; margin-top:20px; }
.opc ul.list li { list-style-type:disc; margin-left:15px; padding-left:0px; color:#999999; }
.opc .blue { color:#336699; }
.opc .red { color:#993333; }
.opc .orange { color:#FF9933; }
.opc .medium { font-size:15px; }
.opc .big { font-size:17px; font-weight:bold; }
.opc .input-box { color:#333333; font-weight:bold; font-size:12px; }
.opc .same-address { font-size:15px; color:#333333; margin-left:115px; margin-top:20px;}
.opc .col2-set { color:#333333; }
.opc li.section { border-right:1px solid #CBCBCB; border-left:1px solid #CBCBCB;}
.opc li.first { border:none; }
.opc .step-title { background:url(../images/fc_opc_step-bg.gif) bottom left repeat-x; padding:3px 5px; text-align:right; height:20px;}
.opc .step-title .number { float:left; margin:3px 10px 0 3px; font-weight:bold; font-size:10px; padding:0 3px; height:14px; background:#666666; color:#ffffff; }
.opc .step-title h3 { float:left; margin:0; font-size:14px; }
.opc .allow .step-title { background:#FFCC99; color:#fff; }
.opc .allow h3 { color:#fff; }
.opc .allow .first { background:url(../images/fc_opc_firststepallow-bg.gif) top left no-repeat;  padding-left:6px;}
.opc .active .step-title h3 { color:#fff; font-weight:bold; }
.opc .active .step-title { background:#F8B21F; cursor:default; }
.opc .active .first { background:url(../images/fc_opc_firststep-bg.gif) top left no-repeat; padding-left:6px;}
.opc .active .number, .opc .allow .number { background:#fff; color:#F8B21F;}
.opc .step { border-bottom:1px solid #CBCBCB; border-left:1px solid #CBCBCB; border-right:1px solid #CBCBCB; padding:10px 27px 27px 27px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .required { padding-right:11px; }
.opc p.required { display:none; }

.opc .shipment-choice { margin-left:115px; margin-top:-30px; }

#checkout-step-login .col-1 .orange { /*display:none;*/ }

.button-connect { float:right; margin-top:15px; }

/* OPC Review Table */
.order-review .data-table { color:#333333; }
.order-review .data-table th { padding:5px 10px; border-top:#666666 1px solid; border-right:#CCCCCC 1px solid; border-left:#666666 1px solid; border-bottom:#666666 1px solid;  font-weight:bold; white-space:nowrap; line-height:14px; }
.order-review .data-table th.last {border-right:#666666 1px solid;}
.order-review .data-table td {
  border-top:#666666 1px solid;
  border-right:#666666 1px solid;
  border-left:#666666 1px solid;
  border-bottom:#666666 1px solid;
  vertical-align:middle;
  padding:5px; font-size:11px; line-height:1; line-height:14px;
}
.order-review .data-table thead {background:#666666; color:#fff; }
.order-review .data-table thead tr.first {background:#666666; color:#fff;}
.order-review .data-table tbody tr.first {background:#fff;}
.order-review .data-table tfoot tr.first {background:#fff;}
.order-review tr.last th.a-right, .order-review td.last { border-right:1px solid #666666; }

.order-review .data-table tfoot th, .order-review .data-table tfoot th.a-left  {border:none; border-left: 1px solid #666666; text-align:right;}
.order-review .data-table tfoot th.subtotal-without-vat-title, .order-review .data-table tfoot td.subtotal-without-vat-value  { background:#CCCCCC;  }
.order-review .data-table tfoot td.subtotal-without-vat-value .price { color:#CC3300; font-weight:bold; }
.order-review .data-table tfoot .tax-details td { color:#333333; font-weight:bold; padding-left:10px; border-left: 1px solid #666666; }
.order-review .data-table tfoot .tax-details .price { font-weight:normal; }
.order-review .data-table tfoot tr.last { }
.order-review .data-table tfoot tr.last .price { font-weight:normal; }
.order-review .data-table .valign-top {vertical-align:top;}
.order-review .data-table tr.last {border-right:#666666 1px solid; border-bottom:#666666 1px solid;}
.order-review .data-table a {color:#336699; text-decoration:underline;}
.order-review .data-table .sku {padding: 2px 10px; color:#000;}
.order-review .data-table .item-msg { font-size:10px; }
.order-review .data-table dl.item-options { font-size:10px; font-weight:normal; padding-top:13px; }
.order-review .data-table dl.item-options dt {color:#993333; padding-left:10px;}
.order-review .data-table dl.item-options dd {padding-left:10px; padding-top:3px;}
.order-review .data-table .stock-available {font-size:12px; font-weight:bold; color:#339900;}
.order-review .data-table .price {color:#333333; font-size:12px; }
.order-review .data-table input.qty {float:left; height:13px; text-align:center; background:none; }
.order-review .data-table .qty-area {padding:7px;}
.order-review .data-table .btn-set {float:right; width:17px; height:20px;}
.order-review .data-table .btn-qty-add {float:left; width:17px; height:9px; border:none; background:url('../images/fc_btn_qty.gif') no-repeat 0 0; cursor:pointer;}
.order-review .data-table .btn-qty-substract {float:left; margin-top:3px; width:17px; height:9px; border:none; background:url('../images/fc_btn_qty.gif') no-repeat 0 -10px; cursor:pointer;}
.order-review .data-table .update-cart {float:left; width:190px; margin-top:3px;}
.order-review .data-table .update-cart .button {background:none; width:186px;}
.order-review .data-table tfoot td, .order-review .data-table tfoot td.last  {border:none;}
.order-review .data-table tbody td { padding-bottom:10px;  }
.order-review .data-table tbody td.a-center { color:#333333; }
.order-review .data-table h4 { margin-left:10px; }
.order-review .data-table .sku { margin-top:-10px; }
#checkout-step-review .divider { width:100%; margin:0; border:none;}
#checkout-step-review .buttons-set { clear:none; margin-top:7px; }
#checkout-step-review .buttons-set a img { float:left;margin-left:100px; margin-top:2px; }
#checkout-step-review .buttons-set .save-review { float:right; }

/* Multiple Addresses Checkout */

#checkout-step-billing { min-height:200px; }

.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.one-page-checkout-progress { width:190px; margin-left:10px;}
.one-page-checkout-progress h3 { font-size:10px; text-transform:uppercase; margin-bottom:10px; font-weight:bold; }
.one-page-checkout-progress li { margin-bottom:7px; border:1px solid #A3AEB3; background:#fff; }
.one-page-checkout-progress li h4 {  font-size:11px; color:#666666; padding:2px 7px; font-weight:bold; }
.one-page-checkout-progress li h4.complete {  font-size:11px; color:#ffffff; background:#336699; padding:2px 7px;}
.one-page-checkout-progress li h4.complete a { font-size:9px; text-decoration:underline; color:#ffffff;  }
.one-page-checkout-progress li .content { padding:10px;; color:#333333; line-height:14px; }


form .page-title { background:none !important; border:none; }
.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.payment-method { margin-bottom:25px; }
.payment-method img.payment-icon { vertical-align:-50%; }
.payment-method label { font-size:14px; color:#336699; font-weight:bold; }
.sp-methods { margin-left:50px; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods img { margin:10px 10px 0; }
#payment_form_bankpayment li div.input-box { width:500px; }
#payment_form_checkmo li div.input-box { width:500px; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements { float:right; margin-top:50px; margin-bottom:10px;}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
.agree a { color:#336699; text-decoration:underline; }
.agreements-img { float:left; margin-left:50px; margin-top:30px;}

/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
.login-page ul { padding:0 10px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard a { color:#993333; font-size:11px; }

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Wishlist View */
#wishlist-table { margin:15px 0 0 ; }
.page-title .link-rss { float:right; }

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info li.current { color:#3E3E3E; text-decoration:underline; }
.order-info dt { font-weight:bold; }

/*sales-order-view */
.sales-order-view .page-title a { font-size:10px; }
.title-buttons-sales { text-align:left; padding:20px; }
.sales-order-shipment .col3-layout .col-main p,
.sales-order-invoice .col3-layout .col-main p,
.sales-order-view .col3-layout .col-main p { padding:0; }


/* Demande de devis */
.quotes-index-index .comment { font-size:11px; font-style:italic; }


/* Print Pages */
.page-print .print-head { margin:0 0 10px; }
.page-print h2 { color:#3E3E3E; }
.page-print h3 { color:#3E3E3E; font-size:11px; padding:10px 0 5px; }
.page-print .page-title { float:right; }
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { margin:10px auto; padding:10px; text-transform:uppercase; font-size:10px; }
.footer a { color:#999; }
.footer ul { text-align:center; }
.footer li { display:inline; background:url(../images/separator.png) right no-repeat; margin:2px 0; padding:0 10px;}
.footer li.last { background:none; }
/* ======================================================================================= */

.quotation .button-set { text-align: right; margin: 0; padding: 0; margin-top: 10px; }
.quotation textarea#description { width: 482px; }
.quotation a.product_page { color: #336699 }
.quotation a.product_page:hover { color: #993333; }
.quotation .titles, .quotation .titles .title { font-size: 12px; font-family: 12px; line-height: 14px; }

.page-title h1 { font-size: 18px; }
