/* ##################################################################################################
	PRESTASHOP CSS
################################################################################################## */

@font-face {
  font-family: 'pictos';
  src: url('font/pictos.eot?457865423');
  src: url('font/pictos.eot?457865423#iefix') format('embedded-opentype'),
	   url('font/pictos.woff?457865423') format('woff'),
	   url('font/pictos.ttf?457865423') format('truetype'),
	   url('font/pictos.svg?457865423#pictos') format('svg');
  font-weight: normal;
  font-style: normal;
}

/***** [ Reset css ] ************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;padding: 0;border: 0;outline: 0;
	font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;
	vertical-align: baseline;
	}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal; padding-right:30px;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* init */
html {font-size:62.5%; height:100%;}
body {
	background: #fff;
	/*background: #0f191d url('../img/styles/bg_body.jpg') center top no-repeat;
	background-size: 100% auto;*/
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #212121;
	font-size: 14px;
	font-size: 1.4rem;
}
a,
#product_list li .lnk_view {text-decoration:none; color:inherit}
a:hover, a:focus,
#product_list li .lnk_view:hover,
#product_list li .lnk_view:focus {color:#000;}

h1, .breadcrumb + h2 {font-size:40px; font-size: 4rem; line-height:1em; text-transform:uppercase; font-weight:normal; margin-bottom:15px; font-weight:300;}
	#index h1 {font-size:18px; font-size: 1.8rem; font-weight:400; line-height:normal;}
	h1 span {font-weight:bold;}
h2 {text-transform:uppercase; font-weight:normal;}
h3 {text-transform:uppercase; font-weight:normal; font-size: 14px; font-size: 1.4rem;}
input, select, textarea, button {color:inherit; font-family:Verdana, Geneva, sans-serif; font-size:11px; font-size: 1.1rem;}
	select {border:#ccc solid 1px; padding:2px; background:#fff;}
p {line-height:1.4em; margin-bottom:1.4em;}
ul {}
li {}
small {font-size:0.8em;}
hr {height:0; font-size:1px; background:transparent; color:#fff; margin:0 0 20px; border:none; border-bottom:#ccc solid 1px;}
em {font-style: italic;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address, aside, section {  
	display: block;  
}

#page {
	max-width: 1545px;
	margin: 0 auto 15px;
}


/*** [ Header ] ***/
#header {	
	position: relative;
	min-height: 150px;
	margin-bottom: 30px;
	z-index: 200;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	max-width: 310px;
	line-height: 180px;
	max-height: 150px;
}
#header #logo img {
	max-width: 100%;
	max-height: 165px;
	margin-top: -25px;
	height: auto;
	width: auto;
	vertical-align: middle;
}
nav .toggle_menu {
	display: none;
	float: left;
	height: 30px; height: 3rem;
	line-height: 30px; line-height: 3rem;
	padding: 0 10px;
	background: #556270;
	color: #fff;
	text-transform: lowercase;
	transition: all 300ms ease-in-out 0s;
	cursor: pointer;
}
nav .toggle_menu:before {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\2630';
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
}
.fontface nav .toggle_menu:before {content: '\E851';}
nav .toggle_menu:hover,
nav.opened .toggle_menu {
	background-color: #212121;	
}
#nav {
	position: absolute;
	top: 65px;
	left: 380px;
	right: 390px;
}
#nav > li {
    float: left;
    font-size: 2rem;
    position: relative;
    margin-right: 1.4em;
    font-weight: bold;
}
#nav > li.has_submenu .toggle_submenu {
	display: none;
}
#nav > li:hover {z-index: 2;}
#nav > li.has_submenu > a:after {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\25BE';
	margin-left: 5px;
}
.fontface #nav > li.has_submenu > a:after{
	content:'\E80C';
}
#nav > li a {
	display: inline-block;
	padding: 1px 10px;
	transition: all 200ms ease-in-out 0s;
    color:      #000;
}
#nav > li > a:hover, #nav > li > a:focus, #nav > li:hover > a, #nav > li.sfHoverForce > a, #nav > li.sfHoverForce > a:hover, #nav > li.sfHoverForce > a:focus, #nav > li.sfHoverForce:hover > a {
	color: #fff;
	background-color: #212121;
}
#nav > li.sfHoverForce > a {
	background-color: transparent;
	color: inherit;
	font-weight: bold;
}
#nav > li ul {
	position: absolute;
	background: #212121;
	padding: 0;
	left: 0;
	min-width: 170px;
	opacity: 0;
	transition: opacity 200ms ease-in-out 0s, visibility 0ms ease-in-out 200ms;
	visibility: hidden;
}
#nav ul li {position: relative;}
#nav ul li.has_submenu > a:before {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\25B8';
	margin-left: 5px; margin-right: 5px;
	height: 17px; height: 1.7rem;
	line-height: 17px; line-height: 1.7rem;
	font-size: 1.4em;
	float: right;
}
.fontface #nav ul li.has_submenu > a:before {
	content: '\E84F';
}
#nav > li > ul > li:last-child {border:none;}
#nav > li > ul ul {left: 170px; top: 0;}
#nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	transition: opacity 200ms ease-in-out 0s, visibility 0ms ease-in-out 0ms;
}
#nav > li ul li {color:#fff; font-size:12px; font-size: 1.2rem;}
#nav > li ul li a {display:block; padding: 5px 10px; color: #fff;}
#nav > li ul li a:hover, #nav > li ul li a:focus {background: rgba(2552,255,255, 0.1); color: #fff;}
#header p {margin-bottom:0; line-height:normal;}
					
/*** [ Content ] ***/
#content {margin-bottom: 40px;}
#content:after {display:block; height:0; content:""; clear:both;}
#main {width:1155px; float:left; position: relative;}
#order #main,
#authentication #main,
#order-opc #main {max-width: 765px; margin: 0 auto; float: none; width: auto;}
#main:after {
	content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
}
#slider_home {
	width: 375px;
	height: 375px;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: center;
	overflow: hidden;
	text-align: center;
	background: #212121;
	position:  relative;
	float: left;
}
	
#slider_home .slides {position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0;}
#slider_home .slides li {width: 100%;}

#slider_home .slides img {display: block; border: none; }

#slider_home .flex-control-nav {position:absolute; right:0; bottom:0; font-size:1px; background:#212121; background:rgba(0,0,0,0.85); padding:9px; z-index:100; max-width: 257px;}
	#slider_home .flex-control-nav li {display:inline;}
	#slider_home .flex-control-nav a {display:inline-block; width:6px; height:6px; overflow:hidden; text-indent:-999em; background:#666; margin:0 0 0 10px; vertical-align:bottom; cursor: pointer;}
		#slider_home .flex-control-nav a.flex-active, #slider_home .flex-control-nav a:hover, #slider_home .flex-control-nav a:focus {background:#fff;}
		#slider_home .flex-control-nav li:first-child a {margin:0;}
#slider_home .flex-direction-nav {opacity: 0; transition: opacity 200ms ease-in-out 200ms;}
#slider_home:hover .flex-direction-nav {opacity: 1; transition: opacity 200ms ease-in-out 0s;}
#slider_home .flex-direction-nav a {
	bottom:0;
	left: 0;
	position:absolute;
	width:50px;
	height:50px;
	/*background:url("../img/styles/bt_prev_next4.png") 0 50% no-repeat;*/
	background-color:#fff;
	background-color:rgba(255,255,255,0.85);
	text-indent:-999em;
	overflow:hidden;
	transition: all 200ms ease-in-out 0s;
	color: #212121;
}
#slider_home .flex-direction-nav a:after {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\25B8';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 50px;
	text-align: center;
	text-indent: 0;
	font-size: 24px;
}
.fontface #slider_home .flex-direction-nav a:after {content:'\E82B';}
#slider_home .flex-direction-nav a.flex-prev:after {content: '\25C2';}
.fontface #slider_home .flex-direction-nav a.flex-prev:after {content: '\E82C';}
#slider_home .flex-direction-nav a.flex-next {background-position:right 50%; left: 50px;}
#slider_home .flex-direction-nav a.flex-next:hover {background-position:right bottom; background-color: #212121; background-color: rgba(0,0,0,0.85); color: #fff;}
#slider_home .flex-direction-nav a.flex-prev:hover {background-position:left bottom; background-color: #212121; background-color: rgba(0,0,0,0.85); color: #fff;}
	
