/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
	/* Layout ================================================================================= */
	
a {
	color:#654650;
	text-decoration:none;
	font-size:11px;
}

a:hover {
	color:#654650;
	text-decoration:underline;
	font-size:11px;
}

.wrapper { background: url(../images/bkg-wrapper.png) repeat-x left 21px; }

.page {
	background: #fff url(../images/bkg-top-page.png) repeat-x left 21px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
  width: 990px;
}

.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
}

.page-popup {
	padding: 20px;
	text-align: left;
}

.main {}

/* Base Columns */
.col-left {
	float: left;
	padding: 0 17px 0 14px;
	width: 173px;
}

.col-main {
	float: left;
	width: 761px;
}

.col-right {
	float: right;
	padding: 0 24px 0 17px;
	width: 173px;
}

/* 1 Column Layout */
.col1-layout .col-main {
	float: none;
	width: auto;
	/*margin-bottom: 25px;*/
	padding: 25px;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
  margin-bottom: 25px;
}

.col2-right-layout .col-main {
  margin-bottom: 25px;
  margin-left: 15px;
}

/* 3 Columns Layout */
.col3-layout {
	padding: 0 0 12px 0;
}

.col3-layout .col-main {
	width: 571px;
}

/* Content Columns */
.col2-set .col-1 {
	float: left;
	width: 49%;
}

.col2-set .col-2 {
	float: right;
	width: 49%;
}

.col2-set .narrow {
	width: 33%;
}

.col2-set .wide {
	width: 65%;
}

.col3-set .col-1 {
	float: left;
	width: 32%;
}

.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}

.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}

.col4-set .col-3 {
	float: left;
	width: 23.5%;
}

.col4-set .col-4 {
	float: right;
	width: 23.5%;
}

/* ======================================================================================= */
	/* Global Styles ========================================================================= */
	/* Form Elements */
input,select,textarea,button {
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}

input.input-text,select,textarea {
	background: #fff;
	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;
}

button.button ::-moz-focus-inner {
	padding: 0;
	border: 0;
}  /* FF Fix */
button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0 0 0 12px;
	/*background: url(../images/bkg_button.gif) 0 50% no-repeat;*/
	/*background: url(../images/buttons/button-grey-medium.gif) 0 50% no-repeat;*/
	background: #000000;
	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 12px/ 21px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	/*color: #fff;*/
	color:#FFFFFF;
}

button.disabled {
	
}

button.disabled span {
	
}

button.button-medium ::-moz-focus-inner {
	padding: 0;
	border: 0;
}  /* FF Fix */
button.button-medium {
	overflow: visible;
	width: auto;
	height: auto;
	border: 0;
	padding: 0 0 0 12px;
	/*background: url(../images/bkg_button.gif) 0 50% no-repeat;*/
	background: url(../images/buttons/button-grey-medium.gif) 0 50% no-repeat;
	cursor: pointer;
	-webkit-border-fit: lines; /* <- Safari & Google Chrome Fix */
}

button.button-medium span {
	float: left;
	padding: 0 12px 0 0;
	/*background: url(../images/bkg_button.gif) 100% 50% no-repeat;*/
	font: bold 12px/ 21px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	/*color: #fff;*/
	color:#FFFFFF;
}

/* 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: 300px;
}

.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: 5px 0 0;
	padding: 5px;
	border: 1px solid #ddd;
}

.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;
}

/* Global Messages  */
.success {
	color: #3d6611;
	font-weight: bold;
}

.error {
	color: #f00;
	font-weight: bold;
}

.notice {
	color: #ccc;
}

.messages,.messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.messages {
	width: 100%;
	overflow: hidden;
}

.messages li {
	margin: 0 0 10px;
}

.messages li li {
	margin: 0 0 3px;
}

.error-msg,.success-msg,.note-msg,.notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 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 {
  color: #b7b5b6;
  font-family: Verdana;
  font-size: 10px;
}

.breadcrumbs a {
	color: #A28C8E;
	font-weight: bold;
}

.breadcrumbs strong { font-weight: normal; }

.breadcrumbs li { display: inline; }

.col2-left-layout .breadcrumbs {
	color: #8e8c8d;
	font-size: 11px;
	padding: 10px 0;
}

.col2-left-layout .breadcrumbs a {
  color: #a28c8e;
  font-weight: bold;
}

