/* ##################################################################################################
	PRESTASHOP CSS
################################################################################################## */

/* ****************************************************************************
		reset
**************************************************************************** */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit}
del,ins{text-decoration:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:baseline; color:#e3367d;}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{font-size:100%; border:1px solid #c3c4cb; padding:8px 10px}
input, textarea { font: 400 13px/18px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif; color:#9A9CAB; letter-spacing:0.5px;}
input:focus, textarea:focus {color:#161414;}

.ie7 input, .ie7 select{line-height:18px}
a {cursor:pointer}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}
.not-displayable {display:none;}
#e3367d

/* ************************************************************************************************
		struture
************************************************************************************************ */
#page {}
	#header {
		z-index:10;
		height:132px;
		background: #6e4434 url('../img/fs-header.jpg') no-repeat center 0;
		-webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
	}
	#top_header {position:relative}
	#columns {z-index:1}
		#left_column {}
		#center_column {float:left; width:100%; padding-bottom:5px; margin-top:25px; position:relative}
		#right_column {float:left; width:1200px;}
	#footer {}
	.panel-div {width:800px; margin:0 auto;}
#googleplus, .snippest_hide { display:none}
#index #center_column, #product #center_column {padding-bottom:10px}
/* ************************************************************************************************
		generic style
************************************************************************************************ */
body {
	font-size: 11px;
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	color: #454544;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
body.content_only {
	background: #FFF;
}
body.content_only #topline { display:none}
/* positionnement ****************************************************************************** */
.hidden {display:none}
.f_left {float:left}
.f_right {float:right}
p.center {text-align:center}
.clearBoth, .clear {clear:both;}
.container { width:1200px; margin:0 auto; clear:both}

/* title *************************************************************************************** */
h1 {
	margin:0 auto 10px;
	font: 26px/45px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	color:#161414;
	text-align:center;
}
h2 {
	padding-bottom:20px;
	font-size:18px
}
h3 {
	padding-bottom:20px;
	font-size:16px
}
.title_block {
	padding-bottom:20px;
	font-size:14px
}

.hide-left-column #left_column {display:none}
.hidden_phone { display:none!important}
.hidden_field { display:none!important}
.about h1 {
	font:bold 11px/16px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
/* link **************************************************************************************** */
a, a:active, a:visited {
	color:#333;
	text-decoration:none;
	outline: medium none
}
a:hover {text-decoration:none; color:#f96000}
a, a:hover {
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.color-myaccount { color:#f96000; font-weight:bold}
/* HACK IOS ipad, iphone */
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="submit"], input[type="image"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
span.abold {
	font-family: 'aleobold', Arial, Tahoma, Helvetica, Sans-Serif;
}
/* text **************************************************************************************** */
ul {list-style:none}
ul.bullet li {
	background:url('../img/fs-bullet.gif') no-repeat scroll 3px 5px transparent;
	padding-left:12px;
	line-height:17px;
	font-size:12px;
	text-shadow:0 1px 0 #fff
}
p em {font-style:italic}
.top-info, .text_shadow { font-size:12px; text-shadow:0 1px 0 #fff}
.top-info-space { font-size:12px; text-shadow:0 1px 0 #fff; margin-bottom:10px}

.warning {
	margin:0 auto;
	padding:7px 15px;
	background:#fede5f;
	color:#786106;
	font: bold 13px/30px Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing:0.5px;
	clear:both;
}
.success {
	margin:0 auto;
	padding:7px 15px;
	background: #08D31A;
	font: bold 13px/30px Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing:0.5px;
	clear:both;
}
.error {
	margin:0 auto 20px;
	padding:7px 15px;
	background: #ff343d;
	color:#fff;
	font: bold 13px/30px Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing:0.5px;
	clear:both;
	width:800px;
}
.error ol {margin-left:20px}
.error p.lnk {
	padding:0;
	font-size:11px
}
.required {color:#f53b43; font:300 12px/16px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;}
.error a, .success a { color:#fff; border-bottom:1px dotted #fff }
.warning a { color:#454544; border-bottom:1px dotted #454544}
.error a:hover, .success a:hover { color:#fff; border-bottom:1px solid #fff }
.warning a:hover { color:#454544; border-bottom:1px solid #454544}

/*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;
	cursor: pointer;
	border:none;
	padding:3px 25px;
	-webkit-border-radius:25px !important;
	-moz-border-radius:25px !important;
	border-radius:25px !important;
	margin: 0;
	font: 400 15px/30px "Fira sans","Times New Roman",Helvetica,sans-serif;
	letter-spacing:0.5px;
	text-transform:uppercase;
	background-color:#f96000 !important;
	color:#fff!important;
	float:right;
	display:block;
}
*: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*/
	background:#f96000;
}

/* 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-color:#21242A!important;
}

/* 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 {
	color:#21242A;
	background: #fff;
}

/* 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 {
	color:#A0A0A0;
	color:rgba(255,255,255, .4);
	background: #7C7B81;
	border:1px solid #7C7B81;
	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')*/
}

/* 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:20px 0;
}

/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	border-collapse:inherit
}
table.std th,
table.table_block th {
	padding:8px 4px;
	border-top:4px solid #e6e7ed;
	font:bold 11px/16px Verdana,Arial,Helvetica,sans-serif;
	color:#dedfe6;
	text-transform:uppercase;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f3f3f3; background-color:rgba(255,255,255, .4)}
table.std  td,
table.table_block td {
	padding:5px 6px;
	border-bottom:1px solid #e6e7ed;
	font-size:11px;
}

/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:20px}
#footer .block {margin-bottom:0}
	.block .title_block, .block h4, .cart_counter {
		color:#313137;
		font:bold 11px/16px Verdana,Arial,Helvetica,sans-serif;
		letter-spacing:0.5px;
		padding:7px 15px;
		border-top:1px solid #e6e7ed;
		text-transform:uppercase;
	}
		.block .title_block a, .block h4 a, .cart_counter a {color:#313137}
	.block ul {list-style-type:none}
		.block li.last {	border:none}
			.block li a {
				display:block;
				color:#333
			}

/* BLOCK .products_block *********************************************************************** */
.fs_product_list { list-style:none; display:inline-table; margin:0;}
.fs_product_list li {
	margin:10px 0 0 0;
	padding:0;
	width:171px;
	float:left;
	text-align:center;
	height:250px;
	position:relative;
}
.fs_product_list .s_title_block {
	margin:2px auto;
	padding-bottom:0;
}
.fs_product_list .s_title_block a {
	font:bold 10px/13px Verdana,Arial,Tahoma,Helvetica,sans-serif;
	color:#c3c4cb;
	text-transform:uppercase;
	letter-spacing:0.3px;
	display:block;
}
.fs_product_list.kids .s_title_block {
	width:150px;
	height:50px;
	margin:5px auto 0;
}
.fs_product_list .top_price	{
	margin:0 auto 5px;
	font:bold 11px/13px Verdana,Arial,Tahoma,Helvetica,sans-serif;
	text-transform:uppercase;
}
.fs_product_list .price_container {margin:3px 0 0; padding:0}
.fs_product_list .price {
	color:#171819;
}

.fs_product_list .product_image {
	display:block;
	position:relative;
	overflow:hidden;
	text-align:center
}
.fs_product_list .product_image img {
	margin:0 auto;
	display:block;
	background-color: transparent;
}

.fs_product_list .product_sizes {
	opacity:1;
	overflow:hidden;
	position:relative;
	z-index:7;
}

.fs_product_list .product_sizes a.add_to_cart_size,
.fs_product_list .product_sizes span.add_to_cart_size {
	display: block;
	margin: 0 2px;
	background-color:#c3c4cb;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	float: left;
	height:8px;
	width:8px;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
	border:1px solid #c3c4cb;
}

.fs_product_list .product_sizes span.disable_size {
	background-color:#fff;
}


.fs_product_list .product_image span.discount, .fs_product_list .product_image span.new,
.fs_product_list .product_image span.on_sale, .fs_product_list .product_image span.preorder {
	top:25px;
	left:10px;
	position:absolute;
	padding:0;
	width:40px;
	height:40px;
	text-indent:-9999px;
	background:url(../img/icon/fs-promo-icon.png) no-repeat 0 0 transparent;
}
.fs_product_list .product_image span.on_sale {
	background-position:-97px 0;
	top:70px;
}
.fs_product_list .product_image span.discount {
	background-position:-49px 0;
	top:70px;
}

/* Product patterns ************** */
.fs_product_list li .product_image span.preorder span { display: inline-block!important; margin-left:10px}
.fs_product_list li .product_image span.out {
	max-width:auto;
	right:0;
	left:0;
	text-align:center;
	padding:10px;
	top:65px;
	max-width:none;
}

.fs_product_list li .product_sizes { margin-top:0;}
#primary_block input.button_disabled, #primary_block input.exclusive_disabled, #primary_block span.exclusive {
	background:#CFCED3
}
/* Product promo and out ************** */
.fs_product_list li.promo img {
	margin-top:15px;
}
.fs_product_list li.out .availability .out {
	background:rgba(255,255,255,0.7);
	width:151px;
	height:230px;
	position:absolute;
	top:0;
	left:0;
	vertical-align:middle;
	margin: 0 auto;
	font:20px/150px "aleobold",Arial,Tahoma,Helvetica,sans-serif;
	color:#171819;
	letter-spacing:0.7px;

}
/* BLOCK customer privacy ******************************************************************* */
.account_creation label{
	float:left;
	padding-top:5px;
	width:80%;
	text-align:left;
	cursor:pointer
}

/* BLOCK .footer_links (cms pages) ************************************************************* */
ul.footer_links {
	list-style-type:none;
	padding:10px 0;
	width:800px;
	margin:0 auto 20px;
	clear:both;
}
.footer_links a {
	font:400 15px/30px "Fira sans","Times New Roman",Helvetica,sans-serif;
	color:#CDCFDC ;
	text-transform: uppercase;
}
.footer_links li { text-align:right; padding:0 20px}

ul.footer_links li {float:left}
ul.footer_links li.f_right {float:right}
ul.footer_links li .icon {
	position:relative;
	top:6px;
	left:0
}

/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar {margin:0; clear:both}
#center_column .sortPagiBar {
	padding:10px;
	font:normal 11px 'Verdana',"Times New Roman",Helvetica,sans-serif;
	color:#fff;
	background:#252626;
	display:none
}
#center_column .sortPagiBar select {
	padding:2px 4px;
	border:none
}
	#center_column .sortPagiBar strong {color:#000;}
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar form {display:inline-block;}

.ie7 #center_column .sortPagiBar form {display:inline;}

.sortPagiBar #productsSortForm {float:right;}
	.sortPagiBar select#selectPrductSort {
		margin:0 0 0 10px;
		color:#000;
		border:1px solid #ccc
	}

.sortPagiBar .bt_compare {
	padding:3px 7px;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #000;
}

.sortPagiBar .nbrItemPage {margin-left:40px;}

.sortPagiBar .PrductSort {float:left;}

.sortPagiBar .nbrProduct {
	display:inline-block;
	padding:0 10px;
}

.sortPagiBar #nb_item {border:1px solid #ccc}

/* pagination ********************************************************************************** */
form.pagination {display:none;}

div.pagination {
	margin:10px 0;
	text-align: center
}
ul.pagination {list-style-type:none}
ul.pagination li {display: inline; margin:0 2px;}
ul.pagination a, ul.pagination span {
	display:inline-block;
	height:32px;
	width:32px;
	font:400 14px/34px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	color:#bfc0c8;
	text-transform:uppercase;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
ul.pagination a {
	text-align:center;
}
ul.pagination a:hover {
	color:#fff;
	background-color:#bfc0c8;
	text-shadow:none;
}
ul.pagination .current span {
	color:#fff;
	background-color:#bfc0c8;
	text-shadow:none
}
ul.pagination li.disabled span {
	color:#bfc0c8;
	width:auto;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	opacity:0.4;
}

#pagination_previous, .pagination_previous {float:left}
#pagination_next, .pagination_next {float:right}

#pagination_previous a, #pagination_next a {
	width:auto;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}


.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;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;

}
#pagination_previous, .pagination_previous span,
#pagination_next, .pagination_next span {
	color:#bfc0c8;
	width:200px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

/* CART steps *********************************************************************** */
ul.step {
	list-style-type:none;
	margin:15px auto 30px;
	height:40px;
	width:660px
}
ul.step li {
	float:left;
	font-size:11px;
	width:160px;
	width:131px;
	text-align:center;
	text-transform:uppercase;
	height:50px;
	background:url(../img/step-done.png) no-repeat center top transparent;
	padding:25px 10px 10px;
}

ul.step li.step_current {
	background:url(../img/step-current.png) no-repeat center top transparent;
}
ul.step li.step_todo {
	background:url(../img/step.png) no-repeat center top transparent;
}
ul.step li:first-child.step_current {
	background:url(../img/step-start-current.png) no-repeat center top transparent;
}
ul.step li:first-child.step_done {
	background:url(../img/step-start.png) no-repeat center top transparent;
}
ul.step li:last-child.step_current_end {
	background:url(../img/step-end-current.png) no-repeat center top transparent;
}
ul.step li:last-child.step_todo {
	background:url(../img/step-end.png) no-repeat center top transparent;
}

ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span, ul.step li.step_todo span {
	display:block;
	color:#f96000;
	font:bold 11px/16px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
ul.step li.step_todo span { color:#e6e7ed}
ul.step li.step_done:hover {
	color:#21242A
}

/* module productcomments ********************************************************************** */
.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin:0 1px 0 0;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important }
.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 {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e6db55;
	font-size: 13px;
	background: none repeat scroll 0 0 #ffffe0;
}
#cms #page .rte {
	background:transparent url('../img/fs-logo-cms.png') no-repeat bottom center;
	font:300 12px/15px 'Fira Sans', Arial, Tahoma, Helvetica, Sans-Serif;
	margin:0 100px 20px;
}
#cms .tiles {
	margin:30px 0;
	display:inline-block;
	width:1000px;
}
#cms .tiles li a{
	float:left;
	width:280px;
	margin:10px;
	background-color:#CCC;
	padding:15px;
	color:#fff;
	font-size:15px;
}
#page .rte h1 {
	font:35px/65px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	color:#161414;
}
#page .rte a {
	color:#f96000;
}
#page .rte a:hover {
	border-bottom:none;
}
#page #short_description_content {text-shadow:none}
.listcomment {
	list-style-type:none;
	margin:0 0 20px 0 !important;
}
.listcomment li {
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	color:#666
}
.listcomment .titlecomment {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#333
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0;
	color:#333
}
.listcomment .authorcomment {}


/* ************************************************************************************************
		HEADER
************************************************************************************************ */
#page {
	margin: 0 auto;
	text-align: left;
    overflow: hidden;
}