#featured-products_block_center h1 {
	position: absolute !important;
	height: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
/*#product_list_container {width: 100%;}
#product_list_container:after {
	content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
}*/
#index .product_list {margin-bottom: 0;}
.product_list {
	width: auto;
	margin-right: -15px;
}
.product_list li {
	width: 375px;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 15px 15px 0;
}
.product_list li > a {
	display: block;
	width: 100%;
}
.product_list li > a:after {
	content: ""; display: block; overflow: hidden; visibility: hidden;
	/*content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;*/
}
.product_list li .content {
	padding: 10px 15px;
	position: relative;
	z-index: 2;
	background: #556270;
	color: #fff;
	width: 150px;
	height: 160px;
	float: right;
	transition: background 200ms ease-in-out;
}
.product_list li .content:after {
	content: "";
	width: 0; height: 0;
	border: 10px solid #556270;
	left: -20px;
	top: 80px;
	position: absolute;
	border-color: transparent #556270 transparent transparent;
	transition: border-color 200ms ease-in-out;
}

@keyframes fadeIn {	0%, 66%	{ opacity:0; } 100% { opacity:1; }}
@-webkit-keyframes fadeIn {	0%, 66% { opacity:0; }100% { opacity:1; }}
@keyframes fadeIn2 { 0%, 70% { opacity:0; } 100% { opacity:1; }}
@-webkit-keyframes fadeIn2 { 0%, 70% { opacity:0; }100% { opacity:1; }}
@keyframes fadeIn3 { 0%, 73% { opacity:0; } 100% { opacity:1; }}
@-webkit-keyframes fadeIn3 { 0%, 73% { opacity:0; }100% { opacity:1; }}
@keyframes fadeIn4 { 0%, 61% { opacity:0; } 100% { opacity:1; }}
@-webkit-keyframes fadeIn4 { 0%, 61% { opacity:0; }100% { opacity:1; }}

.product_list li .content,
.product_list li .image,
.product_list li .button {
	animation: fadeIn 1.5s ease-in 0s 1;
	-webkit-animation: fadeIn 1s ease-in 0s 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.product_list li:nth-child(2n+1) .content,
.product_list li:nth-child(2n+1) .button {
	animation-name: fadeIn2;
	animation-duration: 1.7s;
	-webkit-animation-name: fadeIn2;
	-webkit-animation-duration: 1.7s;
}
.product_list li:nth-child(2n+2) .content,
.product_list li:nth-child(2n+2) .button {
	animation-name: fadeIn3;
	animation-duration: 1.9s;
	-webkit-animation-name: fadeIn3;
	-webkit-animation-duration: 1.9s;
}
.product_list li:nth-child(2n+1) .image,
.product_list li:nth-child(3n+2) .content,
.product_list li:nth-child(3n+2) .button {
	animation-name: fadeIn4;
	animation-duration: 1.3s;
	-webkit-animation-name: fadeIn4;
	-webkit-animation-duration: 1.3s;
}

.product_list li:nth-child(3n+1) .content,
.product_list li:nth-child(5) .content {background: #C02942;}
.product_list li:nth-child(3n+1) .content:after,
.product_list li:nth-child(5) .content:after {
	border-color: transparent #C02942 transparent transparent;
}
.product_list li:nth-child(4) .content {background: #556270;}
.product_list li:nth-child(4) .content:after {
	border-color: transparent #556270 transparent transparent;
}
.product_list li > a:hover .content,
.product_list li > a:focus .content {background: #212121;}
.product_list li > a:hover .content:after,
.product_list li > a:focus .content:after {
	border-color: transparent #212121 transparent transparent;
}

.product_list li > a.button {
	position: absolute;
	right: 13px;
	bottom: 11px;
	text-align: right;
	
	padding: 0;
	box-shadow: none;
	border: none;
	z-index: 3;
	background: none;
	font-size: 10px; font-size: 1rem;
}
.product_list li > a.button:after {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;

	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	clear: none;
	visibility: visible;
	text-align: center;
	text-indent: 0;
	font-size: 1.2em;
	text-shadow: none;
}
.fontface .product_list li > a.button {
	line-height: 20px;
	text-indent: -999em;
	text-align: left;
	font-size: inherit;
	width: 20px;
	height: 20px;
}
.fontface .product_list li > a.button:after {
	content: '\E808';
}
.product_list li .content .title {
	font-size:14px; font-size: 1.4rem;
	text-transform:uppercase;
	display:block;
	line-height: 1.2em;
	margin-bottom: 0.6em;
}
.product_list li .content .title span {
	/*display:inline;
	font-weight:normal;
	background:#fff;
	background:rgba(255,255,255,0.75);
	background:#fff;
	background:rgba(255,255,255,0.75);
	padding: 0 2px;*/
}
.product_list li .content .title span.brand {font-weight: bold;}
.product_list li .content .product_desc {line-height: 1.4em;}
.product_list li .content .product_desc p {margin-bottom: 0.6em;}
.product_list li .content .price {
	font-size: 14px; font-size: 1.4rem;
	text-transform: uppercase;
	position: absolute;
	left: 15px;
	bottom: 10px;
}
.product_list li .content .price .old_price_display {font-weight: normal; font-size: 0.9em; padding: 0;}
.product_list li .image {
    padding: 0;
    width: 180px;
    height: 178px;
    text-align: center;
    overflow: hidden;
    float: left;
    z-index: 3;
    position: relative;
    border: 1px solid #d8d8d8;
}
.product_list li .image img {border:none; vertical-align: bottom;}

.product_list li .compare {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 3;
	display: none;
	margin-bottom: 0;
}
.product_list li:hover .compare {display: block;}
.product_list li .compare input {margin:0;}
.product_list li .compare label {display: none;}

/* alternate display*/
.product_list.alternate li .content {
}
.product_list.alternate li {
}
.product_list.alternate:hover li {
}
.product_list.alternate li:hover {
}

/* alternate2 display*/
.product_list.alternate2 li .content {
}
.product_list.alternate2 li .content .title {
}
.product_list.alternate2 li .content .title span,
.product_list.alternate2 li .content .price {
}
.product_list.alternate2 li .image {
}

.product_list2 {
	width: 100%;
	overflow: hidden;
}
.product_list2 li {
	width: 85px;
	text-align: center;
	margin: 0 12px 20px 0;
	float: left;
}

/* carousel with jcarousel */
.jcarousel-clip {overflow:hidden;}
.jcarousel-prev, .jcarousel-next {
	/*background:url("../img/styles/bt_prev_next.png") 0 -50px no-repeat;*/
	width:50px;
	height:50px;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top: -25px;
	left:-50px;
	z-index: 1000;
	transition: opacity 200ms ease-in-out 0s;
	opacity: 0.75;
}
.jcarousel-next {left:auto; right:-50px; /*background-position:right -50px;*/}
.jcarousel-prev:after, .jcarousel-next:after {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\25B8';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 18px;
	text-align: center;
	text-indent: 0;
	font-size: 24px;
	overflow: hidden;
}
.jcarousel-prev:after {content: '\25C2';}
.fontface .jcarousel-next:after {content: '\E82B'; font-size: 16px;}
.fontface .jcarousel-prev:after {content: '\E82C'; font-size: 16px;}
.jcarousel-prev:hover, .jcarousel-prev:focus {/*background-position:0 -100px;*/ opacity: 1;}
.jcarousel-next:hover, .jcarousel-next:focus {/*background-position:right -100px;*/ opacity: 1;}
.jcarousel-prev.jcarousel-prev-disabled {/*background-position:0 0;*/ cursor:default; opacity: 0.25;}
.jcarousel-next.jcarousel-next-disabled {/*background-position:right 0;*/ cursor:default; opacity: 0.25;}

#primary_block .jcarousel-prev, #primary_block .jcarousel-next,
#HOOK_SHOPPING_CART .jcarousel-prev, #HOOK_SHOPPING_CART .jcarousel-next {
	/*background:url("../img/styles/bt_prev_next.png") -10px center no-repeat;*/
	width:16px;
	height:16px;
	position:absolute;
	top:-42px;
	margin-top: 0;
	left:auto;
	right: 24px;
	z-index: 50;
	padding: 2px;
}
#primary_block .jcarousel-next,
#HOOK_SHOPPING_CART .jcarousel-next {
	left:auto;
	right:0;
	background-position:-70px center;
}
/*#primary_block .jcarousel-prev:hover, #primary_block .jcarousel-prev:focus,
#HOOK_SHOPPING_CART .jcarousel-prev:hover, #HOOK_SHOPPING_CART .jcarousel-prev:focus {background-position: -10px -115px;}
#primary_block .jcarousel-next:hover, #primary_block .jcarousel-next:focus,
#HOOK_SHOPPING_CART .jcarousel-next:hover, #HOOK_SHOPPING_CART .jcarousel-next:focus {background-position: -70px -115px;}
#primary_block .jcarousel-prev.jcarousel-prev-disabled,
#HOOK_SHOPPING_CART .jcarousel-prev.jcarousel-prev-disabled {background-position:-10px -15px; cursor:default;}
#primary_block .jcarousel-next.jcarousel-next-disabled,
#HOOK_SHOPPING_CART .jcarousel-next.jcarousel-next-disabled {background-position:-70px -15px; cursor:default;}*/


#right_column .block .jcarousel-container {margin-bottom:15px;}
#index .jcarousel-container {margin-bottom:20px;}
		
div.jcarousel-prev-vertical, div.jcarousel-next-vertical {
	/*background:url("../img/styles/bt_prev_next3.png") -67px -10px no-repeat;*/
	width:18px;
	height:18px;
	position:absolute;
	top:auto;
	left:0;
	bottom:-18px;
}
div.jcarousel-prev-vertical:after, div.jcarousel-next-vertical:after {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\25BE';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 18px;
	text-align: center;
	text-indent: 0;
}
.fontface div.jcarousel-prev-vertical:after, .fontface div.jcarousel-next-vertical:after {content: '\E810';}
div.jcarousel-prev-vertical:after {content: '\25B4';}
.fontface div.jcarousel-prev-vertical:after {content: '\E82D';}
div.jcarousel-next-vertical {bottom:-35px; background-position:-67px -72px;}
div.jcarousel-prev-vertical:hover, div.jcarousel-prev-vertical:focus {/*background-position:-17px -10px;*/ opacity: 1;}
div.jcarousel-next-vertical:hover, div.jcarousel-next-vertical:focus {/*background-position:-17px -72px;*/ opacity: 1;}
.jcarousel-prev-vertical.jcarousel-prev-vertical-disabled {/*background-position:-117px -10px;*/ opacity: 0.5;}
.jcarousel-next-vertical.jcarousel-next-vertical-disabled {/*background-position:-117px -72px;*/ opacity: 0.5;}

.breadcrumb {
	position: absolute;
	top: 153px;
	font-size: 12px; font-size: 1.2rem;
	text-transform: lowercase;
	position: absolute;
	margin-right: 0;
}
#main .breadcrumb {display: none;}
.breadcrumb .navigation-pipe {padding:0 4px 0 6px}
	
.sortPagiBar #bt_compare {background:#212121; border:none; color:#fff;padding:3px 7px;}

#category #main h1,
	#manufacturer #main h1,
	#prices-drop #main h1,
	#new-products #main h1 {margin: 0 0 18px;}
#category #main h1.has_category_image {
	position: absolute;
	left: 0;
	top: 15px;
	background: #fff; background: rgba(255,255,255,0.75);
	color: #212121;
	padding: 10px 15px;
	z-index: 10;
	max-width: 345px;
}

form.std fieldset {
	margin: 0 0 20px;
	background: #ddd;
}
#guest-tracking form.std label {
	display: inline-block;
	width: 160px;
}

