/*
	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 {
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #1A5494;
	text-align: center;
	background:url('../img/background/background.jpg');
}
/* 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
}
#center_column p.clear a:first-child, #center_column .footer_links a:first-child {
	float:left;
	vertical-align:bottom;
	line-height: 26px;
}
#center_column p.clear a, #center_column .footer_links a {
	line-height: 32px;
	display: block;
	float: left;
	color:#666;
}
#center_column .title_block {
	font-weight: normal;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 20px;
}
ul {
	list-style:none;
}
.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: 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: black
}
.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
}
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;
	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: #039
}
.idTabs .selected {
	background-image: url('../img/tab_bg_selected.jpg');
	color: white
}
/* IdTabs Short*/
.idTabsShort a {
	background:none;
	height:40px;
	line-height:40px;
	width:130px;
	color:#222222;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
.idTabsShort .selected {
	background:none;
	border:1px solid #ddd;
	border-bottom:1px solid #fff;
	color: white;
	height:40px;
	line-height:40px;
	width:130px;
	color:#222222;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:-1px;
}
div.sheets {
	clear: both;
	padding: 20px;
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em
}
/* global style */
a {
	color: #000080;
	text-decoration: underline;
	outline: none
}
a:hover {
	text-decoration: none
}
.input:focus {
	outline: 0
}
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #1c456f;
	height: 40px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}
#center_column h1 {
	margin-bottom:20px;
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #039;
	margin-left: 1em
}
#category h1 {
	color:#ff7f00;
}
h2 {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	display:block;
	padding-left: 10px;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	text-align:left;
	background: #1c456f;
	font-family: 'Roboto', sans-serif;
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #039;
	margin-left: 1em
}
h3 {
	font-size: 1.1em;
	margin: 1em 0
}
h4 {
	font-size: 1em
}
/* global layout */
#page {
	width: 1020px;
	margin: 0 auto 2px auto;
	text-align: left
}
#header_1, #header_2 {
	width:100%;
}
#header_1 {
	height:130px;
}
#header_2 {
	background: #a3b8e3;
	height: 130px;
}
#header_logo {
	width: 100%;
	height: 130px;
	display: block;
}
img.logo {
	float: left;
}
img#logo {
	margin-right:15px;
}
#header_right {
	margin-bottom: 0;
	width: 100%;
	height:90px;
	text-align: right;
	background: #1F60A9; /*#3973B2;*/
	position:relative;
}
#left_column, #center_column, #right_column {
	float: left
}
#left_column {
	clear: left;
	width: 174px;
	margin-right: 0;
	padding:0 12px 0 11px;
	overflow: hidden;
	display:none;
}
#center_column {
	width: 710px;
	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: 174px;
	margin-left:20px;
	width:230px;
}
/* global RTE fields */
.rte, .mceContentBody {
	text-align: left;
	background: white;
	color: #666;
}
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: #039;
	height: auto;
}
.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 #1A5494 solid;*/
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #1A5494
}
#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%
}
/*class table.std */
.std td, .std th {
	padding: 0.4em 0.5em
}
.std tr.item td, .std .item th {
	background-color: white
}
.std tr.alternate_item td, .std tr.alternate_item th {
	background-color: #ffffff
}
.std thead th {
	background-repeat: no-repeat;
	height: 24px;
	color: #039;
	font-weight: bold;
	text-align: left;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.std tfoot td {
	color: #039;
	text-align: right;
	white-space: nowrap
}
/* /global table style */

/* global form style */
form.std {
	clear: both;
}
form.std h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 0 10px;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	background: #1C456F;
	text-align: left;
	width: 328px;
}
form.std fieldset {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background-color:#fff;
	border:none;
}
form.std fieldset .form_content {
	border: 1px solid #E9EFF4;
	border-top:none;
	min-height:200px;
	padding:10px;
	line-height:20px;
}
form.std legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #1A5494;
	border-style: solid;
	border-width: 1px
}
form.std h4, form.std p {
	clear: both;
}
form.std p {
	margin:0;
	padding:0;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
	line-height: 30px;
	margin-right: 10px;
}
/*form.std p span {
	float:none;
	clear:both;
	width:auto;
}*/
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	margin-left: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none
}
textarea {
	min-height:100px;
	width:99.8%;
	resize: none;
}
input, textarea, select {
	border: 1px solid #dfdfdf
}
input[type='radio'], input[type='checkbox'] {
	border:none;
}
input.text {
	height: 22px;
	padding-left: 2px;
	padding-right: 2px;
}
.selector span {
	line-height:34px !important;
	text-align:left !important;
}
input[type='text'], input[type='password'] {
	padding:0 5px;
	height:32px;
	line-height:32px;
	font-size:12px;
	min-width:180px;
	color:#666;
}
.checkbox input, .radio input {
	border: none;
	margin-top:9px;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}