#header_logo {
	position:absolute;
	left:600px;
	width: 160px;
	height:179px;
	display: block;
	margin: 0 -88px;
	z-index:20;
}
img.logo {
	margin: 0;
}
#header_right {
	float: right;
	padding-bottom: 10px;
	width: 815px;
	text-align: right;
}

/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
.breadcrumb {
	padding:6px 15px;
	font: 12px/19px 'Fira Sans', Arial, Tahoma, Helvetica, Sans-Serif;
	color:#D2D4DE;
	letter-spacing:0.4px;
	text-transform:uppercase;
	clear:both;
	width:100%;
	bottom:10px;
}
.breadcrumb a {color:#dedfe6;}
.breadcrumb .navigation-pipe {
	margin:0 5px;
	color:#dedfe6;
	font: 14px/19px 'Fira Sans', Arial, Tahoma, Helvetica, Sans-Serif;
	vertical-align:middle;
}
.breadcrumb img {
	position:relative;
	top:5px
}
#product .breadcrumb { position: static;}

/* ************************************************************************************************
		FOOTER
************************************************************************************************ */
#footer-all {
	clear: both;
	background: #6e4434 url('../img/fs-footer.jpg') no-repeat top center;
	-webkit-box-shadow: 0px -5px 10px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -5px 10px -2px rgba(0,0,0,0.5);
	box-shadow: 0px -5px 10px -2px rgba(0,0,0,0.5);
	height:313px;
}

#footer {
	clear: both;
	width: 1200px;
	margin: 0 auto 0;
	text-align: left;
}
	.blockcategories_footer,
	#footer .myaccount ,
	#block_various_links_footer,
	#social_block,
	#block_contact_infos {
		float:left;
		width:175px
	}
	.blockcategories_footer {margin-left:0}
#footer .title_block {
	padding-bottom: 10px;
}
#footer .title_block ,
#footer .title_block  a {
	font-weight:normal;
	font-size:14px;
	color:#fff
}
#footer ul {list-style-type:none}

#footer .myaccount {padding: 15px 10px}
#footer .myaccount .title_block, #footer .myaccount h4 {
	padding:0 0 10px 0;
	background:none;
	text-shadow:none
}
#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}

/* ************************************************************************************************
		PRODUCT PAGE
************************************************************************************************ */

/* BLOCK idTabs ******************************************************************************** */
#more_info_block {margin-top:10px;}
.idTabs {
	border-bottom:1px solid #e6e7ed;
}
ul.idTabs li {
	float: left;
}
.idTabs a {
	display:block;
	padding:10px 15px 5px 15px;
	text-decoration:none;
	color:#a0a1ac;
	background:#fff;
	font:bold 11px/16px 'Verdana',Arial,Helvetica,sans-serif;
	text-transform:uppercase;
}
.idTabs a, .idTabs a:hover {
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.idTabs .selected {
	color:#171819;
	border-bottom:3px solid #171819;
}
#more_info_sheets {
	padding:15px 0;
	text-align:left;
}

#more_info_sheets em {font-style:italic}

#more_info_sheets .product_desc{
	margin-top:5px
}

#more_info_sheets .product_desc .product_image{
	float:left
}

#more_info_sheets .product_desc .block_description{
	float:left;
	margin-left:10px;
	width:420px
}
#more_info_sheets .product_desc .clear_product_desc{
	clear:both;
	height:0px;
	line-height:0px
}

/* Make sure lists are correctly displayed in tinyMCE BO edition mode too */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {margin-left:20px}

.block_hidden_only_for_screen {display:none}