/* step 2 - authentification ******************************************************************* */
#create-account_form, #authentication #login_form {
	clear: none;
	float: left;
	height: 20em;
	width: 49%;
}
#authentication #login_form {
	float: right;
}

#authentication #create-account_form fieldset .form_content,
#authentication #login_form fieldset .form_content {
	min-height: 100px;
	padding-bottom: 45px;
	position: relative;
}
#create-account_form input[type=text], #authentication #login_form input[type=text],
#create-account_form input[type=password], #authentication #login_form input[type=password],
#create-account_form input[type=email], #authentication #login_form input[type=email] {width: 225px;}

.form_content, .description_box {
	padding:15px;
	border-top: none;
}
#authentication #create-account_form fieldset .form_content p.submit,
#authentication #login_form fieldset .form_content p.submit {
	width: auto;
}

form.std fieldset h3 {
	padding:10px 15px;
	font-weight:bold;
	font-size:14px; font-size: 1.4rem;
	text-transform:uppercase;
}
#create-account_form h4 {
	padding-bottom:22px;
	font-size:11px; font-size: 1.1rem;
}

#create-account_form label,
#login_form label {
	display:inline-block;
	width:100px;
	font-size: 12px; font-size: 1.2rem;
}

#order-opc #login_form_content label {
	margin:0 0 10px 0
}
#order-opc #login_form_content input[type=text],
#order-opc #login_form_content input[type=password] {width: 200px;}

input[type=text], input[type=password], input[type=email] {
	padding:0 5px;
	height:23px; height: 2.3rem; line-height: 23px; line-height: 2.3rem;
	width:375px;
	border:1px solid rgba(0,0,0,0.25);
	color:#666;
	transition: all 200ms ease-in 0s;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
	border-color: rgba(0,0,0,0.75);
	color: #212121;
}
textarea {
	padding:5px;
	width:375px;
	border:1px solid #ccc;
	color:#666;
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin {
	float:right;
}
#create-account_form p.submit,
#login_form p.submit {
	width: 100%;
	margin-bottom: 0;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
#create-account_form p.submit:after,
#login_form p.submit:after {
	content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
}

.lost_password {
	position: absolute;
}
.lost_password a {opacity: 0.75; font-size: 11px; font-size: 1.1rem;}

/* text **************************************************************************************** */
.warning {
	margin:0 0 10px 0;
	padding:10px;
	background:#ffffe0
}
.success {
	margin:0 0 10px 0;
	padding:10px;
	background: #d3ffab;
    font-weight:    bold;
}
.error {
	margin:0 0 10px 0;
	padding:10px;
	background:#ffcccc
}
.error ol {margin-left:20px}
.error p.lnk {
	margin-top:20px;
	padding:0;
}

/* create account ****************************************************************************** */

form .form_content > p {
	margin-bottom: 1em;
}

#center_column #account-creation_form p {margin:0; padding:0 0 10px 0}
#account-creation_form p.required {color:#222}
p.required label sup {color:#C02942}
#account-creation_form p.radio span,
#account-creation_form p.text label,
#account-creation_form p.password label,
#account-creation_form p.select label,
#account-creation_form p.select span,
#account-creation_form p.textarea label,
#add_adress p.text label,
#add_adress p.password label,
#add_adress p.select label,
#add_adress p.select span,
#add_adress p.textarea label,
#identity .std p.text label,
#identity .std p.password label,
#identity .std p.select label,
#identity .std p.radio label,
#contact p.text label,
#contact p.select label,
#contact p.select span,
#contact p.textarea label {
	display:inline-block;
	width:178px;
	padding: 4px 0 0px;
	vertical-align: top;
	font-size: 12px; font-size: 1.2rem;
}
#identity .std p.radio label.top {
	width: auto;
	margin-right: 10px;
}
#identity .std p.radio input,
#identity .std p.checkbox input {
	margin-left: 0;
	vertical-align: middle;
	margin-top: 0;
}
#account-creation_form p.radio label {
	float:none;
	padding-right:10px;
	width:auto;
}
#account-creation_form p.checkbox label {
	float:none;
	width:auto;
}
#account-creation_form p.text input,
#account-creation_form p.password input,
#account-creation_form p.select input {
	/*width:360px;/* 370 */
}
#account-creation_form p.checkbox input,
#add_adress .submit2,
#add_adress .inline-infos,
#identity p.checkbox,
#identity p.submit,
#contact p.submit input,
#contact p.desc_contact,
#account-creation_form span.form_info  {
	margin-left:182px;
}
#identity p.checkbox  {
	font-size: 11px; font-size: 1.1rem;
}
#add_adress .inline-infos {
	font-size: 10px; font-size: 1rem;
}
#account-creation_form p.select select {
	margin-right:10px;
	border:1px solid #ccc;
	color:#666
}
#account-creation_form p.textarea textarea {
	height:80px;
	width:370px;
	border:1px solid #ccc;
	color:#666
}

