/*
	PrestaShop CSS
	4 used colors: 
	2 grays: #e0dfe4 #333
	1 fushias: #f74aa0
	1 red: #da0f00


 --------------------------------------------------------------
	AVANT TOUTE CHOSE
	remise à zéro de toutes les marges des grands blocs pour que 
	tous les navigateurs calculent depuis le même point de départ 
--------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after {  }
abbr,acronym { border:0; }

html {font-size: 62.5%;} /*  Police à 10Px pour tou les navigateurs avec ce marqueur*/

body {
	margin: 5px 0 0 0;
	background-color: #fff;
	font-size: 1.4em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	behavior: url('csshover3.htc');
}

/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
.hide { display: none!important; }
br.clear { clear: both; line-height: 0; font-size: 0; height: 0 }
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }

/* new clearfix */
.clearfix:after { clear: both; display: block; height: 0; font-size: 0; visibility: hidden; content: "."; }
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

/* Footer links */
.footer_links { list-style-type: none; clear: both; height: 2em; margin-top: 2em }
.footer_links li { float: left; margin-right: 2em; height: 2em }
.footer_links a { text-decoration: none }
.footer_links a:hover { color: #000; }
.footer_links img.icon { vertical-align: -2px }

/* transfert effect*/
.transferProduct { border: 2px solid #888 }

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list img { display: block }
ul.half { width: 45%; margin-right: 1em; float: left }

/* Category tree (i.e. in sitemap) */
div.tree_top { padding-left: 24px; padding-bottom: 5px; padding-top: 3px }
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last { border: none }
span.grower { cursor: pointer }

/* Tabs */
.idTabs { list-style-type: none; border-bottom: solid 1px #76839b; height: 21px; margin-top: 1em }
ul.idTabs li { float: left; margin-right: 1px }
.idTabs a { display: block; width: 173px; text-transform: uppercase; }

.idTabs .selected { }

/* IdTabs Short*/
.idTabsShort a {}
.idTabsShort .selected {}
div.sheets { clear: both; padding: 1em }
#more_info_sheets li { background-position: 6px 4px; margin-bottom: 0.4em }

/* global style */
a { color: #f74aa0; text-decoration: none; outline: none }
a:hover {}
.input:focus { outline: 0 }
input.submit, a.submit { color: #fff; background: #333; padding: 0 7px; text-transform: uppercase; border: 0; height: 25px; cursor: pointer;}
a.submit { padding: 6px 7px 3px 7px}
a img {	outline: none; border: none; text-decoration: none }


h1 { font-size: 24px; line-height: 35px; }
h1 span { font-size: 10px; text-decoration: overline; font-weight: normal; }
h1#homep { font-size: 10px; font-style: italic; }
h2 {font-size: 1.3em;} #order-opc h2 { font-size: 24px; line-height: 35px; }
h3 { font-size: 1.1em;}
h4 { font-size: 1em }


#featured-products_block_center h3 { border-bottom: 1px dotted #333;
    border-top: 1px dotted #333; font-size: 25px; line-height: 40px; margin: 10px 0;}

/************** Slideshow***************/
.slides1_wrap { position: relative; margin-bottom: 30px; margin-top: 30px; display: none;}
.slides1_wrap #slides1 {}
.slides1_wrap a.prev, .slides1_wrap a.next { display: none;}
.slides1_wrap .auto_controls { position: absolute; bottom: 30px; left: 125px; z-index: 150;}
.slides1_wrap .bx_pager { position: absolute; bottom: 23px; left: 0; padding: 10px 70px 10px 5px; background: #333;}
.slides1_wrap .bx_pager a { background: url("../img/sq.jpg") no-repeat center top; cursor: pointer; float: left; height: 9px; list-style: none outside none; margin: 0 0 0 7px; padding: 0; width: 10px; text-indent: -9999px; }

.slides1_wrap .bx_pager a:hover, .slides1_wrap .bx_pager a.active { background: url("../img/sq2.jpg") no-repeat center top;}

#my-account .slides1_wrap, #history .slides1_wrap, #order-slip .slides1_wrap, #addresses .slides1_wrap, #address .slides1_wrap, #identity .slides1_wrap,
 #discount .slides1_wrap { display: none; }

 
/* global layout */
#page {
	width: 958px;
	text-align: left;
	margin : 0 auto;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #fff;
}

#header { margin-bottom: 15px;}
#header #logo { float: left; width: 405px; margin-top: 10px; background: transparent url('../../../img/logo.jpg') no-repeat top left; }
#header #logo a { display: block; width: 400px; height: 133px; }
#header_right { float: right; margin-bottom: 15px; text-align: right; font-family: Georgia, "Times New Roman", Times, serif; }

#left_column, #center_column, #right_column { float: left }
#left_column { display: none; }

#center_column { margin: 0 0 30px 0; overflow: hidden; min-height: 400px; width: 958px; }

#right_column { display: none; }

#old_center_column { display: none }

.ac_results_instant { display: none; visibility: hidden }

#instant_search_results a.close { background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent; float: right; margin-right: 7px; 	padding-right: 21px; text-transform: none }


/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: #fff;
	color: #000;
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #333
}

#search h1, .rte h1, .mceContentBody h1, #my-account h1, #history h1, #order-slip h1, #addresses h1, #identity h1, #discount h1 {
	border-bottom:1px dotted #333; border-top: 1px dotted #333; font-size: 25px; line-height: 40px; margin-bottom: 20px; margin-top: 0;
}

.rte h2, .mceContentBody h1 { font-size: 18px }
.rte h3, .mceContentBody h3 { font-size: 16px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 10px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */
.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p, 
 .mceContentBody p {}
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */

/* global table style */
div.table_block {
	padding-bottom: 6px;
	margin: 45px 0 25px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}
/*class table.std */
.std td,.std th { padding: 0.4em 0.5em }
.std th { white-space: nowrap }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }
.std tbody td,.std tfoot td { border-top: 1px solid #bdc2c9 }
.std thead th {
	height: 24px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	border-bottom: 1px solid #e0dfe4;
}
.std th.first_item { background-position: top left }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	 
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3, .addresses h3, .order_delivery h3 {
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 5px;
}

form.std fieldset {}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px
}

form.std h4 {
	margin: 15px 0 40px 30px;
	clear: both
}
form.std p {
}
form.std label, form.std p span {}

form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	border: 1px solid #e0dfe4; color: #666; padding: 5px 4px;
}
input, textarea, select {  }
input.text {}
.checkbox input, .radio input { border: none }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}
.required sup { color: #f74aa0; }
form.std p.checkbox { padding-left: 23% }
form.std p.checkbox input{ margin-right: 20px; }
form.std p.submit {
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}

/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	cursor: default;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {}

span.exclusive { 
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 7px; float: left;
	border-bottom: 3px solid #ff0000;
	height: 26px;}


/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -18px
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color: #fff!important
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { }

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display: none }

/* generic style */
ul.bullet li, .block ul.bullet li, li.bullet {}

.price-discount { text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
img.icon { margin-right: 0.5em; vertical-align: middle }
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.price, .price-shipping, .price-wrapping {
	color: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap
}

/* errors */
.error {
	border: 1px solid #da0f00;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
.warning {
	padding: 20px 30px 55px;
}

.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
	background-color: #d0d3d8;
	border: 1px dotted green;

}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 10px; font-style: italic; margin: 5px 0 15px 0;
}
.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a {
	text-decoration: none;
	color: #f74aa0
}
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination { padding: 1em 0 }
ul.pagination {
	list-style: none;
	float: left
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #333
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right
}
ul.pagination a { text-decoration: none }
ul.pagination .current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px
}
#pagination_previous a, #pagination_previous span { border-left: none }
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px
}
#pagination_next a, #pagination_next span { border-right: none }
li.disabled span {
	color: #888;
	background-color: #f1f2f4
}
form.pagination { text-align: right }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { float: right }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }

/* steps (like order step) */
ul.step {
	margin: 25px 0;
	line-height: 35px;
	height: 35px;
	text-align: right;
}
ul.step li { float: left; border-bottom: 1px dotted #333; border-top: 1px dotted #333; margin-left: 6px; text-transform: uppercase; width: 186px; }
ul.step li:first-child { margin-left: 0; }
ul.step li.step_current {}
ul.step li.step_todo { opacity: 0.3; }
ul.step li#step_end { margin-right: 0; }
ul.step li#step_end.step_current { }
ul.step li a{
	width: 187px;
	display: block;
	color: #e0dfe4;
}

ul.step li a:hover{ color: #333; }

ul#order_step { }
ul#order_step .num_step{ color: #fff; font-size: 30px; background: #e0dfe4; float: left; padding: 0 9px; }
ul#order_step li.step_current .num_step { background: #f74aa0; }

/* product-sort.tpl */
#productsSortForm p {
	display: none;
}
#productsSortForm label, #productsSortForm select { float: right }
#productsSortForm select { font-size: 1em }

#toptest { float: right; width: 55%;}

/* Header */
#header_right ul, #languages_block_top { list-style: none; font-size: 10px; text-transform: uppercase;}
#header_right ul a, #languages_block_top a{ color: #333; }
#header_right form {
	border: none;
	margin-bottom: 0!important;
	display: inline
}
#header_right label {
	margin: 0;
	float: none
}

