/**
 * 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)
 */


/* ============================================== Reset */
* { margin:0; padding:0; }
body {
	/*font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,Verdana,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em !important;
	text-align:left;
	font-weight:normal;
	color:#232323; 
}

img           { border:0; vertical-align:top; }

a             { cursor:pointer;}
a:hover       {}
:focus        { outline: 0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.3; }
h2            { font-size:18px; font-weight:normal; line-height:1.34; color:#838383; }
h3            { font-size:17px; font-weight:normal; line-height:1.375; color:#434343; margin:8px 0; color:#911755; }
h4            { font-size:13px; font-weight:normal; margin:8px 0; color:#DF57A0;}
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:middle; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

/* Global */
p,a,label,th,td,tr {
	font-size:12px;
}

img{ border:none; }
* {
	padding:0px;
	margin:0px;
	border:none;
}
ul { list-style-type:none; }
div { display:block;}





/* Layout ================================================================================= */
.wrapper-header { 
	background: url(../images/wrapper-header.jpg) repeat-x left;
	float:left;
	width:100%;
}
.wrapper-center {
	float:left;
	width:100%;
}
.wrapper-footer { 
	padding-top:20px;
	float:left;
	width:100%;
	background: url(../images/wrapper-footer.jpg) repeat-x left top;
}

.page { 
	width:950px;
	margin:auto;
	position:relative;
}
.page-print { background:#fff;}
.page-popup { text-align:left; }
.header-container {
	width:950px; 
	margin:auto;
	position:relative;
}
.header {
	height:140px;	
}
.footer {
	clear:both;
	position:relative;
	height:110px;
	padding:10px 0 0;
}
.main {
	float:left;
	margin-bottom:20px;
}


/* Base Columns */
.col-left { position:relative; float:left; width:190px; /*padding-right:20px;*/}
.col-main { position:relative; float:right; width:728px;}
.col-right { position:relative; float:right; margin:70px 0 0 10px; width:190px;}

/* 1 Column Layout */
.col1-layout .col-main { float:left; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { margin: 0 0 0 20px;}

/* 3 Columns Layout */
.col3-layout .col-main { width:550px;}

/* Content Columns 

.col2-set .col-1 { float:left; width:49%; margin-left:2%;}
.col2-set .col-2 { float:right; width:49%;}
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }*/

.col2-set { clear:both; width:100%; }
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%;}
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }


.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */



/* ============================================================== BEGIN : TEXT GENERIC STYLE */
/* Generic Input */
input,select,textarea,button {vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#f2f3f8; border:1px solid #ddd; }
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; }

input.input-text, textarea#comment {
	border:1px solid #ddd;
	background-color:#f2f3f8;
	padding:2px 5px;
	color:#232323;
}
button.button, button.form-button {
	overflow:visible; width:auto;
	background-color:#df57a0;
	padding:3px 5px;
	color:#fff;
	cursor:pointer;
	text-transform:lowercase;
}
button.button span, button.form-button span { 
	white-space:nowrap;
	font-size:13px;
}
button.button:hover, button.form-button:hover {
	background-color:#e2007a;
}

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:normal; }
.form-list .input-box { width:200px; padding:5px; }
.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 { 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:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; 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; }

/* Data Table */ 



