/*
	PrestaShop CSS
	18 used colors:
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/

* {
	padding: 0;
	margin: 0
}
body {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #5d717e;
	text-align: center;
	background:url('../img/bg_center_column.png') no-repeat center 152px;
	background-color:#fff;
}

/* 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 }
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: 30px;
	margin-top:25px;
	padding-top:20px;
	border-top:1px solid #dadada;
}
.footer_links li {


}

.footer_links a {
	width:74px;
	height: 30px;
	line-height:30px;
	display:block;
	text-align:center;
	text-decoration: none;
	background:url('../img/bg_btn_back.png') no-repeat;
	color:#444;
	font-size: 13px;
	text-transform: uppercase;
}

	.footer_links a:hover{
		background-position:0 -30px;
		text-decoration: none
	}

.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 {
	background: url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {
	padding-left: 1.2em;
	border-left: 1px gray dotted;
	background: url('../img/sitemap-horizontal.png') no-repeat left 10px;
	margin-left: 1em
}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last {
	background: url('../img/sitemap-last.gif') no-repeat -12px -2px;
	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 {
	background-image: url('../img/tab_bg.jpg');
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	color: #374853
}
.idTabs .selected {
	background-image: url('../img/tab_bg_selected.jpg');
	color: white
}

/* IdTabs Short*/
.idTabsShort a {
	background-image: url('../img/tab_bg_short.jpg');
	width: 138px
}
.idTabsShort .selected {
	background-image: url('../img/tab_bg_selected_short.jpg');
	color: white
}
div.sheets {
	clear: both;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em
}

/* global style */
a {
	color: #484349;
	outline: none;
	text-decoration:none;
}
a:hover { text-decoration: underline }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('../img/title_bg.png') no-repeat top left;
	height: 21px
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('../img/title_bg.png') no-repeat top left;
	height: 21px
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { font-size: 1.1em; margin: 1em 0 }
h4 { font-size: 1em }

/* global layout */
#page {
	text-align: left;
	background:url('../img/bg_header.png') repeat-x;
	cursor:default;
}
#header_logo {
	float: left;
	width: 198px;
	display: block
}

#header{
	width:960px;
	height:152px;
	margin:0 auto;
}

img.logo {
	float: left;
	font-size: 2em;
	font-weight: bold
}
#header_right {
	width: 100%;
}

#columns{
	margin: 0 auto 20px;
    width: 960px;
}

#left_column {
	clear: left;
	width: 191px;
	margin-right: 21px;
	overflow: hidden
}
#center_column {
	width: 960px;
	margin: 0 auto;
	position:relative;
}

#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
}
#right_column {
	width: 191px;
	margin-left: 21px;
	overflow: hidden;
	clear:both;
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: black
}
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: #374853
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold;
	background: inherit
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.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 { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
}

/* /global RTE fields */

/* global table style */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
	padding-bottom: 6px;
	margin: 0 auto 2em;
	width: 541px
}
.std {font-size: 11px;}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	color: #262626;
	font-weight: bold;
	font-size: 12px;
	clear:both;
}
/*class table.std */
.std td,.std th { padding: 0 0 0 5px }
.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 thead th.carrier_action, .std thead td.carrier_action { width: 230px }
.std thead th.carrier_infos, .std thead td.carrier_infos { width: 611px }
.std thead th.carrier_price, .std thead td.carrier_price { width: 79px }
.std tbody td,.std tfoot td
{
	border-bottom: 1px dotted #7f7f7f;
	height: 50px
}
.std tbody td.carrier_action label
{
	margin-left: 10px
}
.std tbody td.carrier_infos
{
	color: #7f7f7f;
	font-weight: normal
}
.std thead th {
	background-color: #ffc10e;
	background-image: none;
	background-repeat: no-repeat;
	height: 32px;
	text-align: left;
	white-space: nowrap
}
.std th.first_item { padding-left: 10px }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0
}
form.std fieldset {
	/*border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;*/
	border: none;
	background-color: #f8f8f8;
	margin-bottom: 1em;
	padding-bottom: 1em
}
form.std 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, form.std p {
	padding: 0.3em 1em;
	clear: both
}
form.std label, form.std p span {
	float: left;
	text-align: right
	/*width: 30%*/
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	outline: none
}
input, textarea, select {
	/*border: 1px solid #bebebf*/
	border-left: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
input.text {
	height: 26px;
	padding-left: 2px;
	padding-right: 2px
}
.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: #cc0000; margin-left:2px; }
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 31%;
	margin-bottom: 1.5em
}
#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 {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: black;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px
}

/* 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 {
	padding-bottom: 2px
}

/* 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 {
	background-position: left -36px;
	cursor: default;
	color: #888
}

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

/* 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 {
	color: #488c40
}

/* 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: white
}

/* 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;
	background-image: url('../img/button-mini.png')
}
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;
	background-image: url('../img/button-small.png')
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../img/button-medium.png')
}
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 {
	width: 180px;
	background-image: url('../img/button-large.png')
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }

/* 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 {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 6px 6px;
	list-style-type: none
}

.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;*/
	color: #484349;
	font-weight: normal;
	white-space: nowrap
}