/* Footer */
#footer { padding: 15px 0 0.5em 0; margin-top: 50px; clear: both; text-align: center; border-top: 1px dotted #333; }
#footer p { border-top: 1px dotted #333; padding: 15px 0; margin-top: 15px; }
#footer .block_various_links { list-style: none }
#footer .block_various_links li a { text-decoration: none }
#footer .block_various_links li {
	display: inline;
	border-left: 1px solid #888;
	padding: 0 2px 0 4px
}
#footer .block_various_links li.first_item {
	border: none;
	padding-left: 0
}

#footer ul#moreinfo, #footer ul#news, #footer ul#legal { float: left; text-align: right; width: 306px; margin-right: 20px}
#footer ul#legal { margin-right: 0}

#footer ul#moreinfo li, #footer ul#news li, #footer ul#legal li {  border-bottom: 1px dotted #e0dfe4; }
#footer ul#moreinfo li.first, #footer ul#news li.first, #footer ul#legal li.first {
	background: #333;
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 15px;
	padding-right: 5px;
	text-transform: uppercase;
	border-bottom: 0;
}
#footer ul#moreinfo li a, #footer ul#news li a, #footer ul#legal li a{ color: #333; display: block; padding: 8px 5px; }
#footer ul#moreinfo li a:hover, #footer ul#news li a:hover, #footer ul#legal li a:hover { color: #fff; background: #333; }

#footer #variouslink { backgrund: url("../img/logfooter.jpg") no-repeat bottom center; padding-bottom: 20px; margin-bottom: 10px;}

#footer_copy { clear: both; text-align: center; background: #333 url("../img/logfooter-white.png") no-repeat center 10px ; height: 140px; padding: 30px 0; }
#footer_copy p { color: #fff; padding: 15px 0 0.5em 0; margin: 45px auto 0 auto; border-top: 1px dotted #fff; width: 958px; m }

/* Default block style */
div.block {}
#left_column div.block,
 #right_column div.block {}
div.block h4 {
	background: #333;
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 15px;
	padding-right: 5px;
	text-transform: uppercase;
}

div.block h4 a { color: #333 }
div.block ul { list-style: none }
div.block ul.tree li { }
div.block a:hover { }
#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {}
div.block li {}
div.block a {}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left
}
div.exclusive h4 {}
div.exclusive h4 a { color: #fff; }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: #fff; }
div.exclusive .block_content {}

/* block in the center column */
#center_column p { margin-bottom: 15px; }
#center_column div.block { }
#center_column div.block h4 {
	display: none;
}

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block li { }
.products_block li.item img { margin-right: 5px }
.products_block li.last_item { border: none }
.products_block li img {
	float: left;
	margin-right: 0.2em
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #333;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e
}
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em }
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none
}

/* Special style for block products in center column */
#center_column .products_block { border: none }
#center_column .products_block { color: #595a5e }
#center_column .products_block h4 { line-height: 1.3em }
#center_column .products_block .block_content {}
#center_column .products_block ul li:hover { }
#center_column .products_block ul li {
	float: left;
	width: 186px;
	padding: 0 7px 6px 0;
}