.required sup {
	color: #da0f00
}
form.std p.checkbox {
	padding-left: 30%
}
form.std p.submit {
	padding-left: 530px!important;
	margin-bottom: 1.5em
}
form.std p.submit input, p.submit input, input[type="submit"], a.button, a.button_large, a.standard-checkout {
	padding: 5px 20px!important;
	line-height:20px;
	height:30px;
	display:block;
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}
/*buttons ************************************************************************************** */
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 {
	position:relative;
	display:inline-block;
	padding:0px;
	font-weight:bold;
	color:#fff;
	background:none;
	background: #ff6613; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjYxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjQyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background: -moz-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6613), color-stop(100%, #ff4200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6613 0%, #ff4200 100%); /* W3C */
	cursor: pointer;
	border:none;
	font-size: 12px;
	text-decoration:none;
}
*:first-child+html input.button_mini, *:first-child+html input.button_small, *:first-child+html input.button, *:first-child+html input.button_large, *:first-child+html input.button_mini_disabled, *:first-child+html input.button_small_disabled, *:first-child+html input.button_disabled, *:first-child+html input.button_large_disabled, *:first-child+html input.exclusive_mini, *:first-child+html input.exclusive_small, *:first-child+html input.exclusive, *:first-child+html input.exclusive_large, *:first-child+html input.exclusive_mini_disabled, *:first-child+html input.exclusive_small_disabled, *:first-child+html input.exclusive_disabled, *:first-child+html input.exclusive_large_disabled {
	border:none
}
/* 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!important*/
}
/* 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!important*/
}
/* 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!important*/
}
/* 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 {
	text-decoration:none;
	background: #ff6613;
}
/* 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!important*/
}
/* active button */
input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active, input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active, a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active, a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusive_large:active {
	background-position: left -100px
}
/* 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_disabled, input.exclusive_disabled, span.exclusive {
	padding-left:50px !important;
	color:#c3c9cd;
	margin: 0;
	clear:both;
	height: 36px;
	line-height: 36px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px !important;
	text-align:left;
	background:none;
	background: #eee;
	width:150px;
	cursor:default;
}
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')*/
}
#cart_navigation input.exclusive_disabled {
	padding:0px 5px !important;
	font-size:12px !important;
	width:auto !important;
	text-align:center !important;
}
/* 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') }*/