#more_info_block .fs-hide { display:none!important}
#cms .sizes-brand-name {text-align: center;}


/* ************************************************************************************************
		PAGE AUTHENTIFICATION
************************************************************************************************ */

#authentication #center_column{
	width:1000px;
	margin: 25px auto 0;
	float:none;
}


/* ************************************************************************************************
		PAIMENT - PAGE ORDER
************************************************************************************************ */

/* nav bottom ********************************************************************************** */

#order #center_column, #order-confirmation #center_column{width:1200px}
#order #right_column, #order-confirmation #right_column {display:none}
.cart_navigation.required span {
	color:#f96000;
	font:300 13px/18px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	clear:both;
	display:inline-block;
	margin-top:5px;
}
.cart_navigation {
	margin:10px auto 20px;
	padding-top:10px!important;
	clear:both;
	font:bold 13px/40px Verdana,Arial,Tahoma,Helvetica,sans-serif;
	width:300px;
	text-align:center;
	color:#dedfe6;
	display:-block;
	text-transform:uppercase;
}
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {

}
.cart_navigation.choice .exclusive_large:hover {background: #21242a;}
.cart_navigation .exclusive:hover,
.cart_navigation .exclusive_large:hover,
.cart_navigation .button:hover,
.cart_navigation .button_large:hover {
	background:#161414!important;
}
.cart_navigation .button:hover,
.cart_navigation .button_large:hover {
	color:#f96000!important;
	background:#fff!important;
}
.cart_navigation .button,
.cart_navigation .button_large {
	float:left;
	background-color:#fff!important;
	color:#161414!important;
	font:20px/20px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	text-transform:none;
	text-align:right;
	padding:0;
}

.cart_navigation.choice .button_large {background: #D3D5DA}
#account-creation_form .cart_navigation #submitAccount {
	margin:0 auto;
	float:none;
}
.cart_navigation a.exclusive.standard-checkout, .cart_navigation a.navtoshop,
.cart_navigation input.exclusive {
	padding:3px 50px;
	margin:0 auto;
}
#authentication .cart_navigation input.exclusive {
	float:none;
}
.cart_navigation a.exclusive.standard-checkout { margin:3px 0 0;}
.cart_navigation a.exclusive.standard-checkout:hover {background-position:90%}

.cart_navigation a.navtoshop {
	padding:0;
}
.cart_navigation .center-btn {
	text-align:center;
	float:none;
}
/* step 1 - cart ******************************************************************************* */
.cart_last_product {display:none}

/*p.cart_navigation .multishipping-button { margin-right: 10px }*/

#order-detail-content {
	width:890px;
	float:left;
	margin-right:10px;
}
#history #order-detail-content {
	margin:0;
	width:800px;
}
#module-bankwire-payment #order-detail-content, #module-cashondeliveryplus-validation #order-detail-content,
#module-cashondelivery-validation #order-detail-content {
	width:1000px; margin:0 auto; float:none;
}
table#cart_summary.std {margin-bottom:15px}
.preorder_info { margin-bottom:15px; background-color:#F8E1A0; padding:10px 15px; color:#454544}
.preorder_info label {
	font:bold 13px/16px 'Verdana',Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	margin-bottom:3px;
	display:inline-block
}
.preorder_info span { font-style:italic}
#order-detail-content .customizationUploaded li,#order-detail-content .typedText li {
	list-style: none;
}
table#cart_summary th {
	padding:5px 10px;
	color:#DEDFE6;
	font:bold 11px/16px Verdana,Arial,Helvetica,sans-serif;
	text-transform:uppercase;
}
table#cart_summary th.cart_product, table#cart_summary th.cart_quantity {text-align:center}
table#cart_summary td {
	padding:8px;
	border-right:none;
	border-bottom:1px solid #e9e9e9;
	font: 400 12px/16px "Fira Sans",Arial,Helvetica,sans-serif;
	vertical-align: middle;
	color:#161414!important;
}
table#cart_summary td a {
	color:#161414!important;
}
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.special_cart:first-child td { margin-top:10px}
table#cart_summary tr.special_cart td, table#cart_summary tr.cart_total_price td, table#cart_summary tr.cart_total_tax td {
	font-size:12px;
	padding:7px 8px;
	text-align:right
}
table#cart_summary tr.cart_total_delivery td,
table#cart_summary tr.cart_total_voucher td,
table#cart_summary tr.cart_total_price,
table#cart_summary td.cart_unit, table#cart_summary td.cart_discount_price,
table#cart_summary td.cart_discount_delete, table#cart_summary td.cart_ref,
table#cart_summary tr.wrapping td, table#cart_summary tr.cart_total_price, table#cart_summary tr.cart_total_tax {color:#595A5E;}
table#cart_summary td.cart_discount_price:last-child, table#cart_summary tr.cart_total_price td:last-child { color:#21242A}
table#cart_summary tr.cart_total_delivery td,
table#cart_summary tr.cart_total_voucher td,
table#cart_summary tr.wrapping td, table#cart_summary td.cart_discount_delete,
table#cart_summary td.cart_ref, table#cart_summary tr.cart_total_price,
table#cart_summary tr.cart_total_price, table#cart_summary tr.cart_total_tax {
	font:normal
}
table#cart_summary tr.only_products {display:none;}
table#cart_summary tr.cart_total_delivery td,
table#cart_summary tr.cart_total_price td,
table#cart_summary tr.cart_total_voucher td {
	color:#dedfe6!important;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:0.5px;
}
table#cart_summary tr.cart_total_delivery td.price,
table#cart_summary tr.cart_total_voucher td#total_discount {color:#161414!important; text-transform:none;}
table#cart_summary tr.nobackground-voucher td.voucher_code {
	background:none;
}
table#cart_summary tr.nobackground-voucher td.voucher_code img {
	vertical-align:middle;
}
table#cart_summary td.voucher_code {
	text-align:center;
	text-shadow:none;
	color:#f96000!important;
}
table#cart_summary .cart_total_price td.total_all {
	color:#21242A;
	text-align:right;
	font-size:22px;
	border-bottom:none;
}
table#cart_summary tr.voucher_action form#voucher {
	background-color:#dadada;
	background-color:rgba(0, 0, 0, 0.1);
}
table#cart_summary td.voucher_space { padding:5px}
table#cart_summary tr.cart_item.odd td, table#cart_summary tr.cart_item.even td {
	border-bottom:1px solid #e6e7ed
}
table#cart_summary th.cart_ref, table#cart_summary td.cart_ref { text-align:center}
table#cart_summary td.cart_ref span {
	background-color:#fff!important;
}
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:85px;
	text-align:center;
	padding:5px 5px;
}
table#cart_summary tbody tr.cart_discount  td {
	border-bottom: 1px solid #e9e9e9;
}
table#cart_summary tbody tr td.cart_discount_delete {
	padding-right: 45px;
	text-align:right
}
table#cart_summary .cart_ref {
	width:130px;
}
table#cart_summary .cart_unit {width:90px;text-align: center}
table#cart_summary td.cart_unit {text-align: right}
table#cart_summary  .cart_quantity {width:90px}
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
.cart_quantity .cart_quantity_input {
	float: right;
	margin-right: 10px;
	margin-top:2px;
	width: 35px;
	padding:4px;
	border:1px solid #fff;
	font-weight:normal;
	text-align:center;
	color:#161414;
}
.cart_quantity .cart_quantity_button {
	float: right;
	position: relative;
}
table#cart_summary .price { font-size:14px}
table#cart_summary .cart_unit .price { font-size:12px}
table#cart_summary .cart_total {width:110px;text-align: right;}
table#cart_summary td.cart_total {text-align: right; color:#21242A}
table#cart_summary .cart_delete, table#cart_summary  td.price_discount_del {
	width:20px;
	text-align:center;
	padding-left:0
}
table#cart_summary .cart_discount_price {text-align: right}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	display:inline-block;
	color:#666;
	text-transform:uppercase;
	background:transparent url('../img/icon/fs-close-icon.png') no-repeat 2px center;
	text-indent:-9999px;
	width:15px
}

.cart_total_price .total_price_container {
	border-right:none;
}

table#cart_summary .cart_total_price td.cart_voucher {
	vertical-align:middle;
	padding:0
}

table#cart_summary #total_price_container {
	border-bottom:none;
	border-right: none;
	vertical-align:top;
	padding:7px 8px;
}
table#cart_summary tr.cart_total_delivery.special_cart.free td#total_shipping { color:#E3367D; font-weight:bold}
.cart_voucher .title_block, .cart_voucher h4
.cart_voucher p {float:left;}
.cart_voucher .title_block, .cart_voucher h4 {
	margin:5px 30px 5px 20px;
	padding:8px 0;
	font:21px 'Fira Sans',Arial,Helvetica,sans-serif;
	color:#E3367D;
	text-transform:uppercase
}
#voucher_block {
	background:#e6e7ed url('../img/fs-box-bg.png') no-repeat -80px center;
	margin-left:10px;
	width:290px;
	float:left;
	padding:25px;
}
table#voucher_box {
	margin-bottom:0;
	padding-bottom:5px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
.cart_voucher p {
	text-align:center;
	float:none;
}
#voucher_block .title_block {
	margin:5px 10px 0;
	text-align:center;
	float:none;
	padding:8px 0 3px;
	font:23px/25px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	color:#161414;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}