#center_column .products_block ul li div.right_block {
	/*border-top: 1px dotted #333;*/
	border-bottom: 1px dotted #333;
}

#center_column .products_block ul li div.right_block div {
	margin: 3px 0;
	background: #333;
	text-align: right;
	line-height: 35px;
	height: 35px;
}

#center_column .products_block ul li div.right_block div a.submit{
	padding: 0 7px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	height: 35px;
	float: right;
	display: block;
}

#center_column .products_block ul li div.right_block div a:hover{ background: #f74aa0;}

#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

/*#center_column .products_block li.last_item { float: none; clear: both }*/
#center_column .products_block li.last_item_of_line { border-right: none; padding-right: 0;}
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 2.57em
}
#center_column div.products_block h5 a {
	 
	font-size: 1.1em
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc { display: none;}
#center_column div.products_block a.product_image { display: block; border-bottom: 1px dotted #333333; }
#center_column div.products_block a.product_image:hover { border-bottom: 1px solid #f74aa0; }

/*** Statut product *****/
#center_column .products_block ul li div.right_block div:hover { background: #f74aa0; }
#center_column .products_block ul li div.right_block div { position: relative; }

#featured-products_block_center li .statut { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #fff; position: absolute; top: -5px; left: 5px; width: 85px; text-align: center; display: block; background: url(../img/bg_statut.png) no-repeat left top; cursor: pointer; }

#featured-products_block_center li .online_only { background-position: left -1px; text-align: left; color: #f74aa0; padding-left: 5px; }
#featured-products_block_center li .on_sale { background-position: left -36px; text-align: left; color: #e93374; padding-left: 3px; }
#featured-products_block_center li .availability { background-position: left -37px; color: #666;  }
#featured-products_block_center li .new { background-position: left -72px; }
#featured-products_block_center li .discount { background-position: left bottom; }

/*** Statut product *****/


#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
}

#center_column div.products_block a.product_image img {
	float: none;
	margin: 0
}
#center_column div.products_block h5 { display: none; }
#center_column div.products_block div.product_desc { margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	display: none;
}
p.price_container { text-align: center }
#center_column .products_block .featured_price { margin-top: 2.5em }
#center_column .products_block a.button,
 #center_column .products_block a.exclusive,
  #center_column .products_block span.exclusive { margin: 0.5em auto }

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content { background: none }
#center_column div.products_block.accessories_block div.product_desc { 
	margin-right: 0;
	height: 150px; 
	border-right: 1px solid #d0d3d8 
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { text-align:left }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

/* discount.tpl */
td.discount_value { white-space: nowrap }

/* category.tpl */
h1.category_title, h1#cart_title { border-bottom:1px dotted #333; border-top: 1px dotted #333; font-size: 25px; line-height: 40px; margin-bottom: 20px; margin-top: 0; }
body#category #subcategories li { margin-right: 10px }
div#scenes { display: none; }
div.cat_desc { display: none; }
body#category div#subcategories ul.inline_list li a img { display: inline }
#category img#categoryImage { margin-top: 1em }
#category #pagination { display: none;}

/* shopping cart */
.cart_last_product { 
	display: none;
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../img/table_header.gif') right 0;
}
.cart_last_product_header .left {
	background-color:#fff;
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 27px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	 
	font-weight: bold
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
}
 .cart_last_product_content { 
	float:right; 
	width:241px 
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size:9px }
.cart_last_product_content h5 a { color:#595A5E }

p.cart_navigation { text-align: right; margin: 15px 0; }
p.cart_navigation .button,
 p.cart_navigation .button_large { float: left }
p.cart_navigation .exclusive,
 p.cart_navigation .exclusive_large,
 p.cart_navigation .exclusive_large_disabled { }
p.cart_navigation_extra {
	text-align: center;
	width: auto
}
form.std p.cart_navigation span {
	float: none;
	text-align: left;
	width: auto
}
#cart_summary tfoot tr td {
	border-top: none;
	line-height: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { }
#cart_summary tfoot tr.cart_total_price td { }
#cart_summary tfoot tr.final_order td { background: #e0dfe4;
}
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;

}
#cart_summary tfoot tr.alltotal td.price { font-weight: bold;}
tr.cart_item td { padding: 0.5em 0 }
td.cart_product a { margin: 5px 10px; }
td.cart_product a img {}
td.cart_product a:hover img {}

