/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 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)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff url(../images/bg-body.png) repeat-x 0 0 ;font:12px/1.35 Arial, Helvetica, sans-serif; color:#968C82; text-align:left; width:auto }
#IE6		  { background:#fff url(../images/bg-body.jpg) repeat-x 0 0 ;}
img           { border:0; vertical-align:top; }

a             { color:#684F19; text-decoration:none}
a:hover       { text-decoration:none; color:#189FD6 }
:focus        { outline: 0; }

/* Headings */
h1            { font-size:22px; font-weight:normal; line-height:1.15; color:#826320 }
h2            { font-size:18px; font-weight:normal; line-height:1.25; color:#189fd6 }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; color:#999 }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clear        { clear:both !important}
.paddingTop   { padding-top:30px}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { background:url(../images/brush.gif) no-repeat  center 150px }
.page { width:960px; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.cms-home .main { margin:30px 0 0 0; }
.main { margin:10px 0; }

/* Base Columns */
.col-left { float:left; width:220px;margin-top:10px  }
.col-main { float:left; width:730px;}
.col-right { float:right; width:220px;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; margin-top:10px }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#F2F0ED; border:1px solid #E9E3DA; color:#ac9a80  }
input.input-text:focus,select:focus,textarea:focus { background:#fff; border:1px dashed #ccc; color:#634B2E}
input.input-text,textarea { padding:5px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
.cartBox input,.cartBox select{background:#fff; } 

#ie7 button:focus{ margin-top:-1px; padding:0}

button{ overflow:visible; width:auto; display:inline-block}
button:hover{ cursor:pointer}
.button-set {clear:both;margin-top:1em;border-top:1px solid #e4e4e4;padding-top:8px;text-align:right;}

.form-button{border:0; background: url(../images/btn-orange-left.png) no-repeat left 50%;color:#fff; text-shadow:1px 0  0 #4f7d20;}
.form-button span{background: url(../images/btn-orange-right.png) no-repeat  right 50% ; font-size: 12px;cursor:pointer;text-align:center; height:22px; padding:7px 20px 0 15px; display:block; margin-left:5px; font-weight:bold}
.form-button:hover{color:#286202;text-shadow:0 1px  0 #88c454;}

.form-button-command{border:0;background: url(../images/btn-vert-left.png) no-repeat left 50%;color:#fff;text-shadow:1px 0 1px #a2647e; margin:0}
.form-button-command span{background: url(../images/btn-vert-right.png) no-repeat right 50% ; font-size: 12px;cursor:pointer;text-align:center; height:22px; padding:7px 20px 0 15px; display:block; margin-left:5px; font-weight:bold; position:relative;}
.form-button-command:hover{color:#702c4a;text-shadow:0 1px  0 #d298b0;}
#IE7 .form-button-command span{ margin-top:1px}

.button-classic {border:0;background: url(../images/btn-gris-left.png) no-repeat left 50% ;text-shadow:0 1px  0 #fff;color:#666;}
.button-classic span{background: url(../images/btn-gris-right.png) no-repeat  right 50%;font-size:12px;cursor:pointer;text-align:center; height:23px; padding:10px 20px 0 10px; display:block; margin-left:5px; font-weight:bold}
.button-classic:hover { color:#333; text-shadow: 0 1px  0 #eee; }

.form-button span, .button-classic span,.form-button-command span {white-space:nowrap;}
#IE6 .form-button span, #IE6 .button-classic span,#IE6 .form-button-command span { background-position:right top ;margin-top:-1px}

a.form-button-alt { padding:2px 9px; 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;}

.buttonNone { background:none; border:none; cursor:pointer}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label {font-weight:bold; position:relative; z-index:0; vertical-align:middle }
.form-list label.required {}
.form-list .required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; padding:4px }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border-top:1px solid #E9E3DA; }
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px;  }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #803553; background:#c47d9c; color:#fff; margin:-33px 0 0 -10px; padding:3px 10px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden;}
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {}
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; }

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; padding-top:3px }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; font-size:15px; font-weight:bold }
.pager .pages .current {}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; width:170px; }
.sorter .view-mode label{float:left;font-weight:bold;margin-right:10px;padding-top:5px;}
.sorter .view-mode strong,.sorter .view-mode a{ background: url(../images/bg-grid-list2.png) no-repeat; display:inline-block;  height:20px; width:19px; margin:3px 5px 0 0; text-indent:-999em  }
	.sorter .view-mode a.grid{ background-position:100% 50%}
	.sorter .view-mode strong.grid{ background-position:100% 0%}
	.sorter .view-mode a.grid:hover{ background-position:100% 100%}
	.sorter .view-mode a.list{ background-position:0% 50%}
	.sorter .view-mode strong.list{ background-position:0% 0%}
	.sorter .view-mode a.list:hover{ background-position:0% 100%}

.sorter .sort-by { float:right; padding-top:3px }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.pager,.sorter, .order-info { background:#f2f0ed; border:1px solid #e9e3da}
.toolbar-top .pager,
.toolbar-bottom .sorter{ display:none}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#CCBCA6;color:#fff;}
.data-table thead th{ border-color:#A99B89}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* 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/bkg_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 { font-size:11px; background-color:#dae1e4; color:#626465; }

/* Shopping cart tax info */
.cart-tax-info { display:block; font-size:10px; color:#bbb}
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; font-size:15px }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.nobr .link-reorder { display:block }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:30px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; position:absolute; width:100%; z-index:999999 }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left;margin:15px 0 0 0; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo {  padding:0; margin:0 }
.header .welcome-msg { font-weight:bold; text-align:right; }

.header .quick-access { float:right; width:270px;}
.header .links {background: url(../images/bg-quickacess.png) bottom left no-repeat; padding:5px 10px; float:right}
.header .links a{ text-shadow:0 1px 0px #f2efea; font-weight:bold; padding:0 10px;}
.header .links a:hover{ color:#0878a5;}
.header .links .first a,.header .links .last a{border:none}
.header .links .first {border-right:1px solid #684F19;}

.header .form-language { margin-top:3px; float:left}
.header .form-language li{ display:inline}

.header .form-search { text-align:right; float:right;margin-top:11px;clear:right; }
.header .form-search label{ display:none}
.header .form-search input{ width:200px; background:#fff}
.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 #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; margin-left:10px; display:none }


.header-container .top-container { clear:both; text-align:right; }

.SocialButton{ position:absolute; left:0; background:url(../images/bg-socialButton.png) no-repeat 0 0; top:180px; z-index:99}
.SocialButton ul{ padding:5px 0; width:38px}
.SocialButton li{ float:left; margin:5px 0}

#header-cart{ float:right}
#header-cart .head {padding:5px 10px;text-align:center;width:198px; background:url(../images/bg-cart.png) bottom left no-repeat; font-size:14px; color:#fff}
#header-cart .head a,#header-cart .head span{ color:#fff; margin:0px 15px 3px 10px;padding:2px; display:block}
#header-cart .head a:hover{ color:#1e617d; background:#94d5f1; -moz-border-radius:5px; -webkit-border-radius: 5px;  border-radius: 5px;  behavior: url(ie-css3.htc);}
#cart-content{background:url(../images/bg-cart.png) bottom left no-repeat;padding:0px 10px 15px 10px; position:absolute; top:29px; width:195px; z-index:9999; color:#1e617d;}
#cart-content .product-image {float:left; border:1px solid #1e617d}
#cart-content .product-details {margin:0 0 0 60px}
#cart-content .product-details small{ display:none}
#cart-content li{clear:both}
#cart-content a:hover{color:#1e617d}
#cart-content .actions{ text-align:center}
#cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
#cart-content .btn-remove{ background:url(../images/btn_remove-cart.png) no-repeat 0 0; margin-top:3px; float:right}


/********** < Navigation */
.nav-container {margin-top:23px}

/* All Levels */
#nav li { text-align:left; position:relative; margin-right:3px }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; background:url(../images/bg-li-nav.png) no-repeat top left}
#nav li a { float:left; padding:8px 9px 10px 9px; font-weight:bold;background:url(../images/bg-li-a-nav.png) no-repeat right top; color:#634B2E; text-shadow:0 1px 1px #e9e3da; font-size:13px}
#nav li:hover {background:url(../images/bg-li-nav.png) no-repeat left bottom}
#nav li a:hover,#nav li.over a { color:#fff;background:url(../images/bg-li-a-nav.png) no-repeat right bottom; text-shadow:none}
#nav li.over a,
#nav li.active a { color:#fff; text-shadow:none}
#nav li.active  {background:url(../images/bg-li-nav.png) no-repeat left bottom}
#nav li.active a {background:url(../images/bg-li-a-nav.png) no-repeat right bottom  }

/* 2nd Level */
#nav ul { position:absolute; width:170px; top:36px; left:-10000px; border:1px solid #988A76; background:#BEAC93; }
#nav ul li { float:none; border-bottom:1px solid #C8B8A2; background:none; margin:0}
#nav ul li.last { border-bottom:0; }
#nav li.over li a , #nav li.over li { background-image:none}
#nav ul li a{ float:none; padding:5px 10px; font-weight:normal; color:#634B2E !important; background:none }
#nav ul li a:hover { color:#fff !important; background-image:none; background-color:#d6c7b1 }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#fff !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#IE6 #nav li { float:left; background:none}
#IE6 #nav li a { background:none}
#IE6 #nav li a:hover,#IE6 #nav li.over a,#IE6 #nav li.active a  {background-image:none; background-color:#BEAC93}


/********** Navigation > */
/* ======================================================================================= */


/****   HOME		*****/
.cms-home .col-main .std { display:none}
.cms-home .col-right  { margin:0}
.cms-home .block{ margin:0}
/*Newpdt Home*/
.cms-home .page-title { display:none}
.cms-home .products-grid td { width:20%; text-align:left !important;  border-width:1px; border-style:solid; border-color:#ddd;padding:10px }
#new-products-list-table {margin-left:5px;width:99%; }
#new-products-list-table .product-image{ float:left; margin-right:5px}
#new-products-list-table .product-name{ font-size:15px; line-height:15px}
#new-products-list-table .price-box {margin:15px 0;}
#new-products-list-table .form-button-command { margin:0}
#new-products-list-table .add-to-links{ margin:0 10px 0 143px; }


/* Sidebar =============================================================================== */

.block{ background:url(../images/bg-ColRight-bottom.png) left bottom no-repeat; margin:0 0 10px; }
#IE6 .block{ background-image:none; border:1px solid #eee}
.block .block-title { background:url(../images/bg-ColRight-top.png) left top no-repeat; padding:15px 10px; text-align:center}
#IE6 .block-title { background-image:none}
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:0px 15px 15px 15px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

.col2-right-layout .widget{ background:url(../images/bg-ColRight-bottom.png) left bottom no-repeat; margin:0 0 10px; }
.col2-right-layout .widget .block-title { background:url(../images/bg-ColRight-top.png) left top no-repeat; padding:15px 10px; text-align:center}
.col2-right-layout .widget .block-title strong { font-size:14px; font-weight:bold; }
.col2-right-layout .widget .block-content { padding:0px 15px 15px 15px; }

/* Mini Products List */
.mini-products-list { margin-bottom:10px; padding:0 5px}
.mini-products-list li {border-bottom:1px dashed #9FDEF8;border-top:1px dashed #9FDEF8; padding:15px 0}
.mini-products-list li.even{ background:none}
.mini-products-list .product-image { float:left; width:50px}
.mini-products-list .product-details { margin-left:60px;  }
.mini-products-list .product-details .product-name a{ color:#fff;}
.mini-products-list .product-details .product-name a:hover{ color:#634B2E;}
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {background:url(../images/bg-cart-bottom.png) left bottom no-repeat;padding-bottom:10px;}
.block-layered-nav .block-content{ padding:0 15px; background:url(../images/bg-filtre.png) repeat-y top left}
.block-layered-nav .block-title { background:url(../images/bg-cart-top.png) left top no-repeat; padding:15px; color:#634B2E; text-align:left}
.block-layered-nav .block-subtitle{ color:#fff}
.block-layered-nav .FiltreItem {margin:0 0 10px 0;}
.block-layered-nav .FiltreItem strong { font-weight:bold; color:#fff}
.block-layered-nav ol {}
.block-layered-nav ol li  {color:#634B2E;}
.block-layered-nav ol li a,.block-layered-nav .block-title a {color:#634B2E}
.block-layered-nav ol li a:hover,.block-layered-nav .block-title a:hover {color:#fff}
.block-layered-nav .FilterResult { background:#eee; border:1px dashed #bbb; padding:5px; margin-bottom:10px; width:615px}
.block-layered-nav .actions{ float:right}
.block-layered-nav .currently{ height:auto; margin-bottom:10px}
.block-layered-nav .currently li{ margin-bottom:5px;padding:5px; background:#e6e3d8}


.category-purificateur-d-air .category-title { display:none}

/* Block: Cart */
.block-cart {background:url(../images/bg-cart-bottom.png) left bottom no-repeat;}
#IE6 .block-cart { background-color:#CABAA3;border:1px solid #A99B89; }
.block-cart .cartEmpty{ text-align:center; font-weight:bold; color:#fff}

.block-cart .block-title{background:url(../images/bg-cart-top.png) left top no-repeat; font-size:18px}
.block-cart .block-title strong{font-size:18px; color:#634B2E; text-shadow:0 1px 1px #E9E3DA;}
.block-cart .amount, .block-cart .subtotal {padding-right:5px;text-align:right; color:#634B2E}
.block-cart .item .product-details small{ display:none}
.block-cart .btn-remove,.block-layered-nav .currently li .btn-remove{ background:url(../images/btn_remove-cart.png) no-repeat 0 0; margin-top:3px}

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related { background:#F2F0ED; -moz-border-radius:5px; -webkit-border-radius: 5px;  border-radius: 5px;  behavior: url(ie-css3.htc); border:1px solid #E9E3DA; padding:10px}
.block-related .block-title { margin-bottom:10px}
.block-related input.checkbox { float:left; margin-right:5px}
.block-related .item { width:48%; border-bottom:1px solid #E9E3DA;padding-left:5px; float:left;}
.block-related .odd { border-right:1px solid #E9E3DA;}
.block-related .item .product{ margin:5px}
.block-related .item .product-image { float:left; border:1px solid #E9E3DA }
.block-related .item .product-details { margin-left:60px; height:60px; }
.block-related .item .product-name{ font-size:12px !important; padding:0;}
.block-related .item .price-box{ margin:0}
.block-related .item .weee{ display:none}

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe input{ width:119px}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; padding-top:3px}

/* Block: Banner */
.block-banner { margin:0}
.block-banner .block-content { text-align:center; padding:0 }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.Description{ margin:10px 0px 0 0}
.DescTittle { display:none}
.category-image img {}
.category-description {}

.category-products h2 a{ color:#219BD2}
.category-products h2 a:hover{ color:#0064a0}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid h2{ margin-bottom:10px}
.products-grid .product-image { display:block; margin-bottom:10px}
.products-grid td {border:1px dotted #d5d5d5; padding:5px;text-align:center; width:25%;}

/* View Type: List */
.products-list li.item { border:1px dotted #d5d5d5; padding:5px; margin:0 0 5px; }
.products-list li.even {background-color:#fff;}
.products-list .product-image { float:left; margin-right:10px}
.products-list h2 .product-name, .products-list .product-shop { float:left; width:350px; }
.products-list .ProductBuy{float:right;padding:10px;text-align:center;width:200px;}
.LearnMore{ display:block}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../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 ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-view .product-name { font-weight:bold;}
.product-view .product-shop .product-name { font-size:20px;}
.product-view .price-box { margin-top:20px}
.product-view .short-description {padding:10px 0; }
.product-view .add-to-cart {margin:20px 0 0 0 ; padding:0 10px; background: url(../images/btnAdddCart.png) no-repeat 0 0; float:right;width:252px; height:40px}
.product-view .add-to-cart:hover {background: url(../images/btnAdddCart.png) no-repeat 0 100%; cursor:pointer}
.product-view .add-to-holder label,.product-view .add-to-holder input, .product-options-bottom .add-to-cart input{margin:10px 5px 0 0; }
#DescHide{ text-align:justify}

/* Rating */
.ratings {margin-bottom:10px}
.ratings .amount {}
.ratings .rating-links { float:left; margin-left:10px}
.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; overflow:hidden; float:left; margin-top: 1px}
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */

.availability { font-weight:bold;float:left;padding:0 0 10px 0;}
.BundleAvailability{ font-weight:bold;padding:10px 0;}
.availabilitySoon { float:right; color:#4C9C06; margin:-30px 20px 0 0; font-weight:bold}
.item .availability, #products-grid-table .availability{ float:none}
.in-stock{ color:#4C9C06}
.out-of-stock {color:#f00;}

/* SOCIAL BOOKMARKING */
.social-bookmarking { padding:10px 0; margin:10px 0; border-width:1px 0; border-style: dotted; border-color: #ddd; text-align:right}
.social-bookmarking li{ display:inline}
.social-bookmarking  .bookmarksLabel{ margin-right:10px}

/********** < Product Prices */
.price { white-space:nowrap !important; }

/* Regular price */
.regular-price {}
.regular-price .price,.price-box .price {color:#000;display:block;font-size:18px;font-weight:normal;line-height:20px;}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through;color:#999999;display:inline;font-size:13px;font-weight:normal; }
.ToDate{ display:block}
/* Special price */
.special-price .price-including-tax { font-size:18px; color:#199ed6}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

.price-as-configured .price{color:#000000;display:block;font-size:18px;font-weight:normal;line-height:20px;}

/* FTP */
.weee { display:block; font-size:10px; color:#bbb;}
.weee .price { font-weight:normal;font-size:10px; color:#bbb; margin-top:3px; display:inline }
.weee small{ font-weight:normal;font-size:10px; color:#bbb; margin-top:3px; display:inline }
/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; float:right; display:none }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {display:none}
.price-box-bundle .price-box{ margin-top:10px}


/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }
.add-to-links a { color:#b66b8b; font-weight:bold}
.add-to-links a:hover { color:#702c4a}

/* Add to Cart */
.add-to-cart label { float:left; margin: 10px 5px 0 0 ; color:#F6E6F1; padding-top:2px;}
.add-to-cart .qty { float:left; border-color:#9B5A75; padding:2px }
.add-to-cart button { background:none ;float:left;text-align:center;width:180px; height:40px; cursor:pointer; color:#F6E6F1; text-shadow:1px 1px 0 #9B5A75; padding-left:35px;}
.add-to-cart button span{ background:none; padding:0; font-size:18px; font-weight:normal}

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

.product-view {margin-top:20px}
.product-essential {}
.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
#new-products-list-table .product-name a{ color:#219BD2}
#new-products-list-table .product-name a:hover{ color:#0064a0}


/* Product Options */
.product-options { padding:10px;  border:1px solid #E9E3DA; background-color:#F2F0ED; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder label { vertical-align:middle; display:none }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; display:none }
.product-options dd { border-bottom:1px solid #E9E3DA;margin:5px 0 10px;padding-bottom:10px; }
.product-options dl.last dd.last { margin-bottom:0}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required {}

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; float:left }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
#product_tabs_description_tabbed_contents .std object {float:right;padding:0 0 10px 10px; z-index:1}
#product_tabs_description_tabbed_contents .std embed {z-index:-10;float:right;}

/* Block: Additional */
.product-collateral .manuelPdf{ background:url(../images/pdf.png) no-repeat 0 50%; padding:5px 0 5px 25px}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Reviews */
#customer-reviews li {border-bottom:1px dotted #ddd;margin-bottom:10px;}
#customer-reviews .ratings-list {float:right;width:200px; margin-bottom:5px}
#customer-reviews .ratings-list td, #customer-reviews .ratings-list th {border:1px solid #EEEEEE;padding:2px;}
#customer-reviews small {font-size:10px;font-weight:bold;}
.ratings-table td,.ratings-table th{ border:1px solid #ddd; padding:5px}

.product-view .add-review {border:1px solid #eee;padding:10px;}
.product-view .add-review .product-name { margin-bottom:10px; font-size:20px}
.product-view .add-review .product-name span{font-weight:normal}
.product-view .add-review .form-list{  margin-top:10px}
.product-view .add-review .form-list li{ border-bottom:none}

/* Pdt associés */
.product-view .related p {margin-bottom:10px; font-weight:bold;}
.product-view .related li {border:1px dotted #ddd;float:left;height:90px;margin:0;padding:10px;width:221px;}
.product-view .related .product-image {float:left;}
.product-view .related .product-details {margin-left:70px;}
.product-view .related .product-name {font-size:12px; background:none; padding:0}
.product-view .related .price-box {margin-top:5px;}
.product-view .related li.last {border-right:1px solid #DDDDDD;}

/* Upsell */
.box-up-sell{padding-bottom:15px;}
.box-up-sell .block-content { background:url(../images/bg-block-upsell.png) repeat-y top left;}
.box-up-sell .products-grid td { border-width: 1px 0 0 0}
.box-up-sell .products-grid h3 { font-size:12px}

/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name a {color:#219BD2}
.product-name a:hover {color:#0064a0}

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table .item-options .price{ display:none}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:15px 0 0;float:left;width:680px;  }
.cart .cart-collaterals .cartBox{background:#F2F0ED;border:1px solid #E9E3DA;margin-bottom:10px;padding:10px; }
.cart .cartBox h3{color:#8f806c;text-shadow:#fff 0 1px 1px;}

.cart .crosssell h3 { margin-bottom:10px; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-details .product-name{ font-weight:bold}
.cart .crosssell .product-details .weee{ display:none}
.cart .crosssell li.item { border-bottom:1px solid #E9E3DA;padding:5px 0; }
.cart .crosssell li.last { border-bottom: none}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .shipping .sp-methods dd{border-bottom:1px solid #E9E3DA;margin-bottom:5px;padding-bottom:5px;}

/* Shopping Cart Totals */
.cart .totals { float:right;background:#CCBCA6;border:1px solid #A99B89;color:#FFFFFF;margin-top:15px;padding:10px;text-align:right;width:245px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
#shopping-cart-totals-table tfoot {font-size:15px;color:#634B2E;text-shadow:0 1px 1px #E9E3DA;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }

/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress { margin-top:15px}
.block-progress dt { font-weight:bold; background:#f5f5f5 }
.block-progress dt { padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #E9E3DA}
.block-progress dt.complete { background-color:#F2F0ED; border:1px solid #E9E3DA }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { padding:0px 5px; }
.opc .step-title .number {float:right;font-size:20px;font-weight:bold;overflow:hidden;padding:0 10px;text-align:center;}
.opc .step-title h3 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow {}
.opc .allow .step-title { cursor:pointer;background-color:#e9e3da; color:#beac93;text-shadow:0 1px 1px #fff;  }
.opc li.allow { border:1px solid #beac93; border-bottom:0; }

.opc li.active { border:1px solid #988a76}
.opc .active  .step-title { padding:10px 5px;background-color:#beac93; cursor:default; color:#634B2E;text-shadow:0 1px 1px #E9E3DA;  }
.opc .active .step-title .number{ background:url(../images/active-number.png) no-repeat 0 50%; padding: 0 30px 0 35px; color:#beac93; text-shadow: none}
.opc .active .step-title .number,
.opc .active .step-title h3 {font-size:30px; font-weight:bold; }


.opc .step { border-top:1px solid #988a76; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }
.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/*LOGIN*/
#checkout-step-login .col-1, .account-login .col-1 {background:none repeat scroll 0 0 #F5F5F5;border:1px solid #DDDDDD;margin:3px 0 0;padding:10px;width:57%;}
#checkout-step-login .col-2, .account-login .col-2 {width:37%;}
#checkout-step-login .required, .account-login .required {text-align:left;}
.CreateAccount ul li{}

/*BILLING*/
.PostCode { width:100px !important}
.PostCode input{ width:80px !important}
.YourCity{ width:180px !important}
.YourCity input{ width:160px !important}


#co-shipping-form .control { padding:10px; background:#aece3c; border:1px solid #65a82d; margin-bottom:10px; color:#fff; font-weight:bold}
/*Shipping method*/
#checkout-shipping-method-load .sp-methods dd, #checkout-payment-method-load dd{ padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #E9E3DA}

/*payement method*/
#payment_form_checkmo label{ float:none}

/*resume*/
.backStore{ display:block}

/*SUCESS*/
.fb_order_success{ margin-top:10px}

/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.messagesRight{ width:68% !important}
#msg_telform p{ margin-bottom:10px}
.Region{ display:none !important}

/* My Account ============================================================================= */
.my-account{ margin-top:25px}
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account h3,.cms-page-view h3 {color:#c47d9c}

/********** < Dashboard */
#my-orders-table .separator{ display:none}

/* Block: Account */
.block-account li {border-bottom:1px solid #E9E3DA}
.block-account li a{ padding:5px; display:block }
.block-account li a:hover{ background:#CCBCA6; color:#fff	}
.block-account li.current{ padding:5px; color:#189fd6; background:#f5f5f5}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.my-account .box{ border:1px solid #E9E3DA;margin-bottom:10px;padding:10px;}
.dashboard  .box-head h2{border-bottom:1px solid #189FD6; margin-bottom:10px }
.box-title h3{border-bottom:1px solid #E9E3DA; margin-bottom:10px}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }

/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list li.item {padding-bottom:5px; margin-bottom:5px; border-bottom:1px dotted #E9E3DA}

/* 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 dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }
.order-items h2{ background:#A99B89; padding:5px;color:#634B2E;text-shadow:0 1px 1px #E9E3DA; border:1px solid #92826f; border-bottom:none }
.order-items .grand_total { background:#f5f5f5}

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {}
.NewPdt{ width:960px; margin:10px auto 20px auto;}
.bottomContainer{background:#c7b7a2 url(../images/bg-bottom.png) repeat-x 0 0; margin-top:10px; padding:10px 0}
#IE6 .bottomContainer{background: url(../images/bg-bottom.jpg) #c7b7a2 repeat-x top left}
.bottom{ width:960px; margin:0 auto; padding:15px 0}
.baseLine{background: url(../images/bg-baseline.png) repeat-x 0 0; padding:10px 0 5px 0 }
#IE6 .baseLine{background: url(../images/bg-baseline.jpg) repeat-x top left}
.baseLine p{ width:960px; margin:0 auto; clear:both; text-align:left; color:#d5c6b6; text-shadow:1px 0 0 #6f6453}
.baseLine p a{ color:#fff; font-weight:bold}
.baseLine p a:hover {color:#634B2E; text-shadow:0 1px 1px #fff;}
.baseLine p .BottomLinks{ margin-left:10px}

.FooterBloc{ float:left; padding:0 20px; width:278px;}
.FooterBloc h3{ font-size:25px; color:#634b2e;text-shadow:0 1px 1px #fff; padding-bottom:10px}
.FooterBloc ul li a{ padding:5px 5px 5px 20px; color:#443a2c; text-shadow:0 1px 1px #e9e3da; display:block;font-weight:bold; border-bottom:1px dotted #e9e3da; background:url(../images/bg-li-footer.png) 0 50% no-repeat}
.FooterBloc ul li a:hover{ color:#443a2c; text-shadow:0 1px 1px #e9e3da; border-bottom:1px dotted #645746;  background:url(../images/bg-li-footer-over.png) 0 50% no-repeat #d7cbbc}

.footer .about{border-width:0 1px; border-style:solid; border-color:#988A76;}

.footer .charte{border-right:1px solid #e3dad1 }
.footer .charte li { margin-top:10px}
.footer .charte li a{ width:230px; height:60px; background:url(../images/footer-ico.png) no-repeat 0 0; display:block; text-indent:-9999em; padding:0; margin:0; border:0}
.footer .charte li a:hover{border:0}
.footer .charte  .IcoCharte a:hover{ background:url(../images/footer-ico.png) no-repeat 0 -60px}
.footer .charte .IcoFaq a{ background:url(../images/footer-ico.png) no-repeat 0 -120px}
.footer .charte .IcoFaq a:hover{ background:url(../images/footer-ico.png) no-repeat 0 -180px}
.footer .charte .IcoContact a{ background:url(../images/footer-ico.png) no-repeat 0 -240px}
.footer .charte .IcoContact a:hover{ background:url(../images/footer-ico.png) no-repeat 0 -300px}

.footer .charteUK{border-right:1px solid #e3dad1 }
.footer .charteUK li { margin-top:10px}
.footer .charteUK li a{ width:230px; height:60px; background:url(../images/footer-ico-uk.png) no-repeat 0 0; display:block; text-indent:-9999em; padding:0; margin:0; border:0}
.footer .charteUK li a:hover{border:0}
.footer .charteUK  .IcoCharte a:hover{ background:url(../images/footer-ico-uk.png) no-repeat 0 -60px}
.footer .charteUK .IcoFaq a{ background:url(../images/footer-ico-uk.png) no-repeat 0 -120px}
.footer .charteUK .IcoFaq a:hover{ background:url(../images/footer-ico-uk.png) no-repeat 0 -180px}
.footer .charteUK .IcoContact a{ background:url(../images/footer-ico-uk.png) no-repeat 0 -240px}
.footer .charteUK .IcoContact a:hover{ background:url(../images/footer-ico-uk.png) no-repeat 0 -300px}


.footer .blog { border-left:1px solid #e3dad1}
.footer .blog .read-more { float:right; margin-top:10px}
.footer .blog .read-more a{background:url("../images/more.png") no-repeat 0 0;color:#fff;display:block;font-size:15px;padding:4px 0 5px 7px;;text-shadow:1px 0 0 #655949;width:104px; height:20px; font-style: italic}
.footer .blog .read-more a:hover{ background:url(../images/more.png) no-repeat 0 100%; color:#6f2945; text-shadow:#ba7c96 0 1px 1px }

#creditfooter{ display:none}
.footer-container .bottom-container { text-align:center; }

/* Slider Livraison */
.bottom-container .widget {position:absolute;right:0;top:170px;}
.bottom-container .widget #SliderBtn{ float:left; background:url(../images/SliderLivraisonBtn.png) no-repeat top left; display:block; height:175px; width:49px; text-indent:-999em; padding:0}
.bottom-container .widget #SliderBtn:hover{background-position:bottom left;}
.bottom-container .widget #SliderContent{float:right;width: 240px; font-size:11px; color:#3a3325; background:url(../images/SliderLivraisonContent.png) repeat-x top left; padding:15px; height:150px}
.bottom-container .widget #SliderContent p{padding-bottom:5px}

/* ======================================================================================= */

/* Page CMS ================================================================================ */
.cms-page-view h2 img{ vertical-align:middle; margin-right:10px}
.cms-page-view table.border td{ border:1px solid #ccc}
.cms-page-view .center{ text-align:center}
.cms-page-view .std hr{ background:#ccc; height:1px; border:none}

.tags-list li { display: inline}


/* Contact ================================================================================ */
#contactForm { width:64%; float:right}
.contactTelephone{ width:29%; float:left; padding:20px}
.contactTelephone img{ margin-right:10px}
.contactTelephone p{ margin-top:20px}
.contactTelephone strong{ display:block; font-size:18px; line-height:12px; margin-top:20px}
.contactTelephone small{ font-size:10px}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/*Page popup*/
.page-popup object{ display:none}
.page-popup { background:#fff}
.page-popup .page-title{ background:#CCBCA6; padding:5px}
.page-popup .page-title h1{ color:#fff;}
.page-popup .page-title a:hover{ color:#fff;}

.category-consommables-c-14 .page-title,
.category-aromatherapie-c-7 .page-title,
.category-chauffage-climatisation-c-16 .page-title,
.category-deshumidificateur-d-air-c-5 .page-title,
.category-humidificateur-d-air-c-6 .page-title,
.category-purificateur-d-air-c-8 .page-title,
.category-ventilateur-design-c-10  .page-title{ display:none}

.category-consommables-c-14 #CatDetails ,
.category-aromatherapie-c-7 #CatDetails,
.category-chauffage-climatisation-c-16 #CatDetails ,
.category-deshumidificateur-d-air-c-5 #CatDetails ,
.category-humidificateur-d-air-c-6 #CatDetails ,
.category-purificateur-d-air-c-8 #CatDetails ,
.category-ventilateur-design-c-10 #CatDetails{}
/* ======================================================================================= */

/* ======================================================================================= */
/*AddCart*/

div.j2tajax-confirm div.j2tajax-checkout-img{ float:left; margin-right:5px;}

div.j2tajax-confirm .success-msg {background:none;padding: 8px !important;text-align:left;border:none !important;}
.j2tajax-checkout-txt{ margin-top: 20px;}
.j2tajax-checkout-txt h2{color:#826320}
.j2tajax-checkout-txt p{color:#666}
div.j2tajax-progress{  z-index: 9999; text-align:center;padding:5px; z-index: 199;background: url(../images/bg-addCart-progess.png) no-repeat top left !important}
div.j2tajax-confirm{z-index: 9999; text-align:center; background: url(../images/bg-addCart.png) no-repeat top left !important }
div.j2tajax-confirm .messages{ height:165px}

div.j2t-overlay{width: 100%;height: 100%;background: black;position: fixed;top: 0;left: 0;z-index: 198;}


a.j2t-checkout-link{background: transparent url('../images/j2t/j2t-button-green-left.png') no-repeat top left;display: block;float: left;font-size:11px;line-height: 16px; height: 28px;padding-left: 11px;text-decoration: none;margin-left:10px; font-weight: bold}
a:link.j2t-checkout-link, a:visited.j2t-checkout-link, a:active.j2t-checkout-link{color:#fff; text-shadow:1px 0  0 #4f7d20;}
a.j2t-checkout-link span{background: transparent url('../images/j2t/j2t-button-green-right.png') no-repeat top right;display: block;padding: 6px 11px 6px 0; }
a.j2t-checkout-link:hover{color:#286202;text-shadow:0 1px  0 #88c454; }

span.j2t-or{display:none;}

a.j2t-continue-link{background: transparent url('../images/j2t/j2t-button-gray-left.png') no-repeat top left;display: block;float: left;font-size:11px;line-height: 16px; height: 26px;padding-left: 11px;text-decoration: none;font-weight: bold;margin-left:150px;}
a:link.j2t-continue-link, a:visited.j2t-continue-link, a:active.j2t-continue-link{text-shadow:0 1px  0 #fff;color:#666;}
a.j2t-continue-link span{background: transparent url('../images/j2t/j2t-button-gray-right.png') no-repeat top right;display: block;padding: 5px 11px 5px 0; }
a.j2t-continue-link:hover{color:#333; text-shadow: 0 1px  0 #eee; }




.checkout-cart-index .main-container{ min-height:300px; overflow:visible}
/*#IE6 #iemessage{ display:none}*/
/*.cms-home*/ #IE6 #iemessage{ text-align:center; background:#444; color:#189FD6; padding:10px 2%; position:absolute; top:0; width:96%; display:block}
#IE6 #iemessage strong{ display:block}
#IE6 #iemessage a{ color:#fff; text-decoration:underline}
#IE6 #iemessage a:hover{ color:#189FD6;; text-decoration:underline}

#xiti-logo{ display:none}
.storeofshop{ float:right;margin-top:-3px;}