/* errors */
.error {
	width: 90%;
	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 {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb .navigation-pipe {
	margin: 0 8px;
	/*background:url('../img/arrow_moredetails.png') no-repeat center;*/
	font-weight:bold;
}

.breadcrumb{
	height:32px;
	line-height:32px;
	padding-left:15px;
	background:url('../img/bg_breadcrumb.png') repeat-x;
}

	.breadcrumb,
	.breadcrumb a,
	.breadcrumb span{
		color:#444;
		font-size:11px;
	}

/* pagination.tpl */
div.pagination {
width:100%;
height:32px;
background:#eaedef;
clear:both;
}

	div.pagination ul.pagination{
		width:700px;
		height:22px;
		padding:5px;
	}

		div.pagination ul.pagination li{
			float:left;
			list-style:none;
		}

		div.pagination ul.pagination li.pagination_next,
		div.pagination ul.pagination li.pagination_previous{
			background:url('../img/pagination_next.png') no-repeat;
			width:131px;
			height:22px;
			float:right;
		}

		div.pagination ul.pagination li.pagination_previous{
			background:url('../img/pagination_prev.png') no-repeat;
			float:left;
		}

		div.pagination ul.pagination li.pagination_next:hover,
		div.pagination ul.pagination li.pagination_previous:hover{
			background-position:0 -22px;
		}

		div.pagination ul.pagination li.pagination_next.disabled,
		div.pagination ul.pagination li.pagination_previous.disabled{
			background-position:0 -44px;
		}

			div.pagination ul.pagination li.pagination_next a,
			div.pagination ul.pagination li.pagination_next.disabled span,
			div.pagination ul.pagination li.pagination_previous a,
			div.pagination ul.pagination li.pagination_previous.disabled span{
				text-decoration:none;
				color:#fff;
				font-size:11px;
				text-align:center;
				display:block;
				line-height:22px;
				padding-right:24px;
			}

			div.pagination ul.pagination li.pagination_previous a,
			div.pagination ul.pagination li.pagination_previous.disabled span{
				padding-left:24px;
			}

			div.pagination ul.pagination li.pagination_next.disabled span,
			div.pagination ul.pagination li.pagination_previous.disabled span{
				color:#9ca4a8;
			}

	div.pagination ul.pagination li.wrap_list{
		width:398px;
		height:22px;
		padding:0 20px;
	}

	#result_search div.pagination ul.pagination li.wrap_list { width: 628px }

		div.pagination ul.pagination li.wrap_list ul{
			height:19px;
			padding-top:3px;
			display:table;
			margin:0 auto;
		}

			div.pagination ul.pagination li.wrap_list ul li{
				width:17px;
				height: 17px;
			    text-align: center;
			}

			div.pagination ul.pagination li.wrap_list ul li.current,
			div.pagination ul.pagination li.wrap_list ul li:hover{
				background:url('../img/pagination_select.png') no-repeat;
			}

				div.pagination ul.pagination li.wrap_list ul li a,
				div.pagination ul.pagination li.wrap_list ul li span{
					color: #222222;
				    display: block;
				    font-size: 11px;
				    height: 15px;
				    padding-top: 2px;
				    text-decoration: none;
				    width: 17px;
				}

				div.pagination ul.pagination li.wrap_list ul li span{
					cursor:default;
				}

				div.pagination ul.pagination li.wrap_list ul li.current span,
				div.pagination ul.pagination li.wrap_list ul li:hover a{
					color:#fff;
				}

				div.pagination ul.pagination li.wrap_list ul li.truncate{
					background:none;
				}

/* steps (like order step) */
ul.step {
	background: transparent url('../img/order_step.png') no-repeat top left;
	list-style: none;
	height: 48px;
}

ul.step.step_login{
	background-position:0 -48px;
}

ul.step.step_address{
	background-position:0 -96px;
}

ul.step.step_shipping{
	background-position:0 -144px;
}

ul.step.step_payment{
	background-position:0 -192px;
}

ul.step.step_validation{
	background-position:0 -240px;
}

ul.step li {
	height: 34px;
	float: left;
	width: 136px;
	text-align: center;
	font-size:15px;
	color:#999;
	padding:14px 0 0 0;
	margin-right:24px;
}

ul.step li a{
	text-decoration:none;
	color:#999;
}

	ul.step li a:hover{
		text-decoration:underline;
	}

ul.step li.step_current span.number-step{
	background:url('../img/order_step_bulle.png') no-repeat right center;
	padding:0 10px 0 0;
	margin:0 5px 0 0;
}

ul.step li.step_todo span.number-step,
ul.step li.step_done span.number-step{
	background:url('../img/order_step_bulle_done.png') no-repeat right center;
	padding:0 10px 0 0;
	margin:0 5px 0 0;
}

ul.step li.step_start {
	width:148px;
}

ul.step li.step_end {
	margin:0;
}

ul.step li.step_current {
	font-weight: bold;
	color:#262626;
}

/* product-sort.tpl */
#productsSortForm{
	width:175px;
	height:21px;
	margin-bottom:9px;
	padding-top:2px;
	float:right;
}

#category .product_per_page{
	float:right;
	width:145px;
	height:21px;
	margin-bottom:9px;
	padding-top:2px;
}

#productsSortForm p.select,
#category .product_per_page p.select{
	margin:0;
	padding:0;
	height:20px;
}
#productsSortForm label,
#productsSortForm select,
#category .product_per_page label,
#category .product_per_page select{
	float: right;
	font-size:11px;
	color:#666;
}

#productsSortForm select,
#category .product_per_page p.select select{
	color:#2a2a2a;
	/*width:92px;*/
	height:20px;
	margin-left:8px;
}