td.cart_description a { text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price { font-weight: bold }
tr.cart_item td.cart_unit { padding-right: 1em }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}

.cart_quantity_input { float: right; margin: 5px 10px 0 0; }
.number { float: none; margin: 0; text-align: center;}


/********** Taille TD panier ****************/
td.cart_product { width: 120px; }
td.cart_description { width: 360px; }
td.cart_availability { width: 100px; }
td.cart_delete { text-align: center; width: 100px; }

td.cart_quantity p, td.cart_quantity a {
	display: inline
}
td.cart_quantity p { border: 1px solid #333; padding: 0 1.1em;  }
td.cart_quantity .icon { margin-top: 0.6em }
td.cart_quantity a.cart_quantity_up,
 td.cart_quantity a.cart_quantity_down { }
tr.cart_free_shipping { white-space: normal }

.std tbody .last_item td { border-bottom: 1px solid #e0dfe4 }
    
tr.cart_total_price { font-weight: bold;  }
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}

#order #cart_voucher { margin-top: 25px;}
#order form#voucher fieldset, #express-order form#voucher { padding: 0.7em 100px 0.7em 0.7em; text-align: right; }

#order form#voucher fieldset #display_cart_vouchers { margin-top:5px; clear: both; float:left; }
#order form#voucher fieldset #display_cart_vouchers .voucher_name { color:#dd2a81; font-weight:bold; cursor:pointer; }
#order form#voucher h4, #order form#voucher p, #order form#voucher .button { display: inline }
#order form#voucher h4 { float: left; line-height: 1.5em; margin-right: 6em; }
#order #order_carrier { clear: both; margin-top: 1em; border: 1px solid #bdc2c9; padding: 0.5em; }
#order #order_carrier h4 { width: 50%; display: inline; }
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em }
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea { display: block; width: 100%; margin: 1em 0; }

#order-opc tfoot p { margin: 0; float: left; width: 85%; }
#order-opc tfoot span { float: right; width: 15%; display: block; }
#order-opc #cart_voucher { margin-top: 25px;}
#order-opc #voucher fieldset { padding: 0.7em 100px 0.7em 0.7em; text-align: right; }
#order-opc form#voucher fieldset #display_cart_vouchers { margin-top:5px; clear:both; float:left; }
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name { color:#dd2a81; font-weight:bold; cursor:pointer; }
#order-opc form#voucher h4, #order-opc form#voucher p, #order-opc form#voucher .button { display: inline }
#order-opc form#voucher h4 { float: left; line-height: 1.5em; margin-right: 6em; }
#order-opc #order_carrier { clear: both; margin-top: 1em; border: 1px solid #bdc2c9; padding: 0.5em; }
#order-opc #order_carrier h4 { width: 50%; display: inline; }
#order-opc #order_carrier img { vertical-align: middle }
#order-opc #order_carrier span { margin: 0 0.2em }

#order-opc #gift_div label, #order #gift_div textarea { display: block; width: 100%; margin: 1em 0; }

/* views block */
#views_block {
	margin: 0 auto;
	float: left;
	width: 100px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 100px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
}
#thumbs_list li {
	cursor: pointer;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif'); display: none !important; }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px;
	display: none;
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding: 0.6em;
	margin-bottom: 1.5em
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #333
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 }
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 75%
}
#suppliers_list .logo, #manufacturers_list .logo {
	border: solid 1px #d0d3d8;
	float: left;
	margin-right: 0.6em
}
#suppliers_list li p.description,
#manufacturers_list li p.description { font-size: 0.92em }
#suppliers_list li .right_side,
#manufacturers_list li .right_side {
	float: right;
	text-align: right
}
#suppliers_list .right_side span,
#manufacturers_list .right_side span {
	font-size: 1.7em;
	color: #da0f00
}
#suppliers_list li a.button,
#manufacturers_list li a.button { margin-top: 4em }

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position: inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important
}

