/**
 * 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)
 */
.curved{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(skin/frontend/default/opusfocus/css/border-radius.htc);
}

/* Layout ================================================================================= */
.wrapper {}
.page { width:980px; margin:0 auto; padding:0px 0; text-align:left; }
.pages ol { display:inline;}
.pages ol li { display:inline;}
.pages ol li a img.v-middle { margin:0 5px;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:20px; text-align:left; }
.main { margin:0px 0; }

/* Base Columns */ 
.col-left { float:left; width:190px; overflow: hidden;/*border:1px solid #ddd;*/ padding:0 0; }
.col-main { float:left; width:750px; /*border:1px solid #ddd;*/ padding:0px; }
.col-right { float:right; width:215px; /*border:1px solid #ddd;*/ padding:0 0 0; text-align:center }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}


/* 3 Columns Layout */
.col3-layout .col-main { /*width:484px;*/ width: 570px; margin-left:0px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49.2%; /width: 49%; -width: 49.2%; }
.col2-set .col-2 { float:right; width:49.2%; /width: 49%; -width: 49.2%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

.col2-set {
	margin: 0 10px;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#F0E100; }
input.input-text,select,textarea { background:#313131; border:1px solid #909090; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { 
	overflow:visible;
	text-transform:uppercase;
	width:auto; border:0; padding:0 0 0 12px; 
	background:url(../images/bkg_button.gif) 0 50% no-repeat; 
	cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
}
button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 14px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
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 li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.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; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set {
	clear:both;
	margin:0 10px;
	padding:5px;}
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.sendfriend-product-send .buttons-set button.button { margin-right: 10px }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
.a-center{text-align:center}
.a-right{text-align:right}
.a-left{text-align:left}
.right{float:right}
.left{float:left}

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.sendfriend-product-send .messages {
	margin: 10px 0 0 0;
}
.messages li { margin:0 10px 10px 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !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:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:0p; margin:10px 0 0px;color: #B2B2B2; }
.breadcrumbs ul {border-left:1px solid #ddd;padding:0px 0 0 10px;}
.breadcrumbs li { display:inline; font-size:0.8em; }
.breadcrumbs li a{ color: #B2B2B2; text-decoration:none}

/* 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; }

.title-buttons button {
	margin: 20px 20px 0 0;
}
/* Pager */ 
.pager { /*border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center;*/ }
.pager .amount { float:left;}
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}
.catalog-seo-sitemap-category .pager .amount { display: none;}
/* Sorter */ 
.sorter { /*border:1px solid #ddd; padding:5px; margin:5px 0;*/ }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; /*border:1px solid #ddd;*/ font-weight:bold; white-space:nowrap; }
.data-table td { background-color:#f6f6f6; padding:5px; border:1px solid #ddd; }
.data-table thead { /*background-color:#f2f2f2;*/ }
.data-table tbody {}
.data-table tfoot {}
.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.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Header ================================================================================ */

h1#logo {
	float:left;
	margin:16px 0 4px 12px;
	width:202px;
}
.header-container {position: relative; z-index: 99}
.header {text-align:left; position:relative}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { /*display:block; width:200px; height:63px;*/ }
.header .welcome-msg { /*font-weight:bold; text-align:right;*/ }
.header .links { float:right; }
.header .form-search { text-align:center; }
.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; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
#nav { /*font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0;*/ }

/* 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; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }
#nav li a span {visibility:hidden;}

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:19px; 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:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }
#nav ul li a span {visibility:visible;}

/* 3rd+ Level */
#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; }
/********** Navigation > */
/* ======================================================================================= */


.more{
	text-align:right;
	position:absolute;
	bottom:4px;
	right:0px;
	}
.more a{
	color:#F0E200;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/sprite-pictos.gif) no-repeat 0px 0px;
	padding:0px 7px 5px 14px;
	font-size:1.2em;
	}
.more a:hover{
	color:#CCC;
	}

/* Sidebar =============================================================================== */
.block { /*border:1px solid #ddd;*/ margin:0; }
.block .block-title { /*border-bottom:1px solid #ddd;*/ padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { margin: 0 7px 0 10px }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { /*padding:7px 0;*/ }
.mini-products-list .product-image { float:left; width:50px; margin-right:-75px; margin-left: 13px; }
.mini-products-list .product-image img{border:1px solid #D9D9D9;}
.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; margin-right:9px;}

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:0; z-index: 4; position: absolute; top: 5px; left: 5px; }
.block-related .item {  z-index: 1; margin-left:0; position: relative;}
.block-related .item .product-image { float:left; width: 50px; overflow: hidden;}
.block-related .item .product-details { float: left; width: 125px; margin: 0 0 0 5px; display: inline;}
.block-related .item .product-details h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	color: #575757;
	text-align: left;
}
.block-related .item .product-details h3 a {
	font-size: 1em;
	text-decoration: none;
	color: #575757;
	text-align: left;
}
.block-related .item .product-details .price-box {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #818181;
}
.block-related .item .product-details p {
	margin: 0;
	padding: 0;
	text-align: left;
	
}
.block-related .item .product-details p a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* 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; }

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }



/* 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 li.item { /*border:1px solid #ddd; padding:5px; margin:0 0 5px;*/ }
.products-list .product-image { /*float:left;*/ }
.products-list .product-shop { /*float:right; width:320px;*/ }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {border:1px solid #E4E4E4;padding:10px; clear:both; margin-top:15px; background-color:#FFF;}
.product-collateral .description h3, .product-collateral .tags h3, .up-sell h3,.product-collateral .additional h3{ background:url(../images/sprite-pictos.png) no-repeat -230px -87px; padding:0 0 8px 25px; text-transform:uppercase; font-size:1.2em;}
.product-collateral .description .std,.product-collateral .additional table{ color:#575757; margin:0 0 0 26px; padding:0 0 15px 0; line-height:15px; font-size:0.9em; width:95%; -width: auto;}
.product-collateral .tags .form-add-tags, .product-collateral .tags p{ color:#575757; margin:0 0 0 26px; font-size:0.9em;}
.product-collateral .tags p{padding-top:5px;}



/* Product Images */
.product-view .product-img-box { float:left; width:320px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:99%; 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; font-size:0.8em;}
.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; width:100%; }
.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:#fff; margin:0 0 8px 4px; border:1px solid #ddd; }

.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:240px; /*background:url(../images/sprite-bg.png) -547px -1842px no-repeat;*/ display: inline-block; /*height:357px;*/ margin:0px 0 0 0; width:232px; }
.product-view .product-shop .top{width:232px; height:10px; font-size:0.01em; background:url(../images/sprite-bg.png) -547px -1842px no-repeat;overflow:hidden}
.product-view .product-shop .bottom{width:232px; height:10px; font-size:0.01em; background:url(../images/sprite-bg.png) -547px -2189px no-repeat;overflow:hidden}
.product-view .product-shop .block-content{border-left:1px solid #E4E4E4;border-right:1px solid #E4E4E4;}



.product-view .product-name {text-transform:uppercase; font-size:1em;}
.product-view .product-name h2{padding:0px 0 0 5px; }
.product-view .short-description {background:url(../images/sprite-bg.png) -243px -2034px no-repeat; padding:30px 10px 10px 10px; margin:13px 4px 0 1px;}
.product-view .short-description h3{padding:0; margin:3px 0 3px 0;font-size:1.2em; text-transform:uppercase;}
.product-view .short-description{font-size:0.9em; line-height:14px; /*height:86px;*/}

/* more views */
.more-views h3{display:none;}

/* Rating */

.category-products{position:relative;}
.products-grid tr td div.product{position:relative!important;}
.products-grid .ratings{position:absolute; bottom:61px; right:4px;}

.ratings { margin: 0 10px;}
.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 {margin:8px 0 0 10px;}
.availability .in-stock { font-weight:bold; background:url(../images/sprite-pictos.png) 52px -78px no-repeat; padding-right:20px; color:#1FA54C;}
.availability .out-of-stock { font-weight:bold; color:#f00; margin: 10px 15px 0 0}

/* Comment Product */
p.comment{ background:url(../images/sprite-bg.png) 6px -2038px no-repeat; padding:5px 0 8px 0; text-align:center; margin:10px 3px 10px 0; letter-spacing:-1px; font-size:0.85em; cursor:pointer;}
p.comment a{text-decoration:none; text-transform:uppercase;}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {margin:0 0 9px 10px;}
.price-box .price { font-weight:bold; }
.product-shop .price-box .regular-price .price { font-size:1.2em; font-family: Arial, Helvetica, sans-serif;}

.price-box-bundle {}

.product-pricing {
	margin: 0 10px;
}
.product-pricing li span.old-price { text-decoration:line-through; }
.product-pricing li span.special-price { color:#FF0000; text-decoration:none; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; color:#FF0000; }

/* 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 {}

/* Bundle Tier Prices */
.product-options-bottom .tier-prices li span.old-price { text-decoration:line-through; }
.product-options-bottom .tier-prices li span.special-price { color:#FF0000; text-decoration:none; }

/* Add to Links */
.add-to-links  li a{background:transparent url(../images/sprite-pictos.gif) no-repeat scroll 0 -20px;
color:#1A1A1A;
padding:0 0 0 12px;
text-decoration:none;}
.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 { margin-left:5px; background:transparent url(../images/bkg-blue_button.gif) no-repeat scroll 0 49%; }
.add-to-cart button.button span{ background-image:url(../images/bkg-blue_button.gif); }

/* Add to Links + Add to Cart */
.add-to-box {margin:0 0 0px 4px;}
.add-to-box .add-to-cart { float:left; margin:0 0 10px 0; }
.add-to-box .or { float:left; margin:8px 10px 0 10px; }
.add-to-box .add-to-links { float:left; clear: both; /width:100% }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {/padding-bottom: 15px;}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { background:transparent url(../images/sprite-bg.png) no-repeat -2px -419px; width:25%; -moz-border-radius: 9px; padding: 0 10px; border: 1px solid #DDD;}

/* 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 { background:#313131 none repeat scroll 0 0;
border:1px solid #909090;
color:#F0E100;
/*font-size:0.8em;*/
width:100%;
height:15px;}
.product-view .tags .form-add-tags input.image-submit {  background:transparent url(../images/sprite-pictos.png) no-repeat scroll -219px -172px;
height:26px;
width:20px; }
.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 {}

/* 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 { text-align:right; margin-right:10px; margin-left:10px;}
.cart .checkout-types button.button{margin-bottom:10px;}
.cart .checkout-types button.button, .cart .checkout-types button.button span{ background-image:url(../images/bkg-blue_button.gif);}

.cart .totals .checkout-types button.button, .cart .totals .checkout-types button.button span{ background-image:url(../images/bkg-blue-blk_button.gif);}
.cart .totals a{color:#FFF;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; 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 */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; 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 {}

/********** < 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; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.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; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* 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 > */

/* 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; }

/* 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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
/********************** Footer */
.footer-container { }
.footer { width:980px; margin:0 auto; padding:0; }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#B3B3B3; font-weight:bold; padding-right:3px; }
.footer .informational{
	background:url(../images/footer_bg.gif) no-repeat top center;
	padding:5px 5px 5px 12px;
	}
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:18px;
    padding-left:14px;
	font-size:0.8em;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#B3B3B3; }
.footer .informational a { text-decoration:none; }
.footer .footerlinks table {
	margin-left:auto;
	margin-right:auto;
	width:100%;
    border:0px;
    }
.footer .footerlinks td {
    text-align:center;
    }
.footer .footerlinks a, .footer .footerlinks a:hover { 
	color:#B3B3B3;  
	font-size:0.8em;
	}
.footer .footerlinks a { text-decoration:none; }
.footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover, .footer .informational a:hover { color:#858585; }
/* ======================================================================================= */





.shop-access { height:44px; float:left;position:absolute;top:0;left:305px;}
.shop-access ul li {float:left;}
.shop-access ul li a img{height:32px;}

.shop-access a, .shop-access a:hover { color:#ebbc58; font-size:.95em;}
.shop-access li.last { padding-right:0; background:none; }

.shop-access a.top-link-wishlist,
.shop-access a.top-link-checkout{
	display:none;
}

.shop-access li a img{
	background-image:url(../images/shop-access_bg.png);
	background-repeat:no-repeat;
}
.shop-access li.first a img{
	background-position:0px 0px;
	width:116px;
}
.shop-access li a.top-link-cart img{
	background-position:-116px 0px;
	width:116px;
}
.shop-access li.last a img{
	background-position:-352px 0px;
	width:95px;
}

.shop-access li.first a:hover img{
	background-position:0px -32px;
	width:116px;
}
.shop-access li a:hover.top-link-cart img{
	background-position:-116px -32px;
	width:116px;
}
.shop-access li.last a:hover img{
	background-position:-352px -32px;
	width:95px;
}

.shop-access li.login a img{
	background-position:-232px 0px;
	width:120px;
}
.shop-access li.login a:hover img{
	background-position:-232px -32px;
	width:120px;
}

.shop-access li.logout a img{
	background-position:-447px 0px;
	width:284px;
}
.shop-access li.logout a:hover img{
	background-position:-447px -32px;
	width:284px;
}
.shop-access .welcome{
	position:absolute;
	top:10px;
	left:240px;
	color:#FFF;
	font-size:0.9em;
	width:200px;
}



.stores-switcher { float:right; margin-top:5px; position:relative; width:120px;z-index:1000; }
.stores-switcher label { color:#A7C6DD; padding-right:5px; }
.stores-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

.stores-switcher div.picto{
	position:absolute;
	top:-4px;
	left:-10px;
	z-index:0;
}
.stores-switcher div#langList{
	top:0;
	left:0;
	z-index:1000;
}
.stores-switcher div img{
	height:21px;
	width:21px;
	background:url(../images/sprite-pictos.png) no-repeat -1px -26px;
}
.stores-switcher p{
	margin:0;
	padding:0 0 0 14px;
	font-size:0.8em;
	color:#696969;
	cursor:pointer;
}
.stores-switcher ul li{
}
.stores-switcher ul li a {
	font-size:0.8em;
	color:#696969;
	text-decoration: none;
	background:url(../images/sprite-pictos.png) no-repeat -226px -42px;
	padding:0 0 0 10px;
}
.stores-switcher ul li.active a,
.stores-switcher ul li a:hover{
	color:#F0DF00;
	background-position:-226px -25px;
}
/*
.language-switcher { float:right; margin-top:5px; position:relative; width:120px;z-index:1000; }
.language-switcher label { color:#A7C6DD; padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

.language-switcher div.picto{
	position:absolute;
	top:-4px;
	left:-10px;
	z-index:0;
}
.language-switcher div#langList{
	top:0;
	left:0;
	z-index:1000;
}
.language-switcher div img{
	height:21px;
	width:21px;
	background:url(../images/sprite-pictos.png) no-repeat -1px -26px;
}
.language-switcher p{
	margin:0;
	padding:0 0 0 14px;
	font-size:0.8em;
	color:#696969;
	cursor:pointer;
}
.language-switcher ul li{
}
.language-switcher ul li a {
	font-size:0.8em;
	color:#696969;
	text-decoration: none;
	background:url(../images/sprite-pictos.png) no-repeat -226px -42px;
	padding:0 0 0 10px;
}
.language-switcher ul li.active a,
.language-switcher ul li a:hover{
	color:#F0DF00;
	background-position:-226px -25px;
}
*/
.catalog-product-view .col3-layout .col-main{width:570px}



.header .main-menu{
left:306px;
position:absolute;
top:81px;
z-index:1000;
}
.header .main-menu ul li{
	float:left;
}
.header .main-menu ul li img{
	height:22px;
}

.header .main-menu ul li a img{
	background-color:transparent;
	background-image:url(../images/main-menu-bg.png);
	background-repeat:no-repeat;
}

.header .main-menu ul li.link0 a img{
	background-position:0 0!important;
	width:66px;
}
.header .main-menu ul li.link1 a img{
	background-position:-66px 0!important;
	width:101px;
}


.header .main-menu ul li.link2 a img{
	background-position:-167px 0!important;
	width:75px;
}
.header .main-menu ul li.link3 a img{
	background-position:-242px 0!important;
	width:84px;
}


.nav-boutique {
	background:transparent url(../images/main-menu-bg.png) no-repeat scroll 0 0;
	background-position:-167px 0;
	width:76px;
}
.nav-boutique a span {
	
}
.nav-mes-envies {
	background:transparent url(../images/main-menu-bg.png) no-repeat scroll 0 0;
	background-position:-243px 0;
	width:83px;
}
.header .main-menu ul li.link4 a img{
	background-position:-326px 0!important;
	width:109px;
}
.header .main-menu ul li.link5 a img{
	background-position:-435px 0!important;
	width:78px;
}

.header .main-menu ul li.link7{
	margin-left:110px;
	-margin-left: 85px;
	}
.header .main-menu ul li.link7 a img{
	background-position:-623px -2px!important; /*624*/
	width:51px;
}
.header .main-menu ul li.link6 img{
	width:110px;
	background:none!important;
}


.header .main-menu ul li.link0 a:hover img, .header .main-menu ul li.link0.active a img{
	background-position:0 -22px!important;
}
.header .main-menu ul li.link1 a:hover img, .header .main-menu ul li.link1.active a img{
	background-position:-66px -22px!important;
}

.header .main-menu ul li.link2 a:hover img, .header .main-menu ul li.link2.active a img{
	background-position:-167px -22px!important;
}
.header .main-menu ul li.link3 a:hover img, .header .main-menu ul li.link3.active a img{
	background-position:-242px -22px!important;
}
/*
.nav-boutique:hover a span , .nav-boutique.active a span {
	background-position:-167px -22px!important;
}
.nav-mes-envies:hover a span, .nav-mes-envies.active a span {
	background-position:-243px -22px!important;
}*/
.header .main-menu ul li.link4 a:hover img, .header .main-menu ul li.link4.active a img{
	background-position:-326px -22px!important;
}
.header .main-menu ul li.link5 a:hover img, .header .main-menu ul li.link5.active a img{
	background-position:-435px -22px!important;
}
.header .main-menu ul li.link7 a:hover img, .header .main-menu ul li.link7.active a img{
	background-position:-623px -24px!important;
}



/* Mini search */
.mini-search { position:absolute; top:116px; left:306px; width:675px; height:35px;  background:url(../images/mini-search_bg.png) 0 0 no-repeat; }
.mini-search label{display: none}
.mini-search .input-text { width:215px; margin:9px 0px 4px 31px; background:#313131; border:1px solid #909090; color:#F0E100; font-size:0.8em;}
.mini-search .image-search{height:23px; width:20px; background:url(../images/sprite-pictos.png) no-repeat 0px 3px;}

.mini-search .field-search {
	float:left;
}
.header .advanced-search-header {
	left:591px;
	position:absolute;
	top:124px;
}

.header .advanced-search-header a{
	color:#A3A3A3!important;
	font-size:0.8em;
	text-decoration:none;
}

.header .advanced-search-header a:hover{
	color:#F0E100!important;
}

.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #272727; background-color:#FFF9AA; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#f7e8dd; }


.header .mini-newsletter-header{
left:736px;
position:absolute;
top:121px;
}
.header .mini-newsletter-header .content{
	padding:0;}
.header .mini-newsletter-header .content label{
	display:none;}

.header .mini-newsletter-header .image-search {
background:transparent url(../images/sprite-pictos.png) no-repeat scroll 0 3px;
height:26px;
width:20px;
}
.header .mini-newsletter-header .input-text{
	background:#313131 none repeat scroll 0 0;
	border:1px solid #909090;
	color:#F0E100;
	font-size:0.8em;
	margin:0px 0 0px 0;
	width:204px;
}

.header .mini-newsletter-header .validation-advice {
clear:both;
font-size:0.95em;
font-weight:bold;
line-height:1.25em;
margin-top:3px;
min-height:15px;
padding-left:17px;
border:1px solid #A3A3A3;
background-color:#FFF;
position:absolute;
top:21px;
left:0;
}
.header .mini-newsletter-header .validation-failed {
background:#A3A3A3 none repeat scroll 0 0 !important;
border:1px dashed #EB340A !important;
}

/* Quick Access*/
.quick-access {
/*    width:540px;*/
    float:right;
    margin-top:28px;
    text-align:right;
    padding:0 10px;
    color:#fff;
    }
.quick-access p { margin-bottom:4px; }
.quick-access li {
/*    display:inline;*/
	
/*    background:url(../images/shop_access_pipe.gif) no-repeat 100% .35em;*/
/*    padding-right:7px;
    padding-left:3px;*/
    }
.quick-access li a img{}
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }



/*cms-index-defaultindex*/
.cms-index-defaultindex .col-right .tiragesOfferts{
	margin:23px 0 5px 0;}

/*catalog-category-view*/
.main{
	border-top: 4px solid #F0E200;
	background:#FFF;
	margin-bottom:10px;
	}
.cms-index-defaultindex .main{border-top:0 none;
background:transparent; margin-bottom:0;}

.header{
	height:170px;
	background:transparent url(../images/header-interne_bg.jpg)repeat-x bottom left;
	}
.cms-index-defaultindex .header{
	height:auto;
	background:none transparent;
	}

.downloadable-customer-products .col-main,	
.wishlist-index-index .col-main,
.newsletter-manage-index .col-main,
.tag-customer-index .col-main,	
.review-customer-index .col-main,
.sales-order-history .col-main,
.customer-account-edit .col-main,
.customer-account-login .col-main,
.customer-account-create .col-main,
.catalog-category-view .col-main {
	width:100%;
/*	border-top: 4px solid #F0E200;*/
	background:#FFF;
	margin-bottom:10px;
}

.downloadable-customer-products .col-main,
.customer-account-login .col3-layout .col-main,
.customer-account-create .col3-layout .col-main,
.catalog-category-view .col3-layout .col-main{ width: 570px; }

.catalog-category-view .col-main,
.review-customer-index .col-main,
.customer-address-form .col-main{ 
width:795px;
overflow:hidden;
background:url(../images/bg_main_col2-left-layout.png) no-repeat 0 bottom }	


.sales-order-history .col-main,
.opusfocuspage-storageproduct-index .col-main,
.downloadable-customer-products .col-main,
.wishlist-index-index .col-main,
.newsletter-manage-index .col-main,
.tag-customer-index .col-main,
.review-customer-index .col-main,
.sales-order-history .col-main,
.opusfocuspage-storageproduct-index .col-main,
.customer-address-form .col-main{background:none;
width:795px;
overflow:hidden;}

.opusfocuspage-storageproduct-index .col1-layout .col-main,
.downloadable-customer-products .col1-layout .col-main,
.wishlist-index-index .col1-layout .col-main,
.newsletter-manage-index .col1-layout .col-main,
.tag-customer-index .col1-layout .col-main,
.review-customer-index .col1-layout .col-main,
.sales-order-history .col1-layout .col-main,
.opusfocuspage-storageproduct-index .col1-layout .col-main,
.customer-address-form .col1-layout .col-main{background:none;
width:555px;
overflow:hidden;
margin:0 0 0 20px;}


.opusfocuspage-storageproduct-index fieldset ul.form-list,
.downloadable-customer-products fieldset ul.form-list,
.wishlist-index-index fieldset ul.form-list,
.newsletter-manage-index fieldset ul.form-list,
.tag-customer-index fieldset ul.form-list,
.review-customer-index fieldset ul.form-list,
.sales-order-history fieldset ul.form-list,
.opusfocuspage-storageproduct-index fieldset ul.form-list,
.customer-address-form fieldset ul.form-list,
.account-create fieldset ul.form-list{ margin-left: 20px;}
/*.account-create h3{width:100%}*/

.customer-address-form #form-validate {width:67%; display:block;}

.col-main .page-title h2,
.sales-order-history .page-title h2,
.opusfocuspage-storageproduct-index .page-title h2,
.downloadable-customer-products .page-title h2,
.wishlist-index-index .page-title h2,
.newsletter-manage-index .page-title h2,
.tag-customer-index .page-title h2,
.review-customer-index .page-title h2,
.customer-address-form .page-title h2,
.customer-account-edit .page-title h2,
.customer-account-login .page-title h2,
.customer-account-create .page-title h2,
.catalog-category-view .col-main .page-title h2{
	font-weight:normal;
	padding:15px 0 0px 15px;
	font-size:2em;
	text-transform:uppercase}
#form-validate {
	width: 525px;
	float: left;
	/*margin: 0 0 20px 220px;*/
	margin:0 0 20px 20px;
}
#form-validate h3 {
	width: 433px;
}
.customer-account-create #form-validate {
	width: auto !important;
	margin: 0 !important;
}
.customer-address-form #form-validate,
.customer-account-edit #form-validate {
	margin: 0 0 0 3px;
}
.customer-address-form #form-validate .group-select,
.customer-account-edit #form-validate .group-select {
	margin: 0 0 0 11px;
}
.customer-address-form #form-validate .input-box,
.customer-account-edit #form-validate .input-box {
	width: 257px;
}
.customer-address-form #form-validate .input-box input.input-text,
.customer-account-edit #form-validate .input-box input.input-text {
	width: 240px;
}
.customer-account-confirmation h3 {
	font-size:2em;
	font-weight:normal;
	padding:15px 0 0 15px;
	text-transform:uppercase;
}
.opusfocuspage-storageproduct-index h3,
.customer-address-form h3,	
.customer-account-edit h3,
.customer-account-login h3,
.customer-account-create h3,
.catalog-category-view .col2-set .col-1 h3,
.catalog-category-view .col2-set .col-2 h3{
	background:url(../images/sprite-bg.png) no-repeat 11px -63px;
	color:#F0E200;
	padding:3px 0 1px 25px;
	text-transform:uppercase;
	margin-right:10px;
	}

.customer-account-create .col2-set .col-1, .customer-account-create .col2-set .col-2, h3{background-position: 11px -1180px;}

#carrousel{
	position:relative;}