#category .product_per_page p.select select{
	width:48px;
}

#productsSortForm label,
#category .product_per_page label{
	padding-top:2px;
}

/* Header */
#header_right ul { list-style: none }
#header_right form {
	border: none;
	margin-bottom: 0!important;
	display: inline
}
#header_right label {
	margin: 0;
	float: none
}

/* Footer */
#footer {
	background:url('../img/bg_footer.png') repeat-x;
	clear: both
}

	#footer #footer_container{
		width:960px;
		margin:0 auto;
	}

/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 191px
}
#left_column div.block,
 #right_column div.block {
	padding-bottom: 5px;
	background: transparent url('../img/block_footer.png') no-repeat bottom left
}
div.block h4 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 0.5em;
	border-bottom: 1px solid #595A5E;
	padding-top: 2px;
	line-height: 1.3em;
	color: #374853;
	height: 19px;
	background: transparent url('../img/block_header.png') no-repeat top left
}
div.block h4 a { color: #374853 }
div.block ul { list-style: none }
div.block ul.tree li { padding-left: 1.2em }
div.block a:hover { text-decoration: underline }
#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 {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding: 0 0.7em;
	background: #f1f2f4 url('../img/block_bg.jpg') repeat-x bottom left;
	min-height: 16px
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside
}
div.block a {
	color: #595a5e;
	text-decoration: none
}

/* 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 {
	background: transparent url('../img/block_header_exclusive.png') no-repeat top left;
	color: white
}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive .block_content {
	background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e
}

/* Condition g�n�ral de ventes step carrier */
#cgv_step_carrier
{
	background-color: #f8f8f8;
	height: 46px;
	padding: 20px;
	margin-top: 20px;
	font-size: 12px;
	color: #262626
}
#cgv_step_carrier h3
{
	padding: 0;
	margin: 0;
	font-weight: bold
}
#cgv_step_carrier p.checkbox
{
	padding: 0;
	color: #000;
	margin: 11px 0 0 0;
	font-weight: normal;
}
#cgv_step_carrier p.checkbox a
{
	color: #3399cc;
	text-decoration: underline
}

/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left: 0.7em }
#center_column div.block { width: 536px; margin: auto }
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.png') no-repeat top left;
	height: 17px;
	color: white
}

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block li { margin-top: 0.2em }
.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 #374853;
	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 {
	background: #d0d3d8 none;
	padding: 0
}
#center_column .products_block ul li:hover { background-color: #bdc2c9 }
#center_column .products_block ul li {
	float: left;
	background-color: #d0d3d8;
	margin-top: 0;
	padding: 0 0 1px;
	width: 133px;
	border-right: 1px solid white;
	border-bottom: 1px solid white
}
#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 }
#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 {
	color: #374853;
	font-size: 1.1em
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 129px;
	height: 129px
}
#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;
	margin-bottom: 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img {
	float: none;
	margin: 0
}
#center_column div.products_block h5 { margin: 10px 5px 3px 5px }
#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 {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
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 }

/* address.tpl */
p.address_navigation {
	padding: 1em 0!important;
	margin-bottom: 1.5em
}
p.address_navigation a.button { float: left }
p.address_navigation input[type=submit].button { float: right }

/* shopping cart */
.cart_last_product {
	width: 300px;
	margin: 0 auto 12px
}
.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;
	color: #374853;
	font-weight: bold
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
 .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 { padding: 1em 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 { float: right }
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 td {
	border-top: none;
	line-height: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9 }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 2px solid #bdc2c9 }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}
tr.cart_item td { padding: 0.5em 0 }
td.cart_product a { margin: 0 0.6em }
td.cart_product a img {
	border: 1px solid #d0d1d5;
	width: 45px;
	height: 45px
}
td.cart_product a:hover img { border: 1px solid #888 }
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; }
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline
}
td.cart_quantity p { padding-right: 0.3em }
td.cart_quantity .icon { margin-top: 0.6em }
td.cart_quantity a.cart_quantity_up,
 td.cart_quantity a.cart_quantity_down { display: block }
tr.cart_free_shipping { white-space: normal }
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 #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#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 #carrierTable td.radio input
{
	float: left;
    height: 100%;
}

#order #carrierTable td.radio label
{
	height: 100%;
	line-height: 50px;
	float:left;
}

#order-opc tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order-opc tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order-opc #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#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: 10px auto 0;
	width: 360px;
	height:75px;
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 324px;
	margin:0 8px;
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	height:75px;
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 75px;
	height: 73px;
	border:1px solid #fff;
	margin-right: 5px
}

#thumbs_list li.last_item{
	margin:0;
}

#thumbs_list li:hover{
	border:1px solid #666;
}

#view_scroll_left, #view_scroll_right {
	background: url('../img/bg_slider.png') no-repeat -10px 0;
	text-indent: -3000px;
	width: 10px;
	height: 75px;
	float: left;
}

#view_scroll_left:hover{
	background-position:0 0;
}

#view_scroll_right {
	background-position:-30px 0;
}

#view_scroll_right:hover {
	background-position:-20px 0;
}

span.view_scroll_spacer {
	float: left;
	width: 10px;
	height: 75px
}