/* conditions.tpl */
#conditions #right_column { display: none }
#conditions h1 { background: transparent url('../img/title_bg_large.gif') no-repeat top left }
#conditions #center_column {
	width: 730px;
	text-align: justify
}
#conditions #center_column ul,
 #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #center_column ul { list-style-type: circle }
#conditions #center_column li { padding-bottom: 0.5em }
#conditions #center_column { line-height: 1.3em }

/* 404.tpl */
#page_404 .slides1_wrap { display: block;}

#page_404 #center_column { width : 640px; float: left; }
#page_404 #right_column { float: right; width: 300px; display: block; text-align: right; }
#page_404 h3 { margin-bottom: 20px; }
#page_404 #right_column div { margin-bottom: 15px;}
#page_404 #right_column li { border-bottom: 1px dotted #e0dfe4;}
#page_404 #right_column li a { color: #333; display: block; padding: 8px 5px; }
#page_404 #right_column li a:hover { color: #fff; text-decoration: none; background: #333; }

/* product-list.tpl */
#search h3 { margin-bottom: 15px }
#search ul#product_list { list-style-type: none }
#search ul#product_list li {
	float: left;
	width: 186px;
	padding: 0 3px 6px 3px;
}
* html #search  ul#product_list li {
	height: auto !important;
	height: 130px
}

#search ul#product_list li h3 {
	display: none;
}

#search ul#product_list li a {
	display: block;
}

#search ul#product_list li a.submit { padding: 0 7px; float: right; height: 35px; line-height: 35px; text-transform: none; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; }
#search ul#product_list li a.submit:hover { background: #f74aa0; }

#search ul#product_list a.product_img_link {
	
}
#search ul#product_list a.product_img_link img { }
#search ul#product_list li h3 { margin: 0.4em 0 }
#search ul#product_list li .new {
	display: none;
}
#search ul#product_list li p.product_desc { 
	display: none; 
}
#search ul#product_list li div.center_block {
}
#search ul#product_list li div.right_block {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	margin-top: 3px;
	padding: 3px 0;

}

#search ul#product_list li div.right_block div{
	background: #333;
	line-height: 35px;
	height: 35px;
	text-align: right;
}

#search ul#product_list li .discount {
	display: none;
}

#search ul#product_list li .on_sale {
	color: #da0f00;
	text-transform: uppercase;
	font-weight: bold;
	display: block
}

#search ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em
}

#search ul#product_list li .price {
	display: none !important ; 
}

#search ul#product_list li span.availability {
	display: none;
}

#search ul#product_list li a.button { margin-top: 0.5em }

#search ul#product_list li a.ajax_add_to_cart_button { display: none; }


/* order step 3: PAYMENT */
.payment_module { display: block; padding: 1px; border: 1px solid #999; margin-top: 10px; }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	padding: 1.2em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	color: #333
}

.payment_module a#paypal { background: transparent url('../img/pay1.png') no-repeat top center; text-indent: -9999px;}
.payment_module a#paypal:hover { background: transparent url('../img/pay2.png') no-repeat top center }


/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display: none
	}
	div#center_column { width: 100% }
	input.text { border: 1px solid gray }
	.block_hidden_only_for_screen { 
		display: block; 
		margin-top: 1em 
	}
	#more_info_sheets #idTab1 { width: 530px }
	* { 
		background: none!important; 
		background-color: white!important; 
	}
}