.col2-left-layout .breadcrumbs a:hover {
	text-decoration:underline;
}

/* Page Heading */
.page-title {
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.title-buttons {
	text-align: right;
}

.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6
	{
	float: left;
}

/* Pager */
.pager {
	background: #a28c8e;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	height: 21px;
	padding: 2px 24px 0 15px;
	text-align: center;
}

.pager select {
	height: 20px;
	padding: 0;
}

.pager .amount {
	float: left;
	font-weight: bold;
}

.pager .limiter { float: right; }

.pager .pages { margin: 0 135px; }

.pager .pages ol { display: inline; }

.pager .pages li { display: inline; }

.pager .pages li a {
	color: #fff;
	text-decoration: none;
}

.pager .pages .current { font-weight: bold; }

/* Sorter */
.sorter {
	/*border: 1px solid #ddd;*/
	background: #EEEEEE;
	margin: 5px 0;
	padding: 5px;
}

.sorter .view-mode { float: left; }

.sorter .sort-by { float: right; }
.sorter .sort-by label { font-weight: bold; }

.sorter .link-feed {}

/* Data Table */
.data-table {
	width: 100%;
}

.data-table th {
	padding: 5px;
	border: 1px solid #ddd;
	font-weight: bold;
	white-space: nowrap;
	/*background: #D9E5EE url(../images/data_table_th_bg.gif) repeat-x scroll 0 100%;*/
}

.data-table td {
	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;
}

/* Noscript Notice */
.noscript {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}

.noscript .noscript-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 12px;
	background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
	margin: 0;
}

/* Demo Notice */
.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #fff;
}

/* ======================================================================================= */
	/* Header ================================================================================ */
.logo {
	float: left;
	height: 132px;
	margin: 0 0 0 18px;
	overflow: hidden;
	width: 184px;
}

.header-container {}

.header {
  height: 143px;
  position: relative;
}

.header .logo {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
}

.header .logo a {
	display: block;
	width: 184px;
	height: 132px;
}

.header .welcome-msg {
	display: none;
	font-weight: bold;
	text-align: right;
}

.header .top-menu {
	position: absolute;
	right: 10px;
	top: 21px;
}

.header .top-menu .links {
	background: none;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	height : 27px;
	/*letter-spacing: -0.5px;*/
	padding: 0;
	position: relative;
	right: 50px;
	text-transform: uppercase;
	top: 0;
	width: auto;
}

.header .top-menu .links li {
	float: left;
	height: 27px;
}

.header .top-menu .links a {
	border: 0;
	color: #fff;
	line-height: 27px;
	margin: 0 5px;
}
.header .top-menu .links a:hover { color: #cda15c; }


.header .links {
	background: #4c2331;
	height: 23px;
	padding: 12px 0 0 6px;
	position: absolute;
	right: 205px;
	top: 95px;
	width: 380px;
}

.header .links a {
	border-left: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 11px;
	padding: 0 7px;
	/*text-decoration: none;*/
}

.header .links .first a {
  border: 0;
}

.header .links li {
  display: inline;
}

.header .form-search {
	background: #eee url(../images/bkg-search-top.png) repeat-x left top;
	height: 33px;
	padding: 14px 0 0 16px;
	position: absolute;
	right: 205px;
	top: 48px;
	width: 370px;
}

.header .form-search label {
	display: none;
}

.header .form-search .input-text {
  color: #352941;
  font-size: 11px;
  height: 16px;
  margin: 0 6px 0 0;
  padding: 3px 5px 0 5px;
  width: 250px;
}

.header .form-search .button {
  background: url(../images/buttons/search-go.png) no-repeat left top;
  height: 22px;
  padding: 0;
  width: 68px;
}

.header .form-search .button span { display: none; }

.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: 5px 10px;
	font-weight: bold;
	color: #888;
}

#nav li a:hover {
	color: #000;
}

#nav li.over a,#nav li.active a {
	color: #000;
}

/* 2nd Level */
#nav ul {
	position: absolute;
	width: 15em;
	top: 25px;
	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;
}

/* 3rd+ leven */
#nav ul ul {
	top: 7px;
}

/* Show Menu */
#nav li.over>ul {
	left: 0;
}

#nav li.over>ul li.over>ul {
	left: 100px;
}