#account-creation_form span.form_info {
	display:block;
	margin:5px 0 0 0;
	color:#666
}
#account-creation_form p.inline-infos {
	margin:0 0 0 100px !important;
	color:#666;
}

#center_column #account-creation_form p.cart_navigation {margin:20px 0}

#account-creation_form #submitAccount {
	float: right;
}

span.reduction {
	display:inline-block;
	float:right;
	padding:0;
	font-weight:bold;
	font-size:11px; font-size: 1.1rem;
	color:#fff;
	padding: 1px 5px;
	background: #C02942;
	border-radius: 3px;
	margin-left: 10px;
	margin-top: 0.2em;
	line-height: normal;
}
.on_sale {
	color: #6794AA;
}

.pagination_container {
	width: 100%;
	margin: 1.5em 0;
	clear: both;
}
.pagination_container:after {
	content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
}
h1 + .content_sortPagiBar > .pagination_container {
	margin-top: 0;
}
ul.pagination {
	float: left;
}
ul.pagination li {
	display: inline;
	padding: 0 0 0 3px;
	border-left: #ccc solid 1px;
	border-left-color: rgba(0,0,0,0.25);
}
ul.pagination li:first-child {
	border-left: none;
}
ul.pagination li a ,
ul.pagination li span {
	display: inline-block;
	padding: 1px 4px;
}
ul.pagination li a {
	font-weight: bold;
}
form.pagination {
	float: right;
	margin-left: 20px;
	display: none;
}
.sortPagiBar form.pagination  {display: block;}

.sortPagiBar {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	clear: both;
}
.sortPagiBar p {
	margin: 0;
}
#product_list + .sortPagiBar {
	border-bottom: none;
}
.sortPagiBar:after {
	content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
}
.sortPagiBar form#productsSortForm {
	float: right;
	margin-left: 20px;
}
.sortPagiBar form#productsSortForm select {
	width: 100px;
}
.content_sortPagiBar p {
	margin: 0;
}

.sortPagiBarTop  {
	float: right;
	margin-bottom: 30px;
	padding: 0;
	border: none;
	width: auto;
}


/*** [ Sidebar ] ***/
#left_column {width:180px; float:left; margin-right:15px;}
#right_column {width:375px; float:right; margin-top:0;}
#order #right_column,
#authentication #right_column,
#order-opc #right_column {display: none;}
#right_column h4 {
	padding:0;
	text-transform:uppercase;
	margin:0 0 15px;
	text-shadow:none;
	font-size: 12px; font-size: 1.2rem;
	font-weight: bold;
}
	
#right_column .block {
	margin-bottom: 15px;
	background-color: #ddd;
	float: left;
	clear: left;
	width: 160px;
	padding: 7px 10px;
    overflow:hidden;

}
#category.has_layered #right_column .block {
	float: right;
	clear: right;
}
#category.has_layered #right_column #layered_block_left {
	background: #f0f0f0;
	float: left;
	clear: none;
}
#right_column .block:nth-of-type(2n) {float: right; clear: right;}
#right_column .block_content {}
	
.block .products li {margin-bottom:10px; padding-bottom:10px; border-bottom:1px dotted #aaa; border-bottom-color: rgba(0,0,0,0.25); float: none !important;}
.block .products li.last_item,
.block .products li:last-child {margin:0; padding:0; border:none;}
	.block .products li .content_img {float:left; width:48%; overflow:hidden;}
	.block .products li img {border: none;}
	.block .products li .text_desc {float:right; width:48%;}
	
	.block .products li .text_desc h5 {
		color: #212121;
		font-size: 12px; font-size: 1.2rem;
		padding: 0 0 5px;
	}
	
	.block .products li p {opacity: 0.75; margin:0; font-size: 11px; font-size: 1.1rem;}
	.block .more {text-align:right; margin-top:10px; margin-bottom:0; font-size: 11px; font-size: 1.1rem;}
	#new-products_block_right .more {padding-left: 25px;}
	
	.block .products.jq_carousel1 li {padding:10px 0; margin:0;}
	.jcarousel-clip-vertical {height:221px;}

ul#order_step + h3 {
	margin: 0 0 20px;
}

a.back, a.back_to_orders {
	font-size: 12px; font-size: 1.2rem;
}

/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	border:1px solid #212121;
	background:white;
	color: #212121;
}
table.std th,
table.table_block th {
	padding:6px 12px;
	font-size:12px; font-size: 1.2rem;
	color:#fff;
	text-transform:uppercase;
	text-shadow:none;
	background:#212121;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f3f3f3}
table.std  td,
table.table_block  td {
	padding:12px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	font-size:12px; font-size: 1.2rem;
	vertical-align:top
}
table td.history_detail {
	white-space: nowrap;
}

/* CART steps *********************************************************************** */
ul.step {
	list-style-type:none;
	margin-bottom:30px;
	width: 100%;
}
ul.step:after {
	content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
}
ul.step li {
	float:left;
	min-height:50px;
	width:20%;
	text-align:center;
	text-transform:uppercase;
	position: relative;
	border-bottom: #999 solid 2px;
	/*background:url(../img/step_standard.gif) no-repeat center bottom transparent*/
}
ul.step li:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 10px;
	height: 10px;
	background: #999;
	border-radius: 50%;
	margin-left: -5px;
}
ul.step li.step_current, ul.step li.step_current_end, ul.step li.step_done {
	font-weight:bold;
}
ul.step li.step_current:after,
ul.step li.step_current_end:after,
ul.step li.step_done:after {background-color: #C02942;}
ul.step li.step_current:before,
ul.step li.step_current_end:before,
ul.step li.step_done:before {
	height: 2px;
	background: #C02942;
	content: "";
	position: absolute;
	left: 0;
	right: 50%;
	bottom: -2px;
}
ul.step li.step_done:before {
	right: 0;
}

ul.step li span,
ul.step li a {
	display:inline-block;
	padding:6px 10px;
	color:#999;
	text-shadow:0 1px 0 #fff;
	background:#eee;
	white-space: nowrap;
}
ul.step li a {
	font-weight: normal;
}
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
	color:#fff;
	background: #C02942;
	text-shadow:none;	
}
.cart_navigation {
	margin: 20px 0;
}
.cart_navigation .exclusive, .cart_navigation .exclusive_large {
	float: right;
}
.cart_navigation .button, .cart_navigation .button_large {
	background: #212121;
}
.cart_navigation .button:hover, .cart_navigation .button_large:hover,
.cart_navigation .button:focus, .cart_navigation .button_large:focus{
	background: #000;
}

/* step 1 - cart ******************************************************************************* */
.cart_last_product {display:none}

/*p.cart_navigation .multishipping-button { margin-right: 10px }*/

#order-detail-content {margin-bottom:20px}

/*table#cart_summary th {
	padding:6px 10px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	text-shadow:none;
	background:#212121;
}*/
table#cart_summary  th.cart_product {text-align:center}
/*table#cart_summary  td {
	padding:12px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	font-weight:bold;
	font-size:12px; font-size: 1.2rem;
	vertical-align:top
}*/
table#cart_summary  td.cart_delete,
table#cart_summary  td.price_discount_del {border-right:none;text-align: center}
table#cart_summary  .last_item  td {border-bottom:1px solid #999}


table#cart_summary tr.cart_item.odd,
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price,
table#cart_summary tr.cart_total_voucher{
	background-color: #fff
}
table#cart_summary tr.cart_item.even {
	background-color: #f3f3f3
}

table#cart_summary tr.customization.odd {
	background-color: #fff
}
table#cart_summary tr.customization.even {
	background-color: #f3f3f3
}