/* form **************************************************************************************** */
form.std fieldset {
	margin: 0;
}
/* table *************************************************************************************** */
table.std, table.table_block {
	margin-bottom:20px;
	width:100%;
	border-bottom:none;
	background:white;
	border-collapse:inherit
}
table.std th, table.table_block th {
	padding: 10px 8px;
	color:#fff;
	text-transform:uppercase;
	background:#1C456F;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 13px;
}
table.std tr.alternate_item, table.table_block tr.alternate_item {
	background-color: #f3f3f3
}
table.std td, table.table_block td {
	padding:10px 8px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	font-size:12px;
	vertical-align:top
}
table.std td:first-child, table.table_block td:first-child {
	border-left:1px solid #e9e9e9;
}
/* 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;
	color:#666666;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin-right:10px;
}
.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: #666;
	font-size: 1.1em;
	font-weight: bold;
	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;
}
/* 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 {
	color: #999999;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-bottom:10px;
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em
}
.breadcrumb a {
	text-decoration: none;
	color: #999999;
}
.breadcrumb a:hover {
	text-decoration: none;
}
/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar {
	margin:20px 0;
	float:left;
	width:100%;
}
#center_column .sortPagiBar {
	height:34px;
	font:normal 11px Arial, Verdana, sans-serif;
	color:#666;
	background:#fff url(../img/tri.gif) repeat-x;
	padding:12px 0px;
}
#center_column .sortPagiBar strong {
	color:#000;
}
#center_column .sortPagiBar p {
	padding:0;
	margin:0;
}
#center_column .sortPagiBar form {
	display:inline-block;
}
.ie7 #center_column .sortPagiBar form {
	display:inline;
}
.sortPagiBar #productsSortForm {
	float:left;
}
.sortPagiBar .bt_compare {
	padding:3px 7px;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #000;
	background:url(../img/bg_bt_compare.gif) repeat-x 0 0 #111;
}
.sortPagiBar .nbrItemPage {
	margin-left:40px;
	width:160px;
}
.sortPagiBar .nbrItemPage label {
	float: left;
	text-transform: uppercase;
	margin-right: 20px;
	line-height: 34px;
	height: 34px;
}
.sortPagiBar .PrductSort {
	float:left;
}
.sortPagiBar .nbrProduct {
	display:inline-block;
	padding:0 10px;
}
/* pagination ********************************************************************************** */
form.pagination {
	display:none;
}
div.pagination {
	margin:10px 0;
	text-align: center
}
ul.pagination {
	list-style-type:none
}
ul.pagination li {
	display: inline;
}
ul.pagination a, ul.pagination span {
	display:inline-block;
	height:24px;
	width:24px;
	border:1px solid #eee;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font:11px/24px Arial, Verdana, sans-serif;
	color:#999
}
ul.pagination a {
	text-align:center;
}
ul.pagination a:hover {
	color:#333;
	border:1px solid #333
}
ul.pagination .current span {
	color:#000;
	border:1px solid #fff
}
ul.pagination li.disabled span {
	color:#ccc
}
#pagination_previous, .pagination_previous {
	float:left
}
#pagination_next, .pagination_next {
	float:right
}
.ie7 #pagination_previous, .ie7 .pagination_previous, .ie7 #pagination_next, .ie7 .pagination_next {
	float:none
}
ul.pagination .pagination_previous a, ul.pagination .pagination_previous span, ul.pagination .pagination_next a, ul.pagination .pagination_next span {
	padding:0 8px;
	width:auto;
}
#pagination_previous, .pagination_previous span, #pagination_next, .pagination_next span {
	color:#ccc;
	border:1px solid #eee
}
/* CART steps *********************************************************************** */
ul#order_step {
	background-color: white;
}
ul.step {
	list-style-type:none;
	margin-bottom:30px;
	height:52px;
	width:710px
}
ul.step li {
	float:left;
	height:52px;
	width:142px;
	text-align:center;
	text-transform:uppercase;
	background:url(../img/step_standard.gif) no-repeat center bottom transparent
}
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
	display:inline-block;
	padding:8px 10px 12px;
	color:#fff;
	background:url(../img/step_current_span.gif) no-repeat center bottom transparent;
	text-decoration:none;
}
ul.step li.step_current {
	background:url(../img/step_current.gif) no-repeat center bottom transparent
}
ul.step li.step_current_end {
	font-weight:bold;
	background:url(../img/step_end_current.gif) no-repeat center bottom transparent
}
ul.step li.step_todo span {
	display:inline-block;
	padding:8px 10px 6px;
	color:#999;
	text-shadow:0 1px 0 #fff;
	background:#eee
}
ul.step li.step_done {
	background:url(../img/step_done.gif) no-repeat center bottom transparent
}
/*ul.step li#step_end {background:url(../img/step_end.gif) no-repeat center bottom transparent}*/
/* product-sort.tpl */
.productsSortForm p {
	height: 1em;
	margin: 0.5em 0 0 0
}
.productsSortForm label, .productsSortForm select {
	float: left;
	text-transform:uppercase;
	margin-left:40px;
	margin-right:20px;
	line-height:34px;
	height:34px;
}
.productsSortForm select {
	font-size: 1em
}
/* 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 {
	border: none;
	clear: both;
	background: #1b446e;
	margin-top: 0px;
}
#hook_top_footer #footer_top {
	border: none;
	padding: 15px 10px 0px;
	clear: both;
	background: #1b446e;
	margin-top: 14px;
	overflow: hidden;
	color: #103562;
}
#hook_top_footer #footer_top a {
	text-decoration: none;
	color: #103562;
}
#hook_top_footer #footer_top a:hover {
	text-decoration: underline;
}
#hook_top_footer #footer_top #footer_right {
	float: right;
	width: 150px;
	font-size: 14px;
}
#hook_top_footer #footer_top #footer_left {
	float: left;
	width: 800px;
}
#hook_top_footer #footer_top #footer_left table strong {
	font-size: 14px;
	font-weight: normal;
}
#hook_top_footer #footer_top #footer_left table hr {
	border: none;
	border-bottom: 1px solid #1a5494;
	margin: 5px 0;
	padding: 0px;
}
#hook_top_footer #footer_top #footer_left table ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#hook_top_footer #footer_top #footer_left table td {
	vertical-align: top;
}
/******* bottom footer ************/
#buttom_footer {
	background:#183f67;
	padding:30px;
	height:150px;
	width:960px;
	margin-bottom:30px;
}
/******** top footer ************/
#top_footer {
	background:#e1edef;
	padding:30px;
	height:120px;
	width:960px;
	margin-bottom:10px;
	clear:both;
}
#top_footer .block {
	float:left;
	width:300px;
	padding-left:30px;
	margin:0;
	margin-top:10px;
}
#top_footer .block:first-child {
	padding-left:0px;
}
#top_footer div.block h4, #top_footer div.block_content_right h4 a {
	background:none;
	color:#213954;
	font-size:14px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	width:100%;
}
#top_footer div.block_content_right h4, #top_footer div.block_content_right h4 a {
	line-height:normal;
	margin-bottom:10px;
	height:auto;
}
#top_footer div.block_content_right h4 a:hover {
	text-decoration:none;
}
#top_footer div.block_content_left {
	float:left;
	width:100px;
	margin-right:10px;
	display:block;
}
#top_footer div.block_content_right {
	float:left;
	width:190px;
	display:block;
}
#top_footer .cms_page_footer > h4 {
	display:none;
}
#top_footer div.block_content_left > a {
	width:96px;
	height:104px;
	overflow:hidden;
	display:block;
}
#top_footer div.block_content_right p {
	color:#1a5494;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