table.std#voucher_box td, table.table_block#voucher_box td {border:none}
.cart_voucher .discount_name_block label,
.cart_voucher p.title_offers {
	color:#21242a;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	margin:0 0 10px;
	display:block;
	font:300 12px/16px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	letter-spacing:0.3px;
}

.cart_voucher #display_cart_vouchers {
	clear:both;
	color:#666;
	font-weight:normal;
	margin-left:20px;
	text-align:left
}
.cart_voucher .title_offers {
	margin:5px 10px;
}
.cart_voucher #display_cart_vouchers span {
	font-weight:bold;
	cursor:pointer;
	color:#f96000
}

.cart_voucher .submit input.button {
	margin:15px 35px 5px;
	text-transform:uppercase;
}

#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;
	border-right:1px solid #999;
}
.cart_total_price #total_product.price {
	background:#FFF;
	background:rgba(255, 255, 255, 0.5);
}

.cart_total_price .total_price_container p {
	display:block;
	padding:8px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	background:#21242A
}
.cart_total_price .total_price_container span {
	display:block;
	text-align:right;
	color:#f96000!important;
	background:#FFF;
	text-transform:none;
	font-size:22px;
}

#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #999;
	background:#fff
}
#order_carrier .title_block  {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}

.order_delivery .first_item {margin-right:35px;}

.multishipping_close_container {
	text-align: center;
}

table#cart_summary .gift-icon {
	color: white;
	background: #0088CC;
	line-height: 20px;
	padding: 2px 5px;
	text-shadow:none;
	font-size:12px
}

/* step 2 - authentification ******************************************************************* */
.authentification_leftcolumn, .authentification_rightcolumn, .authentification_changeaccount {
	clear: none;
	float: left;
	width: 500px;
	padding:20px 100px;
	margin-top:10px;
	margin-bottom:20px;
}
.authentification_centercolumn { width:0px}
.authentification_rightcolumn {
	width:500px;
	background:#e6e7ed url('../img/fs-box-bg.png') no-repeat -80px center;
}
.authentification_changeaccount {
	display:block;
	margin-top:0;
	padding:7px;
	margin-bottom:30px;
}
.authentification_leftcolumn.wide-column {
	width:1000px;
	padding:0;
}
#opc_account_form_left-col, #opc_account_form_right-col {
	float:left;
	width:500px;
	padding:0 0 0 20px;
}
#opc_account_form_right-col {margin-top:20px}
#opc_account_form_right-col #moreinfoprivacy {margin-top:10px;}
#opc_account_form_left-col h4, #opc_account_form_right-col h4 {
	margin-bottom:10px!important;
}
#new_account_form fieldset {margin:0 0 30px;}
#new_account_form #opc_account_form_right-col h4 {
	text-align:left;
	margin:0;
}
.authentification_changeaccount p {
	font:300 12px/16px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	text-align:right;
	padding:0;
	color:#161414;
}
.authentification_changeaccount p a {
	margin-left:5px;
	color:#f96000;
	border-bottom:1px dotted #f96000
}
.authentification_changeaccount p a:hover {
	border-bottom:1px dotted #161414;
	color:#f96000
}
#instant_title {
	font:bold 11px/16px Verdana,Arial,Helvetica,sans-serif;
	color:#161414;
	text-transform:uppercase;
	text-align:center;
	width:175px;
	float:right;
}
#authentication #create-account_form fieldset,
#authentication #login_form fieldset {
	min-height: 200px;
	border:none
}
.authentification_leftcolumn form#create-account_form fieldset {margin-bottom:0}
#authentication #create-account_form .form_content, #opc_account_form_guest {
	padding:15px 0 10px;
	clear:both;
}
#opc_account_form_guest {padding:0}
#authentication #login_form .form_content {
	padding:15px 10px;
}
.go-shopping {
	float:left;
	background-color:#fff!important;
	color:#161414!important;
	font:23px/23px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	text-transform:none;
	text-align:right;
	width:100px;
}
.guest_button {
	text-align:center;
	float:right;
	margin:10px 0 0 0;
}

#create-account_form h3,
#authentication #login_form h3, #new_account_form h3 {
	color:#161414;
	text-align: center;
	font: 23px/25px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	padding-bottom:10px;
}
#create-account_form h4, #authentication #login_form h4 {
	border-bottom:none;
	padding-bottom:6px;
	margin-bottom:15px;
	color:#E3367D;
	text-align: center;
	font: 23px/25px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
}
#new_account_form h4 {
	text-align: center;
	font: 23px/25px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	padding-bottom:10px;
	margin:0 30px;
	text-shadow:0 1px 0 #fff;
	color:#161414;
}
#create-account_form .title_block, #login_form .title_block, #new_account_form .title_block{
	padding-bottom:15px;
	color:#161414;
	font:300 12px/16px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	letter-spacing:0.3px;
}
#create-account_form p.text,
#authentication #login_form p.text {
	text-align:center;
	margin-bottom:15px
}

#create-account_form label,
#login_form label {
	display:none;
	width:110px;
	color:#666;
}


#create-account_form #email_create,
#login_form #email,
#login_form #passwd,
#login_form #login_email,
#login_form #login_passwd {
	width:100%;
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin {
	float:right
}

.lost_password {
	float:left;
	width:150px
}
.lost_password a {
	color:#B4B5BF;
	text-shadow:0 1px 0 #FFF;
	font: 11px/16px Verdana,Arial,Helvetica,sans-serif;
	text-transform:uppercase;
}
.lost_password a:hover {color:#161414;}
#ordermsg_box {
	float:left;
	width:395px;
	margin-bottom:20px;
	padding:0 40px;
	background:transparent url("../img/fs-box-bg-grey.png") no-repeat scroll 100% center
}
#ordermsg textarea {
	background:rgba(255,255,255, 0.75);
}
#ordermsg {
	width:315px;
	float:left;
}
#ordermsg_box h3 {
	margin:0;
	font:23px/25px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	color:#161414;
	padding:10px 0 6px;
}
#ordermsg_box p.txt {
	width:240px;
	margin-bottom:10px;
	font:300 12px/16px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
}
#ordermsg p {padding-bottom:0;}

/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height:100px;
	width:315px;
	border:1px solid #ccc;
	max-width:315px;
}

/* step 3 - address ************************************************************************** */

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #D0D3D8;
	background: #D0D1D5;
	margin-bottom: 10px;
	padding: 5px;
}
#multishipping_mode_checkbox {
	vertical-align: middle;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #ddd;
}
#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:none;
	width:1000px;
	display:block;
	margin:0 auto;
}
#opc_delivery_methods .delivery_options {
	float:none;
	width:100%;
}
.delivery_options_address {
	display:block;
	margin:0 auto;
	width:1000px;
}
#opc_delivery_methods .delivery_options_address {display:block;}
#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
	font-size: 12px;
	padding:8px 12px 6px;
	color:#21242A;
	font-weight:bold;
	border-bottom:3px solid #21242A;
	margin-bottom:10px;
	display:none;
}
#order .delivery_option_radio, #order-opc .delivery_option_radio {
	width:174px;
	cursor:pointer;
}
#order .delivery_option label, #order-opc .delivery_option label {
	display: block;
	padding-bottom: 5px;
	height:145px;
	cursor:pointer;
}
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
	width: 174px;
}
#order .delivery_option.item, #order .delivery_option.alternate_item, #order-opc .delivery_option.item {
	border: 3px solid #f6f6fa;
	background-color:#f6f6fa;
	width:180px;
	height:200px;
	float:left;
	text-align:center;
	margin:10px;
	padding-top:25px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	color:#313137;
	text-shadow:0 1px 0 rgba(255,255,255, 0.7);
}
#order .delivery_option.item.choose .my-choose, #order .delivery_option.alternate_item.choose .my-choose {
	background: transparent url(../img/icon/fs-choose.png) no-repeat 0 0;
	width:32px;
	height:32px;
	position:absolute;
	right:70px;
	top:-16px;
}

#order .delivery_option.item.choose, #order .delivery_option.alternate_item.choose {
	border: 3px solid #f96000;
	background:rgba(255,255,255, 0.7) url("../img/fs-box-bg-grey-light.png") no-repeat scroll -80px center;
}
#order .delivery_option.item.choose .delivery_option_delay, #order .delivery_option.alternate_item.choose .delivery_option_delay {
}
#order .delivery_option.item .delivery_option_title, #order .delivery_option.alternate_item .delivery_option_title {
	font:bold 11px/13px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing:0.5px;
	margin:5px auto 10px;
	width:120px;
	height:30px;
	text-transform:uppercase;
}
#order .delivery_option.item .delivery_option_delay, #order .delivery_option.alternate_item .delivery_option_delay {
	font:400 12px/15px 'Fira Sans',Arial,Tahoma,Helvetica,Sans-Serif;
}
#order .delivery_option.item.poczta .delivery_option_delay, #order .delivery_option.alternate_item.poczta .delivery_option_delay {
	color:#E8A8B7;
	text-shadow:none;
}
#order .delivery_option.item .delivery_option_price, #order .delivery_option.alternate_item .delivery_option_price {
	font:22px/28px 'aleobold',Arial,Tahoma,Helvetica,Sans-Serif;
	margin:7px 0 0;
	color:#f96000;
	letter-spacing:0.5px;
}
#order .delivery_option.item .delivery_option_icon, #order .delivery_option.alternate_item .delivery_option_icon {
	margin:3px 0 0;
	color:#82888F;
}
#order .delivery_option.alternate_item, #order-opc .delivery_option.alternate_item {

}
#order .delivery_option label > table.resume td, #order-opc .delivery_option label > table.resume td {
	padding: 0 8px;
}
#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;
	font-weight:bold;
	color:#21242A
}
#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;
	height:25px;
}
#order .delivery_options_address .delivery_option_logo img, #order-opc .delivery_options_address .delivery_option_logo img { display:none; }
#order .delivery_option_carrier .first_item, #order-opc .delivery_option_carrier .first_item {
	padding: 3px 5px 3px 12px;
}
.delivery_option_icon {
	font-style:italic;
	font-size:11px;
}