#carrousel #carrousel-commandes{
	position: absolute;
	bottom:10px;
	left:0;
	text-align:center;
	width:100%;
	z-index:1000;
}
#carrousel .carrousel-slide .slideDiv{
	z-index:1;
	}
#carrousel #carrousel-commandes .cmd{
	background:url(../images/bg_bt_home.png) no-repeat;
	height:18px;
	width:18px;
/*	border:1px solid red;*/
	display:inline-block}
#carrousel #carrousel-commandes .cmd span{
	display:none;
	}
#carrousel #carrousel-commandes a#buttonP{
	background-position: 0px 0px;
	height:31px;
	width:31px;
}
#carrousel #carrousel-commandes a#buttonP:hover{
	background-position: 0px -31px;
}
#carrousel #carrousel-commandes a#button0{
	background-position:-38px -7px;
	}
#carrousel #carrousel-commandes a#button0:hover, #carrousel #carrousel-commandes a#button0.active{
	background-position:-38px -38px;
	}
#carrousel #carrousel-commandes a#button1{
	background-position:-57px -7px;
	}
#carrousel #carrousel-commandes a#button1:hover, #carrousel #carrousel-commandes a#button1.active{
	background-position:-57px -38px;
	}
#carrousel #carrousel-commandes a#button2{
	background-position:-76px -7px;
	}