#newsletter_block_left div.block_content_right p {
	color:#979695;
	margin-bottom:5px;
}
#newsletter_block_left div.block_content_right p.warning_inline {
	color:#DA0F00;
	font-size:10px;
}
#newsletter_block_left div.block_content_right p.success_inline {
	color:#008000;
	font-size:10px;
}
/* Default block style */
div.block-cms h1 a {
	color: #039;
	text-decoration: none;
}
div.block-cms h1 a:hover {
	text-decoration: underline;
}
div.block {
	margin-bottom: 15px;
	width: 191px
}
#left_column div.block, #right_column div.block {
	width:230px;
	margin:0px;
	margin-bottom:20px;
}
div.block h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 17px;
	padding:0 10px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #ff6a25;
	text-align:left;
	width:210px;
	text-transform:uppercase;
}
div.block h4 a {
	color: #fff
}
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 {
	padding: 10px;
	min-height: 16px;
	font-size:11px;
	background:#e9eff4;
	width:210px;
	color:#183e66;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:18px !important;
}
div.block.products_block .block_content {
	width:100%;
}
div.block .block_content .button {
	color:#fff;
	height:30px;
	line-height:30px;
	font-size:12px;
	width:150px;
	background:none;
	background: #ff6613; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
   /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjYxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjQyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background: -moz-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6613), color-stop(100%, #ff4200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6613 0%, #ff4200 100%); /* W3C */
	text-decoration:none;
}
div.block .block_content .button:hover {
	text-decoration:none;
	background: #ff6613;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside
}
div.block a {
	color: #1A5494;
	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: #1A5494 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #1A5494;
	border-right: 1px solid #1A5494
}
/* block in the center column */
#center_column .top-block {
	width:100%;
	margin-bottom:20px;
	height:87px;
	display:block;
	background:#FF6A25 url('../img/arrow-btn.png') no-repeat center right;
}
#center_column .top-block a {
	width:680px;
	height:50px;
	display:block;
	text-align:left;
	color:#fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:8px solid #1c456f;
	padding:15px 15px;
	line-height:26px;
}
#center_column .top-block a span{
	font-size:14px;
	text-transform:none;
	font-weight:400;
}
#center_column .top-block a:hover {
	text-decoration:none;
	color:#1c456f;
}
#center_column p {
	margin: 0.5em 0;
	padding-left: 0em
}
#center_column div.block {
	width: 100%; /* 586px */
	margin: auto
}
#center_column div.block h4 {
	color: #FF7F00;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 90%;
	margin: 20px 0;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	background:none;
	text-decoration:none;
}
#center_column div.block h4 a, #center_column div.block h4 a:hover {
	color: #FF7F00;
	text-decoration:none;
}
#center_column div.block#featured-products_block_center .product_block_content {
	background:#fff;
	border-left:1px solid #2060AA;
	border-right:1px solid #2060AA;
	text-align:center;
	padding:20px 20px 15px 20px;
}
/* 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: 10px;
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #039;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #1A5494
}
.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;
	color: #1A5494;
	float:left;
}
#center_column .products_block h4 {
	line-height: 1.3em
}
#center_column .products_block .block_content {
	background: none;
	padding: 0;
	border:none;
	float:left;
}
#center_column .products_block ul li:hover {
	background-color: #bdc2c9
}
#center_column .products_block ul li {
	float: left;
	background: none;
	margin: 0 5px 0 0;
	padding: 0 0 8px 0;
	width: 191px;
	border:none;
	position:relative;
}
#center_column .products_block ul.product_images li {
	width:350px;
	background-color:#1a5494;
	margin:0 10px 0 0;
	padding:0;
	height:263px;
}
#center_column .products_block ul li.last_item {
	margin:0;
}
#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;
}
#center_column div.products_block h5 a {
	color: #1a5494;
	font-size: 12px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
}
/************* block produits home *************/
#center_column div.products_block .right h5 {
	margin-top:20px;
	height:30px;
}
#center_column div.products_block .right h5 a {
	color:#fff;
	font-weight:700;
	font-size:14px;
}
#page #columns #center_column div.products_block .right .price_container span.price {
	font-size:30px;
	font-weight:700;
	color:#fff;
}
#page #columns #center_column div.products_block .right .price_container {
	margin:126px 0 8px 0px;
	float:left;
	width:100%;
}
#center_column div.products_block .right a.button, #center_column div.products_block .right a.exclusive, #center_column div.products_block .right span.exclusive {
	background:none;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	border-top:1px solid #fff;
}
#page #columns #center_column div.products_block .right .lnk_more {
	position:absolute;
	top:223px;
	left:44px;
	width:87px;
	height:22px;
	line-height:22px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	/* default fallback */
	background: rgb(253, 105, 36);
	/* nice browsers */
	background: rgba(253, 105, 36, 0.8);
}
#page #columns #center_column div.products_block .right .lnk_more:hover {
	color:#000;
	text-decoration:none;
}
/*******************************************************/
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #1A5494;
	overflow: hidden
}
#center_column div.products_block .product_images div.product_desc {
	display:none;
}
#center_column div.products_block a.product_image {
	background-color: transparent;
	width:175px;
	height:263px;
	overflow:hidden;
	display:block;
	float:left;
}
#center_column div.products_block .right {
	float:left;
	padding:0 10px;
	width:155px;
	height:263px;
}