table#cart_summary tr ul {
	list-style: none;
}
table#cart_summary .cart_product {
	width:80px;
	text-align:center
}table#cart_summary tbody tr:last-child td {
	border-bottom: 1px solid #999;
}
table#cart_summary  .cart_product  img {border:1px solid #ccc}
table#cart_summary .cart_description {
	width:230px;
}
table#cart_summary .cart_unit {width:130px;text-align: center}
table#cart_summary td.cart_unit {text-align: right}
table#cart_summary  .cart_quantity {width:130px}
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
.cart_quantity .cart_quantity_input {
	width: 20px;
	display: inline-block;
	padding: 2px 5px;
	height: auto;
	vertical-align: top;
	line-height: normal;
	margin: 0;
}
.cart_quantity .cart_quantity_button {
	float:left;
	position: relative;
	top: -5px
}
a.cart_quantity_down, a.cart_quantity_up {
	font-size: 1.2em;
	display: inline-block;
	vertical-align: top;
	padding: 2px 4px;
	background: #999;
	color: #fff;
	font-weight: bold;
	height: 15px; line-height: 15px;
	width: 10px;
	text-align: center;
	transition: all 200ms ease-in-out 0s;
}
table#cart_summary .cart_total {width:120px;text-align: center}
table#cart_summary td.cart_total {text-align: right}
table#cart_summary .cart_delete {
	width:64px;
	text-align:center
}
table#cart_summary .cart_discount_price {text-align: right}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	display:inline-block;
	padding:5px;
	font-size:1px;
	/*background: url("../img/styles/picto_trash.png") center center no-repeat;*/
	width: 10px;
	height: 13px;
	text-indent: -999em;
	overflow: hidden;
	position: relative;
}
a.price_discount_delete:after, .cart_delete a.cart_quantity_delete:after {
	font-family: "pictos";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\E814';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 23px;
	text-align: center;
	text-indent: 0;
	font-size: 16px;
}

.cart_total_price .total_price_container {
	border-right:none;
}

table#cart_summary .cart_total_price td.cart_voucher {
	border-bottom:none;
	vertical-align:middle
}

table#cart_summary #total_price_container {
	border-bottom:none;
}

.cart_voucher h4,
.cart_voucher p {float:left;}
.cart_voucher h4 {
	margin-right:12px;
	padding:5px 0;
	font-size:13px; font-size: 1.3rem;
}
.cart_voucher p {padding-bottom:0;}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 16px;
	color:#666;
	font-weight:normal;
	border-top:1px dotted #ccc
}
.cart_voucher #display_cart_vouchers .title_offers {margin-top:10px}
.cart_voucher #display_cart_vouchers span {font-weight:bold}
.cart_voucher input.discount_name {
	padding:0 5px;
	height:22px;
	width:170px;/* 180 */
	border:1px solid #ccc;
	font-weight:normal;
	background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff
}
.cart_voucher .submit input.button {
	margin-left:2px;
	padding:2px;
	height:24px;
	border:1px solid #000;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 -1px 0 #212121;
	background:url(../img/bg_cart_voucher_submit.png) repeat-x 0 0 #000
}

#cart_summary .price {
	border-right:none;
	text-align: right;
	white-space: nowrap;
}
.total_price_container p {text-align: left}

table#cart_summary .cart_total_price .total_price_container {
	padding:0;
	border-bottom:1px solid #999;
}
.cart_total_price .total_price_container p {
	display:block;
	padding:8px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	background:#212121
}
.cart_total_price .total_price_container span {
	display:block;
	padding:15px;
	font-weight:bold;
	font-size:18px; font-size: 1.8rem;
	text-align:center
}

#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #999;
	background:#fff
}
#order_carrier h4 {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}

.multishipping_close_container {
	text-align: center;
}

table#cart_summary .gift-icon {
	color: white;
	background: #0088CC;
	line-height: 20px;
	padding: 2px 5px;
	border-radius: 5px;
}

/* step 2 - authentification ******************************************************************* 
#create-account_form, #authentication #login_form {
	clear: none;
	float: left;
	height: 20em;
	width: 49%;
}
#create-account_form {margin-right: 11px;}

#authentication #create-account_form fieldset,
#authentication #login_form fieldset {
	height: 200px
}

#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	padding:15px 10px
}

#create-account_form h3,
#authentication #login_form h3 {
	padding:8px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:#989898
}
#create-account_form h4 {
	padding-bottom:22px;
	font-size:11px;
}

#create-account_form label,
#login_form label {
	display:inline-block;
	width:110px;
	color:#666
}

#order-opc #login_form_content label {
	display:block;
	margin:0 0 10px 0
}

#create-account_form #email_create,
#login_form #email,
#login_form #passwd,
#login_form #login_email,
#login_form #login_passwd {
	padding:0 5px;
	height:20px;
	width:220px;
	border:1px solid #ccc;
	color:#666;
	background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin {
	float:right
}

.lost_password {
	float:left;
	width:200px
}
.lost_password a {color:#666} */

#order-opc .lost_password {
	display:block;
	float:none;
	margin:5px 0 10px;
	width:auto;
	font-size:11px; font-size: 1.1rem;
	position: relative;
}

#ordermsg p {padding-bottom:0}
#ordermsg p.txt {
	float:left;
	margin-right:25px;
	width:220px
}
/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height:90px;
	width:475px;
	border:1px solid #ccc
}

/* step 3 - address ************************************************************************** */

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #D0D3D8;
	background: url("../img/form_bg.jpg") repeat-x scroll left top #D0D1D5;
	margin-bottom: 10px;
	padding: 5px;
}
#multishipping_mode_checkbox {
	vertical-align: middle;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #ddd;
	border-color: rgba(0,0,0,0.15);
}
#multishipping_mode_box .title {
	padding: 5px;
	font-weight: bold;
}
#multishipping_mode_box .description, #multishipping_mode_box .description_off {
	padding: 5px;
}
#multishipping_mode_box .description_off {
	display: none;
	padding: 5px;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a, #multishipping_mode_box .description a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 160px;
	border: 1px solid #ccc;
	background: #ddd;
}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	background: #f3f3f3;
	border: 1px solid #ccc;
}
#multishipping_mode_box.on .description_off {
	display: block;
}


/* step 4 - paiement ************************************************************************** */

.delivery_options {
	border: 1px solid #BDC2C9;
	border-top: 0;
}

#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
/*background: url("../img/table_header.gif") no-repeat;
color: #374853;
font-weight: bold;
height: 14px;
padding: 5px 10px;
margin: 10px 0 0 0;*/
	padding: 6px 11px;
	font-size: 12px; font-size: 1.2rem;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	background: none repeat scroll 0 0 #989898;
}
#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 .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
	height: 46px;
	width: auto;
}
#order .delivery_option.item, #order-opc .delivery_option.item {
	background: #fff;
}
#order .delivery_option.alternate_item, #order-opc .delivery_option.alternate_item {
	border-top: 1px solid #bdc2c9;
	background: #f1f2f4;
	border-bottom: 1px solid #bdc2c9;
}
#order .delivery_option label > table.resume td, #order-opc .delivery_option label > table.resume td {
	padding: 0 8px;
	vertical-align: middle;
}
#order .delivery_option label > table.resume td + td, #order-opc .delivery_option label > table.resume td + td {
	width: 300px;
}
#order .delivery_option label > table.resume td + td + td, #order-opc .delivery_option label > table.resume td + td + td {
	width: 100px;
	text-align: right;
}
#order .delivery_option_carrier td {width:200px}
#order .delivery_option_carrier td + td {width:280px;}
#order .delivery_option_carrier td + td + td {width:200px}
#order .delivery_options_address .delivery_option_logo, #order .delivery_option_carrier .delivery_option_logo, #order-opc .delivery_options_address .delivery_option_logo {
	padding-left:10px;
	width: 160px;
}
#order .delivery_options_address .delivery_option_logo img, #order-opc .delivery_options_address .delivery_option_logo img { /*height: 40px;*/ }
#order .delivery_option_carrier .first_item, #order-opc .delivery_option_carrier .first_item {
	padding: 3px 5px 3px 12px;
	background:url(../img/arrow_right_2.png) no-repeat 3px 7px
}

.order_carrier_content {
	padding:15px;
	font-size:12px; font-size: 1.2rem;
	background:#ddd;
}
.order_carrier_content h3 {
	padding:15px 0 10px 0;
	font-size:13px; font-size: 1.3rem;
}
.order_carrier_content h3.carrier_title {padding-top:0}
.order_carrier_content input {
	position:relative;
	top:1px
}

#carrierTable {
	border:1px solid #999;
	border-bottom:none;
	background:#fff
}

#carrierTable tbody{
	border-bottom:1px solid #999;
}
#carrierTable  th {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #e9e9e9
}
#carrierTable  td.carrier_price {border:none}