.order_carrier_content {
	font-size:12px;
	text-shadow:0 1px 0 #fff
}
.order_carrier_content h3 {
	font-size: 12px;
	padding:8px 12px 6px;
	color:#21242A;
	font-weight:bold;
	border-bottom:3px solid #21242A;
	margin-bottom:10px;
	clear:both;
}
.order_carrier_content h3.carrier_title {padding-top:0}
.order_carrier_content input {
	position:relative;
	top:1px;
}
#gift-price { font-weight:bold}
#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;
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #e9e9e9
}
#carrierTable  td.carrier_price {border:none}
#conditions_area {
	padding:10px 15px;
	clear:both;
	text-align:center;
	width:800px;
	margin:0 auto;
	text-shadow:none;
}
#conditions_area h3 {
	margin:0 0 5px;
	padding:0;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:none;
	display:none;
}
#conditions_area p {}
#gift_div {
	display:none;
	padding-bottom:10px;
	margin-top:5px
}
#gift_div label {
	display:block;
	margin-bottom:5px;
	text-shadow:0 1px 0 #fff
}
#gift_div #gift_message {
	height:50px;
	width:800px;
}

a.iframe {font-weight:bold}

.hook_extracarrier {
	margin-top: 0;
	padding:0;
	float:left;
	margin-left:50px;
}

/* step 5 - paiement ************************************************************************** */
.paiement_block {
	font-size:12px;
}

.paiement_block table#cart_summary td.cart_unit,
.paiement_block table#cart_summary td.cart_quantity { text-align:center}
.paiement_block table#cart_summary td.cart_quantity span { float:none!important}
.paiement_block table#cart_summary tr.cart_total_price td, .paiement_block table#cart_summary tr.cart_total_delivery td,
.paiement_block table#cart_summary tr.cart_total_voucher td{ text-align:right}
.paiement_block table#cart_summary .cart_total_price #total_product.price { background:none}
.paiement_block table#cart_summary tr.cart_total_price td, .paiement_block table#cart_summary tr.cart_total_voucher td, .paiement_block table#cart_summary tr.cart_total_delivery td, .paiement_block table#cart_summary tr.cart_total_price td#total_product.price { padding:5px 10px}
.paiement_block table#cart_summary tr.cart_total_voucher td, .paiement_block table#cart_summary tr.cart_total_delivery td, .paiement_block table#cart_summary tr.cart_total_price td { border:none; font-size:12px}

.paiement_block table#cart_summary tr.cart_total_price td.cart_voucher {
	color:#21242A;
	border:3px solid #21242A;
	border-right:none
}
.paiement_block table#cart_summary tr.cart_total_price td#total_price_container {
	color:#21242A;
	border:3px solid #21242A;
	border-left:none
}
.paiement_block .cart_discount .cart_discount_name {
	background:#21242A;
	color:#fff
}
.paiement_block table#cart_summary tr.cart_total_price td.cart_voucher,
.paiement_block table#cart_summary tr.cart_total_price td.total_price_container {
	font-size:18px
}

.paiement_block .cart_total_price .total_price_container span { background:none}
#HOOK_PAYMENT {
	display:block;
	margin:0 auto;
}
.payment_module:before,
.payment_module:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.payment_module:after {clear: both}
.payment_module {
	width:205px;
	margin:0 auto;
	float:left;
}

.payment_module a {
	border: 3px solid #f6f6fa;
	background-color:#f6f6fa;
	width:180px;
	height:140px;
	float:left;
	text-align:center;
	margin:10px;
	padding-top:65px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	color:#313137;
	text-shadow:0 1px 0 rgba(255,255,255, 0.7);
	letter-spacing:0.5px;
	font:400 12px/15px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
}
.payment_module a.choose {
	background: transparent url(../img/icon/fs-choose.png) no-repeat 0 0;
	width:32px;
	height:32px;
	position:absolute;
	right:70px;
	top:-16px;
}
.payment_module a .payment_option_title {
	font:bold 11px/13px Verdana,Arial,Helvetica,sans-serif;
	display:block;
	margin-bottom:15px;
	text-transform:uppercase;
}
.payment_module a:hover {
	border: 3px solid #f96000;
	background:rgba(255,255,255, 0.7) url("../img/fs-box-bg-grey-light.png") no-repeat scroll -80px center;
	transition:none;
}
.payment_module a img {display:none;}

/* ************************************************************************************************ */

/* ************************************************************************************************
		paiment - CONFIRMATION
************************************************************************************************ */
#order-confirmation .confirmation-status {
	width:800px;
	margin:30px auto 20px;
	text-align:center;
}
#order-confirmation .confirmation-status p.confirmation_info {padding-left:15px;}
#order-confirmation .confirmation-status.confirmation-status-ok {
	padding-bottom:20px;
}
#order-confirmation .confirmation-status .confirmation-status-ok-icon {
	background: url("../img/icon/fs-footer-sprite.png") no-repeat scroll center -295px transparent;
	width:66px;
	height:45px;
	display:block;
	margin:0 auto 15px;
}
#order-confirmation .confirmation-status .confirmation-status-not-ok-icon {
	background: url("../img/icon/fs-footer-sprite.png") no-repeat scroll center -362px transparent;
	height:50px;
}
#order-confirmation .confirmation-status.confirmation-status-error {
	padding-bottom:20px;
	min-height:265px;
}
#order-confirmation .confirmation-status.confirmation-status-error .confirmation-status-thanks {padding-top:20px}
#order-confirmation .confirmation-status .confirmation_text_thanks {
	font:38px/45px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	overflow:hidden;
	padding:15px 0 15px;
	letter-spacing:1px;
}
#order-confirmation .confirmation-status .confirmation_text_thanks .abold {font-size:48px;}

#order-confirmation .confirmation-status #confirmation-status-table {
	font:400 13px/18px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	color:#454544;
	background-color:#e6e7ed ;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 auto 15px;
	width:550px;
	padding:20px 0 0;
}
#order-confirmation .confirmation-status.confirmation-status-error #confirmation-status-table {
	background-color:#fff;
	padding:0;
	margin-bottom:0;
}
#order-confirmation .confirmation-status #confirmation-status-table td {padding:5px 20px; text-align:right}
#order-confirmation .confirmation-status #confirmation-status-table td.cst-right {
	text-transform:normal;
	text-align:left;
}
#order-confirmation .confirmation-status #confirmation-status-table td.cst-title {
	font:300 13px/18px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	text-transform:normal;
	background-color:#6c4232;
	color:#fff;
	text-align:center;
	text-shadow:none;
	padding:10px;
}
#order-confirmation .confirmation-status #confirmation-status-table td.cst-title span {
	letter-spacing:1.5px;
	margin-left:10px;
	font-weight:bold;
}

#order-confirmation #center_column .confirmation_info {
	text-shadow:0 1px 0 #FFFFFF;
	font-size:12px
}
#order-confirmation #center_column .confirmation_info a {
	border-bottom:1px dotted #f96000;
	color:#f96000
}
#order-confirmation #center_column .confirmation_info a:hover { border-bottom:1px solid}



/* ************************************************************************************************
		PAGE PASSWORD
************************************************************************************************ */
#password #center_column {width:1200px}
.password-box {
	width:500px;
	background:#e6e7ed url('../img/fs-box-bg.png') no-repeat -80px center;
	margin:20px auto 30px;
	padding:40px 100px 10px;
	text-align:center;
}
.password-box h1 {
	font:23px/25px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	color:#161414;
}
#form_forgotpassword fieldset {
	padding: 0 10px;
}
#form_forgotpassword  p.text label {
	display: inline-block;
	padding-right: 10px;
	width: 259px;
	font-weight: bold;
	font-size: 12px;
	text-align: right
}
#password .button_large {
	float:none;
	text-align:center;
}
#form_forgotpassword  p.text input {width: 290px;}
#form_forgotpassword p.submit {
	margin-top:15px;
	padding-bottom:5px;
	text-align:center
}

#password .icon {
	position:relative;
	top:6px;
}


/* ************************************************************************************************
		PAGE ADRESSES
************************************************************************************************ */

#address p.inline-infos {
	margin:0 0 0 265px !important;
	font-size:12px;
	color:#454544;
}