/* 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: #374853
}
#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 h2 { 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 }

/* order step 3: PAYMENT */
.payment_module_atos{
	border-top: 1px solid #CACACA;
	height:90px;
}
.payment_module { display: block }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em;
	margin-left: 1em
}
.payment_module a {
	display: block;
	text-decoration: none;
	font-size:12px;
	color:#000;
}
.payment_module:hover, .payment_module a:hover{ background-color: #eaedef }

.payment_module form{
	padding-top:25px;
	width:350px
}

/* 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 {
	text-align: right;
	margin-right: 40px;
	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;
	color: #262626;
	font-weight: bold
}
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: 11px;
	height: 11px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url('../../../modules/productcomments/img/delete.gif') no-repeat 0 -16px; width:16px; height:16px; }
.star.star_on, .star.star_on a { background: url('../../../modules/productcomments/img/star_comment.png') no-repeat 0 0 }
.star, .star a { background: url('../../../modules/productcomments/img/star_comment.png') no-repeat -11px 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
}

.cancel{
	 margin-left:3px
}

div.star_hover a, div.star a:hover { background-position: 0 0 }
div.star_on { background-position: 0 -16px }
div.star_hover { background-position: 0 -32px }

.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right;
	margin-right: 3px;
	font-size: 12px
}
#center_column p.confirmation {
	color: #99CC33;
	font-weight: normal;
	margin:0;
	padding-left:45px;
	height:50px;
	line-height:50px;
	font-size: 15px;
	background: url('../img/ok.png') no-repeat 10px 9px #262626
}
#page .rte { background: transparent none repeat scroll 0 0 }

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

/* cms pages */
#cms div.content_only {
	text-align: left;
	padding: 10px
}
.live_edit_feed_back_ok {
    color: #374853;
    background-color: #DFFAD3;
    padding: 4px;
    border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
    color: #374853;
    background-color: #FAE2E3;
    padding: 4px;
    border: 2px solid #EC9B9B
}
.add_module_live_edit {
    background-color: #F1F2F4;
    padding: 4px;
    border: 2px solid #D0D3D8;
}


/** Order step structure **/
#order_step_container{
	background:#fff;
	padding:0 10px 10px 10px;
}

#order_step_container h1{
	background:none;
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:12px 0;
	margin:0;
	height:auto;
	float:left;
}

/** order-carrier.tpl **/
#btn_step_carrier a.button
{
	background: url('../img/order/btn_back_transport.png') transparent no-repeat top left;
	width: 165px;
	height: 30px;
	color: #7f7f7f;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	text-align:center;
}
#btn_step_carrier a.button:hover { background-position:0 -30px; }

#btn_step_carrier input.exclusive
{
	background: url('../img/order/btn_next_transport.png') transparent no-repeat top left;
	width: 265px;
	height: 30px;
	color: #262626;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase
}
#btn_step_carrier input.exclusive:hover { background-position:0 -30px; }


/** order-payment.tpl **/
.order-payment h4{
	font-size:14px;
	color:#333;
	font-weight:normal;
	padding:5px 0;
}

	.order-payment h4 .price{
		color:#3399cc;
		font-weight:bold;
		font-size:14px;
	}

#HOOK_PAYMENT{
	border-bottom:1px solid #cacaca;
}

#HOOK_PAYMENT p.payment_module{
	margin:0;
	padding:0;
	border-top:1px solid #cacaca;
	height:90px;
	line-height:90px;
}

#order_step_container.order-payment p.cart_navigation{
	margin:40px 0 10px 0;
	padding:0!important;
	height:30px;
}

	#order_step_container.order-payment p.cart_navigation .button{
		background:url('../img/btn_back_payment.png') no-repeat;
		width:207px;
		height:30px;
		font-size:12px;
		color:#7f7f7f;
		text-transform:uppercase;
		font-weight:normal;
		line-height:30px;
	}

		#order_step_container.order-payment p.cart_navigation .button:hover{
			background-position:0 -30px;
		}

#order_step_container.order-payment-validation p{
	color:#333;
	font-size:12px;
	padding:0;
}

	#order_step_container.order-payment-validation p .price{
		color:#3399cc;
		font-weight:bold;
		font-size:12px;
	}

#center_column .order-payment-validation p.cart_navigation{
	margin:20px 0 20px 0;
	padding:0!important;
	height:30px;
}

	#center_column .order-payment-validation p.cart_navigation .button_large{
		background:url('../img/btn_back_payment.png') no-repeat;
		width:207px;
		height:30px;
		font-size:12px;
		color:#7f7f7f;
		text-transform:uppercase;
		font-weight:normal;
		line-height:30px;
		padding:0;
	}

		#center_column .order-payment-validation p.cart_navigation .button_large:hover{
			background-position:0 -30px;
		}

	#center_column .order-payment-validation p.cart_navigation .exclusive_large{
		background:url('../img/order/btn_next_transport.png') no-repeat;
		width:265px;
		height:30px;
		font-size:13px;
		color:#262626;
		text-transform:uppercase;
		font-weight:normal;
		line-height:30px;
	}

		#center_column .order-payment-validation p.cart_navigation .exclusive_large:hover{
			background-position:0 -30px;
		}

/** order-confirmation.tpl **/
#order_step_container.order-confirmation p{
	font-size:12px;
	color:#333;
	padding:0;
	margin:0;
}

	#order_step_container.order-confirmation p .price{
		color:#3399cc;
		font-weight:bold;
		font-size:12px;
	}

#order_step_container.order-confirmation p.thanks{
	margin:35px 0 0 0;
	padding:0;
	text-align:center;
	color:#333;
	font-size:18px;
}

p.thanks span{
	display:block;
}