.data-table { width:100%;	border-collapse:collapse;}
.data-table th { padding:5px;color:#000;font-weight:normal;border:1px solid #F3F3F3;background:#F3F3F3;white-space:nowrap; }
.data-table th span {font-weight:normal;font-size:11px;}
.data-table td { border-collapse:collapse;padding:5px;border:1px solid #F3F3F3; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { }
.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:#F3F3F3; }
.data-table td.value {}

.data-table button { background:none; color:#911755; float:right;}
.data-table button span {  font-size:13px;  }
.data-table button:hover { background:none; color:#E2007A;}
.data-table button.button:hover span { background:none; color:#E2007A;  }



/* generic table */
table.table_border {
	border-collapse:collapse;
	margin:8px 0;
}
table.table_border td {
	border-collapse:collapse;
	border:1px solid #C6C6C6;
	padding:5px;
}


/* Breadcrumbs */
.breadcrumbs { padding-left:8px; }
.breadcrumbs ul {}
.breadcrumbs ul li {display:inline;}
.breadcrumbs ul li a {color:#999;text-decoration:none;}


/* Fieldset */
fieldset { border:none; margin:15px 0 0 0; }
legend { display:none; }

/* 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:#F3F3F3; }
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 {}
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#F3F3F3; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 0.5em; 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; }
.link-rss { color:#EA7601!important; font-size:10px; }
/* ===================== END : TEXT GENERIC STYLE */


/* ===================== BEGIN : Header */
h1#logo {
	position:relative;
	top:25px;
	left:10px;
	height:90px;
	width:500px;
}

div#blog {
	position:absolute;
	right:0px;
	top:-16px;
	width:120px;
	height:65px;
	background:url(../images/etiquette.jpg);
	cursor:pointer;
	/*z-index:300;*/
}
div#blog:hover {
	background:url(../images/etiquette-over.jpg);
}
/* ===================== END : Header */


/* ===================== BEGIN : MENU */
/* Header links */
ul.links {
	position:absolute;
	bottom:35px;
	right:18px;
	list-style:none;
}
ul.links li {
	float:left;
}
ul.links li.first {
	margin-right:20px;	
}
ul.links li a {
	color:#232323;
	font-size:16px;
	font-weight:100;
	margin-bottom:18px;
	text-decoration:none;
	text-transform:lowercase;
}
ul.links li a:hover {
	color:#E2007A;
}

/* Top cart link */
.top-link-cart {
	
}
.top-link-cart .art {
	font-size:17px;
	font-weight:normal;
	color:#E2007A;
}

/* Recherche du header */
form#search_mini_form {
	width:200px;
	position:absolute;
	top:0px;
	right:5px;
}
form#search_mini_form button {
	background-color:transparent;
}
form#search_mini_form button span { color:#000;	font-size:13px; font-weight:normal; }
form#search_mini_form button:hover span {
	color:#e2007a;	
}
/* ===================== END : MENU */