#carrousel #carrousel-commandes a#button2:hover, #carrousel #carrousel-commandes a#button2.active{
	background-position:-76px -38px;
	}
	
#carrousel #carrousel-commandes a#button3{
	background-position:-95px -7px;
	}
#carrousel #carrousel-commandes a#button3:hover, #carrousel #carrousel-commandes a#button3.active{
	background-position:-95px -38px;
	}
	
#carrousel #carrousel-commandes a#button4{
	background-position:-114px -7px;
	}
#carrousel #carrousel-commandes a#button4:hover, #carrousel #carrousel-commandes a#button4.active{
	background-position:-114px -38px;
	}
	
#carrousel #carrousel-commandes a#button5{
	background-position:-133px -7px;
	}
#carrousel #carrousel-commandes a#button5:hover, #carrousel #carrousel-commandes a#button5.active{
	background-position:-133px -38px;
	}
	
#carrousel #carrousel-commandes a#button6{
	background-position:-152px -7px;
	}
#carrousel #carrousel-commandes a#button6:hover, #carrousel #carrousel-commandes a#button6.active{
	background-position:-152px -38px;
	}
	
#carrousel #carrousel-commandes a#button7{
	background-position:-171px -7px;
	}
#carrousel #carrousel-commandes a#button7:hover, #carrousel #carrousel-commandes a#button7.active{
	background-position:-171px -38px;
	}
	
#carrousel #carrousel-commandes a#button8{
	background-position:-190px -7px;
	}
#carrousel #carrousel-commandes a#button8:hover, #carrousel #carrousel-commandes a#button8.active{
	background-position:-190px -38px;
	}
	
#carrousel #carrousel-commandes a#button9{
	background-position:-209px -7px;
	}
#carrousel #carrousel-commandes a#button9:hover, #carrousel #carrousel-commandes a#button9.active{
	background-position:-209px -38px;
	}
	
#carrousel #carrousel-commandes a#button10{
	background-position:-228px -7px;
	}
#carrousel #carrousel-commandes a#button10:hover, #carrousel #carrousel-commandes a#button10.active{
	background-position:-228px -38px;
	}
	
#carrousel #carrousel-commandes a#button11{
	background-position:-247px -7px;
	}
#carrousel #carrousel-commandes a#button11:hover, #carrousel #carrousel-commandes a#button11.active{
	background-position:-247px -38px;
	}
	
#carrousel #carrousel-commandes a#button12{
	background-position:-266px -7px;
	}
#carrousel #carrousel-commandes a#button12:hover, #carrousel #carrousel-commandes a#button12.active{
	background-position:-266px -38px;
	}
	
#carrousel #carrousel-commandes a#button13{
	background-position:-285px -7px;
	}
#carrousel #carrousel-commandes a#button13:hover, #carrousel #carrousel-commandes a#button13.active{
	background-position:-285px -38px;
	}
	
#carrousel #carrousel-commandes a#button14{
	background-position:-304px -7px;
	}
#carrousel #carrousel-commandes a#button14:hover, #carrousel #carrousel-commandes a#button14.active{
	background-position:-304px -38px;
	}
	
#carrousel #carrousel-commandes a#button15{
	background-position:-323px -7px;
	}
#carrousel #carrousel-commandes a#button15:hover, #carrousel #carrousel-commandes a#button15.active{
	background-position:-323px -38px;
	}
	
#carrousel #carrousel-commandes a#button16{
	background-position:-342px -7px;
	}
#carrousel #carrousel-commandes a#button16:hover, #carrousel #carrousel-commandes a#button16.active{
	background-position:-342px -38px;
	}
	
#carrousel #carrousel-commandes a#button17{
	background-position:-361px -7px;
	}
#carrousel #carrousel-commandes a#button17:hover, #carrousel #carrousel-commandes a#button17.active{
	background-position:-361px -38px;
	}
	
#carrousel #carrousel-commandes a#button18{
	background-position:-380px -7px;
	}
#carrousel #carrousel-commandes a#button18:hover, #carrousel #carrousel-commandes a#button18.active{
	background-position:-380px -38px;
	}
	
#carrousel #carrousel-commandes a#button19{
	background-position:-399px -7px;
	}
#carrousel #carrousel-commandes a#button19:hover, #carrousel #carrousel-commandes a#button19.active{
	background-position:-399px -38px;
	}
#carrousel #carrousel-commandes a#buttonS{
	background-position: -423px 0px;
	height:31px;
	width:31px;
	}
#carrousel #carrousel-commandes a#buttonS:hover{
	background-position: -423px -31px;
}





/*Navigation interne*/
/*.block-layered-nav,*/
.nav-interne{
	width:170px;
	overflow:hidden;
	border:1px solid #CCC;
	margin:5px;
	background:#FFF;
	}