#order_step_container.order-confirmation p.thanks span.italic{
	margin-top:45px;
}

#order_step_container.order-confirmation .button{
	background:url('../img/btn_backtohome.png') no-repeat;
	width:127px;
	height:30px;
	font-size:13px;
	color:#262626;
	text-transform:uppercase;
	font-weight:normal;
	line-height:30px;
	margin:45px auto 40px auto;
}

	#order_step_container.order-confirmation .button:hover{
		background-position:0 -30px;
	}

/*** Etape Panier [shopping-cart.tpl] ***/
#order-detail-content
{
	width: 100%;
	margin: 0!important;
	padding: 0!important
}

/* header tableau */
#order-detail-content #cart_summary th.cart_product { width: 90px }
#order-detail-content #cart_summary th.cart_description { width: 351px }
#order-detail-content #cart_summary th.cart_availability { width: 177px }
#order-detail-content #cart_summary th.cart_unit { width: 82px }
#order-detail-content #cart_summary th.cart_quantity { width: 114px }
#order-detail-content #cart_summary th.cart_total { width: 91px }

#order-detail-content #cart_summary td
{
	padding-left: 5px;
	text-align: left;
	font-size: 11px;
	color: #262626;
	font-weight: normal;
	border-bottom: 1px solid #e4e8ea;
	vertical-align: top;
	height: 140px;
	padding-top: 25px;
	padding-bottom: 20px
}
#order-detail-content #cart_summary td span.reference { color:#666666; font-size: 11px }
#order-detail-content #cart_summary tr.last_item td { border-bottom: none }
#order-detail-content #cart_summary td a { color: #262626 }
#order-detail-content #cart_summary td.cart_product { padding-left: 0; padding-top: 20px }
#order-detail-content #cart_summary td.cart_description
{
	padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}
#order-detail-content #cart_summary td.cart_product span.reference { color: #666666 }
#order-detail-content #cart_summary td.cart_description h5 { font-size: 12px }
#order-detail-content #cart_summary td.cart_description p
{
	margin: 10px 0 0 0;
	padding: 0;
	max-height: 53px;
	overflow: hidden
}
#order-detail-content #cart_summary td.cart_quantity { padding-top: 20px }

#order-detail-content #cart_summary td.cart_product a
{
	display: block;
	padding: 0;
	margin: 0;
	height: 100px;
	width: 100px
}
#order-detail-content #cart_summary td.cart_product a img
{
	border: 1px solid #e4e8ea;
	height: 98px;
	width: 98px
}
#order-detail-content #cart_summary td.cart_availability img
{
	float: left;
	margin-right: 10px
}
#order-detail-content #cart_summary td.cart_availability span
{
	display: block;
    float: left;
    width: 145px;
    font-size: 12px
}
#order-detail-content #cart_summary td span.price
{
	font-size: 12px;
	font-weight: normal;
	color: #262626
}
#order-detail-content #cart_summary td.cart_quantity input
{
	width: 24px;
	height: 18px;
	border: 1px solid #bebebf;
	text-align: center;
	float: left;
	margin: 0 5px 0 0;
	padding: 0
}
#order-detail-content #cart_summary td.cart_quantity div.cart_quantity_button
{
	width: 43px;
	height: 20px;
	float: left
}
#order-detail-content #cart_summary td.cart_quantity div.cart_quantity_button a
{
	display: block;
	width: 19px;
	height: 20px
}
#order-detail-content #cart_summary td.cart_quantity div.cart_quantity_button a.cart_quantity_up
{
	background: url('../img/order/btn_quantity_up.png') no-repeat transparent top left;
	margin-right: 5px
}
#order-detail-content #cart_summary td.cart_quantity div.cart_quantity_button a.cart_quantity_down
{
	background: url('../img/order/btn_quantity_down.png') no-repeat transparent top left
}
#order-detail-content #cart_summary td.cart_quantity a.cart_quantity_delete, #order-detail-content #cart_summary td.cart_quantity a.cart_quantity_delete:hover
{
	margin-top: 5px;
	font-size: 9px;
	color: #262626;
	text-decoration: underline;
	white-space:nowrap;
}
#order-detail-content #cart_summary tr.cart_discount
{
	height: 50px;
}
#order-detail-content #cart_summary tr.cart_discount td
{
	height: 50px;
	border-top: 1px solid #e4e8ea;
}
#cart_voucher
{
	width: 100%;
	margin: 0!important;
	padding: 0!important;
	background: url('../img/order/bg_promo.png') repeat-x transparent top left;
	height: 48px;
	border: none;
	color: #fff;
	font-size: 12px

}
	#cart_voucher #voucher
	{
		height: 48px;
		width: 100%
	}
		#cart_voucher #voucher fieldset
		{
			border: none;
			margin: 0;
			padding: 10px;
			height: 28px
		}
		#cart_voucher #voucher fieldset h4
		{
			line-height: 28px;
			margin: 0;
			padding: 0;
			font-weight: normal;
			float:left
		}
		#cart_voucher #voucher fieldset p
		{
			margin: 0;
			padding: 0;
			line-height: 28px;
			float:left
		}

		#cart_voucher #voucher fieldset p.submit
		{
			margin: 0 0 0 5px;
			width:133px;
		}

		#cart_voucher #voucher fieldset #discount_name
		{
			width: 264px;
			height: 27px;
			line-height: 27px;
			border-left: 1px solid #d1d1d1;
			border-top: 1px solid #d1d1d1;
			border-right: none;
			border-bottom: none;
			padding-left:5px;
		}
		#cart_voucher #voucher fieldset .button
		{
			background: url('../img/order/btn_add_promo.png') no-repeat transparent top left;
			font-size: 12px;
			text-transform: uppercase;
			width: 133px;
			height: 28px;
			padding-bottom: 1px;
			color: #333333;
			border:none;
			margin:0;
		}
		#cart_voucher #voucher fieldset .button:hover {
			background-position:0 -28px;
		}
		#cart_voucher #voucher fieldset #display_cart_vouchers
		{
			clear: none !important;
			margin: 0 !important;
			font-size: 12px;
			font-weight: normal;
			color: #6ebd10;
			float: right !important;
			line-height: 28px
		}