#gift_div {
	display:none;
	padding-bottom:10px
}
#gift_div label {
	display:block;
	margin-bottom:5px
}
#gift_div #gift_message {
	height:50px;
	width:720px;
	border:1px solid #999
}

a.iframe {font-weight:bold}

.hook_extracarrier {
	margin-top: 5px;
	padding: 5px;
}

/* step 5 - paiement ************************************************************************** */
.paiement_block {
	padding:15px;
	border:1px solid #ccc;
	font-size:12px; font-size: 1.2rem;
	color:#000;
	background:#f8f8f8
}

.payment_module {
	position:relative;
	padding-top:20px;
	border-top:1px dotted #ccc;
	text-transform:uppercase;
}
.payment_module a {display:block;}
.payment_module img {
	float:left;
	margin-right:10px
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/

.payment_module:before,
.payment_module:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.payment_module:after {clear: both}
.payment_module {zoom: 1}


/* ************************************************************************************************
		PAGE ORDER-OPC
************************************************************************************************ */
#order-opc #left_column {display:none}
#order-opc #center_column{width:757px}


#order-opc h2 {}
#order-opc h2 span {
	display:inline-block;
	padding:5px 7px;
	color:#fff;
	background:#212121;
}

#order-opc #login_form fieldset {
	background: none repeat scroll 0 0 #FFFFE0;
	border: 1px solid #E6DB55;
	font-size: 13px; font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 10px;
	min-height: 1px;
}
#order-opc #login_form fieldset:after {
	content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
}
#order-opc #login_form fieldset h3 {
	background: none;
	color: #212121;
	padding: 0;
}
#order-opc #login_form .form_div {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
#order-opc #login_form fieldset p {padding:0}
#order-opc #login_form fieldset p.submit {position: relative; clear: both;}
#order-opc #login_form fieldset p a {padding:0}

#order-opc #new_account_form p.submit {
	margin-right: 120px;
	text-align:right
}
#order-opc #new_account_form p.opc-required {margin-left:20px}

#order-opc .addresses {margin-bottom:20px}

#order-opc #opc_delivery_methods h3 {margin-top:20px;}
#order-opc #opc_delivery_methods textarea {
	height:60px;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#order-opc #opc_payment_methods {margin-bottom:20px}
#order-opc #opc_payment_methods #opc_payment_methods-content p{margin:0}

.delivery_option_carrier td {width:200px}
.delivery_option_carrier td + td {width:280px;}
.delivery_option_carrier td + td + td {width:200px}
.delivery_option_carrier {
	margin: 5px 0 0 45px;
	width: 670px;
	display: none;
}
 .delivery_option_carrier tr td {
	padding: 5px;
}
.delivery_option_carrier.selected {
	display: table;
}
.delivery_option_carrier.not-displayable {
	display: none;
}
.delivery_option_title {
	font-weight: bold;
}


/* ************************************************************************************************
	express checkout
************************************************************************************************ */
#new_account_form {clear:both;margin-bottom: 20px}
#center_column #new_account_form p {
	margin:0;
	padding:0 0 10px 0
}
#new_account_form p,
#opc_account_form p {margin:1.4em;}
#new_account_form p.required sup {color:#990000}
#new_account_form p.radio span,
#new_account_form p.text label,
#new_account_form p.password label,
#new_account_form p.select label,
#new_account_form p.select span,
#new_account_form p.textarea label {
	display: inline-block;
	padding: 2px 15px;
	width: 130px;
	font-size: 12px; font-size: 1.2rem;
	vertical-align: top;
}
#new_account_form p.radio label {
	float:none;
	padding-right:10px;
	width:auto;
	font-size:14px; font-size: 1.4rem;
}
#new_account_form p.checkbox label {
	float: none;
	width: auto;
	font-size: 12px; font-size: 1.2rem;
}

#new_account_form #submitGuestAccount {float: right}

/* ************************************************************************************************ */

/* ************************************************************************************************
		paiment - CONFIRMATION
************************************************************************************************ */
#orderconfirmation #left_column {display:none}
#orderconfirmation #center_column{width:757px}
	
#sitemap #main ul {
	margin-bottom: 1.5em;
}
.old_price_display {
	text-decoration: line-through;
	display: inline-block;
	padding: 0 5px;
}

/*** [ Footer ] ***/
#footer {
	padding:20px 0 0;
	font-size:11px;
	font-size: 1.1rem;
	border-top:#212121 solid 2px;
	position:static;
	overflow:hidden;
	clear:both;
	background: transparent;
}
#footer:after {content:""; display:block; height:0; clear:both; visibility:hidden;}
#footer_content {margin: 0 -15px 0 0; min-height: 1px;}
#footer_content:after {
	content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
}
			
#footer h4 {font-size:14px; font-size: 1.4rem; text-transform:uppercase; margin-top:-4px; background:none !important; margin-bottom:7px; padding-bottom: 0; line-height: normal;}
	
#footer li, #footer #block_contact_infos li, #footer #social_block li {
	margin-bottom: 0.4em;
	padding: 0 0 0 0;
	line-height: normal;
	background: none;
	text-transform: lowercase;
}
#footer .category_footer li {
	margin-bottom: 0;
}
#footer .category_footer li a {
	margin-bottom: 0.4em;
	display: block;
}

#footer li .icon {display: none;}
#footer li strong {font-weight: normal;}

#footer div#social_block {
	padding-right: 210px !important;
}
#footer #social_block ul:after {
	content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
}
#footer #social_block li {
	padding-left: 0 !important;
	float: left;
	margin: 0 9px 9px 0;
	overflow: hidden;
	color: #fff;
}

#footer #social_block li:nth-child(4n) {
	margin-right: 0;
}
#footer #social_block li a {
	display: block;
	overflow: hidden;
	position: relative;
	color: #fff;
	background: #556270;
	transition: background 200ms ease-in-out 0s;
	padding: 5px;
}
#footer #social_block li a:hover,
#footer #social_block li a:focus {background: #212121;}
#footer #social_block li a:after {
	font-family: "pictos";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: none;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\E82B';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 38px;
	text-align: center;
	text-indent: 0;
	font-size: 18px;
}
#footer #social_block li.facebook a:after {content: '\E820';}
#footer #social_block li.twitter a:after {content: '\E821';}
#footer #social_block li.rss a:after {content: '\E83B';}
#footer #social_block li.tumblr a:after {content: '\E825';}
#footer #social_block li.google a:after {content: '\E829';}
#footer #social_block li.pinterest a:after {content: '\E828';}
#footer #social_block li.instagram a:after {content: '\E823';}
#footer #social_block li.youtube a:after {content: '\E83E';}

.fontface #footer #social_block li {width: 38px;height: 38px;}
.fontface #footer #social_block li a {text-indent: -999em;padding: 0;height: 38px;padding: 0;}
.fontface #footer #social_block li a:after {display: inline-block;}
		
#footer .blockcategories_footer,
#footer #block_various_links_footer,
#footer #block_contact_infos,
#footer .block_myaccount,
#footer #social_block,
#footer .myaccount,
#footer #newsletter_block_left,
#footer .paiement_logo_block {width:180px; float:left; padding:0 15px 0 0 !important; margin-bottom: 20px;}
#footer #newsletter_block_left,
#footer .paiement_logo_block {
	width: 180px;
	float: right;
	margin-bottom: 20px;
	clear: right;
}
#footer .paiement_logo_block {
	margin-bottom: 30px;
}
#footer .paiement_logo_block img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

#logo_footer {float: right; clear: right; width: 200px;}
#logo_footer img {max-width: 100%;}
	/*#logo_footer img.logo {max-width:200px;}*/

#footer #block_contact_infos li pre {font-family:Verdana, Geneva, sans-serif; font-size:11px; font-size: 1.1rem; line-height:normal; white-space: normal;}