#nav li.over ul ul {
	left: -10000px;
}

.mini-navigation {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 60px 0;
  text-align: right;
  margin: 13px 0 0;
}

.mini-navigation .head {
  display: none;
}

.mini-navigation li.level0 {
  margin: 0 0 20px 0;
}

.mini-navigation li.level0 a {
	color: #4c2331;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 17px;
	letter-spacing: -0.5px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.mini-navigation ul.level0 li {
  line-height: 11px;	
}

.mini-navigation ul.level0 a {
  color: #a28c8e;
  font-family: Verdana;
  font-size: 11px;
  padding: 0 2px;
  text-decoration: none;
  text-transform: none;
}

.mini-navigation ul.level0 a:hover,
.mini-navigation ul.level0 li.active a {
	background: #a28c8e;
  color: #fff;	
}

.mini-navigation2 {
	margin-bottom: 25px;
}

.mini-navigation2 ul.level0 a {
	color: #6E6C6D;
} 

/********** Navigation > */
	/* ======================================================================================= */
	/* Sidebar =============================================================================== */
.block {
	margin: 0 0 7px;
}

.block .block-title {
	padding: 0 9px;
  background: url(../images/compare-top.png) no-repeat left top;
  border: 0;
  color: #fff;
  height: 24px;
}

.block .block-title h2 {
	font-size: 16px;
	font-weight: bold;
}

.block h3 {
	font-size: 14px;
	line-height: 1.5;
}

.block .block-content {
	border: 1px solid #bcbcbc;
	border-top: 0;	
	padding: 8px 8px 3px 8px;
}

.block-account .block-title {
	color: #4C2331;
	background: none;
	margin-bottom: 5px;
	padding: 0;	
}

.block-account .block-content {
	border: none;
	padding: 0;
	height: 30px;
}

.block-account .block-content span {
	margin-top: 3px;
	padding: 10px 19px;
	background-color: #A28C8E;
	margin: -2px;
	border-top: 5px;
	height: 10px;
	width: 50px;
}

.block-account .block-content .current {
	background: #4C2331;
	color: #FFFFFF;
	font-size: 11px;
	height: 200px;
	padding-top: 11px;
}

.block-account .block-content .current .current2 {
	padding: 0 0 34px 0;;
	background: url(../images/tabs_account_selected.gif) no-repeat scroll center center
	
}

.block-account .block-content a {
	color: #FFFFFF;
}
.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 {
	margin-top: 40px;
}

.block-layered-nav .block-title {
	background: url(../images/choix-top.png) no-repeat left top;
	height: 21px;
	padding-top: 3px;
}	

.block-layered-nav .block-title h2 {
	background: url(../images/titles/faites-votre-choix.gif) no-repeat left center;
	text-indent: -100000px;
}

.block-layered-nav .block-content {
	padding-top: 3px;
}

.block-layered-nav .block-content h3 { display: none; }

.block-layered-nav dt {
	background: url(../images/buttons/filter-icon.png) no-repeat left center;
	color: #4c2331;
	font-family: Arial;
	font-weight: bold;
	padding: 0 0 0 21px;
	text-transform: uppercase;
}

.block-layered-nav dd {
  color: #7a7a7a;
  font-family: Verdana;
  font-size: 11px;
  line-height: 14px;
}

.block-layered-nav dd a {
	color: #7a7a7a;
	text-decoration: none;
}

.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {	
	background: url(../images/bkg_cart.gif);
	float: right;
	position: relative;
	top: 48px;
	right: 25px;
	height: 82px
}

.block-cart .block-title {
	background: url(../images/icon_cart.gif) no-repeat 8px 10px;
	border: 0;
	color: #fff;
	height: 30px;
	padding-top: 5px;
}

.block-cart .block-title h2 {
	/*background: url(../images/titles/votre-panier.gif) no-repeat center top;*/
	/*height: 17px;*/
	/*font-family: verdana, arial, times, sans-serif;*/
	/*text-indent: -10000px;*/
	/*width: 155px;*/
	font-size: 18px;
	color: #8e6577;
	margin: 6px 0 0 40px;
	font-weight: bold;
}

.block-cart .block-content {
	padding: 2px 2px 4px 2px;
	/*height: 50px;*/
	width: 167px;
	border: none;
}

.block-cart .block-content p { text-align: center; }

.block-cart .amount a {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}

.block-cart .actions button {
	background: #f8c7d8;
	height: 16px;
	padding: 0;
	width: 100%;
}

.block-cart .actions button span {
  background: none;
  color: #000;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 100%  
}

.block-cart .actions button span:hover {
  text-decoration: underline; 
}


.mini-products-list li {
	padding: 5px 0;
}

.mini-products-list .product-image {
	float: left;
	width: 50px;
	padding: 5px;
	border: 1px solid #ddd;
	margin-right: -75px;
}

.mini-products-list .product-details {
	margin-left: 75px;
}

.mini-products-list .product-details h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.mini-products-list .product-details .btn-remove {
	float: right;
}

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}