#center_column div.products_block .right .ajax_add_to_cart_button{
	background: url(../img/icon/cart_product.png) no-repeat 5px -3px !important;
	padding-left: 42px;
	width:113px;
	margin-top:5px;
	text-align:left !important;
}

#center_column div.products_block a.product_image .new {
	display:none;



}
#center_column div.products_block .product_accessories_description a.product_image {
	display:block;
}
#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: 5px 0 0 0;
	padding:0 5px;
	font-weight:normal;
	display: block;
	height: 3em;
}
#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;
	clear:both;
	height: 25px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px !important;
	text-align:left;
	background:none;
	background: #ff6613; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6613), color-stop(100%, #ff4200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6613 0%, #ff4200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6613 0%, #ff4200 100%); /* W3C */
	width:100%;
}
#center_column .products_block a.button:hover, #center_column .products_block a.exclusive:hover, #center_column .products_block span.exclusive:hover {
	background: #ff6613;
}
#center_column .products_block a.exclusive span {
	display:block;
	height:100%;
	padding-left:46px;
	background: url("../img/icon/cart.png") no-repeat top left;
	color:#fff;
}
/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content {
	background: none;
	width:100%;
	border:none;
}
#center_column div.products_block.accessories_block div.product_desc {
	height: 180px;
}
#center_column .products_block.accessories_block .block_content li h5, #center_column .products_block.accessories_block .block_content li a.product_description {
	text-align:center
}
#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 {
	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;
	color: #039;
	font-weight: bold
}
.cart_last_product_img {
	float:left
}
.cart_last_product_img img {
	margin:0 6px;
	/*border:1px solid #1A5494;*/
	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:#1A5494
}
p.cart_navigation {
	padding: 0!important
}
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 #1A5494
}
/*#cart_summary tfoot tr.cart_total_price td {
	border-bottom: 2px solid #1A5494
}*/
#cart_summary .price, #cart_summary .price-discount {
	color: #1A5494;
	font-size: 1em;
	text-decoration: none
}
.cart_total_price .total_price_container p {
	display: block;
	padding: 8px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:700;
	color: #FFF;
	text-transform: uppercase;
	background: #ff6a25;
	text-align:center;
}
.cart_total_price .total_price_container span {
	display: block;
	padding: 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:700;
}
/*tr.cart_item td {
	padding: 0.4em 0.5em;
}*/
td.cart_product a img {
	/*border: 1px solid #1A5494;*/
	width: 45px; height: auto;
}
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: #1A5494
}
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: left;
	margin: 0px 0px 0 5px;
}
.cart_quantity_up img {
	margin-top:5px;
}
td.cart_quantity p, td.cart_quantity a {
	display: inline
}
td.cart_quantity .cart_quantity_button {
	float:left;
	margin-left:-17px;
	margin-top:2px;
}
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 #1A5494;
	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;*/
	color:#EE8045;
	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 #1A5494;
	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 #voucher fieldset {
	border: 1px solid #1A5494;
	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 #1A5494;
	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
}
#guest-tracking p.center {
	width: 100%;
	text-align: center;
}
#guest-tracking p.center input.exclusive_large {
	display: inline;
}
/* views block */
#views_block {
	margin: 0 auto;
	width: 100%
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 350px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 56px;
	height: 83px;
	margin-right: 14px
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.png') no-repeat center;
	text-indent: -3000px;
	width: 22px;
	height: 20px;
	float: left;
	margin-top: 37px;
}
#view_scroll_right {
	background-image: url('../img/thumbs_right.png')
}
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}
/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	background: #1A5494 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #1A5494;
	padding: 0.6em;
	margin-bottom: 1.5em;
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #039
}
#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 #1A5494;
	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 {
	display: block
}
.payment_module img {
	vertical-align: middle;
	margin-right: 1em;
	width:86px;
}
.payment_module a {
	display: block;
	border: 1px solid #1A5494;
	padding: 0.6em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #1A5494;
	background-color: #e9eff4;
	color: #1A5494
}