#footer #block_facebook_like {
	position: fixed;
	top: 180px;
	right: -204px;
	background: #fff;
	border:#4c6fa4 solid 2px;
	transition: all 600ms ease-in-out;
	z-index: 100;
}
#footer #block_facebook_like.jq_slide_toggle.opened {
	right: 0;
}
#footer #block_facebook_like.jq_slide_toggle h4 {
	position: absolute;
	left: -30px;
	top: -2px;
	height: 50px;
	width: 30px;
	background: #4c6fa4 /*url("../img/styles/picto_toggle_fb.png")*/ 0 0 no-repeat !important;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	color: #fff;
}
#footer #block_facebook_like.jq_slide_toggle h4:after {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content:'f';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 50px;
	text-align: center;
	text-indent: 0;
	font-size: 24px;
}
.fontface #footer #block_facebook_like.jq_slide_toggle h4:after {content: '\E820';}

/*** [ Misc ] ***/

/*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:5px 7px;
	border:none;
	font-weight:normal;
	color:#fff;
	background:#C02942;
	cursor: pointer;
	text-transform:lowercase;
	font-size: 14px; font-size: 1.4rem;
	text-transform: uppercase;
	transition: background 200ms ease-in-out 0s;
}

/* 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,
input.button_mini:focus, input.button_small:focus, input.button:focus, input.button_large:focus,
input.exclusive_mini:focus, input.exclusive_small:focus, input.exclusive:focus, input.exclusive_large:focus,
a.button_mini:focus, a.button_small:focus, a.button:focus, a.button_large:focus,
a.exclusive_mini:focus, a.exclusive_small:focus, a.exclusive:focus, a.exclusive_large:focus {
	background-color:#212121;
	color: #fff;
}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}

.align_center {text-align: center;}
a.back, a.back_to_orders {
	display: inline-block;
	padding-left: 15px;
	/*background: url("../img/styles/picto_back.png") 5px center no-repeat;*/
	position: relative;
}
a.back:before, a.back_to_orders:before {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\25C2';
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -5px;
	height: 10px;
	line-height: 10px;
	width: 10px;
	transition: left 100ms ease-in-out 0s;
}
.fontface a.back:before, .fontface a.back_to_orders:before {content: '\E82F';}
a.back:hover:before,
a.back:focus:before,
a.back_to_orders:hover:before,
a.back_to_orders:focus:before {
	left: 0;
}

#toTop {
	position: absolute;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 38px;
	height: 38px;
	/*background: url("../img/styles/bt_prev_next3.png") no-repeat scroll 0 0 #FFFFFF;*/
	background-color: transparent;
	cursor: pointer;
	display: none;
	font-size: 1px;
	text-indent: -999em;
	overflow: hidden;
	visibility: hidden;
	transition: all 200ms ease-in-out 0s;
	z-index: 100;
}
#toTop:after {
	font-family: "pictos";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\2B06';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 38px;
	text-align: center;
	text-indent: 0;
	font-size: 24px;
}
.fontface #toTop:after {
	content: '\E82D';
}
#toTop:hover {
	/*background-position: 100% 0;*/
	background-color: #000;
	background-color: rgba(0,0,0,0.85);
	color: #fff;
}

#primary_block h2,
h2.productscategory_h2 {
	padding-bottom: 5px;
	border-bottom: #ddd solid 1px;
	border-bottom-color: rgba(0,0,0,0.15);
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
}

#loyalty .icon {display: none;}
.ac_results {width: 373px !important; margin-left: -6px;}

.hidden {display: none;}

#video_container {
	display: none;
}
@media only screen and (min-width: 1024px) {
	#video_container {
		display: block;
	}
}