.block-related li {
	padding: 5px 0;
}

.block-related input.checkbox {
	float: left;
	margin-right: -20px;
}

.block-related .item {
	margin-left: 20px;
}

.block-related .item .product-image {
	float: left;
	margin-right: -65px;
}

.block-related .item .product-details {
	margin-left: 65px;
}

/* Block: Compare Products */
.block-compare {
  font-family: Verdana;
}

.block-compare .block-title {
  background: url(../images/compare-top.png) no-repeat left top;
  border: 0;
  color: #fff;
  height: 21px;
  padding-top: 3px;
}

.block-compare .block-title h2 {
  background: url(../images/titles/comparer-produits.gif) no-repeat left top;
  height: 18px;
  text-indent: -10000px;
  width: 136px;
}

.block-compare .block-content {
	padding: 3px 5px 7px 8px;
}

.block-compare li {
	line-height: 11px;
	padding: 0 15px 10px 0;
	position: relative;
}

.block-compare li a {
  color: #4c2331;
  font-size: 11px;
  text-decoration: none;
}

.block-compare li a .v-middle {
	bottom: 10px;
  position: absolute;
  right: 0;
}

.block-compare .actions a {
	color: #4c2331;
	float: left;
	font-size: 10px;
	line-height: 22px;
}

.block-compare .actions .button {
  background: url(../images/buttons/compare-go.png) no-repeat left top;
  height: 22px;
  margin: 0 5px 0 0;
  width: 55px
}

.block-compare .actions .button span {
  display: none;
}

/* Block: Viewed */
.block-recent a {
  color: #7a7a7a;
  text-decoration: none;
}

/* 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 {
  font-family: Verdana;
	line-height: 14px;
}

.block-tags .block-title {
	background: #a28c8e;
  border: 1px solid #bcbcbc;
  border-bottom: 0;
	color: #fff;
	height: 19px;
	padding-top: 2px;
}

.block-tags .block-title h2 {
	background: url(../images/titles/tags.gif) no-repeat left top;
	height: 18px;
	text-indent: -10000px;
	width: 49px;
}

.block-tags ul,.block-tags li {
	display: inline;
}

.block-tags ul,.block-tags li a { color: #878586; }

.block-tags .actions a {
	color: #4c2331;
	float: none;
	font-size: 10px;
}

/* 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-content {}

.block-banner .block-content {
  border: 0;
  padding: 0;	
	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 #4c2331;
	color: #fff;
	height: 25px;
}

.category-title h2 {
	background: #4c2331 url(../images/bkg-titre-category.png) no-repeat right top;
	float: left;
  height: 25px;
  padding: 0 56px 0 14px;
}

.category-image {
	/*display: none;*/
	margin: 0 auto;
}

.category-products {}

/* View Type: Grid */
.products-grid {
	width: 100%;
}

.products-grid tr.odd {}

.products-grid tr.even {}

.products-grid td {
	width: 33%;
	padding: 10px 5px;
  text-align: center;
}

.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;
}

.products-grid td .button {
	/*background: url(../images/buttons/acheter.gif) no-repeat left center;
	height: 14px;
	width: 66px;*/
}

.products-grid td .button span {
	background: none;
  font-size: 11px;
  line-height: 11px;
}



.category-products .add-to-cart button.button {
	background: transparent url(../images/buttons/ajout_panier_small.gif) no-repeat scroll left top;
	height: 22px; 
	width: 109px;
}
.category-products .add-to-cart button.button:hover {
	background-position: 0 -22px;
}