/* ************************************************************************************************
		PAGE ADD ADRESS
************************************************************************************************ */

form#add_address {}
#add_address fieldset {
	margin:0;
	background:#e6e7ed url("../img/fs-box-bg.png") no-repeat scroll -80px 55px;
	width:800px;
	padding:30px 50px;
}

#center_column #add_address p {margin:0; padding:0 0 10px 0}
#add_address p.required {color:#222}
#add_address p.required  sup {color:#e3367d; font-size:13px;}

#add_address p.text label,
#add_address p.password label,
#add_address p.select label,
#add_address p.select span,
#add_address p.textarea label {
	display: inline-block;
	padding: 6px 15px;
	width: 240px;
	text-align: right;
	color:#454544;
	font:300 13px/18px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	text-shadow:0 1px 0 #fff;
}
#add_address p.text input,
#add_address p.password input,
#add_address p.select input {
	width:260px;/* 370 */
	padding:5px 10px;
}
#add_address p.checkbox input {
	margin-left:260px;
}
#add_address p.select select {
	margin-right:10px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#454544
}
#add_address p.textarea label {vertical-align:top}
#add_address p.textarea textarea {
	height:80px;
	width:260px;
}
#center_column  #add_address p.submit2 {
	margin-top:20px;
	text-align:right
}
#address #center_column  #add_address p.submit2 {
	margin:20px auto;
	text-align:center;
	width:100px;
}

#add_address span.form_info,
#add_address span.inline-infos {
	display:block;
	margin:5px 0 0 265px;
	color:#454544
}
#add_address p.inline-infos {
	margin-left:245px!important;
	text-shadow:0 1px 0 #FFFFFF;
	color:#454544;
	font-size:11px
}
.right-txt { float:left;}
#add_address .submit2 .required {
	margin: 10px 0;
	display:block;
	float:left;
}
/* ************************************************************************************************
		PAGE ORDER-SPLIP
************************************************************************************************ */

#order-slip #order-list {border-bottom:1px solid #999}
#order-slip #order-list td {
	border-top: 1px solid #ccc;
	border-bottom:none
}
#order-slip #order-list td.history_invoice {border-right:none}


/* ************************************************************************************************
		PAGE DISCOUNT
************************************************************************************************ */

#discount .table_block { text-shadow:0 1px 0 #fff}
#discount .table_block tbody td.discount_code {
	color:#f96000;
	text-shadow:none;
	text-align:left;
	font-weight:bold
}
#discount .table_block tbody td.discount_value { color:#f96000; font-weight:bold}
#discount .table_block tbody td.discount_expiration_date {
	color:#21242A;
	font-weight:bold;
	text-align:center;
}
#discount .table_block tr.last_item td {border-bottom:1px solid #e6e7ed}
#discount .table_block td.discount_value {white-space:nowrap}


/* ************************************************************************************************
		PAGE ORDER FOLLOW
************************************************************************************************ */

#order-follow #center_column{width:800px}


/* ************************************************************************************************
		PAGE NEW-PRODUCTS
************************************************************************************************ */
#newproducts .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE BEST SALES
************************************************************************************************ */
#bestsales .sortPagiBar {margin-bottom:20px}

/* ************************************************************************************************
		PAGE PRICES DROP SALES
************************************************************************************************ */
#pricesdrop .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE MANUFACTURER
************************************************************************************************ */
#manufacturer .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}

#manufacturer #product_list {margin-top:15px}

ul#manufacturers_list {list-style-type:none}
ul#manufacturers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#manufacturers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#manufacturers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom
}
ul#manufacturers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#manufacturers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#454544
}
ul#manufacturers_list li .right_side {float:right;}


/* ************************************************************************************************
		PAGE SUPPLIER
************************************************************************************************ */
#supplier .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}
ul#suppliers_list {list-style-type:none}
ul#suppliers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#suppliers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#suppliers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom
}
ul#suppliers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#suppliers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#454544
}
ul#suppliers_list li .right_side {float:right;}


/* ************************************************************************************************
		PAGE SEARCH
************************************************************************************************ */
#search #center_column { width:100%}
#search h3.nbresult {
	padding:6px 15px;
	color:#595a5d;
	letter-spacing:0.4px;
	text-transform:uppercase;
	clear:both;
	text-shadow:0 1px 0 #FFFFFF;
	font:400 15px/18px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	width:100%;
	bottom:10px;
	margin: 0 0 20px;
	background-color:#ccc; background-color:rgba(0, 0, 0, 0.1);
}
#search .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE 404
************************************************************************************************ */
#pagenotfound #center_column {width:1200px;}
#pagenotfound .pagenotfound {margin:100px 0 70px;}
#pagenotfound .pagenotfound h1 {
	padding:0;
	font:65px/70px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	margin:0 auto;
	width:800px;
	color:#161414;
}
#pagenotfound h1 .fourzerofour {
	color:#e6e7ed;
	font-size:180px;
	letter-spacing:10px;
}

#pagenotfound p#pagenotfound_info {
	font:42px/50px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	color:#fff;
	width:700px;
	background-color:rgba(0, 0, 0, 0.1);
	padding:10px 20px;
	text-align:center;
	margin:15px auto;
	letter-spacing:1px;
}

/* ************************************************************************************************
		addons all payment confirmation pages
************************************************************************************************ */
#module-bankwire-payment #center_column h3, #module-cashondeliveryplus-validation #center_column h3,
#module-cashondelivery-validation #center_column h3 {
	padding:0;
	width:100%;
	height:auto;
	text-shadow:0 1px 0 #FFFFFF;
	text-align:right;
	margin:10px auto 15px;
}
#module-bankwire-payment #center_column h3 span, #module-cashondeliveryplus-validation #center_column h3 span,
#module-cashondelivery-validation #center_column h3 span {
	text-transform:uppercase;
	margin-left:10px;
}

.payment-p span.price { font-size:23px; color:#E3367D; font-weight:bold}
.payment-p  {
	text-align:center;
}
#center_column p.choice {
	width:450px;
}
#center_column p.choice a { float:left}

/* ************************************************************************************************
		addons payment cheque
************************************************************************************************ */

#module-cheque-payment #center_column{width:800px}


/* ************************************************************************************************
		addons payment bankwire
************************************************************************************************ */

#module-bankwire-payment #right_column {width:0}
#module-bankwire-payment #showLeftcolumn { display:none}


/* ************************************************************************************************
		addons google checkout
************************************************************************************************ */

#module-gcheckout-payment #center_column{width:800px}

/* ************************************************************************************************
		addons paypal
************************************************************************************************ */

#module-payment-submit #center_column{width:800px}
#module-payment-submit #showLeftcolumn { display:none}


/* ************************************************************************************************
		addons cashondelivery validation
************************************************************************************************ */

#module-cashondelivery-validation #right_column {width:0}
#module-cashondelivery-validation #showLeftcolumn { display:none}


/* ************************************************************************************************
		addon RerversoForm
************************************************************************************************ */
#account-creation_form fieldset.reversoform {padding:10px !important}
#account-creation_form fieldset.reversoform  .text label{
	display:block;
	padding:0 0 10px 0;
	width:100%;
	text-align:left;
}
#account-creation_form fieldset.reversoform .infos-sup {
	padding:0 !important;
	font-size:10px;
	font-style:italic;
	text-align:right
}
/* ************************************************************************************************
		addon customer privacy
************************************************************************************************ */
#account-creation_form fieldset.customerprivacy,
#new_account_form fieldset.account_creation.customerprivacy {
	float:none;
	clear:both;
	margin-bottom:5px;
}
.customerprivacy_box {
	width:700px;
	margin:0 auto;
}
#opc_account_form_right-col .customerprivacy_box { width:460px;}
#account-creation_form fieldset.customerprivacy,
#center_column #account-creation_form fieldset.customerprivacy p {margin-bottom:0; padding-bottom:0;}
#clickprivacy {margin-left:55px;}
#moreinfoprivacy {margin:10px 0;}
#opc_account_form_right-col #clickprivacy {margin-left:15px;}
#account-creation_form fieldset.customerprivacy {width:1000px;}
#account-creation_form fieldset.customerprivacy h3 {
	font:23px/25px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	padding-bottom:10px;
	text-align:center;
}
#opc_account_form fieldset.customerprivacy h3 {
	font:bold 11px/11px Verdana,Arial,Tahoma,Helvetica,sans-serif;
	text-align:left;
	color:#666;
	margin-left:22px;
}
#opc_account_form fieldset.account_creation {width:460px;}
#opc_account_form fieldset.account_creation p {margin-bottom:0;}
#opc_account_form fieldset.account_creation p input {margin:0 10px 0 0!important;}
#new_account_form fieldset.account_creation.customerprivacy p {padding:0 0 0 10px}
#account-creation_form fieldset.customerprivacy label, fieldset.customerprivacy label {
	padding-bottom:0;
	font-size:14px;
	text-align:left;
	cursor:pointer;
	font:11px/14px Verdana,Helvetica,sans-serif;
	text-shadow:0 1px 0 #FFFFFF;
	padding-top:0;
	width:90%;
	color:#666;
}
#center_column #account-creation_form .customerprivacy p.required { padding:0}
#account-creation_form fieldset.customerprivacy label sup,
#new_account_form fieldset.customerprivacy label sup
 {color:#e3367d; font-size:13px; font-family:Verdana,Tahoma,Helvetica,sans-serif; margin-right:5px; float:left;}
#account-creation_form fieldset.customerprivacy #customer_privacy {margin:10px 15px!important;} 
/* ************************************************************************************************
		addon referralprogram
************************************************************************************************ */

#module-referralprogram-referralprogram-program #center_column{width:800px}

#footer .myaccount li.referralprogram img {display:none}

#module-referralprogram-referralprogram-program .sheets {padding-top:10px}

#module-referralprogram-program form p.checkbox {font-weight:bold; text-align:center}
#module-referralprogram-program form p.submit {text-align:center; margin:10px auto 20px}
#module-referralprogram-program form p.see_email {margin:5px 0 20px}
.referral_text {
	color:#DD2A81;
	padding:10px 0;
	font:14px/18px 'Fira Sans',"Times New Roman",Helvetica,sans-serif
}

.referral_link { border-bottom: 1px dotted #000; padding:0 3px}
.referral_link:hover { border-bottom: 1px solid #DD2A81}

/* ************************************************************************************************
		addons comments products
************************************************************************************************ */
form#sendComment  fieldset{
	padding:10px;
	border:1px solid #ccc;
	background:#eee
}
form#sendComment h3 {font-size:14px;}
#new_comment_form p.text {
	 margin-bottom: 0;
	 padding-bottom: 0;
}
#sendComment p.text label,
#sendComment p.textarea label {
	display: block;
	margin: 12px 0 4px;
	font-weight: bold;
	font-size: 12px;
}
#sendComment p.text input {
	padding: 0 5px;
	height: 28px;
	width: 498px;
	border: 1px solid #ccc;
	background: #fff;
}
#sendComment p.textarea textarea {
	height:80px;
	width:508px;
	border:1px solid #ccc;
}
#sendComment p.submit {
	padding:0;
	text-align:right
}