/* 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: 00px
}
#mywishlist div#block-order-detail {
	margin-top: 10px;
	display: block
}
#mywishlist .wl_send {
	margin-top:20px;
}
#mywishlist form.std fieldset label {
	width: 100px;
}
#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 #showBoughtProducts, #mywishlist #hideBoughtProductsInfos, #mywishlist #hideSendWishlist {
	display: none
}
#mywishlist #showBoughtProductsInfos, #mywishlist #hideBoughtProductsInfos {
	margin-left: 5px
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {
	text-align: center
}
#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 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
}
#page #more_info_sheets .rte p{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: normal;
	color: #000080;
}
/* 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: #039;
	background-color: #DFFAD3;
	padding: 4px;
	border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
	color: #039;
	background-color: #FAE2E3;
	padding: 4px;
	border: 2px solid #EC9B9B
}
.add_module_live_edit {
	background-color: #1A5494;
	padding: 4px;
	border: 2px solid #1A5494;
}
.page404_input {
	float: left;
}
#order #discount_name {
	width: 130px;
	height:23px;
	line-height:23px;
}
/* Top Footer */
#hook_top_footer {
	clear: both;
}
#hook_top_footer div.block.informations_block_left {
	background:none;
	padding: 0;
	margin: 0;
	float: left;
	width: 186px;
}
#hook_top_footer div.block.informations_block_left .block_content {
	padding: 0;
	background:none;
	border:none;
}
#hook_top_footer div.block.informations_block_left .block_content li {
	padding:0;
	background: url('../img/background/block.jpg') no-repeat;
	width:174px;
	height:38px;
	line-height:38px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
}
#hook_top_footer div.block.informations_block_left .block_content li a {
	color:#FFFDFE;
}
/* Pop-up German */