#info_cart table
{
	float: right;
	line-height: 16px;
	margin-top: 30px;
	margin-right: 8px
}
#info_cart td
{
	text-align: right;
	width: 72px;
	font-size: 12px;
	color: #262626;
	font-weight: normal;
}
#info_cart td.label_info_cart
{
	width: 103px;
}
#info_cart tr.cart_total_price td
{
	font-weight: bold;
	height: 42px;
	text-transform: uppercase
}
#order_step_container p.cart_navigation a
{
	height: 30px;
	line-height: 30px;
    text-align: center;
	text-transform: uppercase;
	font-weight:normal;
}
#order_step_container p.cart_navigation a.exclusive
{
	background: url('../img/order/btn_next_panier.png') no-repeat transparent top left;
	width: 159px;
	color: #262626;
	padding-left: 25px;
	font-size: 13px
}

	#order_step_container p.cart_navigation a.exclusive:hover{
		background-position:0 -30px;
	}

#order_step_container p.cart_navigation a.button_large
{
	background: url('../img/order/btn_back_panier.png') no-repeat transparent top left;
	width: 167px;
	font-size: 12px;
	color: #7f7f7f;
	padding-left: 15px;
	text-align:center;
}

	#order_step_container p.cart_navigation a.button_large:hover{
		background-position:0 -30px;
	}

/** My account structure **/
#account_container{
	background:#fff;
	padding:0 10px;
	padding-bottom:40px;
}

	#account_container h1{
		background: none;
	    color: #000;
	    float: left;
	    font-size: 18px;
	    font-weight: bold;
	    height: auto;
	    margin: 0;
	    padding: 12px 0;
	    text-transform: uppercase;
	}
	#account_container p{
		clear:both;
		padding:10px 0 25px 10px;
		color:#484349;
		font-size:12px;
		margin:0;
	}
	#account_container p.success
	{
		font-weight: normal;
		color: green
	}
	#account_container p.error
	{
		font-weight: normal;
		color: #cc0000
	}

	#account_container .std{
		font-weight:normal;
	}

		#account_container .std th{
			font-weight:normal;
			font-size:13px;
		}

		#account_container .std td{
			height:auto;
			background:none;
			padding:25px 0 0 5px;
			border:none;
			font-weight:normal;
			color:#484349;
		}

/** discount.tpl **/
#discount td.discount_code{
	padding-left:10px;
}

#discount .tax_included{
	padding:25px 0 0 10px;
	margin:0;
	color:#262626;
	font-size:11px;
}

#discount td.discount_cumulative{
	padding-left:25px;
}

/*** Parrainage [referralprogram-program.tpl] ***/
#account_container ul.idTabs
{
	border: none;
	height: 30px
}
#account_container div.sheets { margin-top: 9px }
#account_container div.sheets p
{
	margin: 5px 0 0 0;
	padding: 0
}
#account_container div.sheets a, #account_container div.sheets a:hover
{
	color: #262626;
	text-decoration: underline
}
#account_container ul.idTabs li
{
	margin: 0 10px
}
#account_container ul.idTabs li a
{
	background: url('../img/my-account/btn_tabs_parrainage.png') no-repeat transparent 0px 0px;
	display: block;
	width: 210px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	font-size: 13px;
	color: #262626;
	font-weight: normal;
	text-transform: none;
	text-align: left
}
#account_container ul.idTabs li a:hover, #account_container ul.idTabs li a.selected
{
	background: url('../img/my-account/btn_tabs_parrainage.png') no-repeat transparent -220px 0px;
	font-size: 13px;
	color: #262626;
}
#account_container ul.idTabs li a:hover { text-decoration: none }
#account_container ul.idTabs li a.selected{ text-decoration: none }
#account_container div.sheets table.std
{
	margin-top: 30px
}
	#account_container div.sheets form.std p { color: #262626 }
	#account_container div.sheets form.std p.checkbox input { margin: 0 }

#account_container div.sheets form.std #btn_footer_referral li
{
	width: 50%;
	float: left
}
	#account_container div.sheets #btn_footer_referral li a { text-decoration: none }
	#account_container div.sheets form.std #btn_footer_referral li input
	{
		background: url('../img/bg_btn_back.png') no-repeat 0px 0px transparent;
		float: right;
		font-size: 13px;
		text-transform: uppercase;
		font-weight:normal;
		color: #262626;
		width: 74px;
		height: 30px
	}
	#account_container div.sheets form.std #btn_footer_referral li input:hover { background: url('../img/bg_btn_back.png') no-repeat 0px -30px transparent }



	#account_container div.sheets form.std #btn_footer_referral li #large_submit
	{
		background: url('../img/bg_btn_back_large.png') no-repeat 0px 0px transparent;
		width: 150px
	}
	#account_container div.sheets form.std #btn_footer_referral li #large_submit:hover { background: url('../img/bg_btn_back_large.png') no-repeat 0px -30px transparent }