.category-products .add-to-cart button.button span {
	display: none;	
}
.category-products .availability button.button {
	background: transparent url(../images/buttons/bientot_dispo_small.gif) no-repeat scroll left top;
	height: 22px; 
	width: 109px;
}

.category-products .availability button.button span {
	display: none;	
}

/* ======================================================================================= */
	/* Product View ========================================================================== */
.product-view {}

.product-essential {}

.product-collateral { margin: 10px 0 0 0; }

.product-collateral .tabs h3 {
	cursor: pointer;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	height: 42px;
	line-height: 30px;
	text-align: center;
  width: 251px;
}

.product-collateral .tabs h3.unselected { background: url(../images/tabs-unselected.jpg) repeat-x left top; }

.product-collateral .tabs h3.selected {
	background: url(../images/tabs-selected.jpg) no-repeat left top;
	color: #fff;
}

.product-collateral .tabs h3#link_tab_description,
.product-collateral .tabs h3#link_tab_related_product { margin: 0 4px 0 0; }

/* Product Images */
.product-view .product-img-box {
	float: left;
	width: 330px;
}

.product-view .product-img-box .product-image {
	border: 1px solid #ddd;
	width: 330px;
	height: 330px;
}

.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 330px;
	height: 330px;
	overflow: hidden;
	z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
}

.product-view .product-img-box .product-image-zoom .cursor img {
  /*cursor: move;*/
  cursor: url(../images/cur/zoom.cur), pointer !important;
}

.product-view .product-img-box .zoom-notice {
	text-align: center;
}

.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(../images/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer;
}

.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}

.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0;
}

.product-view .product-img-box .more-views {
	margin-top: 10px;
}

.product-view .product-img-box .more-views ul {
	margin: 0 8px;
}

.product-view .product-img-box .more-views li {
	border: 1px solid #d2d2d2;
	float: left;
	margin: 0 0 0 8px;
	margin: 2px;
	height: 68px;
	width: 68px;
}

.product-view .product-img-box .more-views li img {
	height: 68px;
	width: 68px;
}

.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: 405px;
}

.product-view .product-shop h2 {
	border-bottom: 1px solid #4c2331;
	color: #4c2331;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.product-view .product-shop .ratings { padding: 5px 0; }

.product-view .product-shop .ratings .rating-box {
  float: left;
  margin: 3px 10px 0 0;
}

.product-view .product-shop .price-box {
  color: #f21e67;
  float: left;
  font-family: Arial;
  /*font-size: 24px;*/
  line-height: 32px;
}

.product-view .product-shop .add-to-box {}

.product-view .product-shop .add-to-cart { float: right; }

.product-view .product-shop .add-to-cart label {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
}

.product-view .product-shop .add-to-cart input {
	border: #px solid #b6b6b6;
	color: #666;
	float: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	margin: 1px 5px 0 0;
	width: 34px;
}
.product-view .product-shop .add-to-cart button.button {
  background: url(../images/buttons/ajout_panier.gif) no-repeat left top;
  float: right;
  height: 42px;
  width: 175px
}
.product-view .product-shop .add-to-cart button.button:hover  {
  background-position: 0 -42px;  
}

.product-view .product-shop .add-to-box .availability {
	float: right;
	background: url(../images/buttons/bientot_dispo.gif) no-repeat left top;
	height: 42px;
	width: 176px;
	
}

.product-view .product-shop .add-to-cart button.button span { display: none; }

.product-view .product-shop .add-to-box .add-to-links {
	clear: right;
	float: right;
	margin-top: 10px;
}
.product-view .product-shop .add-to-box .add-to-links a {
	background: url(../images/icons/ajout-favoris.gif) no-repeat right 2px;
	font-size: 11px;
	padding: 0 12px 0 0;
}

.product-view .short-description {
	clear: both;
	color: #4c2331;
	font-size: 11px;
	font-family: Verdana;
}

.product-view .short-description p {
	margin: 0 0 10px 0;
}

.product-view .short-description a{
	font-weight: bold;
}


/* Rating */
.ratings .amount {
	display: none;
}

.ratings .rating-box {}

.ratings .rating-links {
	color: #654650;
	float: left;
}

.ratings .rating-links a {
	/*font-size: 11px;*/
	font-weight: bold;
}

.rating-links .separator {
	padding: 0 5px;
}

.ratings dt {}

.ratings dd {}

.rating-box {
  background: url(../images/bg_rating_2.gif) 0 0 repeat-x;
  font-size: 0;
	height: 12px;
	line-height: 0;
	margin: auto;
	overflow: hidden;
  position: relative;
  width: 60px;
}

.rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	background: url(../images/bg_rating_2.gif) 0 100% repeat-x;
}