#fancybox-content {
	border: 10px solid #FE8340 !important;
}
#german_cms {
	width: 320px;
	padding: 25px;
	color: #039;
}
#german_cms .title {
	font-size: 14px;
	margin-bottom: 14px;
}
#german_cms a {
	font-weight: bold;
	color: #039;
}
.block_parrainage {
	width: 547px;
	padding-bottom: 5px;
	background: url("../img/background/parrain_small_bottom.jpg") bottom left no-repeat;
	text-align: center;
}
.block_parrainage.small {
	position: relative;
	top: 0px;
	left: -1px;
}
.block_parrainage .top {
	width: 547px;
	padding-top: 5px;
	background: url("../img/background/parrain_small_top.jpg") top left no-repeat;
}
.block_parrainage .content {
	width: 523px;
	background: url("../img/background/parrain_small_content.jpg") center left repeat-y;
	padding: 0 12px;
}
.block_parrainage .content a {
	font-weight: bold;
	text-decoration: none;
	color: #130895;
	font-size: 11px;
}
.block_parrainage .content a:hover {
	text-decoration: underline;
}
.block_parrainage .content a .btn_parrainez {
	display: inline-block;
	background: url("../img/background/submit.jpg") no-repeat scroll 0 0 transparent;
	color: #FFFE03 !important;
	font-style: italic;
	height: 29px;
	line-height: 28px;
	margin: 0;
	width: 131px;
	position: relative;
	top: 0px;
	left: 0px;
}
.block_parrainage .link_txt {
	display: inline-block;
	vertical-align: middle;
	width: 380px;
	text-align: left;
	padding: 5px 0;
	line-height: 18px;
}
.block_parrainage .link_btn {
	display: inline-block;
	vertical-align: middle;
}
.block_parrainage.large .link_txt {
	width: 610px;
}
.block_parrainage.large {
	width: 774px;
	background: url("../img/background/parrain_large_bottom.jpg") bottom left no-repeat;
	float: right;
	position: relative;
	top: 0px;
	left: 1px;
	margin-right: 15px;
}
.block_parrainage.large .top {
	width: 774px;
	background: url("../img/background/parrain_large_top.jpg") top left no-repeat;
}
.block_parrainage.large .content {
	width: 750px;
	background: url("../img/background/parrain_large_content.jpg") center left repeat-y;
}
#center_column .products_block.accessories_block .block_content li {
	background: none;
	text-align: center;
	padding: 0px;
	margin:0 0 0 15px;
	width: 164px;
	height: auto;
	float:left;
}
#center_column .block.products_block.accessories_block {
	margin: 0 auto;
	width: 100%;
}
#center_column .products_block.accessories_block .block_content li:first-child {
	margin-left: 0px;
}
#page #columns {
	float:left;
	background:#fff;
	padding:30px;
	margin-top:144px;
}
#page #columns #center_column .price_container {
	display: block;
	height:30px;
	line-height:30px;
}
#page #columns #center_column .price_container span.price {

	padding:0;
	display:block;
	color:#fe5200;
	font-size:16px;
	margin: 0;
	text-align:center;
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
}
.home_content {
	padding: 10px 20px;
	overflow: hidden;
}
#menu {
	padding-bottom: 40px;
}
#footer-top {
}
.footer-col {
	float:left;
}
#footer-sitemap .subcategories ul {
	list-style-type: none;
}
#footer-sitemap {
	width:800px;
	margin-left:1px;
}
.footer-sitemap-col {
	float: left;
	width:150px;
	margin-right:10px;
}
.spacer-top-s {
	margin-top:30px;
}
.col-header {
	border-bottom:1px solid #103562;
	height:35px;
}
#ordermsg p {
	margin-top:-15px;
}
.inline-infos {
	width:100%;
}
#header #header_giftonorder {
	text-align: right;
	clear: both;
	margin:0.6em 0.6em 0 0;
}
#header_giftonorder p {
	color: #1A5494;
}
#header_giftonorder span {
	font-weight: bold;
}
#header_giftonorder ul {
	clear:both;
	margin-top: 0.3em;
	float:right;
}
#header_giftonorder li {
	float: left;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap;
}
#header_user #header_giftonorder {
	font-size: 0.9em;
}
#header_user #header_giftonorder a {
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none;
}
.blockgiftonorder p {
	padding: 0.3em 0 0 0;
	margin: 0;
	text-align: center;
	clear: both
}
.blockgiftonorder p a {
	margin: 0 auto
}
/************ megamenu ***************/
#megamenu_wrapper {
	top:220px !important;
	left:0px !important;
	margin:0px !important;
}
/********** sajoufb ****************/
.sajoufb {
	margin-bottom:20px;
}
/********* blocklist ************/
.grid {
	width:240px;
	float:left;
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
/********** editeur home *************/
#index #center_column .editorial_block {
	padding: 0;
	border:1px solid #2060aa;
	float:left;
	display:block;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	line-height:normal;
	margin-bottom:0px;
	width:100%;
}
#index #center_column .editorial_block > a {
float: none;
display: inline-block;
vertical-align: middle;
}
#index #center_column .editorial_block > .rte {
display: inline-block;
float: none;
vertical-align: middle;
width: 670px;
margin-left: 20px;
}
/********* center col *************/
#center_column div.block .block_content {
	border: 1px solid #E9EFF4;
	width:100%;
	background-color:#fff;
}
#center_column div.block#coup-de-coeur-products_block_center .block_content, #center_column div.block#accessories_block .block_content, #center_column div.block#featured-products_block_center .block_content, #center_column div.block#new-products_block_right .block_content {
	border:none;
}
/********** account *******/
#form_forgotpassword * {
	float:left;
}
#form_forgotpassword p.text label {
	display: inline-block;
	padding-right: 10px;
	width: 190px;
	text-align: right;
	color:#1A5494;
	line-height:27px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
