/**
 * 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 {}
.page { width:980px; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { width: 980px; margin: 0; background: url(../images/divers/main.gif) center top repeat-y;  }
.main-bis { width: 980px; height: 15px; margin: 0; background: url(../images/divers/main-bis.jpg) center top no-repeat;  }

/* Base Columns */ 
.col-left { float:left; width:220px; padding:0; }
.col-main { float:left; width: 670px; padding:0; margin: 0 30px 0 30px; }
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { float: none; width: 860px; padding: 0 0 15px 0; margin: 0 60px 20px 60px; }
.col1-layout-intro .col-main { float:none; width:auto; margin: 0 30px; line-height: 0; font-size: 0; }

/* 2 Columns Layout */
.col2-left-layout .col-main { margin-bottom: 20px; }
.col2-right-layout .col-main { margin-bottom: 20px; }

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

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

.form-list .col2-set .col2-set .col-1 { width: 47%; }
.form-list .col2-set .col2-set .col-2 { width: 47%; }

/*.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%; }*/

.col3-set .col-1 { float: left; width: 215px; }
.col3-set .col-2 { float: left; width: 215px; margin: 0 12px; }
.col3-set .col-3 { float: right; width: 215px; }

.col1-layout .col3-set .col-1 { width: 278px; }
.col1-layout .col3-set .col-2 { width: 278px; margin: 0 12px; }
.col1-layout .col3-set .col-3 { width: 278px; }