/** 404.tpl **/
#center_column #container_404{
	background:#fff;
	padding:0 10px 170px 10px;
}

	#center_column #container_404 h1{
		background: none;
	    color: #000;
	    float: left;
	    font-size: 18px;
	    font-weight: bold;
	    height: auto;
	    margin: 0;
	    padding: 12px 0;
	    text-transform: uppercase;
	}

	#center_column #container_404 p.error{
		clear:both;
		color:#ff0000;
		font-size:18px;
		text-align:center;
		margin:0;
		padding:78px 0 0 0;
		width:auto;
	}

	#center_column #container_404 h3{
		margin:25px 0 0 0;
		color:#333;
		font-size:14px;
		text-align:center;
		font-weight:normal;
	}


	#center_column #container_404 form{
		margin:25px 0 0 0;
	}

	#center_column #container_404 fieldset{
		background:url('../img/bg_search_404.png') no-repeat;
		margin:0 auto;
		padding:0;
		width:468px;
		height:35px;
	}

		#center_column #container_404 fieldset label{
			width:70px;;
			height:35px;
			line-height:35px;
			padding-left:8px;
			color:#262626;
			font-size:12px;
			float:left;
			text-align:left;
		}

		#center_column #container_404 fieldset p.search-area{
			margin:5px 0 0 0;
			padding:0 0 0 5px;
			background:url('../img/bg_searchbar_404.png') no-repeat;
			width:356px;
			height:25px;
			float:left;
			clear:none;
		}

			#center_column #container_404 fieldset input#search_query{
				border:none;
				width:356px;
				height:25px;
				line-height:25px;
			    float:left;
			    color:#666;
			    font-size:11px;
			    margin:0;
			}

			#center_column #container_404 fieldset input.button_small{
				background: url('../img/bg_search_submit.png') no-repeat scroll 0 0 transparent;
			    height: 25px;
			    margin: 5px 0 0;
			    width: 25px;
			    float:left;
			}


/** Mot de passe oublier password.tpl **/
#password #password_container
{
	background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px 10px;
}
#password #password_container h1
{
	margin: 0;
	padding: 0;
	background: none;
	font-size: 18px;
	line-height: 18px;
	color: #262626
}

#password #password_container p.p_info
{
	margin: 0 10px;
	padding: 0;
	font-size: 12px;
	line-height: 13px;
	color: #484349;
	padding: 30px 0
}
#password #password_container form fieldset
{
	background: none;
	margin: 0 10px 93px 10px;
	padding: 0
}
#password #password_container form fieldset p
{
	margin: 0;
	padding: 0;
	height: 25px;
	float: left;
	clear: none
}
#password #password_container form fieldset p label
{
	font-weight: bold;
	color: #484349;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	color: #333;
	margin-right: 10px
}

#password #password_container form fieldset p input
{
	margin: 0;
	padding: 0 5px;
	height: 23px;
	width: 272px !important;
	border-top: 1px solid #b4b4b6;
	border-left: 1px solid #b4b4b6;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee
}
#password #password_container form fieldset p input.button
{
	background: url('../img/bg_btn_valider.png') no-repeat 0px 0px transparent;
	width: 73px !important;
	height: 25px;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	color: #262626;
	margin-left: 10px;
	font-weight:normal;
}
#password #password_container form fieldset p input.button:hover { background: url('../img/bg_btn_valider.png') no-repeat 0px -25px transparent; }

#password #password_container #btn_return
{
	border-top: 1px solid #dadada;
	padding: 0;
	margin: 0
}
#password #password_container #btn_return a
{
	background: url("../img/bg_btn_back.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    width: 74px;
    font-size: 13px;
    color: #444444;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    margin-top: 20px
}
#password #password_container #btn_return a:hover { background: url("../img/bg_btn_back.png") no-repeat scroll 0px -25px transparent }


/* Send to a frined */
#page fieldset.sendtoafriend{
	margin:0;
	padding:0 0 0 10px;
	background:none;
}

	#page fieldset.sendtoafriend p{
		margin:0;
		padding:0;
	}

	#page fieldset.sendtoafriend p.align_center{
		float:left;
	}

		#page fieldset.sendtoafriend p.align_center a{
			font-size:12px;
			color:#333;
		}

	#page fieldset.sendtoafriend div{
		float:left;
		margin-left:60px;
	}

		#page fieldset.sendtoafriend div p.text{
			margin:0 0 20px 0;
			padding:0;
			height:25px;
		}

			#page fieldset.sendtoafriend div p.text label{
				width:140px;
				padding-top:4px;
				padding-right:10px;
				text-align:left;
				font-size:12px;
				color:#333;
			}

			#page fieldset.sendtoafriend div p.text input{
				padding:0 5px;
				margin:0;
				background-color:#f8f8f8;
				border:1px solid #b4b4b6;
				border-right:1px solid #eee;
				border-bottom:1px solid #eee;
				width:272px;
				height:23px;
				font-size:12px;
				color:#333;
				line-height:23px;
			}

	#page fieldset.sendtoafriend p.submit{
		margin:0 0 25px 0;
		padding:10px 0 0 0;
		height:28px;
	}

		#page fieldset.sendtoafriend p.submit .button{
			background:url('../img/btn_send.png') no-repeat;
			width:102px;
			height:28px;
			color:#262626;
			font-size:13px;
			text-transform:uppercase;
			margin:0 0 0 150px;
			float:none;
			font-weight:normal;
		}

		#page fieldset.sendtoafriend p.submit .button:hover{
			background-position:0 -28px;
		}