#sendComment p.closeform {
	float:right;
	padding:0;
	height:12px;
	width:12px;
	text-indent:-5000px;
	background:url(../img/icon/fs-close-icon.png) no-repeat 0 0
}

.star {
	position: relative;
	top:2px;
	float: left;
	height: 12px;
	width: 12px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
div.star_on a { background-position: 0 -12px }
div.star_hover a, div.star a:hover { background-position: 0 -12px }


/* ************************************************************************************************
		guest tracking
************************************************************************************************ */
/* ************************************************************************************************
		TRACKING PAGE and CHANGE ACCOUNT
************************************************************************************************ */
#guest-tracking #center_column .description_box {
	margin:0 0 30px
}
#guest-tracking #center_column #block-order-detail { padding-top:10px}
#guest-tracking #center_column .description_box p {
	text-shadow:0 1px 0 #fff;
	margin-bottom:5px;
	padding-left:0
}

#guest-tracking #center_column .description_box p.text {
	line-height:30px
}
#guest-tracking #center_column .description_box p.text label {
	width:30%;
	text-align:right;
	float:left;
	text-shadow:0 1px 0 #fff;
}
#guest-tracking #center_column .description_box p.text label { width:38%}
#guest-tracking #center_column .description_box p.text input {
	margin:0 10px 0 5px;
	width:130px
}
#guest-tracking #center_column .description_box p.text input.email_track { width:250px}
#guest-tracking #center_column .description_box p.track_button { margin-left:30%}
#guest-tracking #center_column .description_box p.track_button { margin-left:305px}
#guest-tracking #center_column .description_box p.track_button input {min-width:250px}
#guest-tracking fieldset p:first-child, #guest-account fieldset p:first-child {
	padding-top: 0;
}
#guest-tracking fieldset p:last-child {
	padding-bottom: 10px;
}

#guest-account #center_column { width:1200px;float:left}
#guest-account .guest-box {
	width:1000px;
	display:inline-block;
	margin:10px 100px 30px;
}
#guest-account .guest-box-left {
	background:#e6e7ed url("../img/fs-box-bg.png") no-repeat scroll -80px 55px;
	float:left;
	width:600px;
	padding:30px 0 30px 85px;
	height:270px;
}
#guest-account .guest-box-right {
	background:#6c4232 ;
	float:left;
	width:400px;
	padding:30px;
	height:270px;
}
#guest-account .guest-box-left label {
	font: 300 13px/18px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	width:120px;
	text-shadow:0 1px 0 #fff;
	display:inline-block;
	text-align:right;
	padding:6px 10px 6px 0;
}
#guest-account .guest-box-left input {
	padding:6px 8px;
	width:280px;
	background-color:#fff;
}
#guest-account #center_column p.top-info {
	margin:0 100px 15px 35px;
	text-align:right;
}
#guest-account  #center_column p.text {
	margin-bottom:10px;
}
#guest-account  #center_column p.track_button {
	margin-left:135px;
}
#guest-account  #center_column p.track_button input {
	width:130px;
	float:right;
	margin-right:100px;
}
#guest-account  #center_column h4 {
	color:#8E6252;
	font:26px/30px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	margin-bottom:20px;
}
#guest-account .guest-box-right ul {
	list-style:inside disc;
}
#guest-account .guest-box-right ul.bullet li {
	color:#fff;
	background:none;
	text-shadow:0 -1px #492213;
	line-height:12px;
	padding-bottom:5px;
}

/* ************************************************************************************************
		CSS Modules
************************************************************************************************ */

/******* IMPORTANT - Internet Explorer can read 31 CSS files max. Some CSS have been put here and erased from their own module folder.************/

/*************** Block ADVERTISING ***************/
.advertising_block { width: 191px; margin-bottom: 1em; text-align: center }



/*************** Block CATEGORIES ***************/
#categories_block_left  li {border-bottom:1px dotted #ccc}
	#categories_block_left  li.last {	border:none;}
		#categories_block_left  li a {
			display:block;
			padding:7px 11px 5px 22px;
			color:#333;
			background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent
		}

	#categories_block_left  li ul {margin-left:40px}
		#categories_block_left  li ul li {border:none}
			#categories_block_left  li ul li a {
				padding-left:0;
				background:none
			}

#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	display:block;
	float:right;
	margin:10px 10px 0;
	height:9px;
	width:9px;
	background:url(../../../modules/blockcategories/img/icon/open-close.png) no-repeat 0 -9px;
	cursor:pointer
}
#categories_block_left li .CLOSE {background-position:0 0}


/* footer */
.blockcategories_footer {
	padding:15px 10px;
}
.blockcategories_footer .category_footer {float:left;clear:none;}
.blockcategories_footer ul ul {display:none !important}



/*************** Block CMS ***************/
/* footer */
#footer_cms_block {
	clear:both;
	float:left;
	padding:30px 0 0;
	width:1200px;
	height:275px;
}
#footer ul {list-style: none}
#footer .block_various_links {
	font:300 13px/18px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
	width: 190px;
	margin-left:60px;
	float:left;
	height:165px;
}
#footer .block_various_links li {
	color:#9F9F9E;
	color:rgba(255, 254, 255, .3)
}
#footer .block_various_links li.title_block {
	margin-bottom:10px;
	text-decoration: none;
	color: #fff;
	font: 16px/22px 'aleolight', Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing:1px;
}
#footer .block_various_links li a {
	text-decoration: none;
	color:#fff;
	text-shadow:0 -1px 0 #5c2f1e
}
#footer .block_various_links li a:hover {
	color:#f96001;
}
#footer .block_logo_footer {
	float:left;
	width: 200px;
}
#footer .block_logo_footer a {
	background: url("../img/icon/fs-logo-footer.png") no-repeat scroll center center transparent;
	width:112px;
	height:110px;
	display:block;
	margin:0 auto;
}
#footer .block_various_links.footer_contact {margin-left:85px;}
#footer .footer_contact .item {
	float:right;
	background: url("../img/fs-phone.png") no-repeat scroll center bottom transparent;
	width:240px;
	height:25px;
	margin-top:13px;
}
#footer .block_various_links.shipping_tab {
	width:195px;
	margin-left:30px;
}
#footer .block_various_links.shipping_tab li {
	color:#997062!important;
	text-shadow:0 -1px 0 #5c2f1e;
}
#footer .block_various_links.shipping_tab li a {
	background: url("../img/icon/fs-footer-sprite.png") no-repeat scroll center top transparent;
	margin-bottom:10px;
	display:block;
	margin-right:20px;
}
#footer .block_various_links.shipping_tab .post a{ background-position: center -99px; height:34px;}
#footer .block_various_links.shipping_tab .inpost a{background-position: center -145px; height:42px;}
#footer .block_various_links.shipping_tab .dpd a{background-position: center -202px; height:29px;}
#footer .footer_cat li a:hover {
	padding-right: 4px
}
#footer .block_various_links.shipping_tab .nanus {
	margin-top:40px;
	text-align:left;
}
#footer .block_various_links.shipping_tab li a.nanushki-link {
	background:none;
	margin-right:0;
	color:#997062;
	text-shadow:0 -1px 0 #5c2f1e;
}
#footer .block_various_links.footer_tab {
	display:block;
	height:70px;
	clear:both;
	margin-left:225px;
	width:500px;
}
#footer .block_various_links.footer_tab li {
	float:left;
	width:250px;
	font: 16px/32px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	color:#fff;
	padding-left:90px;
	margin:20px 0;
	background: url("../img/icon/fs-footer-sprite.png") no-repeat scroll 20px 3px transparent;
}
#footer .block_various_links.footer_tab .return { background-position: 20px -45px;}