/* ============================= BEGIN : Sidebar */
/* Generic Block */
.block { background:url(../images/block-bas.jpg) bottom left no-repeat; margin-bottom:10px; }
.block .block-title { background:url(../images/block-haut.jpg) top left no-repeat; height:25px; width:100%; padding:15px 0 0 15px;}
.block .block-title h2 { font-size:15px; font-weight:normal; text-align:left; text-transform:none; color:#651A49; }
.block h3 { font-size:14px; }
.block .block-content { padding:10px 13px 25px 12px; }
.block .actions { text-align:left; }
.block .actions a { color:#999; width:100%; }

/* Newsletter */
.block-subscribe { width:200px; float:right; background:transparent; margin:0px; padding:0px; }
.block-subscribe .block-title { background:none; padding:0px;}
.block-subscribe .block-content { padding: 0px;}
.block-subscribe h2 {color:#000!important;font-weight:normal;font-size:17px;}
.block-subscribe label {color:#666;	}
.block-subscribe input {margin:5px 0;width:190px;}
.block-subscribe button {float:right;margin:3px 0 0 50px;}
.block-subscribe fieldset {margin:0;}

/* Menu Categories */
div#etiquette { position:absolute; top:-20px; left:0px; background:url(../images/grande_etiquette_haut.jpg) top left no-repeat; height:95px; width:180px; }
div.vertical-nav-container {margin:75px 0 20px 0; background:url(../images/grande_etiquette_bas.jpg) bottom left no-repeat; padding-bottom:25px;}
#nav_vert {	/*width:200px; */list-style:none;padding:0px 0 0px 30px; }

/* level 1 */
#nav_vert li {margin-bottom:10px;}
#nav_vert li a {color:#E20079;text-decoration:none;}
#nav_vert li a span {font-size:15px;font-weight:normal;}
#nav_vert li a:hover {color:#000;}

/* level 2 */
#nav_vert li ul {	list-style:none;margin-left:20px;}
#nav_vert li ul li {margin:2px 0 0 0;}
#nav_vert li ul li a span {color:#343434; font-size:14px; font-weight:normal;}
#nav_vert li ul li a span:hover {color:#000; text-decoration:underline;}

/* Block: Checkout Progress */
.block-progress { margin-top:10px; }
.block-progress dt { font-weight:normal; margin-top:10px; text-decoration:underline; }
.block-progress dt.complete,
.block-progress dd.complete {  }
.block-progress dd address { color:#545454; margin-left:5px; font-size:11px;}
.block-progress dd {color:#545454; margin-left:5px; font-size:11px;}
.block-progress a { font-size:9px; font-weight:normal;}


/* Block : Filtre de résultat */
.block-layered-nav { background:url(../images/block_filtre_bas.jpg) bottom left no-repeat;}
.block-layered-nav .block-title { background:url(../images/block_filtre_haut.jpg) top left no-repeat;}
.block-layered-nav .block-title h2 { padding:13px 0 0 10px; color:#e20079; }
.block-layered-nav .block-content { padding:10px 20px 25px 20px; }
.block-layered-nav .block-content h3 {font-size:13px;
color:#232323;
font-weight:normal;
text-decoration:underline;
line-height:1.375;
margin:0px 0;}
.block-layered-nav dt { margin:5px 0 0 0; font-weight:bold; }
.block-layered-nav a { text-decoration:none; color:#434343; }
.block-layered-nav a:hover { text-decoration:underline; }
.block-layered-nav .cat { display:none;}


/* ============================= END : Sidebar */


/* ===================== BEGIN : Grille Produit */
div.products-grid {
	float:left;	
	margin:0 20px 10px 0;
}
div.product-grid-home {
	float:left;	
	clear:left;
	padding:0 20px 0px 0;
	width:100%;
}
div.product-grid-home h2 {
	padding:0 0 8px 0;
	margin:0 0 10px 0;
	border-bottom: 2px dashed #bbb;
	color:#911755;
	font-weight:lighter;	
	font-size:20px;
}
div.product-box {
	width:157px;
	margin: 0 10px 10px 10px;
	float:left;
	cursor:pointer;
	height:195px;
}
h3.product-name { margin:3px 0 0 0; line-height:0.9; padding:0!important;}
h3.product-name a {
	color:#232323;
	text-decoration:none;
	font-weight:200;
	font-size:14px;
}

/* Grid toolbar */
.grid_toolbar { float:left; width:680px; display:block; height:20px; margin:0px; padding:0 0 10px 8px; }
.grid_toolbar p.amount { float:left; font-size:13px; color:#343434; }
/*.grid_toolbar .limiter { float:right; padding-right:5px; }
.grid_toolbar .sorter { float:right; padding-right:20px; } */

/* Page Number */
.pages {float:right; display:inline;}
.pages ol { list-style:none;}
.pages ol li.pages_title { float:left; width:40px; margin-left:8px; }
.pages ol li {float:left; padding:0 3px; font-size:13px;}
.pages ol li a {font-size:13px; color:#343434; text-decoration:none;}
.pages ol li span.current { color:#911755; font-weight:bold; }
/* ===================== END : Grille Produit */


/* ===================== BEGIN : FOOTER */


/* Liens */
table.footer_table {
	float:left;
}
table.footer_table td {
	padding:0 110px 0 0px;
	vertical-align:top;
	text-align:left;
}
table.footer_table h5 {
	color:#000;
	font-weight:normal;
	font-size:15px;
	margin-bottom:3px;
}
table.footer_table a {
	text-decoration:none;
	color:#666;
	margin-bottom:3px;
}
table.footer_table a:hover {
	text-decoration:underline;
}

/* SEO footer */
div.seo {
	float:left;
	padding:30px 0 10px 0;
	color:#232323;
}
div.seo p {
	font-weight:normal;
	font-size:10px;
	text-align:justify;
}
div.seo a {
	text-decoration:none;
	color:#000;
}
div.seo a:hover {
	text-decoration:underline;
}

/* ===================== END : FOOTER */



/* ============================= BEGIN : GENERIC PAGE */
div.std {
	/*padding:0px 40px 10px 10px;*/
}
div.std h2 {
	color:#911755;
	font-size:20px;
	font-weight:100;
	padding:20px 0 3px 0;
}
div.std h3 {
	padding:20px 0 10px 0;
}
div.std p {
}

div.category-title h2 {
	/*
	color:#911755;
	font-size:18px;
	font-weight:100;
	padding:10px 0 0 8px;
	color:#651A49;*/
	color:#232323;
	font-size:19px;
	font-weight:normal;
	padding:10px 0 0 8px;
	text-transform:uppercase;	
}

div.page-title h2  {
	/*
	color:#911755;
	font-size:18px;
	font-weight:100;
	padding:10px 0 0 8px;
	color:#651A49;*/
	color:#911755;
	font-size:22px;
	font-weight:normal;
	padding:0px 0 0 8px;
	text-transform:normal;	
}


/* ============================= END : GENERIC PAGE */



/* ============================= BEGIN : PAGE CONTACT */
form#contactForm h3 { margin: 20px 0;}
form#contactForm label {margin:5px 0 0 0;}
form#contactForm .input-box {padding: 0 0 10px 0;}
form#contactForm input.input-text {width:250px;}
form#contactForm #comment {	/*width:500px;	*/}
p.required {margin:15px 0 10px 0;}
/* ============================= END : PAGE CONTACT */


/* ============================= BEGIN : PAGE Product VIEW */
.product-view-top { height:20px; background: transparent url(../images/product-view-top.gif) top no-repeat;}
.product-view-bottom {height:20px; background: transparent url(../images/product-view-bottom.gif) top no-repeat;}
.product-view {margin: 40px 0 0 0;}

.product-essential { padding:0px 20px 0 0; }
.product-collateral { padding:20px 0 0 30px; float:left; width:400px;}
.product-collateral h3 {  }

.product-view h3 { margin:15px 0 0 0; color:#911755; margin-bottom:3px; }
.product-view div.additional h3 {display:none};
.product-view  div.std { padding:0px!important; margin:0px!important;}
.product-view h3 span { }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box h3 { border:none; color:#343434; font-size:12px; margin: 10px 0;}
.product-view .product-img-box .product-image { background-color:#fff; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:pointer; }
.product-view .product-img-box .zoom-notice { text-align:center; font-size:11px; font-style:italic; margin:3px 0; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }

.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }

.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .nav a { text-decoration:none; color:#434343; font-weight:normal; font-size:14px;}
.product-image-popup .nav a:hover { text-decoration:underline; }
.product-image-popup p.a-right a { text-decoration:none; color:#434343; font-weight:normal;}
.product-image-popup p.a-right a:hover { text-decoration:underline; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:left; width:385px; padding:0px 0 0 30px; }

.product-view .product-shop .price-box { text-align:right; position:absolute; top:110px; right:60px;}
.product-view .product-shop .price-box span.price { font-size:20px; color:#E2007A; font-weight:normal; }

.product-view .product-shop .review a {text-decoration:none; color:#343434;}
.product-view .product-shop .review a:hover {text-decoration:underline; }

.product-view .product-shop .add-to-links a { text-decoration:none; color:#343434; }
.product-view .product-shop .add-to-links a:hover { text-decoration:underline; }
.product-view .product-shop a { text-decoration:none; color:#E2007A; }
.product-view .product-shop a:hover { text-decoration:underline; }
.product-view .product-shop p.availability { margin:10px 0 0 0; }
.product-view .product-shop .add-to-cart { margin:10px 0 0 0; }
.product-view .product-shop .add-to-cart input.qty { width:30px; }
.product-view .product-shop .add-to-cart button { margin: 0 0 0px 10px;}

.product-view .product-name {}
.product-view .product-name h2 {font-size:22px; padding: 0 0 0px 0; color:#911755; font-weight:normal;} 
.product-view .product-name h1 {font-size:18px; padding: 0 0 10px 0; color:#911755; font-weight:normal; } 
.product-view .product-name .sku { color:#999; padding: 0 0 8px 0; }

.product-view .short-description { margin:0px;}
.product-view .short-description p { margin:0px; margin-bottom:2px;}
.product-view .short-description br { display:none;}

/* 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; }


/* ============================= END : PAGE */


/* ============================= BEGIN: PRICE */
.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; font-size:14px;}

/* Old price */
.old-price {}
.old-price .price-label { display:none; white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; color:#C00; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; display:none; }
.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; }
/* ============================= END: PRICE */



/* ============================= BEGIN: GLOBAL Message */
.success {font-weight:bold; }
.error { font-weight:bold; }
.notice { }

.messages { width:90%; overflow:hidden;  }
.messages li { margin:10px 0 0px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border:none; background-position:5px 5px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:4px 4px 0px 32px !important; font-size:13px !important; }
.error-msg { background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { background-image:url(../images/success_msg_icon.gif); color:#3d6611;}
.note-msg,
.notice-msg { background-image:url(../images/note_msg_icon.gif); color:#3d6611; }
/* ============================= END: GLOBAL Message */


/* ============================= BEGIN: PAGE CART */
.cart { padding: 0px 0px;}
.cart .page-title h2 { padding:20px 0 0 0;}

/* Bouton commander */
.cart .checkout-types { float:right; text-align:right; width:200px; }
.checkout-types button.button { padding:4px; margin:20px 0 0 0; }
.checkout-types button.button span { font-size:15px; }


/* Shopping Cart Table */

.cart-table .item-msg { font-size:10px; }
.cart-table td.a-right {
	background:#F3F3F3;
}


/* 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 {display:none;}

.cart .discount { padding:8px 15px; margin:20px 0 0 0px; width:210px; background:#F3F3F3; }
.cart .discount h3 { font-size:13px; color:#000; font-weight:normal;  }
.cart .discount fieldset { margin:3px; }
.cart .discount fieldset label { color:#232323; }
.cart .discount input.input-text { background:#fff;}
.cart .discount button.button { background: none; float:right; margin:10px 0 0 0; padding:0px; }
.cart .discount button.button span { background:none; color:#911755; font-weight:normal;}
.cart .discount button.button:hover { background: none;  }
.cart .discount button.button:hover span { background:none; color:#E2007A; }


/* Shopping Cart Totals */
.cart .totals { float:right; margin-top:20px;  }
.cart .totals table { width:100%;border-collapse:collapse;}
.cart .totals table th,
.cart .totals table td { font-weight:normal; padding:5px; font-size:11px; border:1px solid #F3F3F3;  }

/* 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:#F3F3F3; }
.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; }
/* ============================= END: PAGE CART */


/* ============================= BEGIN: PAGE CHECKOUT */
/* 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:#F3F3F3; 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:#F3F3F3; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */


/* ============================= END: PAGE CHECKOUT */

/* ============================= BEGIN: PAGE ADVANCED SEARCH */
#advanced-search-list li { 
	margin:15px 10px 0 0;
}
#advanced-search-list li label {
	font-weight:bold;
	
}
#advanced-search-list li.last {
	clear:both;
}

#advanced-search-list .input-text {
	width:200px;
}

#advanced-search-list li select {
	width:200px;
	border:1px solid #bbb;
	padding:5px;
}
/* ============================= END: PAGE ADVANCED SEARCH */




/* ============================= BEGIN: CHECKOUT ONE PAGE */
/* One Page */
div.opc { list-style-type:none; margin:20px 0 0 0;  }
div.opc .section { float:left; width:100%; }
div.opc .step-title { width:100%; background:#fff; cursor:pointer; }
div.opc .step-title .number { float:left; }
div.opc .step-title h3 { float: left; font-size:16px; font-weight:300; color:#bbb; border-bottom:1px solid #bbb; width:100%; margin:8px 0 8px 0;}
div.opc .allow .step-title { }
div.opc .active {}
div.opc .active .step-title { }
div.opc .active .step-title h3 { color:#911755; border-bottom:1px solid #911755; }
div.opc .active .step-title span.number {  }

.opc .step { float:left; width:100%; margin:0px 0 20px 0;}
.opc .step .tool-tip {  }
.opc .step h4 { font-size:13px; padding-bottom:5px; font-weight:normal; }
.opc fieldset { margin:0px; }
.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:#F3F3F3; 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:#F3F3F3; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Shipping form */
#co-shipping-method-form fieldset { padding: 10px 20px 0 20px; }
#checkout-step-payment fieldset { padding: 10px 20px 0 20px; }



form#co-billing-form fieldset {
margin-top:10px;	
}

/* ============================= END: CHECKOUT ONE PAGE */




/* ============================= BEGIN: Mon Compte */
div.page-title h1 {color:#911755; font-size:22px; }
.dashboard {}
.dashboard h3 { color:#838383; font-weight:normal; margin-top:20px;font-size:18px;}
.dashboard h4 { font-size:18px; margin-bottom:5px;}

/* Colonnes */
.dashboard .col2-set .col-1 { margin:10px 0; background-color:#f3f3f3; padding:10px 0 10px 20px; width:46%; border:1px solid #ddd;}
.dashboard .col2-set .col-2 { margin:10px 0; background-color:#f3f3f3; padding:10px 0 10px 20px; width:46%; border:1px solid #ddd;}
.dashboard .col2-set h4 { color:#838383; font-weight:normal; margin-top:20px; }
.dashboard .col2-set .col-1 h4 { font-size:13px; margin-bottom:5px; font-weight:bold; color:#232323; margin-top:0;}
.dashboard .col2-set .col-2 h4 { font-size:13px; margin-bottom:5px; font-weight:bold; color:#232323; margin-top:0;}


.dashboard .welcome-msg {}
.dashboard .welcome-msg h3 { color:#434343; font-weight:normal; margin-top:5px; font-size:14px;}

/* 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 {}


.address-book {}
.address-book h3 { color:#838383; font-weight:normal; margin-top:7px;font-size:16px;}
.address-book h4 { font-size:18px; margin-bottom:5px;}

/* Colonnes */
.address-book .col2-set .col-1 { margin:10px 0; background-color:#f3f3f3; padding:10px 0 10px 20px; width:46%; border:1px solid #ddd;}
.address-book .col2-set .col-2 { margin:10px 0; background-color:#f3f3f3; padding:10px 0 10px 20px; width:46%; border:1px solid #ddd;}
.address-book .col2-set h4 { color:#838383; font-weight:normal; margin-top:20px; }
.address-book .col2-set .col-1 h4 { font-size:13px; margin-bottom:5px; font-weight:bold; color:#232323; margin-top:0;}
.address-book .col2-set .col-2 h4 { font-size:13px; margin-bottom:5px; font-weight:bold; color:#232323; margin-top:0;}

.address-book .col2-set ol li { margin:10px 0;}

/* ============================= END: Mon Compte */



/* ========== RSS */

#rss-table-misc {
	margin:30px 0 0 0;
}

/* ============================= Termes de recherche populaire */
body.catalogsearch-term-popular .page-title {margin-top:70px;}
body.catalogsearch-term-popular .tags-list { margin-top:10px; }
body.catalogsearch-term-popular .tags-list li { display:inline;  }
body.catalogsearch-term-popular ul.tags-list { font-size:16px;}
body.catalogsearch-term-popular ul.tags-list a { color:#555; text-decoration:none; margin:0 8px;}
body.catalogsearch-term-popular ul.tags-list a:hover { text-decoration:underline;}



/* ============================= BEGIN: Page Accueil */
.cms-accueil .std { /*padding:30px 30px 0 0;*/  }
.cms-accueil .std p { font-size:12px; }
.cms-accueil .main { margin:0; }


/* ============================= END: Page Accueil */

/* ============================= BEGIN: Site Map */

body.catalog-seo-sitemap-category div.page-title, body.catalog-seo-sitemap-product div.page-title {
	margin-top:25px;
	float:left;
}
body.catalog-seo-sitemap-category div.pager, body.catalog-seo-sitemap-product div.pager {
	margin-left:10px;
	clear:both;
	float:left;
	width:100%;
}
body.catalog-seo-sitemap-category div.pages, body.catalog-seo-sitemap-product div.pages {
	float:right;
}

body.catalog-seo-sitemap-category div.col-main ul.links, body.catalog-seo-sitemap-product div.col-main ul.links {
	float:left;
	clear:both;
	position:relative;
	bottom:auto;
	right:auto;
	margin:0 0 10px 10px;
}
body.catalog-seo-sitemap-category div.col-main ul.links a, body.catalog-seo-sitemap-product div.col-main ul.links a {
	color:#E20079;
	text-decoration:underline;
}
body.catalog-seo-sitemap-category div.col-main ul.links a:hover, body.catalog-seo-sitemap-product div.col-main ul.links a:hover {
	color:#000;
	text-decoration:none;
}

/* Site Map links */
ul.sitemap {
	margin:10px 10px;
	clear:both;
	float:left;
}

ul.sitemap li.level-0 a { font-size:16px; text-decoration:none; color:#000; margin:10px 0 0 0;}
ul.sitemap li.level-1 a { font-size:13px; text-decoration:none; color:#000; margin:3px;}

ul.sitemap li a { font-size:14px; text-decoration:none; color:#000; }
ul.sitemap li a {margin:2px;}
ul.sitemap li a:hover {	color:#E20079; }

/* ============================= END: Site Map */