/** search.tpl Liste resultas de recherche **/

#result_search
{
	background-color: #fff;
    padding: 20px 10px

}
#result_search h1
{
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    font-size: 18px
}
#result_search h3
{
	color: #5D717E;
    font-weight: normal;
    margin-left: 10px;
}
#result_search ul#product_list .container_blocks {
    float: left;
    height: 100px;
    padding: 5px 5px 5px 0;
    width: 810px;
}
#result_search ul#product_list li div.center_block {
    float: left;
    height: 65px;
    width: 639px;
}
#result_search ul#product_list li div.right_block span.price_specific {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
#result_search ul#product_list li div.right_block {
    float: right;
    height: 65px;
    text-align: right;
    width: 171px;
}
#result_search div.pagination ul.pagination li#wrap_list {
    width: 628px;
}
#result_search div.pagination ul.pagination {
    width: 930px;
}

#result_search .product_per_page {
    float: right;
    height: 21px;
    margin-bottom: 9px;
    padding-top: 2px;
    width: 145px;
    margin-left:20px;
	padding-left:20px;
	border-left:1px dotted #abb0b2;
}
#result_search .product_per_page p.select {
    height: 20px;
    margin: 0;
    padding: 0;
}
#result_search .product_per_page label, #result_search .product_per_page select {
    color: #666666;
    float: right;
    font-size: 11px;
}
#result_search .product_per_page p.select select {
    color: #2A2A2A;
    height: 20px;
    margin-left: 8px;
}
#result_search .product_per_page p.select select {
    width: 48px;
}
#result_search .product_per_page label {
    padding-top: 2px;
}


/*Create modify address */
#address #account_container form{
	width:500px;
	float:left;
	clear:none;
}

#address #account_container form fieldset{
	background:#fff;
	border:1px solid #e5e8ea;
	border-top:none;
	border-bottom:none;
	padding:20px 0 10px 20px;
	margin:0;
}


#address #account_container form .border_bottom{
	margin:0 0 20px 0;
	background:url("../img/border_fieldset.png") no-repeat;
	display:block;
	width:500px;
	height:2px;
}

	#address #account_container form h3{
		background:url('../img/bg_create_account_title.png') no-repeat;
		width:480px;
		height:36px;
		line-height:36px;
		font-weight:bold;
		font-size:14px;
		color:#fff;
		text-transform:uppercase;
		padding:0 0 0 20px;
		margin:0;
		border:none;
	}

	#address #account_container form p.text,
	#address #account_container form p.select,
	#address #account_container form p.phone_info{
		margin:0 0 10px 0;
		padding:0;
		height:25px;
	}

	#address #account_container form p.phone_info{
		line-height:25px;
		font-size:12px;
		color:#333;
	}

	#address #account_container form p.textarea{
		margin:0 0 10px 0;
		padding:0;
	}

		#address #account_container form p.text label,
		#address #account_container form p.select label,
		#address #account_container form p.textarea label{
			width:164px;
			padding-top:4px;
			padding-right:10px;
			text-align:left;
			font-size:12px;
			color:#333;
		}

		#address #account_container form p.text label span,
		#address #account_container form p.select label span{
			float:none;
			color:#cc0000;
			margin:0 0 0 2px;
		}

		#address #account_container form p.text input,
		#address #account_container form p.select select,
		#address #account_container form p.textarea textarea{
			padding:0 5px;
			margin:0;
			background-color:#f8f8f8;
			border:1px solid #b4b4b6;
			border-right:1px solid #eee;
			border-bottom:1px solid #eee;
			width:272px;
			height:23px;
			font-size:12px;
			color:#333;
		}

		#address #account_container form p.text input{
			line-height:23px;
		}

		#address #account_container form p.textarea textarea{
			height:73px;
		}

		#address #account_container form p.select select{
			padding:2px 0;
			width:285px;
			height:25px;
		}

		#address #account_container form p#address_alias{
			height:auto;
		}

		#address #account_container form p#address_alias label{
			width:460px;
			line-height:25px;
			margin:0 0 10px 0;
		}

		#address #account_container form p#address_alias input{
			width:447px;
		}

	#address #account_container p.address_navigation{
		margin:0 0 25px 0;
		padding:10px 0 0 0;
		height:28px;
	}

		#address #account_container p.address_navigation #submitAddress{
			background:url('../img/btn_send.png') no-repeat;
			width:102px;
			height:28px;
			color:#262626;
			font-size:13px;
			text-transform:uppercase;
			margin:0 auto;
			font-weight:normal;
		}

		#address #account_container p.address_navigation #submitAddress:hover{
			background-position:0 -28px;
		}

		#address #account_container p.address_navigation .button{
			background:url('../img/btn_back_address.png') no-repeat;
			width:136px;
			height:30px;
			font-size:12px;
			color:#7f7f7f;
			text-transform:uppercase;
			font-weight:normal;
			line-height:30px;
			text-align:center;
		}

			#address #account_container p.address_navigation .button:hover{
				background-position:0 -30px;
			}