.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 { vertical-align:middle; color:#000; }
input.input-text,select,textarea { background: #FFF; border: 1px solid #DDD; }
input.input-text:focus, textarea:focus { background-color: #F3F3F3; border-color: #999; }
input.input-text,textarea { padding: 2px; }
select { padding: 1px; }
select option { /*padding: 2px 10px 2px 3px;*/padding: 0 5px; }
select.multiselect option { border-bottom: 1px solid #EEE; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; text-align: center; }
button.button::-moz-focus-inner, button.button-black::-moz-focus-inner, button.button-blue::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button, button.button-black, button.button-blue { overflow:visible; width:auto; border:0; padding:0 0 0 12px; margin: 0 4px; background:url(../images/divers/content/btn_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span, button.button-black span, button.button-blue span { float:left; height: 22px; line-height: 22px; _margin: 1px 0 0 0; padding:0 20px 0 0; background:url(../images/divers/content/btn_button.gif) 100% 50% no-repeat; font-weight: bold; text-align:center; font-style: italic; white-space:nowrap; color: #2D7406; }
button.button-black, button.button-blue { background-image:url(../images/divers/content/btn_button-black.gif); }
button.button-black span, button.button-blue span { background-image:url(../images/divers/content/btn_button-black.gif); color: #FFF; }
button.button-blue, button.button-blue span { background-image:url(../images/divers/content/btn_button-blue.gif); color: #0066CC; }
button.button:hover, button.button span:hover { color: #333 !important; }
button.button-black:hover, button.button-black span:hover { color: #EEE !important; }
button.disabled {}
button.disabled span {}
/* 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 { background:#eee; }*/

/* Form lists */
.form-list {}
.form-list li { margin: 5px 0 5px 0 !important; }
.form-list label { display: inline; font-weight:bold; }
.form-list .input-box { margin: 5px 0; }
.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; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.xsmall-input { width: 60px !important; }
.small-input { width: 100px !important; }
.medium-input { width: 160px !important; }
.large-input { width: 250px !important; }
#country { width: 160px; }

.group-select { margin: 15px 0; }
.group-select li { margin: 0 0 20px; }
.group-select .input-box { float:left; }
.group-select input.input-text,
.group-select textarea { }
.group-select select { height: 20em; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { }
.group-select .input-box select { }

.buttons-set { clear: both; margin: 20px 0 10px 0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float: right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { display: none; 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:#f00; }
p.required { margin: 2em 0 0 0; font-size: .9em; text-align: left; font-weight: bold; }
/* 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 { display: block; overflow:hidden; }
.messages li { margin:0; list-style: none; }
.messages li li { margin:0; list-style: none;  }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px center !important; background-repeat:no-repeat !important; padding:8px 8px 8px 32px !important; margin: 5px 0 15px 0 !important; font-size: 1em !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color: #999; background-color: #EEE; background-image:url(../images/note_msg_icon.gif); color:#333; }

/* BreadCrumbs */ 
.breadcrumbs { margin: 0 40px 15px 40px; font-size: .9em; color: #AAA; }
.breadcrumbs li { display:inline; }
.breadcrumbs a { color: #BBB; }
.breadcrumbs a:hover { color: #666; }

/* Page Heading */
.page-title { border-bottom:1px solid #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; }

/* Pager */ 
.pager { margin: 25px 0 15px 0; font-size: .9em; color: #666; text-align: center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .limiter select { text-align: right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { color: #000; font-weight: bold; display:inline; }
.pager .pages li a { padding: 0 3px; color: #333; }
.pager .pages .current { padding: 2px 5px; color: #FFF; border: 1px solid #FFF; background-color: #333; }

.text-category { height: 18px; line-height: 18px; margin: 10px 0; font-size: .9em; font-weight: bold; color: #CCC; background: url(../images/catalog/product/list/text-category-list.jpg) left top no-repeat; width:670px; }
.text-category2 { height: 18px; line-height: 18px; margin: 10px 0; font-size: .9em; font-weight: bold; color: #CCC; background: url(../images/catalog/product/list/text-category-list2.jpg) left top no-repeat; width:670px; }

/* Sorter */ 
.sorter { height: 18px; line-height: 18px; margin: 10px 0; font-size: .9em; font-weight: bold; color: #CCC; background: url(../images/catalog/product/list/sorter_products-list.jpg) left top no-repeat; }
.sorter label { margin-right: 5px; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Sorter for View Type: List */
.sorter.products-list { width: 670px; }
.sorter.products-list .col-1, .products-list .col-2, .products-list .col-3 { margin: 0 5px; padding: 0; float: left; }
.sorter.products-list .col-1.product-image { width: 78px; border: none; margin-right: 8px; text-align: center; color: #888; }
.sorter.products-list .col-2.product-shop { width: 400px; }
.sorter.products-list .col-3.product-stock { width: 70px; font-size: 1em; font-weight: bold; text-align: center; }
.sorter.products-list .col-3.product-action { width: 70px; text-align: right; }

/* 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 { line-height: 1em; font-size: .9em; color: #CCC; background: url(../images/divers/content/background_dark.jpg) left center repeat-x; }
.data-table tbody {}
.data-table tfoot { line-height: 1em; font-size: .9em; color: #CCC; background: url(../images/divers/content/background_dark.jpg) left center repeat-x; }
.data-table tfoot tr { background: url(../images/divers/content/background_dark.jpg) left center repeat-x; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.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/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 { background-color:#f6f6f6; }
tr.tax-details-first td {}

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

/* Lists Decoration */
li.odd { }
li.last { border-bottom: none !important; }
li.last.odd { border-bottom: none !important; padding-bottom: 0 !important; margin-bottom: 0 !important; }
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 ul.messages { list-style: none; padding-left: 0; }
.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 */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Teaser ================================================================================ */
.top-annonce { width: 50%; position: absolute; top: 30%; left: 25%; z-index: 99999; text-align: center; }


/* Header ================================================================================ */
.logo { width:326px; height:125px; margin: 14px 0 0 10px; position: absolute; z-index: 999; } 
.header-container { }
.header { height: 147px; margin: 0 30px; background: url(../images/divers/header/header.jpg) left 46px no-repeat; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:326px; height:125px; }
.header .logo a span { position: absolute; visibility: hidden; z-index: 0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { margin: 120px 7px auto auto; font-size: .9em; text-align: right; font-weight: bold; float:right; }
.header .links li { padding: 0; margin: 3px 6px; color: #2D7406; display: inline; }
.header .links li.promotions {}
.header .links li.promotions span { padding: 3px 0 3px 8px; background: url(../images/divers/header/links/promotions.jpg) left center no-repeat; }
.header .links li.promotions span+span { padding: 3px 5px 3px 0;background: url(../images/divers/header/links/promotions.jpg) right center no-repeat; }
.header .links li.new-products {}
.header .links li.new-products span { padding: 3px 0 3px 8px; background: url(../images/divers/header/links/new-products.jpg) left center no-repeat; }
.header .links li.new-products span+span { padding: 3px 5px 3px 0;background: url(../images/divers/header/links/new-products.jpg) right center no-repeat; }
.header .links li.promotions a, .header .links li.new-products a { color: #FFF; text-decoration: none; }
.header .links li a.white { color: #FFF; }
.header .form-mini-search, .footer .form-mini-search { width: 185px; margin: 68px auto auto 730px; line-height: 18px; text-align: left; position: absolute; z-index: 1; }
.footer .form-mini-search { margin: auto auto auto 715px !important; }
.header .form-mini-search label, .footer .form-mini-search label { display: block; }
.header .form-mini-search input.input-text, .footer .form-mini-search input.input-text { width: 150px; padding: 2px 4px; margin: 0; color: #666; border: none; background: url(../images/divers/header/form-mini-search_input-text.gif) left top no-repeat; }
.header .form-mini-search button.button, .footer .form-mini-search button.button { padding: 0; margin: 0 0 0 5px; background: none !important; }
.header .form-mini-search .search-autocomplete, .footer .form-mini-search .search-autocomplete { z-index:999; }
.header .form-mini-search .search-autocomplete ul, .footer .form-mini-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-mini-search .search-autocomplete li, .footer .form-mini-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-mini-search .search-autocomplete li .amount, .footer .form-mini-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-mini-search .search-autocomplete li.selected, .footer .form-mini-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }
.header a, .header a:visited { color: #999; text-decoration: none; }
.header a:hover { color: #FFF; text-decoration: underline; }

/********** < Navigation */
#nav { height: 31px; line-height: 31px; padding-left: 65px; margin: 0 30px; background: url(../images/divers/nav/nav.jpg) left top repeat-x; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#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; }
#nav li a { float:left; padding:0 8px; font-size: .95em; font-weight:bold; color: #DECDCD; }
#nav li a:hover { color: #FFF; }
#nav li.over a,
#nav li.active a { color: #FFF; }

/* 2nd Level */
#nav ul { line-height: 2em; position:absolute; width:15em; top:31px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:0 9px; font-weight: bold; color: #333 !important; }
#nav ul li a:hover { color:#2D7406 !important; background: #DDD; }
#nav ul li.active > a,
#nav ul li.over > a  { color:#2D7406 !important; background: #DDD; }
#nav ul li.parent {background: url(../images/divers/nav/arrow.gif) right no-repeat;}

/* 3rd+ leven */
#nav ul ul { top:7px; border-color: #BBB; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:135px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin: 0 0 20px 20px; color: #333; font-size: .9em; }
.block .block-title { margin-bottom: 5px; }
.block h3 { margin-top: 0; font-size: 1.1em;; line-height: 1.5em; color: #2D7406; }
.block .block-content { padding: 0 20px; margin-bottom: 18px; }
.block .block-content  ul li a { padding-left: 8px; text-decoration: none; background:  url(../images/divers/content/col-left/sidebar_block-content_ul_li_a.gif) left center no-repeat; }
.block .actions { margin-top: 5px; text-align:right; }
.block .actions a { }
.block dl { margin-top: 10px; }
.block dt { margin-top: 10px; font-weight:bold; }
.block select { display: block; }
.block button { margin: 0 15px 0 20px; }
.block .clear { height: 10px; }

/* Block: Account */
.block-account {}
.block-account .current { font-weight: bold; }

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .currently { font-weight: bold; }
.block-layered-nav .currently .label { margin-left: 3px; color: #666; }
.block-layered-nav .currently li a { color: #333; text-decoration: none; }

/* Block: Promotions */
.block-promotions {}
.block-promotions .block-title { margin-bottom: 0; }
.block-promotions .col2-set { margin: 0; }
.block-promotions .col2-set .col-1 { width: 100px; margin: 5px 0 10px 0; }
.block-promotions .col2-set .col-2 { margin: 5px 0 10px 12px; width: 48px; }
.block-promotions .product-name { font-size: .9em; }
.block-promotions .product-name a { padding-left: 8px; text-decoration: none; background:  url(../images/divers/content/col-left/sidebar_block-content_ul_li_a.gif) left 2px no-repeat; }
.block-promotions .product-name a:hover { color: #666; }
.block-promotions .price-box { margin-top: 4px; }
.block-promotions .price { color: #2D7406; font-size: 1.3em; line-height: 1em; }

/* Block: New Products */
.block-new-products {}
.block-new-products .block-title { margin-bottom: 0; }
.block-new-products .col2-set { margin: 0; }
.block-new-products .col2-set .col-1 { width: 100px; margin: 5px 0 10px 0; }
.block-new-products .col2-set .col-2 { margin: 5px 0 10px 12px; width: 48px; }
.block-new-products .product-name { font-size: .9em; }
.block-new-products .product-name a { padding-left: 8px; text-decoration: none; background:  url(../images/divers/content/col-left/sidebar_block-content_ul_li_a.gif) left 2px no-repeat; }
.block-new-products .product-name a:hover { color: #666; }
.block-new-products .price-box { margin-top: 4px; }
.block-new-products .price { color: #2D7406; font-size: 1.3em; line-height: 1em; }

/* Block: Cart */
.block-topcart { height: 23px; line-height: 23px; margin: 40px auto auto 261px; border: 0; position: absolute; z-index: 0; }
.block-topcart .block-title { width: 135px; height: 23px; padding: 0; line-height: 23px; border: 0; float: left; background:  url(../images/divers/header/block-topcart_block-title.jpg) left top no-repeat; }
.block-topcart .block-title h2 { font-size: 1.2em; visibility: hidden; }
.block-topcart .block-content { height: 23px; line-height: 22px; padding: 1px 3px 0 7px; border: 0; color: #666; font-size: 1em; float: left; background:  url(../images/divers/header/block-topcart_block-content.jpg) left top repeat-x; }
.block-topcart .block-content a { color: #333; font-weight: bold; }
.block-topcart .block-button { width: 60px; height: 23px; line-height: 23px; border: 0; float: left; background: url(../images/divers/header/block-topcart_block-button.png) left top no-repeat; }
.block-topcart .block-button a { position: absolute; z-index: 999; }

.block-topcart .amount {}
.block-topcart .separator { color: #2D7406; }
.block-topcart .subtotal { text-align:center; }
.block-topcart .subtotal .label { color: #2D7406; font-weight: bold; }
.block-topcart .subtotal .price { color: #333; font-weight: bold; font-size: 1.1em; }

.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 {}

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

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding: 5px 0; }
.block-compare a.product-name { padding-left: 8px; text-decoration: none; color: #660000; background:  url(../images/divers/content/col-left/sidebar_block-content_ul_li_a.gif) left 2px no-repeat; }
.block-compare a.product-name:hover { color: #666; }
.block-compare a.product-name+a { margin-left: 3px; }
.block-compare .actions { padding-top: 8px; border-top: 1px solid #999; text-align: left; }
.block-compare .actions a { padding-left: 8px; text-decoration: none; background:  url(../images/divers/content/col-left/sidebar_block-content_ul_li_a.gif) left 2px no-repeat; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

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

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

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .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:#f6f6f6; }

.progress { }
.progress dl { clear: both; }
.progress dt { width: 145px; padding-left: 15px; color: #999; font-size: .9em; background: url(../images/divers/content/pending.gif) left 4px no-repeat; float: left; }
.progress dt.complete { color: #000; background-image: url(../images/divers/content/checked.gif); }
.progress dt .title { font-size: 1.1em; font-weight: bold; }
.progress dt.complete .title { }
.progress dt a { font-weight: bold; }
.progress .clear { height: 0; }
/* ======================================================================================= */


/* Content =============================================================================== */
.block-page { }
.infobulle { padding: 10px; border: 1px solid #333; background: url(../images/catalog/product/infobulle.jpg) center center no-repeat; position: absolute; visibility : hidden; }

/* Block Page: Callouts */
.block-page.callouts { width: 670px; background-color: #000; }
.block-page.callouts .header, .block-page.callouts .footer { height: 13px; padding: 0; margin: 0; line-height: 13px; background: url(../images/divers/content/main/blocks/block-page_header.gif) left top no-repeat; }
.block-page.callouts .footer { background-image: url(../images/divers/content/main/blocks/block-page_footer.gif); }
.block-page.callouts .content { height: 250px; }

/* Block Page: New Products */
.block-page.new-products { width: 660px; height: 300px; padding: 13px 5px 13px 5px; color: #FFF; background: url(../images/catalog/product/new/block-page/content_new-products.jpg) left top no-repeat; }
.block-page.new-products .content { padding: 10px 0; margin-top: 62px; }
.block-page.new-products .content .btn-nav { width: 27px; height: 150px; float: left; }
.block-page.new-products .content .product { width: 110px; padding: 0 5px; text-align: center; float: left; }
.block-page.new-products .content .product h3 { margin: 8px 0 0 0; font-size: .9em; color: #FFF; }
.block-page.new-products .content .product h3 a { color: #CCC; text-decoration: none; }
.block-page.new-products .content .product h3 a:hover { color: #FFF; }
.block-page.new-products .content .product .product-image { border: 1px solid #000; }
.block-page.new-products .content .product .price { font-size: 1.3em; color: #2D7406; }
.block-page.new-products .clear { margin-top: 5px; text-align: center; clear: both; }

/* Block Page: Promotions */
.block-page.promotions { width: 650px; height: 630px; padding: 13px 10px 13px 10px; color: #FFF; background: url(../images/catalog/product/promotions/block-page/content_promotions.jpg) left top no-repeat; }
.block-page.promotions .content { width: 360px; padding: 0; margin-top: 52px; float: left; }
.block-page.promotions .btn-nav { margin: 490px 80px 0 0;float: right; }
.block-page.promotions .content .product { width: 110px; padding: 0 5px; margin-top: 20px; text-align: center; float: left; }
.block-page.promotions .content .product h3 { margin: 8px 0 0 0; font-size: .9em; color: #FFF; }
.block-page.promotions .content .product h3 a { color: #CCC; text-decoration: none; }
.block-page.promotions .content .product h3 a:hover { color: #FFF; }
.block-page.promotions .content .product .product-image { border: 1px solid #000; }
.block-page.promotions .content .product .price { font-size: 1.3em; color: #2D7406; }
.block-page.promotions .content .product .old-price .price { background-image: url(../images/catalog/product/old-price_dark.gif); }
/* ======================================================================================= */


/* promotions ========================================================================= */
.promotions-page { padding: 132px 0 0 0px; background: url(../images/catalog/product/promotions/image.jpg) left top no-repeat; }
.promotions-page .decompte { margin-bottom: 1.5em; font-size: 1.8em; color: #2D7406; }
.promotions-page .datetime { padding: 3px 5px !important; color: #EEE !important; background: url(../images/divers/content/background_dark.jpg) left center repeat-x; }
.promotions-page .product-image { width: 108px !important; font-size: .9em !important; }
.promotions-page .product-shop { width: auto !important; margin: 0 0 10px 0 !important; font-size: .9em !important; }
.promotions-page .product-shop .product-name { font-size: 1.1em !important; }
.promotions-page .product-action { float: right !important; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list { list-style: none !important; padding: 0 !important; }
.products-list li.item { font-size: .95em; border-bottom: 1px dotted #AAA !important; padding: 7px 0 !important; /*margin: 0 0 5px !important;*/ }
.products-list li.item:hover { background-color: #F3F3F3; }
.products-list .col-1, .products-list .col-2, .products-list .col-3 { margin: 0 5px; padding: 0; float: left; }
.products-list .col-1.product-image { width: 78px; margin-right: 10px; }
.products-list .col-2.product-shop { width: 400px; }
.products-list .col-2.product-shop a { color: #333; }
.products-list .col-2.product-shop a:hover { color: #2D7406; }
.products-list .col-2.product-shop h3 { font-size: 1em; margin-top: 0; }
.products-list .col-2.product-shop .description { font-size: .9em; color: #666; }
.products-list .col-2.product-shop .action { margin-top: 10px; font-size: .9em; color: #666; }
.products-list .col-2.product-shop .action .separator { padding: 0 2px; }
.products-list .col-2.product-shop .action span { padding: 0 5px; color: #CCC; }
.products-list .col-2.product-shop .action a { font-weight: bold; padding-left: 8px; text-decoration: none; color: #666; background:  url(../images/divers/content/col-left/sidebar_block-content_ul_li_a.gif) left 2px no-repeat; }
.products-list .col-2.product-shop .action a:hover { color: #2D7406; }
.products-list .col-3.product-stock { width: 70px; margin-top: 2px; font-size: .9em; font-weight: bold; text-align: center; }
.products-list .col-3.product-stock .in-stock { height: 16px; line-height: 16px; padding-left: 8px; margin-bottom: 3px; color: #FFF; background: url(../images/catalog/product/statuts.jpg) left 0 no-repeat; }
.products-list .col-3.product-stock .in-stock .divfin { width: 8px; height: 16px; background: url(../images/catalog/product/statuts.jpg) right 0 no-repeat; float: right; }
.products-list .col-3.product-stock .out-of-stock { height: 16px; line-height: 16px; padding-left: 8px; margin-bottom: 3px; color: #FFF; background: url(../images/catalog/product/statuts.jpg) left -16px no-repeat; }
.products-list .col-3.product-stock .out-of-stock .divfin { width: 8px; height: 16px; background: url(../images/catalog/product/statuts.jpg) right -16px no-repeat; float: right; }
.products-list .col-3.product-stock div+div { color: #666; font-weight: normal; }
.products-list .col-3.product-action { width: 70px; text-align: right; }
.products-list .col-3.product-action .price { margin: 0; padding: 0; line-height: .8em; font-size: 1.3em; color: #2D7406; }
.products-list .col-3.product-action .old-price { margin-top: 5px !important; font-size: .9em !important; }
.products-list .col-3.product-action .add2cart { width:90%; margin-top: 2px; margin-left:20px; text-align:left; font-size:11px; line-height:normal; /*background:url(../images/divers/content/cart_add.png)right no-repeat;*/}
.products-list .col-3.product-action .add2cart a{ font-weight:bold; color:#333333; text-decoration:underline;}
.products-list .col-3.product-action .add2cart a:hover{color: #2D7406; text-decoration:underline; }


/* ======================================================================================= */


/* Comparator ========================================================================= */
.comparator .product-name { margin-bottom: 10px; font-size: .9em; }
.comparator .price { margin: 0; padding: 0; line-height: .8em; font-size: 1.3em; color: #2D7406; }
.comparator .product-stock { width: 70px; font-size: .9em; font-weight: bold; text-align: center; }
.comparator .product-stock .in-stock { height: 16px; line-height: 16px; padding-left: 8px; margin-bottom: 3px; color: #FFF; background: url(../images/catalog/product/statuts.jpg) left 0 no-repeat; }
.comparator .product-stock .in-stock .divfin { width: 8px; height: 16px; background: url(../images/catalog/product/statuts.jpg) right 0 no-repeat; float: right; }
.comparator .product-stock .out-of-stock { color: #FFF; background-color: #2D7406; }
.comparator .product-stock div+div { color: #666; font-weight: normal; }
.comparator .delete { margin-top: 1em; font-weight: bold; }
.comparator .delete a { color: #999; text-decoration: none; }

.comparator tfoot, .comparator tfoot tr td.data { background-color: #FFF; }
.comparator tfoot .product-name a { color: #000; }
.comparator tfoot .price { font-size: 1.6em; line-height: 1.8em; }
.comparator tfoot a { line-height: 1.6em; font-weight: bold; color: #666; }
/* ======================================================================================= */


/* Wishlist ========================================================================= */
.wishlist .price { margin: 0; padding: 0; line-height: .8em; font-size: 1.1em; color: #2D7406; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { width: 300px; margin-left: 20px; font-size: .9em; float: left; }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; width: 300px; height: 200px; 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: 10px 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:-2px; width:10px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left: 0; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right: 0; top:0; }
.product-view .product-img-box .more-views { margin-top: 30px; }
.product-view .product-img-box .more-views ul { margin: 5px 0 0 -4px; }
.product-view .product-img-box .more-views li { float: left; margin: 0 0 8px 10px ; }

.product-view .product-img-box .icon-promotion, .product-view .product-img-box .icon-new { position: absolute; z-index: 10; }
.product-view .product-img-box .price { font-size:24px; color: #2D7406; }
.product-view .product-img-box fieldset.add-to-cart { width: 100%; }
.product-view .product-img-box fieldset.add-to-cart label { padding: 0 0 0 8px; font-weight: bold; font-size:12px; background:url(../images/divers/content/link.gif) left center no-repeat; }

.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:left; width:350px; }
.product-view h3 { padding-bottom: 7px; }
.product-view .product-shop .spacer-block { margin: 0 0 30px 0; }
.product-view .product-shop .icon-promotion, .product-view .product-shop .icon-new { position: absolute; z-index: 10; }
.product-view .product-shop .price { font-size: 1.8em; color: #2D7406; }
.product-view .product-shop fieldset.add-to-cart { width: 100%; }
.product-view .product-shop fieldset.add-to-cart label { padding: 0 0 0 8px; font-weight: bold; background:url(../images/divers/content/link.gif) left center no-repeat; }
.product-view .product-shop .description { color: #666; min-height:190px; }
.product-view .product-shop .additional.spacer-block { margin-top: 30px; }
.product-view .product-shop .additional .label { padding: 2px 5px; color: #333; background: url(../images/divers/content/background_grey.jpg) left center repeat-x; }
.product-view .product-shop .additional .data { font-weight: normal; background-image: none; }
.product-view .product-shop .data { padding: 2px 5px; color: #333; background-color: #FFF; }
.product-view .product-shop .action-link { padding: 3px 0; font-size: .9em; border: 1px solid #CCC; border-width: 1px 0; background-color: #FFF; }
.product-view .product-shop .action-link div { padding: 10px 10px; background-color: #EEE; }
.product-view .product-shop .action-link h3 { color: #333; margin-top: 0; }
.product-view .product-shop .action-link a { padding: 0 0 0 8px; color: #666; text-decoration: none; font-weight: bold; background:url(../images/divers/content/helper.gif) left center no-repeat; }
.product-view .product-shop .action-link a:hover { color: #2D7406; }

.product-view .product-shop .additional .availibility .product-stock { font-size: .9em !important; }
.product-view .product-shop .product-stock { width: 70px; margin: 1px 5px 0 0; font-weight: bold; text-align: center; }
.product-view .product-shop .product-stock .in-stock { height: 16px; line-height: 16px; padding-left: 8px; margin-bottom: 1px; color: #FFF; background: url(../images/catalog/product/statuts.jpg) left 0 no-repeat; }
.product-view .product-shop .product-stock .in-stock .divfin { width: 8px; height: 16px; background: url(../images/catalog/product/statuts.jpg) right 0 no-repeat; float: right; }
.product-view .product-shop .product-stock .out-of-stock { height: 16px; line-height: 16px; padding-left: 8px; margin-bottom: 3px; color: #FFF; background: url(../images/catalog/product/statuts.jpg) left -16px no-repeat; }
.product-view .product-shop .product-stock .out-of-stock .divfin { width: 8px; height: 16px; background: url(../images/catalog/product/statuts.jpg) right -16px no-repeat; float: right; }
.product-view .product-shop .product-stock div+div { color: #666; font-weight: normal; }

.product-view .product-name {}
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.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; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

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

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

.price-box-bundle {}

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

/* Old price */
.old-price { margin: 0 !important; padding: 0 !important; font-size: 1em !important; line-height: 1.1em !important; color: #999 !important; font-style: italic !important; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { padding: 0 5px !important; color: #666 !important; font-size: 1.1em !important; font-weight:bold; background:url(../images/catalog/product/old-price.gif) center center no-repeat; }

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

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

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; }
.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; }

/* 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 { padding-left:10px; }
.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 { display:none; }

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

/* Add to Links + Add to Cart */
.add-to-box.spacer-block { margin-bottom: 20px !important; }
.add-to-box { padding: 1px; border: 5px solid #CCC; }
.add-to-box:hover { border-color: #2D7406; }
.add-to-box div { padding: 5px 5px 0 15px; background: url(../images/divers/content/background_grey.jpg) left top repeat-x; }
.add-to-box div h3 { margin-top: 0; }
.add-to-box .clear { height: 10px; margin: 0; padding: 0; background-image: none; }
.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 Options */
.product-options { }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { margin-top: 10px; padding: 0 !important; background: none !important; }
.product-options-bottom .price-box { }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {text-align:justify; }

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

/* Block: Upsell */
.product-view .up-sell { }
.product-view .up-sell .products-grid tr td { border: none; }
.product-view .up-sell .products-grid td { width:25%; }
.product-view .up-sell .product-name { font-size: .9em; }
.product-view .up-sell .price { font-size: 1.6em; color: #2D7406; }

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

/* 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; }

/* Advanced Search */
.search-summary { margin-top: 25px; }
.search-summary ul li { padding-left: 8px; background:url(../images/divers/content/col-left/sidebar_block-content_ul_li_a.gif) left center no-repeat; }
.advanced-search label { margin: 15px 0 0 0; display: block; }
.advanced-search .small select { height: 9em; }

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* 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 .checkout-types { float:right; text-align:right; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { margin: 30px 0; }
.cart .cart-collaterals .col-1 { width: 450px; }
.cart .cart-collaterals .col-2 { width: 200px; }

.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left: 60px; }
.cart .crosssell ul { margin-top: 10px; }
.cart .crosssell li.item { width: 335px; margin-bottom: 20px; float: left; }
.cart .crosssell .product-shop .price { color: #2D7406; font-size: 1.3em; line-height: 1em; }
.cart .crosssell .product-shop .action a { font-size: .9em; font-weight: bold; padding-left: 8px; text-decoration: none; color: #333; background:  url(../images/divers/content/col-left/sidebar_block-content_ul_li_a.gif) left 2px no-repeat; }
.cart .crosssell .product-shop .action a:hover { color: #2D7406; }
.cart .shipping {}

/* Shopping Cart Discount */
.cart .discount { width: 450px; line-height: 10px; padding: 0; background:  url(../images/checkout/cart/discount_content.gif) left 10px no-repeat; float:left; }
.cart .discount .content { line-height: 2.5em; padding: 0 7px; }
.cart .discount .content h3 { line-height: 0; padding-top: 0; margin: 10px 0 12px 0; }

/* Shopping Cart Totals */
.cart .totals { width: 200px; line-height: 10px; padding: 0; background:  url(../images/checkout/cart/totals_content.gif) left 10px no-repeat; float:right; }
.cart .totals .content { line-height: 1.3em; padding: 0 7px; }
.cart .totals .content h3 { line-height: 0; padding-top: 0; margin: 10px 0 12px 0; }
.cart .totals .content table { width:100%; margin-bottom: 15px; }
.cart .totals .content table th,
.cart .totals .content table td { padding:5px; }
.cart .totals .content table th { font-weight:bold; }
.cart .totals .content table tfoot { font-size: 1.3em; }
.cart .totals .content table tfoot .price { color: #2D7406; }
.cart .totals .content button { }

/* 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 ============================================================================== */
/* One Page */
.onepage {}
.onepage label { font-size: .95em; margin: 12px 0 2px 0; }
.onepage select { width: auto; height: auto; }
.onepage .customer-dob input { width: 2em !important; text-align: center; }
.onepage .customer-dob input.year { width: 4em !important; }
.onepage input.next { margin-left: 30px; }
.onepage .price { color: #2D7406; }
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background: url(../images/divers/content/background_dark.jpg) left center repeat-x; padding:0 5px 0 0; }
.opc .step-title .number { width: 22px; line-height:22px; margin-right:5px; text-align: center; font-weight: bold; color: #999; background-color: #666; float:left; }
.opc .step-title h3 { margin: 0; font-size: 1em; line-height: 22px; color: #666; float: left; }
.opc .allow .step-title { cursor :pointer; }
.opc .active {}
.opc .active .step-title { cursor:default; }
.opc .active .step-title .number { color: #FFF; background-color: #2D7406; }
.opc .active .step-title h3 { color: #FFF; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .order-review tfoot { background: none; }
.opc .order-review tfoot tr th, .opc .order-review tfoot tr td { font-size: 1.1em; font-weight: bold; color: #333; background: url(../images/divers/content/background_grey.jpg) left center repeat-x; }
.opc .order-review tfoot tr.last { padding: 0 auto; font-size: 1.6em; }
.opc .order-review tfoot tr.last th { line-height: 16px; font-size: .9em; color: #DDD; background: url(../images/divers/content/background_dark.jpg) left center repeat-x; }
.opc .order-review tfoot tr.last td { line-height: 16px; color: #FFF; background: url(../images/divers/content/background_red.jpg) left center repeat-x; }
.opc .order-review tfoot tr.last td .price { color: #FFF; }

/* Login */
.opc #checkout-step-login h3 { margin-top: 0; }
.opc #checkout-step-login .col2-set .col-1 { width: 360px; }
.opc #checkout-step-login .col2-set .col-2 { width: 256px; }

/* 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 {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { padding: 0 5px; margin: 10px 0; height: 22px; line-height: 22px; font-weight: bold; color: #333; border: 1px solid #CCC; background: url(../images/divers/content/background_grey.jpg) left -8px repeat-x; cursor: pointer; }
.sp-methods dd { margin: 10px 0 30px 0; }
.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; }

.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 { margin-top: 15px; }
.gift-message-form { margin-top: 10px; padding: 3px 15px; border: 1px solid #ddd; background-color: #f5f5f5; }
.gift-message-form .inner-box { padding:5px; }
.gift-message-form .gift-item {}
.gift-message-form .giftmessage-area { width: 98%; height: 150px; }

.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; }

/* Payment Methods */
.payment_cc-atos {}
.payment_cc-atos .col3-set { margin: 20px 0; }
.payment_cc-atos .col3-set .col { width: 100px; margin: 0 50px; text-align: center; float: left; }
.payment_cc-atos .info { padding: 10px; font-size: .9em; color: #333; border: 1px solid #CCC; background-color: #EEE; }

/* Checkout Agreements */
.checkout-agreements { font-size: .9em; }
.checkout-agreements li { margin:20px 0; }
.checkout-agreements .agreement-content { padding: 6px; border: 1px solid #999; background-color: #EFEFEF; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agreement-content h2 { margin-top: 5px; padding-top: 0; }
.checkout-agreements .agreement-content h3 { padding-top: 10px; }
.checkout-agreements .agree { font-size: 1.1em; padding:6px; margin-top: 1px; color: #DDD; background: url(../images/divers/content/background_dark.jpg) left center repeat-x; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .registered-users { width: 306px !important; }
.account-login .new-users { width: 506px !important; }

.account-create {}
.account-create label { margin: 15px 0 0 0; display: block; }
.account-create select { height: auto; }
.account-create .customer-dob input { width: 2em !important; text-align: center; }
.account-create .customer-dob input.year { width: 4em !important; }
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* 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 > */

/********** < Account */
.account {}
.account select { height: auto; }
.account ul { margin: 0 0 15px 0; }
.account li { margin: 0; }
.account label { margin: 10px 0 0 0; display: block; }
.account .customer-dob input { width: 2em !important; text-align: center; display: inline; }
.account .customer-dob input.year { width: 4em !important; }
.account .change-password { font-weight: normal; display: inline; }
.account ol.form-list li { padding: 0 0 0 10px; border-left: 3px solid #CCC; }
/********** Account > */

/* Order View */
.order-info { padding:3px 8px; margin: 20px 0 10px 0; color: #CCC; background-color: #333; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.sales-order-view tfoot tr.last { padding: 0 auto; font-size: 1.6em; }
.sales-order-view tfoot tr.last th { line-height: 16px; font-size: .9em; color: #DDD; background: url(../images/divers/content/background_dark.jpg) left center repeat-x; }
.sales-order-view tfoot tr.last td { line-height: 16px; color: #FFF; background: url(../images/divers/content/background_red.jpg) left center repeat-x; }
.sales-order-view tfoot tr.last td .price { color: #FFF; }

/* Print Pages */
.page-print { font-size: .8em; }
.page-print .print-head {}
.page-print .print-head h1 { margin: 0; padding: 0; }
.page-print .print-head img { float:left; }
.page-print .print-head address { font-weight: bold; float:left; margin-left: 300px; }
.page-print .print-head info { font-weight: bold; text-align: right; float: right; }
.page-print .print-head info p { margin: 0 0 5px 0; }

.page-print tfoot tr td { line-height: 16px; font-size: .9em; font-weight: bold; color: #333; background: url(../images/divers/content/background_grey.jpg) left center repeat-x; }
.page-print tfoot tr.last { padding: 0 auto; font-size: 1.6em; }
.page-print tfoot tr.last td { line-height: 16px; color: #FFF; background: url(../images/divers/content/background_red.jpg) left center repeat-x; }
.page-print tfoot tr.last td .price { color: #FFF; }
/* 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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.website-description { width: 890px; margin: 40px auto 0 auto; padding: 0 15px; font-size: .85em; color: #333; }
.website-description a { color: #444; }
.website-description a:hover { color: #999; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { height: 182px; padding:15px 10px; margin: 0 30px; font-size: .9em; color: #EEE; background: url(../images/divers/footer/footer.jpg) left top no-repeat #000; clear: both; }
.footer p { text-align: left; }
.footer .content { margin: 155px auto auto 390px;; position: absolute; }
.footer .content a { color: #666 !important; }
.footer .content a:hover { color: #999 !important; text-decoration: none; }
.footer .content .logo_lusodev { color: #999; padding-left: 12px; margin-left: 2px; background: url(../images/divers/footer/logo_lusodev.gif) left center no-repeat; }
.footer ul { float:left; padding:0 20px 0 0; }
.footer ul li a { padding-left: 8px; background: url(../images/divers/footer/ul_li_a.gif) left center no-repeat; }
.footer ul li a.rss { padding: 0 15px 0 8px; color: #FFF; font-weight: bold; background: url(../images/divers/footer/ul_li_a-rss.gif) right center no-repeat; }
.footer a, .footer a:visited { color: #CCC; text-decoration: none; }
.footer a:hover { color: #FFF; text-decoration: underline; }
/* ======================================================================================= */