/*.block-layered-nav dl,	*/
.nav-interne dl{margin:5px 0px; padding:0 0 5px 0;}
/*.block-layered-nav dl h3,*/
.nav-interne dl dt,
.nav-interne dl h3{
	background:url(../images/sprite-bg.png) no-repeat 5px 0px;
	color:#FFF;
	padding:0px 0 2px 20px;
	margin:0 0 4px 0;
	text-transform:uppercase;
}
/*.block-layered-nav dl p,*/
.nav-interne dl p{text-align:center; background:#FFF;}
/*.block-layered-nav dl.active h3,*/
.nav-interne dl.active dt,
.nav-interne dl.active h3{
	background:url(../images/sprite-bg.png) no-repeat 5px -21px;
	color:#F0E200;
	padding-bottom:2px;
	margin:0 5px 0 0;
}
.nav-interne dl.active dt a,
.nav-interne dl.active h3 a{
	color:#F0E200;}
.nav-interne dl dd{}
/*.block-layered-nav dl dd ol,*/
.nav-interne .block-content ul {
	margin: 10px 0;
}
.nav-interne dl dd ol{
	padding:0 5px;
	}
/*.block-layered-nav dl dd ol li,*/
.nav-interne .block-content ul li {
	letter-spacing: normal;
}
.nav-interne .block-content ul li,
.nav-interne dl dd ol li{
/*	background:url(../images/sprite-pictos.gif) no-repeat 0 -52px;*/
	background:url(../images/bg_dotted.gif) no-repeat left bottom;
	padding:3px 0 2px 6px;
	margin:0 5px;
	color:#939393!important;
	}
	
.nav-interne .block-content ul li a,
.nav-interne dl dd ol li a{
	text-decoration:none!important;
	color:#939393!important;
	}

.nav-interne .active dd ol li a{
	text-decoration:none!important;
	color:#000!important;
	}
	
/*.block-layered-nav dl dd ol li a,
.block-layered-nav dl dd ol li a:hover,*/
.nav-interne .block-content ul li a,
.nav-interne .block-content ul li a:huver,
.nav-interne dl dd ol li a,
.nav-interne dl dd ol li a:hover{
	color:#939393;
	text-decoration:none;
	padding-left:12px;
	}
/*.block-layered-nav dl.active dd ol li a,*/
.nav-interne dl.active dd ol li a{
	color:#000;
	text-decoration:none;
	}
/*.block-layered-nav dl dd ol li.active,*/
.nav-interne .block-content ul li.current {
	font-weight: normal;
	color: #000;
}
.nav-interne .block-content ul li.current,
.nav-interne dl dd ol li.active,
.nav-interne dl dd ol ul li.active{
	background-color:#F0E200 !important;}

/*.block-layered-nav dl dd ol ul,*/
.nav-interne dl dd ol ul {
	margin:0 0 0 0px;
}
/*.block-layered-nav dl dd ol ul li,*/
.nav-interne dl dd ol ul li{
	
	}
/*.block-layered-nav dl dd ol ul li a,
.block-layered-nav dl dd ol ul li a:hover,*/
.nav-interne dl dd ol ul li.active {
	background: none !important;
}
.nav-interne dl dd ol ul li.active{
	background-color:#E4E4E4 !important;}
	
.nav-interne dl dd ol ul li a,
.nav-interne dl dd ol ul li a:hover{
	background:url(../images/picto_sous_menu.gif) no-repeat 19px 5px;
	padding-left:30px;
	}
/*.block-layered-nav dl dd ol,*/
.nav-interne dl dd ol {
padding:0;
}
/*.block-layered-nav dl dl.Services,*/
.nav-interne dl dl.Services {
	background:#939393;
	margin:5px 10px}
/*.block-layered-nav dl.active dl.Services,*/
.nav-interne dl.active dl.Services {
	background:#000;
	margin:5px 10px}
.block-layered-nav dl.Services dt,
.nav-interne dl.Services dt{
	display: none;
	}	
/*.block-layered-nav dl.Services dd ol li a,
.block-layered-nav dl.Services dd ol li a:hover,*/
.nav-interne dl.Services dd ol li a,
.nav-interne dl.Services dd ol li a:hover{
	color:#2B2B2B;
	text-decoration:none;
	padding-left:10px;
	}
/*.block-layered-nav dl.active dl.Services dd ol li a,
.block-layered-nav dl.active dl.Services dd ol li a:hover,*/
.nav-interne dl.active dl.Services dd ol li a,
.nav-interne dl.active dl.Services dd ol li a:hover{
	color:#F0E200;
	text-decoration:none;
	padding-left:10px;
	}

.classement dl dd ol li{
	background-image:none;
	padding:3px 0 2px 0;
	margin:0 5px;
	}
.classement dl dd ol li a,
.classement dl dd ol li a:hover{
	padding-left:7px;
	}
.classement dl dd ol ul li a,
.classement dl dd ol ul li a:hover{
	background:url(../images/sprite-pictos.png) no-repeat 5px -113px;
	padding-left:15px;
	}
.classement dl dd ol{
	background-image:url(../images/bg_dotted.gif);
	background-position:center bottom;
	background-repeat:no-repeat;}
	
/**/
.VisuelCategorie{
	float:left;
	width:505px;
	margin: 0 10px 0 0;
	display: inline;
	}
.VisuelCategorie img {
	width: 505px;
}
.PromoCategorie{
	width:254px;
	float:left;
	margin-bottom:10px;}
.PhotoSemaine{
	width:254px;
	float:left;}
.PresentationCategorie{
	clear:both;
	padding:0 20px;}
.PresentationCategorie h1{
	font-weight:normal;
	padding:15px 0}
.SubCategories, .AllCategories{
	float:left;
	display: inline-block;}
.SubCategories {
	/float: right;
	/margin: 0 0 0 5px;
}
.SubCategories .block{
	float:left;
	display: inline;
	width:377px;
/*	border:1px solid #CCC;*/
	margin:0 5px 5px 5px;
	background:url(../images/sprite-bg.png) no-repeat 0px -138px;
	
	}
.AllCategories .block{
	float:left;
	width:252px;
	display: inline;
/*	border:1px solid #CCC;*/
	margin:0 5px 5px 0px;
	background:url(../images/sprite-bg.png) no-repeat -527px -43px;
	}
.ListeTheme .block{
	margin:2px 0px 3px 5px;
	padding: 5px 0 0 0;
	background:url(../images/sprite-bg.png) no-repeat 0px -1241px;
	}
.SubCategories .block .data{
	margin:5px 6px;
	position:relative;
	height:152px;
	overflow: hidden;
	}
.AllCategories .block .data{
	margin:5px 6px;
	position:relative;
	height:173px;
	}
.ListeTheme .block .data{
	margin:5px 6px;
	position:relative;
	display:inline-block;
	}
.SubCategories .block .data h2{
	color:#F0E200;
	background:url(../images/sprite-bg.png) no-repeat 0px -42px;
	font-size:1.2em;
	text-transform:uppercase;
	padding:1px 0 0px 10px;
}
.AllCategories .block .data h2{
	color:#F0E200;
	background:url(../images/sprite-bg.png) no-repeat -185px 0px;
	font-size:1.2em;
	text-transform:uppercase;
	padding:1px 0 1px 10px;
	text-align:left;
}
.ListeTheme .block .data h2{
	color:#F0E200;
	background:url(../images/sprite-bg.png) no-repeat -160px -20px;
	font-size:1.2em;
	text-transform:uppercase;
	padding:1px 0 1px 10px;
	float:left;
	width:620px;
}
.AllCategories .block .data h2 a,
.SubCategories .block .data h2 a,
.ListeTheme .block .data h2 a{
	color:#F0E200;
	text-decoration:none}
.SubCategories .block .data img{
	float:left}
.ListeTheme .block .data img{
	float:left;
	margin:9px 15px 0 10px;
	display: inline;}
.SubCategories .block .data p{
	color:#515151;
	font-size:0.9em;
	height: 126px;
	line-height:14px;}
.AllCategories .block .data p{
	text-align:left;
	padding:0 15px;
	font-size:0.9em;
	line-height:14px;
	color:#515151;
	}
.AllCategories .block .data a img {
	width: 189px;
	height: 92px;
}
.ListeTheme .block .data p{
	float:left;
	width:590px;
	font-size:0.9em;
	line-height:14px;
	color:#515151;}
.AllCategories .block .data p a,
.ListeTheme .block .data p a{
	color:#515151;
	text-decoration:none;}
.AllCategories .block .data .more{
	bottom:0;}
.ListeTheme .block .data .more{
	right:12px;}

	
.customer-account-create .personal-information,
.customer-account-create .login-information {
	background:url(../images/sprite-bg.png) no-repeat 0px -319px !important;
	height: 288px !important;
}
.customer-account-create .personal-information,
.customer-account-create .login-information,
.account-login .registered-users,
.account-login .new-users{
	padding:10px 0 0 0;
	 /padding-right: 5px;
	 -padding-right: 0px;
	background:url(../images/sprite-bg.png) no-repeat 0px -319px;
	min-height:288px;
	margin:0 0 0 5px;}
.account-login .registered-users p{
	font-weight:bold;
	font-size:1.2em;
	margin:0 0 0 20px;}
.account-login .new-users p{
	margin:0 30px 0 15px;}
	
.account-login .new-users p.alert{
	margin-top:15px;
	margin-bottom:15px;
	font-size:1.6em;
	color:#3399CC}
.account-login .registered-users p.required{
	font-weight:normal;
	font-size:1em;
	margin-right:137px;
	}
.account-login .registered-users ul.form-list{
	margin:0 0 0 20px;}
	
.account-login .registered-users ul.form-list input.input-text{
background:#313131 none repeat scroll 0 0;
border:1px solid #909090;
color:#F0E100;
font-size:0.8em;
width:320px;
}
.account-login .registered-users ul.form-list li {
	margin-bottom:20px;}
.account-login .registered-users ul.form-list li label{
	display:none;}
/*
.account-login .registered-users button.button span {
	background-position: -343px -85px
}*/
.account-login .registered-users .buttons-set a{
	background:url(../images/sprite-pictos.png) no-repeat 0px -130px;
	color:#7D7D7D;
	padding-left:10px;
	float:right;
	}
.account-login .registered-users .buttons-set button.button,
.account-login .new-users .buttons-set button.button{
	float:left}


/*.account-create .personal-information,
.account-create .login-information{
	padding:10px 0 0 0;
	background:url(../images/sprite-bg.png) no-repeat 0px -319px;
	min-height:288px;
	margin:0 0 0 5px;}*/
.account-create .personal-information p{
	font-weight:bold;
	font-size:1.2em;
	margin:0 0 0 20px;}
.account-create .login-information p{
	margin:0 30px 0 15px;}
	
.account-create .login-information p.alert{
	margin-top:15px;
	margin-bottom:15px;
	font-size:1.6em;
	color:#3399CC}
.account-create .personal-information p.required{
	font-weight:normal;
	font-size:1em;
	margin-right:137px;
	}
.account-create .personal-information ul.form-list,
.account-create .login-information ul.form-list{
	margin:0 0 0 20px;}
	
.account-create .personal-information ul.form-list input.input-text,
.account-create .login-information ul.form-list input.input-text{
background:#313131 none repeat scroll 0 0;
border:1px solid #909090;
color:#F0E100;
font-size:0.8em;
width:320px;
}
.account-create .personal-information ul.form-list li,
.account-create .login-information ul.form-list li {
	margin-bottom:20px;}
/*.account-create .personal-information ul.form-list li label{
	display:none;}*/
.account-create .personal-information .buttons-set a,
.account-create .login-information .buttons-set a{
	color:#7D7D7D;
	padding-left:10px;
	float:left;
	}
.account-create .personal-information .buttons-set button.button,
.account-create .login-information .buttons-set button.button{
	float:right}


	
.OurProducts{
	float:left;
	width:779px;
/*	border:1px solid #CCC;*/
	height:262px;
	display: inline-block;
	margin:0 0px 0px 5px;
	padding: 0 0 0 6px;
	background:url(../images/sprite-bg.png) no-repeat 0px -617px;
}
.OurProducts .block{
	float:left;
	width:240px;
	margin:4px 8px 4px;}
.OurProducts .block .data {
	text-align:center}
.OurProducts .block .data h2{
	color:#F0E200;
	background:url(../images/sprite-bg.png) no-repeat -185px 1px;
	font-size:1.2em;
	text-transform:uppercase;
	padding:1px 0 1px 10px;
	text-align:left}
.OurProducts .block .data h2 a{
	color:#F0E200;
	text-decoration:none}


.Personnel{
	float:left;
	width:66%;
}
.Personnel .block-poll{
	margin-left:8px;
	display: inline;}
.Personnel .block-poll p{
	font-weight:bold;
	margin:10px 15px;
	font-size:1.3em;}
.Personnel .block-poll ol{
	padding:0 15px 0 25px;}
.Personnel .block-poll ol li{
	line-height:20px;
	padding:15px 0;}
.Personnel .block-poll .actions{
	text-align:right;
	padding:15px 10px 0 0;}
.Communaute{
	float:right;
	width:32%;
	margin-right:15px;
	padding-top:10px;
	background:#E4E4E4 url(../images/col-communaute_bg.jpg) repeat-y left;
}
.Communaute div{
	position:relative;
	clear:both;
	margin:0 10px}

.Communaute div.Albums{
	margin:0 10px;
	border-top:1px solid #939393;
	border-bottom:1px solid #FFF;}
	
.Communaute div.TagCloud{
	margin:0 10px;
	
	}
.Communaute div.TagCloud h4{
color:#333333;
font-size:1.28em;
margin-top:0px;
padding-top:7px;
text-transform:uppercase;
border-top:1px solid #939393;
	}
.Communaute div.TagCloud .data{
	background:#8A8A8A;
	padding:5px;
	text-align:justify;
	margin:5px 0 0 0;}
.Communaute div.TagCloud a{
	color:#FFF;
	text-decoration:none;}
.Communaute div.TagCloud .cloudSize1{font-size:2.4em}
.Communaute div.TagCloud .cloudSize2{font-size:2.2em}
.Communaute div.TagCloud .cloudSize3{font-size:2em}
.Communaute div.TagCloud .cloudSize4{font-size:1.8em}
.Communaute div.TagCloud .cloudSize5{font-size:1.6em}
.Communaute div.TagCloud .cloudSize6{font-size:1.4em}
.Communaute div.TagCloud .cloudSize7{font-size:1.2em}
.Communaute div.TagCloud .cloudSize8{font-size:1em}
.Communaute div.TagCloud .cloudSize9{font-size:0.8em}
.Communaute div.TagCloud .cloudSize10{font-size:0.7em}
.Communaute div.TagCloud .more{
	position:relative;
	padding:10px 0;
	font-size:0.8em;
	text-transform:uppercase;
	margin:0;}
.Communaute div.TagCloud .more a{
	color:#333333;
	background-position:0 -20px;
	padding:0 7px 0 10px}

.Communaute div.Albums h4{
	font-size:1.28em;
	margin-top:7px;
	text-transform:uppercase;
	color:#333333;}
.Communaute div.Albums ul{padding-left:5px}
.Communaute div.Albums ul li{float:left; margin-right:3px;}
.Communaute div.Albums ul li p{font-size:0.8em;}
.Communaute div.Albums img{
	border:1px solid #ECECEC;
	/*height:43px;
	width:65px;*/
}	
.Communaute div.Albums .more{
	bottom:10px;
	right:0px;
	margin:0;
}
.MesAlbums{
	float:left;
	width:510px;
	display: inline-block;
	margin:0 0px 5px 5px;
	min-height:282px;
	background:url(../images/sprite-bg.png) no-repeat 0px -892px;
}

.MesAlbums .liste{
	float:right;
	width:33%;
	padding:22px 0 0 0;
}
.MesAlbums .liste ul{}
.MesAlbums .liste ul li{
	color:#7D7D7D;
	line-height:25px;}
.MesAlbums .liste ul li a{
	color:#7D7D7D;
	background:url(../images/sprite-pictos.png) no-repeat 0px -130px;
	padding:0 0 0 15px;
	font-size:0.9em;
	text-decoration:none;
	}
.MesAlbums .MesAlbumsPreview{
	float:left;
	position:relative;
	width:64%;
	min-height:260px;
	padding: 20px 0 0 0;
	display:inline-block;}
.MesAlbums .MesAlbumsPreview .block{
	float:left;
	width:43%;
	margin:0 0 0 22px}
.MesAlbums .MesAlbumsPreview .block img{
	border:1px solid #ECECEC;}
.MesAlbums .MesAlbumsPreview .block a{
	color:#272727;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.9em;}
.MesAlbums .MesAlbumsPreview .more{
	bottom:10px;
	right:10px;
}
.blockAnnexe{
	background:url(../images/sprite-bg.png) no-repeat -527px -236px;
	float:left;
	width:252px;
	position:relative;
	min-height:372px;
	margin-left:2px;
}
.blockAnnexe h3{
	color:#F0E200;
	background:url(../images/sprite-bg.png) no-repeat -185px 1px;
	font-size:1.1em;
	text-transform:uppercase;
	padding:2px 0px 3px 10px;
	text-align:left;
	margin:14px 6px 14px 6px;}
.blockAnnexe h3 a{
	color:#F0E200;
	text-decoration:none}
.blockAnnexe .block{
	margin:0 10px;
	width:90%;
	padding-bottom:20px;
	display:inline-block;
	clear:both;
	font-weight:bold;}
.blockAnnexe .block p a{
	color:#191919;
	text-decoration:none}
.blockAnnexe .block img{
	float:left;
	border:1px solid #ECECEC;
	margin-right:10px;}
.blockAnnexe .block p{}
.blockAnnexe .more{
	bottom:10px;
	right:10px;
}

.category-products .pager{
	background:url(../images/sprite-bg.png) no-repeat 0px -1180px;
	color:#F0E200;
	width:535px;
	height:25px;
	margin-bottom:5px;
	}
.category-products .sorter{
	background:url(../images/sprite-bg.png) no-repeat 0px -1210px;
	color:#313131;
	width:535px;
	height:25px;
	margin-bottom:5px;
	}
.category-products .pager .amount{
	font-size:1.4em;
	font-weight:bold;
	padding:3px 0 0 5px;
	text-transform:uppercase;
	margin:0;
	}
.category-products .sorter .view-mode{
	font-size:1em;
	font-weight:bold;
	padding:3px 0 0 5px;
	margin:0;
	}
.category-products .sorter .sort-by a img{
	height:10px;
	width:10px;
}
.category-products .sorter .sort-by a img.asc{
	background:url(../images/sprite-pictos.gif) no-repeat 0px -35px;}
.category-products .sorter .sort-by a img.desc{
	background:url(../images/sprite-pictos.gif) no-repeat -16px -35px;}	
	
	
.category-products .limiter,
.category-products .sorter .sort-by{
	color:#D1D1D1;
	padding:2px 5px 0 0px;}
.category-products .sorter .sort-by{
	padding-right:30px;}	
.category-products .limiter label{
	color:#D1D1D1;
	font-weight:normal;}
.category-products .sorter label{
	color:#313131;
	}
.category-products .limiter select,
.category-products .sorter select{
	background:#313131;
	color:#F0E200;
	border-color:#909090;
	font-size:0.8em;}

.products-grid{
	margin:0 0 10px 0;
	background: #FFF;

	/*width: 535px;*/
}

.products-grid td { 
/*	width:33%;*/
	width:172px;
	overflow:hidden;
	background:url(../images/sprite-bg.png) no-repeat -591px -890px;
	text-align:left;
	height:332px;
}

.products-grid td.empty{
	background:none #FFFFFF;
}
/*
.products-grid td button,
.products-grid td button span {
	float: left;
	display: inline;
	zoom: 1;
	overflow: hidden;
}
.products-grid td button {
	width: 167px;
	margin-right: 3px;
}

*/
.products-grid td button {
	/position: relative;
}
.products-grid td button span {
	/position: absolute;
	/top: 0;
}

.up-sell .products-grid td {
	height:auto;
	background-position:-791px -1px;
	position:relative;
}
.up-sell .products-grid td h4.product-name{text-align:left; margin-left:0px; font-size: 1em }
.up-sell .products-grid td h4.product-name a {
	text-decoration: none;
	font-size: 0.9em;
	color: #868686;
}
.up-sell .products-grid td .price-box {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #868686;
}
.up-sell .products-grid td .more{
	position:relative;
	float:right;
	margin-top:12px;
	margin-right:5px;}

.products-grid td a img{
	margin:10px 0 0 -6px;
	height:150px;
	width:150px;
	border:1px solid #ECECEC;}
.products-grid td button.button{
	margin-left:3px;
	}
.up-sell .products-grid td a img {
	height:80px;
	width:80px;
	margin-left: 15px;
	}	
.products-list .product-image { float:left; margin:10px 0 0 10px; }
.products-list .product-image img{ border:1px solid #ECECEC; }
.products-list .product-shop { float:right; width:380px; }

.products-list .product-shop .more{
/*	font-size:0.8em;*/
	margin-right:15px;
	position:relative;
	float:right}

.products-list h3.product-name,
.products-list .price-box{
	color:#1A1A1A;
	font-size:1.4em;
	text-align:left;
	padding:0;
	margin:0;
	}
.products-list h3.product-name{
	margin-top:10px;}
.products-list .price-box{
	margin-bottom:10px;}	
.products-grid td h3.product-name,
.products-grid td .price-box{
	color:#1A1A1A;
	font-size:1.4em;
	text-align:left;
	padding:0;
	margin:0 0 0 7px;
	}
.products-grid td .price-box{
	margin:0 0 20px 7px;}
	
.products-list h3.product-name a,
.products-grid td h3.product-name a{
	color:#1A1A1A;
	text-decoration:none;
	}
.products-list li.item { 
	background:url(../images/sprite-bg.png) no-repeat 1px -1842px;
	height:184px;
	margin-bottom:10px;
	width: 535px;
}
.products-list li .product-shop p{
	float:right;}
.products-list li .product-shop .desc{
	line-height:14px;
	font-size:0.9em;
	color:#575757;}

.products-list li .product-shop .add-to-links li a{
	color:#1A1A1A;
	text-decoration:none;
	background:url(../images/sprite-pictos.gif) no-repeat 0px -20px;
	padding:0 0 0 12px;}


.category-products {
/*	background:url(../images/sprite-bg.png) no-repeat 0px -1356px;*/
	/*padding:5px 4px 0 8px;*/
	padding: 5px 0 0 0;
	/*margin:0 0 0 16px;*/
	margin: 0 0 0 18px;
	overflow: hidden;
	width: auto;
	}
#review-buttons-container button.button,
#review-buttons-container button.button span,
.products-list button.button,
.products-list button.button span,
.products-grid td button.button,
.products-grid td button.button span {
	background-image:url(../images/bkg-org_button.gif);
	}
.products-list button.button{
	margin-top:10px;
	margin-right:15px;
	}
.products-grid td ul{
	margin:0 0 9px 8px;
	clear: both;
	padding:0;}

.products-grid td ul li{
	margin:0;
	padding:0;
	text-align:left}
.products-grid td ul li a{
	color:#1A1A1A;
	text-decoration:none;
	background:url(../images/sprite-pictos.gif) no-repeat 0px -20px;
	padding:0 0 0 12px;
	}
.col-right .block{
	width:198px;
	margin:0 0px 4px 5px;
	clear:both;
	padding-top:4px;
	display:inline-block;
	/*background:url(../images/sprite-bg.png) no-repeat -585px -1586px;*/
	background: url(../images/bg_cart.gif) no-repeat -2px top;
	position:relative;
	}
.col-right .block .bottom{
	/*background: url(../images/sprite-bg.png) no-repeat -585px -1821px;*/
	background: url(../images/bg_cart.gif) no-repeat -2px bottom;
	height:7px;
	width:100%;
	font-size:0.01em;
	position:absolute;
	left:0;
	bottom:-5px;
	margin-top: 5px;
	overflow:hidden
	}
.col-right .block-cart{
	background:url(../images/sprite-bg.png) no-repeat -585px -1355px;
	margin-top:4px;
	min-height: 87px;
	position:relative;}

.col-right .notemptycart .bottom{
	background:url(../images/sprite-bg.png) no-repeat -585px -1570px;
	height:7px;
	width:100%;
	font-size:0.01em;
	position:absolute;
	left:0;
	bottom:0;
	overflow:hidden
}
.col-right .block .block-title h2{
	color:#F0E200;
	background:url(../images/sprite-bg.png) no-repeat -437px 2px;
	font-size:1.1em;
	text-transform:uppercase;
	padding:2px 10px 1px 0px;
	text-align:right;
	width:168px;
	position:relative;
	}
.block-progress div.block-title h2{text-align:left !important; padding-left: 8px !important;}
.block-progress div.block-content {text-align:left;}
.col-right .block-cart h2 img{
	height:74px;
	width:52px;
	position:absolute;
	top:2px;
	left:0;
	background:url(../images/sprite-pictos.png) no-repeat -127px -59px;
	margin:0 3px;}
.col-right .block .block-content button.button{
	margin:5px 0 8px 7px;
}
.col-right .block-compare .block-title h2{text-align:left; padding-left:5px}
.col-right .block-compare .block-content button.button{ letter-spacing:-0.1em; margin-left:0px; /margin-left: 1px;}
.col-right .block-cart .block-content p{
	float:right;
	width: 60%;
	text-align:left;
	}
.col-right .block-cart h3{
	display:none;}
.col-right .block-cart ol {
	background:#E8E8E8;
	margin:0 0px 0 4px;}
	
.col-right .block-cart .mini-products-list{
	text-align:left;}
.col-right .block-cart .mini-products-list .product-details{
	font-size:0.8em;}
.col-right .block-cart .mini-products-list h4{
	color:#575757;
	font-size:1.2em;
	text-transform:uppercase;
	}
.col-right .block-cart .mini-products-list h4 a{
	color:#575757;
	text-decoration:none;
	}
.col-right .block-cart .mini-products-list li.item{
	background:url(../images/sprite-pictos.gif) no-repeat 7px -106px;
	padding:7px 0;
	}
.col-right .block-cart p.subtotal{
	margin-bottom:0;
	padding-left:15px;
	width:94%;}
.col-right .block-cart .actions{
	clear:both;
	padding-right:10px;}	
	
	
.col-right .block-promo, .col-right .block-promo .bottom {
	background:none!important;}
.col-right .block-promo .block-content{
	text-align:right;
	}

.col-right .block-compare{
	min-height:100px;
	height: auto !important;
	height: 100px;
	zoom: 1;
	}
.col-right .block-compare .block-content{
	margin-bottom:10px;
	}
.col-right .block-compare .block-title h2{
	letter-spacing:-1px;
	}
.col-right .block-compare #compare-items{
	margin:0 1px 0 0px;
	text-align:left;
	}
.col-right .block-compare .block-content .actions{
	text-align:left;
	border-top:1px solid #ECECEC;
	margin-left:0px;
	padding-top:4px;
	}
.col-right .block-compare .block-content .actions a{
	float:none;
	background:url(../images/sprite-pictos.png) no-repeat 2px -131px;
	padding-left: 16px;
	color:#7D7D7D;
	text-decoration:none;
	}

.col-right .block-compare ol#compare-items li{
	padding:11px 0 7px 15px;
	background:url(../images/sprite-pictos.gif) no-repeat 0px -177px;
	zoom: 1;
}
.col-right .block-compare ol#compare-items li a img{
	float:right;
	margin-right:7px;
	margin-top:2px;
	}
.col-right .block-poll .block-content{
	margin:0 6px 0 10px;
	text-align:left;}
	
.cart .data-table td { border:0 none; }
.cart .data-table th div.end{float:right;background:url(../images/sprite-bg.png) no-repeat -766px -2210px; width:10px;margin-top:-3px;height:25px;}
.cart .data-table thead th{background:url(../images/sprite-bg.png) no-repeat 1px -2210px; color:#F0E200; text-transform:uppercase; padding:3px 0 4px 8px; font-size:1.2em;}
.cart .data-table th.null div.end{background-position:-766px -2240px;}
.cart .data-table thead th.null{background-position:1px -2240px;}
.cart .data-table tr td h3{font-size:1.5em;}
.cart .data-table tr td h3 a{text-decoration:none}
.cart .data-table tr td span.price{color:#999;font-size:1.5em;}
.cart .data-table tr td span.price2{font-size:1.5em;}
.cart .data-table tr td a.product-image img{border:1px solid #ECECEC;}
.cart .data-table tr td .qte{float:right;line-height:normal;margin-left:5px;}
.cart .data-table tr td .qte a{font-size:0.01em;}
.cart .data-table tr td .qte a img{height:10px; width:10px; background-image:url(../images/sprite-pictos.gif); vertical-align:top}
.cart .data-table tr td .qte a.up img{background-position:-1px -37px}
.cart .data-table tr td .qte a.down img{background-position:-16px -38px}
/*checkout-cart-index*/
.customer-account-index .main,
.checkout-cart-index .main{
	border-top: 4px solid #F0E200;
	background:#FFF;
	margin-bottom:10px;
	}
.customer-account-index .header,	
.checkout-cart-index .header{
	height:170px;
	background:transparent url(../images/header-interne_bg.jpg)repeat-x bottom left;
	}
.wishlist-index-index .col-main .page-title h2,
.customer-account-index .col-main .page-title h2,
.checkout-cart-index .col-main .page-title h2{
	font-weight:normal;
	padding:15px 0 0px 15px;
	font-size:2em;
	text-transform:uppercase}

.customer-account-index h3,
.checkout-cart-index .col-1 h3,
.checkout-cart-index .col-2 h3{
	background:url(../images/sprite-bg.png) no-repeat 0 -2071px;
	color:#F0E200;
	padding:3px 0 1px 5px;
	text-transform:uppercase;
/*	margin-right:10px;*/
	font-size:1.2em;
	letter-spacing:-1px;
	}
.customer-account-index h3{
	background-position:-160px -20px;
	background-position:0 -2211px;
	padding:2px 0 2px 5px;
	}
.checkout-cart-index .col2-set .col-1{
	width:318px;}
.checkout-cart-index .col2-set .col-2{
	width:250px;
	}
.checkout-cart-index .col2-set .crosssell {
	background: url(../images/bg_cross.jpg) top left no-repeat;
	padding: 18px 22px;
	zoom: 1;
}
.checkout-cart-index .col2-set .crosssell h3 {
	background: none;
	color: #000;
}
.checkout-cart-index .col2-set .crosssell .product-shop {
	/margin-top: -20px;
}
.checkout-cart-index .col2-set .crosssell button.button, .checkout-cart-index .col2-set .crosssell button.button span {
	background-image:url(../images/bkg-blue_button.gif);
}
.cart .totals {	width:309px; margin-right: 21px; }

.cart .cart-collaterals {
	width:630px;
	display: inline;
}
.discount .input-text{
	background-color:#313131;
	border:1px solid #909090;
	color:#F0E100;
/*	font-size:0.8em;*/
	height:15px;
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
}
.shipping, .discount{ padding:0; margin-right:10px;}
.shipping .block-content, .discount .block-content {border-left:1px solid #E4E4E4;
border-right:1px solid #E4E4E4; padding:0 5px;}
.shipping .top, .discount .top {background:url(../images/sprite-bg.png) no-repeat 0px -2160px;font-size:0.01em;height:6px;overflow:hidden}
.shipping .bottom, .discount .bottom {background:url(../images/sprite-bg.png) no-repeat 0px -2201px;font-size:0.01em;height:6px; overflow:hidden}
.discount label, .shipping p{color:#1B1B1B;text-transform:uppercase;font-weight:bold;}
.discount button.button{margin-left:6px;letter-spacing:-1px}
.shipping button.button{letter-spacing:-1px}
.shipping button.button span, .discount button.button span{ font-size:1.1em; }
.shipping{
	margin-top:20px;}
.shipping li select,.shipping li input.input-text{
	background-color:#313131;
	border:1px solid #909090;
	color:#F0E100;
/*	font-size:0.8em;*/
	height:15px;
	width:97%;
	}
	
.shipping li select{
	height:20px;}
.shipping li label{
	font-size:1.2em;
	letter-spacing:-1px;
	text-transform:uppercase;}
.shipping .buttons-set button.button{float:none;margin-left:2px;}
.totals{background:#1B1B1B; color:#FFF; padding-bottom:10px;}

#shopping-cart-totals-table {text-transform:uppercase; font-size:1.2em; color:#F0DF00; margin:10px; width:94%;}
#shopping-cart-totals-table strong{color:#FFF;}
#shopping-cart-table th.a-center{letter-spacing:-1px;}
#shopping-cart-table{ width: 951px; margin:0 10px 15px 10px;}
#shopping-cart-table tfoot{background:url(../images/sprite-bg.png) no-repeat 1px -2279px; height:61px;}
#shopping-cart-table tfoot td{height:40px; background-color: transparent;}
#shopping-cart-table tfoot .button{margin:7px 10px}
#shopping-cart-table tbody td {
	background: none;
}
.checkout-types li a {background:url(../images/sprite-pictos.png) no-repeat -225px -212px; padding:0 0 0 12px; text-transform:uppercase; font-weight:bold; text-decoration:none;}

#checkoutSteps{margin-left:40px;}
#checkoutSteps .step-title { background:#F0DF00; color:#272727; padding:0;}
#checkoutSteps .step-title h3{padding:5px 0 0 0; margin:0;}
#checkoutSteps .step-title .number{ background:#272727 url(../images/sprite-pictos.png) -193px -227px no-repeat; color:#F0DF00; line-height:30px; padding:0 25px 0 15px; font-weight:bold; font-size: 1.2em;}

.empty-cart{margin-left:20px}
.nav-customer h2{display:none;}
.customer-account-index .main h5,
.customer-account-index .main h4{
	background:url(../images/sprite-bg.png) no-repeat 0 -2350px;
	color:#1B1B1B;
	padding:2px 0 2px 5px;
	text-transform:uppercase;
/*	margin-right:10px;*/
	font-size:1.2em;
	letter-spacing:-1px;
}
.customer-account-index .col-main {
	background-image:none
	}
.customer-account-index .tags h3{width:100%; text-align:left; float:left}
.customer-account-index .col-main .col-1,
.customer-account-index .col-main .col-2{padding-top:10px;}

.customer-account-index .tags #my_recent_tags .details h3.product-name{background:none transparent; float:none!important; font-size:1.1em; text-transform:none;margin:0;padding:0;}
.customer-account-index .tags #my_recent_tags .details p{margin:0; padding:0}

.col2-left-layout .col-main{width:780px; overflow: hidden;}

.checkout-cart-index .col-right{text-align:left;padding-top:10px;}
.checkout-cart-index .col-right .action{text-align:center}
.checkout-cart-index .col-right .block{background:none; border:1px solid #E4E4E4;}
.checkout-cart-index .col-right .block-content dl dt,
.checkout-cart-index .col-right .block-content dl dd{padding:0 4px;}

.checkout-cart-index input, .checkout-cart-index textarea, .checkout-cart-index select{background-color:#313131;border:1px solid #909090;color:#F0E100;}

.nav-customer ul{margin:10px 0 10px 10px;}
.nav-customer ul li{letter-spacing:-1px}
.nav-customer ul li a{color:#272727; text-decoration:none}
.nav-customer ul li.current{font-weight:bold;}
ul.tags-list li{color:#999999}
ul.tags-list li a{font-weight:bold;color:#FF9900;}


.language-switcher{position:absolute; top:8px; right:0px; z-index:10000}
#languageList ul, #languageList ul li, #languageList ul li a{margin:0; padding:0;}
#languageList ul li{float:left; list-style:none;}
#languageList ul li a{background:none;}
#languageList ul li img{margin-right:4px; border:1px solid #949494; height:11px; width:16px;}



.newsletter{
	text-align:left;
	width:600px;
	margin:0 auto;
	border:2px solid #CCC;
}
.newsletter .main{background:#FFF; padding: 10px; margin:0;}
.newsletter table{width:100%;}
.newsletter table tr th,.newsletter table tr td h3{background:#000; color:#F0E200; padding:3px}
.newsletter table tr.global td{ background:#C0C0C0;}


#contactForm {
	margin: 0 100px;
	overflow: hidden;
	width: 536px;
	display: inline-block;
	float: none;
}
#contactForm h3 {
	background:transparent url(../images/sprite-bg.png) no-repeat scroll 0 -1180px;
	color:#F0E200;
	font-size:1.2em;
	letter-spacing:-1px;
	padding:3px 0 3px 5px;
	text-transform:uppercase;
}
#contactForm .form-list {
	margin: 0 0 0 10px;
}
.customer-account-logoutsuccess .col-main p {
	background: #EFF5EA url(../images/success_msg_icon.gif) 10px 10px no-repeat;
	margin:0 10px 10px;
	border-color:#446423;
	color:#3D6611;
	border-style:solid !important;
	border-width:1px !important;
	font-size:10px !important;
	font-weight:bold !important;
	min-height:24px !important;
	padding:8px 8px 8px 32px !important;
}

#my_recent_tags {
	overflow: hidden;
	margin: 0 10px;
}
#my_recent_tags li {
	overflow: hidden;
	padding: 5px;
	zoom: 1;
}
#my_recent_tags li.even {
	background: #f6f6f6;
}
#my_recent_tags li span.number {
	float: left;
	font-weight: bold;
}
#my_recent_tags li div.details {
	float: left;
	display: inline;
}
.content-margin-left {
	margin-left: 15px;
}
/*.checkout-cart-index .cart form fieldset {
	border: 1px solid #ECECEC;
	margin: 10px 22px 10px 10px;
	padding: 10px;
}*/