#footer .copyrights { clear:both;}

#footer .copyrights li#made, #footer .copyrights li#copyrights {
	float:left;
	margin-left:40px;
	height:20px;
	padding-top:5px;
	color:#997062;
	text-shadow:0 -1px 0 #5c2f1e;
	font:300 13px/18px "Fira Sans",Arial,Tahoma,Helvetica,sans-serif;
}
#footer .copyrights li#copyrights { float:right; margin-right:465px; text-align:right;}
#footer .copyrights li#made a.pixelcode {
	background: url("../img/icon/fs-footer-sprite.png") no-repeat scroll -24px -247px transparent;
	height:17px;
	width:30px;
	text-indent:-9999px;
	display:inline-block;
	margin-left: 5px;
}
#footer .copyrights li#made a.mlime:hover {
	background-position: 0 -11px;
}

/* Block CMS links */
.informations_block_left li {border-bottom:1px dotted #eee}
.informations_block_left li.last {border:none;}
.informations_block_left li a {
    display:block;
    padding:7px 11px 5px 22px;
    color:#333;
    background:url(../../../modules/blockcms/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}

tr.subitem > td:first-child + td {
    padding-left: 10px;
}



/*************** Block CONTACT INFOS ***************/

#block_contact_infos {padding:15px 10px;}
#block_contact_infos li {
	padding:0 !important;
	line-height: 20px;
}
#block_contact_infos li  strong {
	font-weight:normal;
	font-size:13px;
}
#block_contact_infos li  pre {font: 11px/20px Arial,Verdana,sans-serif;}



/*************** Block LINK ***************/
#links_block_left .block_content li {border-bottom:1px dotted #eee}
#links_block_left .block_contentt li.last {border:none;}
#links_block_left .block_content li a {
    display:block;
    padding:7px 11px 5px 22px;
    color:#333;
    background:url(../../../modules/blocklink/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}



/*************** Block MANUFACTURER ***************/
.blockmanufacturer li {border-bottom:1px dotted #ccc}
.blockmanufacturer li.last {	border:none;}
	.blockmanufacturer li a {
		display:block;
		padding:7px 11px 5px 22px;
		color:#333;
		background:url(../../../modules/blockmanufacturer/img/arrow_right_2.png) no-repeat 10px 10px transparent
	}


.blockmanufacturer form {
	margin-top: 10px;
    text-align: center;
    width: 200px;
}
.blockmanufacturer p {
	padding:0;
}

/*************** Block LOGO PAYMENT ***************/

.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em }
.paiement_logo_block a { text-decoration: none }
.paiement_logo_block img { margin: 0 0.5em }

/*************** Block STORE ***************/
.blockstore img { margin: 10px 0 0 0}
.blockstore p {
	padding-bottom:0;
	font-weight:bold;
	text-align: right
}
.blockstore p.store_image {
	padding-bottom:10px;
	text-align:center
}


/*************** Block SUPPLIER ***************/
.blocksupplier li {border-bottom:1px dotted #ccc}
.blocksupplier li.last {	border:none;}
	.blocksupplier li a {
		display:block;
		padding:7px 11px 5px 22px;
		color:#333;
		background:url(../../../modules/blocksupplier/img/arrow_right_2.png) no-repeat 10px 10px transparent
	}

.blocksupplier form {
	margin-top: 10px;
    text-align: center;
    width: 200px;
}
.blocksupplier p {
	padding:0;
}


/*************** My account pages ***************/

@font-face {
    font-family: 'aleobold';
    src: url('fonts/aleo-bold-webfont.woff2') format('woff2'),
         url('fonts/aleo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aleolight';
    src: url('fonts/aleo-light-webfont.woff2') format('woff2'),
         url('fonts/aleo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novecento_book';
    src: url('fonts/novecentowide-book-webfont.woff2') format('woff2'),
         url('fonts/novecentowide-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'novecento_demibold';
    src: url('fonts/novecentowide-demibold-webfont.woff2') format('woff2'),
         url('fonts/novecentowide-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* ****************************************************************************
		Slider
**************************************************************************** */
.product-counter {
	float:left;
    background:#fff url(../slider/images/product-counter.jpg) no-repeat 0 0;
	width:300px;
	height:250px;
	font:26px/32px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	padding:50px 50px 50px 0;
	text-align:center;
	color:#313137;
	letter-spacing:1px;
}
.product-counter span {
	font:55px/55px "aleobold",Arial,Tahoma,Helvetica,sans-serif;
	letter-spacing:2px;
}
.product-counter a {
	display:block;
	color:#fff;
	margin-left:55px;
	float:none;
	margin-top:10px;
}
.wmuSlider,
.wmuGallery {
    margin-bottom: 20px;
}

/* mwuSlider */
.wmuSlider {
    position: relative;
    overflow: hidden;
	clear:both;
	width:900px;
	height:252px;
}
.wmuSlider .wmuSliderWrapper {
    display: block;
}
.wmuSlider .wmuSliderWrapper article {
    position: relative;
    text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* mwuGallery */
.wmuGallery .wmuGalleryImage {
    position: relative;
    text-align: center;
}
.wmuGallery .wmuGalleryImage img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Default Skin */
.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    background: url(../slider/images/sprites.png) no-repeat 0 0;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
	opacity: 0
}
.wmuSliderPrev {
    background-position: 100% 0;
    left: 20px;
}
.wmuSliderNext {
    right: 20px;
}
.wmuSlider:hover .wmuSliderPrev, .wmuSlider:hover .wmuSliderNext { opacity: 1; cursor: pointer}

.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    left: 20px;
    bottom: 16px;
}
.wmuSliderPagination li {
    float: left;
    margin: 0 5px 0 0;
    list-style-type: none;
}
.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: url(../slider/images/sprites.png) no-repeat 0 -80px;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

}
.wmuSliderPagination a.wmuActive {
    background-position: -10px -80px;
}

.fancybox-skin {
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	background-color:#fff!important;
	padding:0!important;
}
.fancybox-close {
	top:15px!important;
	right:15px!important;
	width:12px!important;
	height:12px!important;
	padding:5px!important;
	background: transparent url('../img/icon/fs-close-icon.png')  no-repeat center center!important;
}
body.cms.content_only  {
	padding:30px!important;
}
.fancybox-lock .fancybox-overlay {overflow-y: auto!important}
.fancybox-margin { margin-right:0!important}
.fancybox-title {display: none}


/***************** Pixel cart summary *****************/
#pixel_cart {
	width:400px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#6c4232;
	color:#fff;
	margin:0 auto 25px;
	padding:20px 30px;
	font:23px/25px "aleolight",Arial,Tahoma,Helvetica,sans-serif;
	text-align:right;
}
#pixel_cart .total-to-pay, #pixel_cart .total_price {
	float:left;
}
#pixel_cart .total-to-pay {
	width:130px;
	padding-right:20px;
	border-right:1px solid #8b6a5d;
}
#pixel_cart .total_price {
	font:40px/50px "aleobold",Arial,Tahoma,Helvetica,sans-serif;
	width:180px;
	margin-left:20px;
	text-align:center;
}
#featured-products_block_center { margin-bottom:0}
#cookies {
	font: 12px/19px 'Fira Sans', Arial, Tahoma, Helvetica, Sans-Serif;
	color:#fff;
	letter-spacing:1px;
	background-color:#f96001;
	z-index: 7;
	overflow: hidden;
	clear:both;
	margin:0;
	padding:6px 10px 4px;
	text-align:center;
}
#cookies p.cook, #contact #center_column #cookies p.cook {padding: 3px 20px 3px 5px; position:relative}
#cookies .cookies-close {
	background: url("../img/icon/fs-footer-sprite.png") no-repeat scroll -32px -269px transparent;
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	border:none;
	cursor: pointer;
	height:16px;
	width:13px;
}
.newsletter_img {
	display:block;
	margin-top:4px;
}
#authentication .newsletter_img {margin-left:152px;}

.paczkomatyinpost_container {
	background:#fff!important;
	margin:10px 10px 25px!important;
	padding:0!important;
}
.paczkomatyinpost_container .left {
	background:transparent url("../img/fs-logo-inpost.png") no-repeat scroll left center!important;
	width:140px!important;
}
.paczkomatyinpost_container .right .paczkomat-select { max-width:650px;}
.inpost-error {
	width:800px;
	background:#fede5f url("../img/icon/fs-attention.png") no-repeat scroll 30px center!important;
	padding:20px 50px 20px 80px!important;
	font: bold 13px/30px Verdana, Arial, Tahoma, Helvetica, Sans-Serif!important;
	letter-spacing:0.5px;
	color:#786106!important;
}
.sensbitinpost {
	width:600px!important;
	margin:0 auto 10px!important;
	padding:5px 15px 5px!important;
}
.sensbitinpost.error {
	border:none!important;
	background-color:#ff343d!important;
}