/* Availability */
.availability {}

.availability button.button {
	background: #CCCCCC;
}

.availability .in-stock {
	font-weight: bold;
}

.availability .out-of-stock {
	font-weight: bold;
	color: #f00;
}

/********** < Product Prices */
.price {
	white-space: nowrap !important;
}

.price-box {
  color: #9c4562;
  display: inline;
  font-family: Verdana;
  font-size: 11px;	
}

.price-box .price {
  font-weight: bold;
  font-size: 14px;
}

.price-box-bundle {}

/* Regular price */
.regular-price {
  font-weight: bold;	
}

.regular-price .price {
	font-weight: bold;
	font-size: 14px;
}

.product-shop .price {
	font-size: 24px;
}

/* Old price */
.old-price {
  text-decoration:line-through;
}

.old-price .price-label {
	white-space: nowrap;
}

.old-price .price { text-decoration: line-through; }

/* Special price */
.special-price {}

.special-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.special-price .price {
	font-weight: bold;
}

/* Minimal price (as low as) */
.minimal-price {}

.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

a.minimal-price-link {
	display: block;
}

a.minimal-price-link .label {}

a.minimal-price-link .price {
	font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-weight: normal;
}

/* Including tax */
.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {
	font-weight: bold;
}

/* Excl tax (for order tables) */
.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/* Price range */
.price-from {}

.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-to {}

.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/* Price as configured */
.price-as-configured {}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	font-weight: bold;
}

/********** Product Prices > */ /* Tier Prices */
.tier-prices .price {
	font-weight: bold;
}

.tier-prices .benefit {}

/* Add to Links */
.add-to-links li {
	display: inline;
	font-size: 10px;
}

.add-to-links a {
	/*
	color: #654650;
	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 {
	/*float: left;*/
	margin-left: 5px;
}

/* Add to Links + Add to Cart */
.add-to-box {
  border-top: 1px solid #4c2331; 
	padding: 10px 0 0 0;
}

.add-to-box .add-to-cart {
	float: left;
}

.add-to-box .or {
	float: left;
	margin: 0 10px;
}

.add-to-box .add-to-links {
	float: left;
}

/* Product Options */
.product-options dl {
  border-top: 1px solid #4c2331;
}

.product-options dt {
	float: left;
	padding: 10px 0;
	width: 185px;
}

.product-options dd {
	float: left;
	padding: 10px 0;
	width: 220px;
}