/***** [ Responsive Magic ] *****/
@media only screen and (min-width: 1470px) {
	#toTop {
		visibility: visible;
	}
}
@media only screen and (max-width: 1606px) {
	#page {max-width: 1155px;}
	#nav > li {font-size: 20px; font-size: 2rem;}
	#main {width: 765px;}
	#product #main {width: 960px;}
	#product #right_column {width: 180px;}
	div#search_block_top p {width: 180px;}
	#footer div#social_block {padding-right: 15px !important;}
	#nav {right: 195px;}
	#header div#header_user {top: 101px;}
	#header div#header_user ul li {float: none; font-size: 0.9em; margin-bottom: 5px;}
	#header div#cart_block {top:154px;}
	div.zoomdiv, div.zoomWindow {width: 568px !important;}
	.ac_results {margin-left: -201px;}
}
@media only screen and (max-width: 1206px) {
	#page {max-width: 960px;}
	#product #main {width: 765px;}
	#order #main, #authentication #main, #order-opc #main {max-width: 100%;}
	#header #logo {max-width: 180px;}
	#nav {left: 195px; top: 67px;}
	#nav > li {font-size: 1.4rem; margin-right: 0.5em;}
	#right_column {width: 180px;}
	div.zoomdiv, div.zoomWindow, div.zoomWrapper, div.zoomWrapperImage {width:373px !important; height: 373px !important;}
	div#pb-left-column #buy_block label, div #availability_statut span#availability_label, div #product_comments_block_extra .comments_note span.label {width: auto;}
	div #oos_customer_email, div #mailalert_link, div #oos_customer_email_result {margin-left: 0;}
}
@media only screen and (max-width: 1206px) and (min-width: 1024px) {
	#index .product_list li:nth-of-type(2),
	#index .product_list li:nth-of-type(4),
	#index .product_list li:nth-of-type(7),
	#index .product_list li:nth-of-type(10) {height: 180px; width: 180px;}
	#index .product_list li:nth-of-type(2) .content,
	#index .product_list li:nth-of-type(4) .content,
	#index .product_list li:nth-of-type(7) .content,
	#index .product_list li:nth-of-type(10) .content {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
		background: rgba(0,0,0,0.5) !important;
		text-shadow: 0 0 2px rgba(0,0,0,0.5);
		animation: none;
		-webkit-animation: none;
		opacity: 0;
		transition: opacity 200ms ease-in-out 0s, visibility 0ms ease-in-out 200ms;
		visibility: hidden;
	}
	#index .product_list li:nth-of-type(2) a:hover .content,
	#index .product_list li:nth-of-type(4) a:hover .content,
	#index .product_list li:nth-of-type(7) a:hover .content,
	#index .product_list li:nth-of-type(10) a:hover .content {
		opacity: 1;
		visibility: visible;
		transition: opacity 200ms ease-in-out 0s, visibility 0ms ease-in-out 0ms;
	}
	#index .product_list li:nth-of-type(2) a.button,
	#index .product_list li:nth-of-type(4) a.button,
	#index .product_list li:nth-of-type(7) a.button,
	#index .product_list li:nth-of-type(10) a.button {
		opacity: 0;
		transition: opacity 200ms ease-in-out 0s, visibility 0ms ease-in-out 200ms;
		visibility: hidden;
		animation: none;
		-webkit-animation: none;
	}
	#index .product_list li:nth-of-type(2):hover a.button,
	#index .product_list li:nth-of-type(4):hover a.button,
	#index .product_list li:nth-of-type(7):hover a.button,
	#index .product_list li:nth-of-type(10):hover a.button {
		opacity: 1;
		visibility: visible;
		transition: opacity 200ms ease-in-out 0s, visibility 0ms ease-in-out 0ms;
	}
	#footer #newsletter_block_left,
	#footer .paiement_logo_block {
		clear: none;
	}
}
@media only screen and (max-width: 1023px) {
	#page {max-width: 765px; width: 765px; overflow: hidden;}
	#index #content {overflow: hidden;}
	#index #content .product_list {margin-right: -15px; margin-bottom: 0;}
	div#main {float: none;}
	div#right_column, #product #right_column {width: auto; float: none; margin-right: -15px;}
	#category.has_layered div#right_column .block, #category.has_layered div#right_column #layered_block_left,
	#right_column .block, #right_column .block:nth-of-type(2n) {float: left; clear: none; margin-right: 15px;}
}
@media only screen and (max-width: 767px) {
	#page {max-width: none; width: auto; margin: 0 10px; overflow: visible;}
	div#right_column, #product #right_column {margin-right: 0}
	#product #main, #main {width: auto; margin-bottom: 15px;}
	#slider_home {float: none; width: auto !important; height: auto !important; margin-right: 0;}
	#slider_home img {width: 100% !important; height: auto !important;}
	#header #logo {
		width: auto;
		max-width: 100%;
		display: block;
		text-align: center;
		line-height: normal;
		position: static;
		padding: 40px 0 20px;
	}
	#header #logo img {margin: 0;}
	#header_links {display: none;}
	#header div#languages_block_top {position: absolute; top: 0; right: 36px;}
	#header div#currencies_block_top {position: absolute; top: 0; right: 84px;}
	#header div#header_user {position: relative; float: right; top: 0; padding: 5px 0 0;}
	#header div#header_user ul li {float: left; width: auto; font-size: 0.8em; margin-left: 5px;}
	li#your_account > a:before,
	li#shopping_cart > a:before {width: auto;}
	#header nav {position: relative;}
	#header {padding-bottom: 10px; min-height: 0; width: 100%; margin-bottom: 0;}
	#header:after {
		content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
	}
	#header nav .toggle_menu {
		display: block;
	}
	#header div#cart_block {display: none !important;}
	#nav {
		position: static;
		margin: 0;
		text-align: left;
		padding-top: 10px;
		display: none;
		margin: 0 -10px 0;
		clear: both;
	}
	#nav > li.has_submenu:hover > a:after,
	#nav > li.has_submenu > a:hover:after, #nav > li.has_submenu > a:focus:after,
	#nav > li.has_submenu.sfHoverForce > a:after {display: none;}
	#nav > li {
		font-size: 18px;
		font-size: 1.8rem;
		float: none;
		border-bottom: #ccc solid 1px !important;
	}
	#nav > li a {
		padding: 7px 10px;
		border: none;
		display: block;
		background: none !important;
		color: inherit !important;
	}
	#nav > li.has_submenu > a:after,
	#nav ul li.has_submenu > a:before,
	.fontface #nav > li.has_submenu > a:after,
	.fontface #nav ul li.has_submenu > a:before {
		content: none;
	}
	#nav > li:last-child {border-bottom: none !important;}
	#nav > li:hover a,
	#nav > li.sfHoverForce > a {
		/*background: none !important;*/
		box-shadow: none;
		transition: none;
	}
	#nav > li ul,
	#nav > li:hover ul  {
		display: none;
		box-shadow: none;
		padding: 0 0 0 10px;
		position: static;
		color: #666;
	}
	#nav > li.has_submenu .toggle_submenu {
		font-size: 1.2em;
		position: absolute;
		right: 10px;
		top: 0;
		z-index: 3;
		line-height: 40px; line-height: 4rem;
		height: 40px; height: 4rem;
		width: 30px; text-align: center;
		padding: 0;
		cursor: pointer;
		display: block;
	}
	#nav > li li.has_submenu .toggle_submenu {
		height: 23px; height: 2.3rem;
		line-height: 23px; line-height: 2.3rem;
		font-size: 1.4em;
	}
	#nav > li ul li {color: inherit;}
	div #nav > li ul {background: none; opacity: 1; visibility: visible;}
	div #nav > li ul li a:hover, div #nav > li ul li a:focus {background: none; color: inherit;}
	div#cart_block {top:113px;}
	#footer #block_facebook_like {display: none;}
	span#toggle_search {display: block;}
	#search_block_top {
		position: absolute;
		left: -10px;
		right: -10px;
		height: 30px;
		padding: 30px 10px;
		top: -90px;
		background: #556270;
		color: #fff;
		z-index: 10;
		transition: all 300ms ease-in-out 0s;
	}
	#search_block_top.opened {
		top: 0;
	}
	div#search_block_top p {
		width: auto;
		text-align: center;
		background: none;
		position: static;
		border: none;
		margin: 0;
		padding: 0;
	}
	div#search_block_top p:after {content: ''; display: none;}
	div#search_block_top p input[type="text"] {width: 200px; vertical-align: top; display: inline-block;}
	div#search_block_top p input[type="submit"] {margin: 0; opacity: 1; text-indent: 0; width: auto; vertical-align: top; position: static; font-size: 0.8em;}
	#header div#languages_block_top p,
	#header div#currencies_block_top p {padding: 5px; height: 16px;}

	.product_list li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.product_list li .image {
		width: 90px;
		height: auto;
	}
	.product_list li .image img {
		width: 100%;
		height: auto;
	}
	.product_list li .content {
		background: #556270 !important;
		float: none;
		margin-left: 105px;
		height: auto;
		width: auto;
		min-height: 70px;
	}
	.product_list li .content:after {
		top: 35px;
		border-right-color: #556270 !important;
	}
	#index #content .product_list, .product_list {margin-right: 0;}
	.product_list li .content .price {position: static;}

	#footer .blockcategories_footer, #footer #block_various_links_footer, #footer #block_contact_infos, #footer .block_myaccount, #footer #social_block, #footer .myaccount, #footer #newsletter_block_left, #footer .paiement_logo_block,
	#footer #newsletter_block_left, #footer .paiement_logo_block {
		float: none;
		width: auto;
	}
	div#newsletter_block_left form {width: 180px;}
	div.content_scene_cat {margin-right: 0; float: none;}
	div.content_scene_cat img {max-width: 100%; width: 100%; height: auto;}
	.sortPagiBar #bt_compare {display: none;}
	#footer #social_block li:nth-child(4n) {margin-right: 9px;}
	#right_column .block {float: none !important; width: auto; margin-right: 0 !important;}
	.breadcrumb {position: static; margin-bottom: 20px;}
	div#pb-right-column, #product #right_column {float: none; width: auto; margin-right: 0; margin-left: 0;}
	div#pb-right-column #image-block img {width: 100%;}
	h1, .breadcrumb + h2 {font-size: 30px; font-size: 3rem; margin-bottom: 30px;}
	div img.jqzoom {cursor: default;}
	.zoomdiv, .zoomdiv {display: none !important;}
	div#pb-left-column #buy_block label, div #availability_statut span#availability_label, div #product_comments_block_extra .comments_note span.label {
		font-size: 12px; font-size: 1.2rem; width: 100px;
	}
	ul.step li {width: auto; min-height: 0; border: none;}
	ul.step li:after, ul.step li:before {content: "" !important; display: none !important;}
	#create-account_form, #authentication #login_form {float: none; height: auto; width: auto;}
	#authentication #create-account_form fieldset .form_content, #authentication #login_form fieldset .form_content {min-height: 0; padding-bottom: 50px;}
	#ordermsg .textarea textarea {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	table#cart_summary .cart_product {width: auto;}
	table.std th, table.table_block th {font-size: 10px; font-size: 1rem; padding: 5px;}

	#my-account ul.myaccount_lnk_list {margin-right: -10px;}
	#my-account ul.myaccount_lnk_list li {
		width: 50%;
		background: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 145px;
		font-size:13px; font-size: 1.3rem;
		margin-bottom: 10px;
		padding-right: 10px;
	}
	#my-account ul.myaccount_lnk_list li a {min-height: 135px;}
	#my-account ul.myaccount_lnk_list li a:before {margin: 15px 0;}
	input[type="text"], input[type="password"], input[type="email"],
	#create-account_form input[type="text"], #authentication #login_form input[type="text"], #create-account_form input[type="password"], #authentication #login_form input[type="password"], #create-account_form input[type="email"], #authentication #login_form input[type="email"],
	textarea {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	#account-creation_form p.radio span, #account-creation_form p.text label, #account-creation_form p.password label, #account-creation_form p.select label, #account-creation_form p.select span, #account-creation_form p.textarea label, #add_adress p.text label, #add_adress p.password label, #add_adress p.select label, #add_adress p.select span, #add_adress p.textarea label, #identity .std p.text label, #identity .std p.password label, #identity .std p.select label, #identity .std p.radio label, #contact p.text label, #contact p.select label, #contact p.select span, #contact p.textarea label {
		display: block;
		width: auto;
	}
	#account-creation_form p.checkbox input,
	#add_adress .submit2,
	#add_adress .inline-infos,
	#identity p.checkbox,
	#identity p.submit,
	#contact p.submit input,
	#contact p.desc_contact,
	#account-creation_form span.form_info {
		margin-left: 0;
	}
	#new_account_form p.radio span, #new_account_form p.text label, #new_account_form p.password label, #new_account_form p.select label, #new_account_form p.select span, #new_account_form p.textarea label {
		display: block;
		width: auto;
		padding: 2px 0;
	}
	div #new_account_form span.form_info, div #new_account_form span.inline-infos,
	div #new_account_form p.checkbox input {margin-left: 0;}
}
@media only screen and (max-width: 1024px) {
	#video_container {display: none;}
}

#faux_page{
    background:     none;
    display:    none;
}