#form_forgotpassword p.submit {
	padding-left:320px!important;
}
/******* order ***********/
#order-detail-content input {
	min-width:0px;
	padding: 0px 10px !important;
}
#order-detail-content .submit input {
	height:25px;
}
.cart_navigation a {
	line-height:30px !important;
	height: 30px;
	padding: 0px 20px !important;
}
/********** adress *********/
#address div.selector {
	float:none;
}
#address textarea {
	min-height:150px;
	width:350px;
}
#address p.submit2 {
	padding-left:543px !important;
}
#address #adress_alias label {
	line-height:normal;
	padding-top:3px;
}
#address .inline-infos {
	margin-left: 219px;
	font-size: 10px;
	color:#666;
}
/********* shopping cart ********/
#order-detail-content {
	width:100%;
	margin:0px !important
}
.order_delivery ul.address {
	width:349px;
	margin-bottom:20px;
}
.address_delivery label {
	margin-right:10px;
	line-height:34px;
}
.address_delivery div.selector {
	float:none;
}
div.addresses p.addressesAreEquals.checkbox input[type="checkbox"] {
	margin-top:6px !important;
	float:left;
	margin-right:5px;
}
#ordermsg * {
	clear:both;
	margin-top:0px !important;
	padding:0px !important
}
#ordermsg p.txt {
	margin-top:10px !important;
}
#ordermsg textarea {
	width:100%;
	height:100px;
}
#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
	padding: 6px 11px;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	background: #1C456F;
	margin:0;
}
.delivery_options {
	border: 1px solid #E9EFF4;
	border-top: 0;
}
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
	height: 46px;
	width: 670px;
}
#order .delivery_option_radio, #order-opc .delivery_option_radio {
	float: left;
	margin: 21px 12px;
}
#order .delivery_option label, #order-opc .delivery_option label {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
.order_carrier_content {
	margin-bottom:20px;
}
.checkbox input {
	margin-right:5px;
	float:left;
}
#HOOK_PAYMENT {
	margin-bottom:20px;
}
#HOOK_PAYMENT p {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
/************ paiement *******/
#module-cheque-payment form p {
	color:#666;
	padding:5px 0;
}
#module-cheque-payment .cart_navigation {
	margin-top:20px
}
#order-confirmation p {
	color:#666;
}
#carrier_area .checkbox input {
	margin-top:0px;
}
/********* sendtoafreind ************/
#send_friend_form {
	width:600px;
}
#send_friend_form .product * {
	float:left;
}
#send_friend_form .product_desc {
	margin-left:10px;
	width:360px;
	text-align:left;
}
#send_friend_form .form_container > * {
	width:100%;
	line-height:36px;
	text-align:left;
}
#send_friend_form .form_container .text label {
	display: inline-block;
	padding: 0px 15px;
	width: 201px;
	font-size: 12px;
	text-align: right;
}
#send_friend_form .form_container {
	padding: 10px 15px;
	border: 1px solid #CCC;
	background: #e9eff4;
}
#send_friend_form .product {
	margin: 20px 10px;
}
#send_friend_form .send_friend_form_content {
	margin: 0 10px 20px;
}
#send_friend_form .form_container p.intro_form {
	padding-bottom: 14px;
	font-weight: 700;
	font-size: 13px;
	color: #1c456f;
}
#send_friend_form .submit {
	margin-top: 20px;
	padding-bottom: 0;
	text-align: right;
}
#send_friend_form .submit input.button {
	display:inline-block;
}
/******** contact **********/
#contact div.selector {
	float:none;
}
#contact textarea {
	width:350px;
	height:150px;
}
#contact .desc_contact {
	margin-left:222px;
	color:#666;
	font-size:10px;
}
/********************/
#sendOrderMessage textarea {
	margin-top:10px !important;
}
#invite, #noinvite{padding:5px 10px;}
#list_contacts_form .checkbox input{margin-top:0px;} 
/********** module giftnoorder **********/
#block_giftonorder.giftonorderchooser .block_content{
padding: 0;
float: left;
}
#block_giftonorder.giftonorderchooser .block_content ul{
padding: 10px;
float: left;
width: 210px;
}
#block_giftonorder.giftonorderchooser .block_content ul li{
float: left;
width: 210px;
}

#block_giftonorder.giftonorderchooser .block_content ul li a{
float: left;
margin-left: 10px;
}
#block_giftonorder.giftonorderchooser .block_content ul li h5{
margin-left: 10px;
float: left;
width: 130px;
}

#block_giftonorder.giftonorderchooser .block_content p{
padding: 10px;
}

#prestablog_lastliste.block_content, #prestablog_catliste.block_content{
	font-size: 13px !important;
    font-weight: normal;
	color:#183e66;
	float:left;
}

#module-prestablog-blog div.block a{
	color:#183e66;
}

#module-prestablog-blog a.button{
	padding:2px;
	font-size: 13px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    width: 110px;
	font-weight:normal;
	color:#FFF !important;
	
}

#prestablog_lastliste form.std p.submit input, #prestablog_lastliste  p.submit input, #prestablog_lastliste  input[type="submit"], #prestablog_lastliste  a.button, #prestablog_lastliste  a.button_large, #prestablog_lastliste a.standard-checkout{
	padding:2px 10px 3px 10px !important;
	color:#FFF;
	
}

#right_column .block{
	float:left;
	margin-bottom:10px !important;
}
#right_column .block .block_content{
	float:left;
}

#right_column .block div.block h4{
	float:left;
	
}



#right_column .block a.button_large, #right_column .block a.button_large{
	padding:2px;
	font-size: 13px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    width: 110px;
	font-weight:normal;
	color:#FFF !important;
	
}

#prestablog_dateliste form.std p.submit input, #prestablog_dateliste p.submit input, #prestablog_dateliste input[type="submit"], #prestablog_dateliste a.button, #prestablog_dateliste a.button_large, #prestablog_dateliste a.standard-checkout{
padding:2px 10px 3px 10px !important;	
}

#prestablog-comment label{
	text-align:left;
}

#prestablog-comment p.submit{
	float:right;
	
}