.product-options dt label {
	color: #666;
	font-family: Verdana;
	font-weight: bold;
}
.product-options dt label .required { color: #f21e67; }

.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 {}

.product-options dl.last dd.last {}

.product-options dd input.input-text {
	width: 215px;
}

.product-options dd textarea {
	width: 98%;
	height: 8em;
}

.product-options dd select {
	width: 220px;
}

.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 { display: none; }

.product-options-bottom {	display: none; }

.product-options-bottom .price-box {}

/* Grouped Product */
.grouped-items {
	
}

/* Block: Description */
.product-view .description {
	color: #4c2331;
	font-family: Verdana;
	font-size: 11px;
	padding: 10px 0 0 0;
}

/* Block: Additional */
.product-view .additional {
	margin: 25px 0 0; 
}

/* Block: Upsell */
.product-view .up-sell { margin: 30px 0 70px 0; }

.product-view .up-sell h3 {
  color: #4c2331;
  font-size: 14px;
}

.product-view .up-sell .products-grid {
  background: #e5e5e5;
  margin: 10px 0 0 0;
}

.product-view .up-sell .products-grid td { width: 25%; }

.product-view .up-sell .products-grid td a img {
  border: 1px solid #c9c8c8;
}

.product-view .up-sell .products-grid td h4 {
  color: #040404;	
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  margin: 5px 0 0 0;
}
.product-view .up-sell .products-grid td h4 a {
	color: #040404;
  text-decoration: none;
}

.product-view .up-sell .products-grid td .price-box { color: #f21e67; }


/* Block: Tags */
.product-view .tags {}

.product-view .tags .form-add-tags label {
	float: left;
}

.product-view .tags .form-add-tags .input-box {
	float: left;
	width: 260px;
	margin: 0 5px;
}

.product-view .tags .form-add-tags input.input-text {
	width: 254px;
}

.product-view .tags .form-add-tags button.button {
	vertical-align: bottom;
}

.product-view .tags .form-add-tags p {
	clear: both;
}

/* Block: Reviews */
.tab_review { padding-top: 50px; }

.product-view .reviews { font-size: 12px; }

.product-view .reviews h3 { display: none; }

.product-view .reviews .data-table {
	margin: 5px 0;
  width: auto;
}
.product-view .reviews .data-table th,
.product-view .reviews .data-table td {
	background: none;
  border: 0;
  font-size: 11px;
  padding: 2px 0 0 0;
}

.product-view .reviews dl dt a {
	color: #000;
  font-weight: bold;
  text-decoration: none;
}

.product-view .reviews dd { padding: 0 0 25px 0; }

.product-view .reviews p { display: inline; }


/* Block: Add Review */
.product-view .add-review {}

.product-view .add-review .product-name span {
	font-weight: normal;
}

/* ======================================================================================= */
	/* Content Styles ================================================================= */
h3.product-name {
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
}

h3.product-name a {
	color: #040404;
	text-decoration: none;
}

/* 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 {
	
}

.cart .col-2 {
padding: 15px;
margin-top: 20px;
background: #EFE0E6;
}

.product-review .product-img-box {
	float: left;
	width: 140px;
}

.product-review .product-img-box .product-image {
	display: block;
	border: 1px solid #ddd;
	padding: 1px;
}

.product-review .details {
	float: right;
	width: 570px;
}

/* ======================================================================================= */
	/* Shopping Cart ========================================================================= */
.cart .checkout-types {
	float: right;
	text-align: right;
}

.checkout-types button.button span{
	display: none;
}

.checkout-types button.button {
	background: url(../images/buttons/valider_panier.gif) no-repeat left top;
	height: 42px;
	width: 142px;
}

.checkout-types button.button:hover {
	background-position: 0 -42px;
}

/* 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;
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	width:20px;
}

.opc .step-title h3 {
	float: left;
	padding:0 5px;
}

.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 {
	
}

#checkout-step-login h4 {
	padding: 10px 0 10px 10px;
	color:#FFFFFF;
}

#checkout-step-login .col-1 h4 {
	background: #4c2331;
}

#checkout-step-login .col-2 h4 {
	background: #A28C8E;
}

#checkout-step-login .col2-set-form .col-1{
	height: 280px;
	border: 1px solid #4c2331;
}

#checkout-step-login .col2-set-form .col-2{
	height: 280px;
	border: 1px solid #A28C8E;
}

#checkout-step-login fieldset {
	padding: 10px;
}

#checkout-step-login .buttons-set {
	border: none;	
}

/* 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;
}

#checkout-step-login .col-1 p {
	padding:10px;
}

#checkout-step-login .col-1 ul {
	padding:10px;
}

#checkout-step-billing li input {
	margin-left:20px;
}

.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;
}

#review-buttons-container button.button:hover {
	background-position: 0 -42px;
}

#review-buttons-container button.button {
	background: transparent url(../images/buttons/valider_commande.gif) no-repeat scroll left top;
	height: 42px;
	width: 165px;
}

#review-buttons-container button.button span {
	display: none;
}

/********** Common Checkout Styles > */
	/* ======================================================================================= */
	/* Account Login/Create Pages ============================================================ */
.account-login {
	
}

.account-login .new-users {
	padding: 3px;
	height: 175px;
	background-color: #EFE0E6;
}

.account-login .registered-users {
	padding: 3px;
	height: 175px;
	background-color: #EEEEEE;
}

.account-login .buttons-set {
	border: none;
}

.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 {
	background: #000;
	color: #898989;
	font-family: Verdana;
	font-size: 10px;
	height: 137px;
}

.footer a { color: #898989; }

.footer p {	text-align: right; }

.footer address {	text-align: right; }

.footer ul {
	float: left;
	padding: 0 20px 0 0;
}
/* ======================================================================================= */