/* Customizable product */
#customization_block { width: 556px }
.customization_block_title { margin: 4px 4px 4px 2px }
#customization_block ul { margin: 6px 6px 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	clear: left;
	padding: 4px;
	display: block
}
div.customizationUploadBrowse { float: left }
div.customizationUploadBrowseDescription { padding: 6px }
img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888
}
ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px
}
ul.customizationUploaded li { display: inline }
ul.customizationUploaded a { text-decoration: none }
div.customizationUploaded { clear: left }
div.deletePictureUploaded { float: right }
div.deleteCustomizableProduct { float: right }
ul.typedText {
	padding-left: 6px;
	list-style-type: none
}
/* mywishlist */
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block
}
#mywishlist form.std fieldset label { width: 30px }
#mywishlist form.std fieldset input#submitWishlist { display: inline }
#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px
}
#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px
}
#mywishlist table.std thead th.first_item,
#mywishlist table.std tbody tr td { width: 200px }
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0 }
#mywishlist div#block-order-detail { margin-top: 10px }
#mywishlist #hideBoughtProducts,
#mywishlist #showBoughtProducts {
	float: left;
	margin: -18px 0 0 5px
}
#mywishlist #showBoughtProducts,
#mywishlist #hideBoughtProductsInfos,
#mywishlist #hideSendWishlist { display: none }
#mywishlist #showBoughtProductsInfos,
#mywishlist #hideBoughtProductsInfos { margin-left: 5px }
#mywishlist #showSendWishlist,
#mywishlist #hideSendWishlist,
#mywishlist div#block-order-detail ul li a.exclusive {
	float: right;
	margin: -18px 0 0 0
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px }
#mywishlist div#block-order-detail ul li img { float: left }

/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img { float: left }
#view_wishlist #featured-products_block_center ul div li a,
 #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail,
 div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px } 
#view_wishlist #featured-products_block_center ul div li a.exclusive,
 #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left: 55px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border: 0
}

/* module reversoform*/
.account_creation #reverso-form { width: 100% }
.account_creation #reverso-form label {
	width: 250px;
	text-align: left;
	margin-left: 10px
}
.account_creation #reverso-form label#legend_reverso {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: left
}
.account_creation #reverso-form input#reverso_form { margin-top: 20px }

/* module productcomments */
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right; 
	margin-right: 3px; 
	font-size: 12px
}
.confirmation { 
	color: #808000; 
	font-weight: bold 
}
#page .rte { background: transparent none repeat scroll 0 0 }

/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

p.field label {
	display: block;
	float: left;
	padding: 0 4px;
	width: 30%;
}

/* block myaccount */
#left_column div.myaccount,
 #right_column div.myaccount { 
}
div.myaccount h4 {}
div.myaccount h4 a, div.myaccount h4 { color: #fff }
div.myaccount, div.myaccount a { color: #5d0630 }
div.myaccount ul.bullet {}
div.myaccount ul.bullet li {}
div.myaccount ul.bullet .icon { display: none }
div.myaccount p.logout { padding: 0.3em 0 0.3em 2em }
div.myaccount p.logout, div.myaccount p.logout a { color: #dd2a81 }
div.myaccount p.logout a {}
div.myaccount p.logout a:hover {}
div.myaccount .block_content {
}
.account_input, input.text { width: 40%;}



#my-account #center_column, #history #center_column, #order-slip #center_column, #addresses #center_column, #identity #center_column,
 #discount #center_column {
	width : 640px;
	float: left;
}

#my-account #right_column, #history #right_column, #order-slip #right_column, #addresses #right_column, #identity #right_column,
 #discount #right_column, #contact-form #right_column { float: right; width: 300px; margin-top: 34px; display: block; text-align: right; }

#my-account .footer_links, #history .footer_links, #order-slip .footer_links, #addresses .footer_links, #identity .footer_links,
 #discount .footer_links { display: none; }



#my-account h3, #history h3, #order-slip h3, #addresses h3, #identity h3, #discount h3 {
	margin-bottom: 20px;
}

#address #address-left, #address #address-right { float: left; width: 480px;}
#address #address-right #adress_alias { margin: 36px 0 119px 0;}
#address p.submit2 { padding: 0 !important; margin: 1.5em 0;}

#right_column div { margin-bottom: 15px;}
#right_column li { border-bottom: 1px dotted #e0dfe4;}
#right_column li a { color: #333; display: block; padding: 8px 5px; }
#right_column li a:hover { color: #fff; text-decoration: none; background: #333; }




.live_edit_feed_back_ok {
      
    background-color: #DFFAD3; 
    padding: 4px; 
    border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
      
    background-color: #FAE2E3; 
    padding: 4px; 
    border: 2px solid #EC9B9B
}
.add_module_live_edit {
    background-color: #F1F2F4; 
    padding: 4px; 
    border: 2px solid #D0D3D8;
}

