/*
@font-face {
    font-family: 'Novecentowide-Light';
    src: url('../fonts/novecentowide-light-webfont.eot');
    src: url('../fonts/novecentowide-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentowide-light-webfont.woff') format('woff'),
         url('../fonts/novecentowide-light-webfont.ttf') format('truetype'),
         url('../fonts/novecentowide-light-webfont.svg#NovecentowideLightRegular') format('svg');
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: 'Novecentowide-Medium';
    src: url('../fonts/novecentowide-medium-webfont.eot');
    src: url('../fonts/novecentowide-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecentowide-medium-webfont.woff') format('woff'),
         url('../fonts/novecentowide-medium-webfont.ttf') format('truetype'),
         url('../fonts/novecentowide-medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'ginetexsymbolsplusRegular';
    src: url('../fonts/ginetex-symbolsplus-webfont.eot');
    src: url('../fonts/ginetex-symbolsplus-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ginetex-symbolsplus-webfont.woff') format('woff'),
         url('../fonts/ginetex-symbolsplus-webfont.ttf') format('truetype'),
         url('../fonts/ginetex-symbolsplus-webfont.svg#ginetexsymbolsplusRegular') format('svg');
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face { 
	font-family: 'Coco-bold'; 
	
	src: url('../fonts/Coco-Bold.ttf'); 
}

/*
@font-face {
    font-family: 'BauerBodniBTRoman';
    src: url('../fonts/bauerbodni-bt-roman-webfont.eot');
    src: url('../fonts/bauerbodni-bt-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bauerbodni-bt-roman-webfont.woff') format('woff'),
         url('../fonts/bauerbodni-bt-roman-webfont.ttf') format('truetype'),
         url('../fonts/bauerbodni-bt-roman-webfont.svg#BauerBodniBTRoman') format('svg');
    font-weight: normal !important;
    font-style: normal !important;

}
*/


/*
* {
	padding: 0;
	margin: 0
}
*/
body {
	background:#fff;
	font-size: 12px;
	font-family: Ubuntu, Arial, Sans-Serif;
	color: #353431;
	/*overflow-x:hidden;*/
}

.largeur_responsive{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}


/* Useful */
.align_center { /*text-align: center,*/ margin-left: 80px; }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
fieldset{ border:none; }
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }
/* new clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }



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

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

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background: url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {
	padding-left: 1.2em;
	border-left: 1px gray dotted;
	background: url(../img/sitemap-horizontal.png) no-repeat left 10px;
	margin-left: 1em
}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last {
	background: url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border: none
}
span.grower { cursor: pointer;  }


/* Tabs */
.idTabs {
	list-style-type: none;
	border-bottom: solid 1px #76839b;
	height: 21px;
	margin-top: 1em
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	background-image: url('../img/tab_bg.jpg');
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	color: #374853
}
.idTabs .selected {
	background-image: url('../img/tab_bg_selected.jpg');
	color: white
}

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

/* global style */
a {
	color: #000;
	text-decoration: underline;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none;
	border:none;
}


/*
hr{
	border:none;
	width:auto;
	height:15px;
	background:url("../img/icon/border_title.gif") center center repeat-x;
}
*/

h1 {
	font-size: 35px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-family:'Novecentowide-Medium', Arial;
	padding:0 0 40px;
	margin:0;
	width:100%;
	text-align:center;
}


h2.cart_articles,
h2.my_account{
	display:inline-block;
	font-size: 32px;
	color:#181818;
	font-weight:normal;
	font-family:'UniversLT-UltraCondensed', Arial;
	padding:0 0 0 25px;
	margin:0 0 20px;
	background:url("../img/icon/fleche.gif") 0 center no-repeat;
}
h2.my_account strong{
	font-weight:normal;
	text-transform:uppercase;
}


/* global layout */
#page {
	margin:0 auto;
	text-align: left;
	width:100%;
}
/*
#header{
	width:100%;
	height:138px;
	position:relative;
}
*/
#header #header_logo{
	display:block;
	/*margin:0px auto 0;*/
	position:relative;
	z-index:10;
	text-align: center;
    padding: 15px 0px;
}
#header #header_logo.cart_expand.panier_vide,
#header #header_logo.cart_expand{
	display:none;
}




body#index #slider_home div{
	width:1200px;
	height:470px;
}
body#index .bx-wrapper{
	margin:0 0 20px;
}
body#index .bx-wrapper .bx-window{
	z-index:1;
}
body#index .bx-wrapper .bx-pager{
	position:absolute;
	left:0;
	bottom:10px;
	text-align:center;
	width:100%;
	z-index:2;
}
body#index .bx-wrapper .bx-pager a.pager-link{
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:5px;
	margin:0 3px;
	background:#000;
	text-indent:-9999px;
	overflow:hidden;
}
body#index .bx-wrapper .bx-pager a.pager-active{
	background:#f49895;
	box-shadow:0 0 5px #999;
}




#columns{ }

body#category #left_column,
body#search #left_column{
	float: left;
	width: 145px;
	overflow: hidden;
	padding: 40px 0 0;
}


#center_column {
	overflow:visible;
	position:relative;
}
body#category #center_column,
body#search #center_column{
	width:1000px;
	float:right;
}



#old_center_column { display: none }

.ac_results_instant {
	display: none;
	visibility: hidden
}

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



input, textarea, select, span.editable {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	outline: none
}
input, textarea, select { border: 1px solid #bdc2c9 }
.checkbox input, .radio input { border: none }
.required sup {
	color: #000;
	font-size:14px;
}



/* errors */
.error {
	/*min-height:30px;*/
	padding:15px 0 10px 50px;
	background:url("../img/icon/bg_errors.gif") repeat;
	border:1px solid #c7c7c7;
	font-family:'Novecentowide-Medium', Arial;
	font-size:11px;
	color:black;
	text-transform:uppercase;
	margin:30px auto;
	position:relative;
	overflow:auto;
}
.error img{
	position:absolute;
	left:50px;
	top:25%;
}
.error p{
	display:inline-block;
	float:left;
	min-width:224px;
	margin-right:50px;
	padding:0 0 5px;
}
/* warning */
.warning {
	font-size: 14px;
	font-family:'UniversLT-UltraCondensed',Arial;
	text-transform:uppercase;
	padding:0 0 20px;
	margin:30px auto;
	text-align:center;
	background:url("../img/icon/hr_gris.gif") center bottom no-repeat;
	width:50%;
	display:block;
}
.warning_inline {
	font-size: 14px;
	font-family:'UniversLT-UltraCondensed',Arial;
	text-transform:uppercase;
	margin-bottom: -20px;
}

/* success */
.success {
	font-size:12px;
	padding:15px 0;
	text-transform:uppercase;
	font-family:'Novecentowide-Medium', Arial;
	color:#000;
}
.success_inline {
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	font-family:'Novecentowide-Medium', Arial;
}

/* breadcrumb.tpl */
.breadcrumb {
	display:block;
	margin:20px 0;
	font-size: 12px;
	color: #000;	
	position:relative;
}
body#category .breadcrumb,
body#search .breadcrumb{
	left:-200px;
}

.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a {
	text-decoration: none;
	color: #797979;
}
.breadcrumb a:hover { text-decoration: underline;}

/* pagination.tpl */
div.pagination{
	clear:both;
	padding:40px 0;
	text-align:right;
}
ul.pagination {
	list-style: none;
}
ul.pagination li {
	display: inline;
}
ul.pagination li, ul.pagination a, ul.pagination span {
	color: #aeaeae;
}
ul.pagination a, ul.pagination span {
	font-size:16px;
	padding:0 10px 10px;
	color: black;
}
ul.pagination a { text-decoration: none; font-family: Ubuntu; }
/*ul.pagination a:hover{ color:#000; }*/
ul.pagination .current span {
	color:#000;
	/*background:url("../img/icon/hr_noir.gif") center bottom no-repeat;*/
}
#pagination .pagination{    text-align: center;}
#pagination{padding-bottom: 20px;}
#pagination ul li.current{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f6f3f1;
}

/* steps (like order step) */
ul.step {
	list-style: none;
	height:40px;
	width:590px;
	padding:0 0 0 70px;
	margin:30px auto 60px;
	border-bottom:1px solid #a5a5a5;
	overflow:visible;
	position:relative;
}
ul.step li#step_start{
	position:absolute;
	left:-80px;
	bottom:-4px;
}
ul.step li#step_end{
	position:absolute;
	right:-80px;
	bottom:-4px;
}
ul.step li {
	height:40px;
	float:left;
	width:150px;
	text-align: center;
	background: url('../img/step_standard.gif') no-repeat center bottom;
	color:#9f9f9f;
	font-size:14px;
	text-transform:uppercase;
	font-family:'Novecentowide-Medium', Arial;
	position:relative;
	top:4px;
}
ul.step li.step_current {
	background: url('../img/step_current.gif') no-repeat center bottom;
	font-weight:bold;
	color:#000;
}

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





/* Footer */
/*
#footer{
	clear: both;
	margin:80px auto 0;
	position:relative;
}
*/
#footer #social_footer{
	width:534px;
	float:left;
	background:url('../img/bg_social.gif') center top no-repeat;
}
#footer #social_footer h2{
	font-size:12px;
	color:#262626;
	font-family:'Novecentowide-Medium', Arial;
	text-transform:uppercase;
	font-weight:normal;
	width:250px;
	text-align:center;
	display:block;
	float:left;
}
#footer #social_footer h2 strong{
	font-size:18px;
	font-weight:bold;
}
#footer #social_footer a{
	display:block;
	float:left;
	margin:-15px 15px 0 0;
}
#footer #copyright{
	float:right;
	margin:25px 0 0;
}





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

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



/* Styles for products blocks */

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

/* Special style for block products in center column */
#center_column .products_block { border: none }
#center_column .products_block { color: #595a5e }
#center_column .products_block h4 { line-height: 1.3em }
#center_column .products_block .block_content {
	background: #d0d3d8 none;
	padding: 0
}
#center_column .products_block ul li:hover { background-color: #bdc2c9 }
#center_column .products_block ul li {
	float: left;
	background-color: #d0d3d8;
	margin-top: 0;
	padding: 0 0 1px;
	width: 133px;
	border-right: 1px solid white;
	border-bottom: 1px solid white
}
#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

/*#center_column .products_block li.last_item { float: none; clear: both }*/
#center_column .products_block li.last_item_of_line { border-right: none }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 2.57em
}
#center_column div.products_block h5 a {
	color: #374853;
	font-size: 1.1em
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 129px;
	height: 129px
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
	margin-bottom: 8px;
	overflow:hidden
}

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

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

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

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

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


p.cart_navigation {
	display:block;
	clear:both;
	margin:50px 0 0;
}
p.cart_navigation .btn_prev{
	color:#4f4f4f;
	text-decoration:none;
}
p.cart_navigation .btn_prev:hover{
	color:#000;
}

p.cart_navigation .btn_next{
	font-size:20px;
	color:#fff;
	display:inline-block;
	float:right;
	height:36px;
	line-height:36px;
	border-radius:2px;
	border:none;
	cursor:pointer;
	background:#404040 url("../img/icon/fleche_next.gif") right center no-repeat;
	padding:0 35px 0 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'UniversLT-UltraCondensed', Arial;
	letter-spacing:0.03em;
}
p.cart_navigation .btn_next:hover{
	background-color:#928467;
}



/* tableau du panier */
#cart_summary{
	border-bottom:1px solid #e1e1e1;
}
#cart_summary tbody td.first_item{
	border-left:1px solid #e1e1e1;
}
#cart_summary tbody td.last_item{
	border-right:1px solid #e1e1e1;
}

#cart_summary tbody td{
	border-top:1px solid #e1e1e1;
	padding:10px 5px;
	font-size:12px;
	color:#181818;
	font-weight:normal;
}
#cart_summary tbody td.cart_count{
	width:60px;
}
#cart_summary tbody td.cart_count span{
	display:block;
	width:24px;
	height:24px;
	margin:0 auto;
	text-align:center;
	line-height:24px;
	background:#a5a5a5;
	color:#fff;
	font-size:14px;
	font-family:'Novecentowide-Medium', Arial;
}
#cart_summary tbody td.cart_product{
	width:100px;
}
#cart_summary tbody td.cart_product .cart_product_image{
	position:relative;
	display:block;
	border:1px solid #e1e1e1;
	width:100px;
	height:132px;
}
#cart_summary tbody td.cart_product a.cart_quantity_delete{
	background:#f49895 url("../img/icon/close_product_cart.gif") center center no-repeat;
    display: block;
    height: 11px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    text-indent: -9999px;
    top: -1px;
    width: 11px;
}
#cart_summary tbody td.cart_description{
	text-align:center;
	/*padding:0 30px;*/
}
#cart_summary tbody td.cart_description h5{
	font-size:14px;
	font-family:'Novecentowide-Medium', Arial;
	font-weight:bold;
	padding:0 0 10px;
}
#cart_summary tbody td.cart_description p.attributes{
	display:block;
	clear:both;
	padding:20px 0 0;
	margin:15px 0 0;
	font-weight:bold;
	background:url("../img/icon/border_product.gif") center top no-repeat;
}
#cart_summary tbody td.cart_total .cart_product_right{
	border-left:1px solid #a5a5a5;
	padding:5px 30px;
	text-align:center;
	color:#000;
	font-size:16px;
	font-weight:bold;
	/*width:85px;*/
  width:160px;
	overflow:auto;
}
#cart_summary tbody td.cart_total .cart_product_right input.info_qte{
	display:inline-block;
	border:0;
	color:#7E7E7E;
	font-family:Georgia, Arial;
	width:20px;
	font-size:14px;
}
#cart_summary tbody td.cart_total .cart_product_right .unit_price{
	display:block;
	padding:10px 0;
	font-size:14px;
	color:#7e7e7e;
	font-weight:normal;
}
#cart_summary tbody td.cart_total .cart_product_right #btn_qte{
	width:56px;
	height:21px;
	overflow:hidden;
	margin:0 auto;
	border:1px solid #A5A5A5;
	border-radius:3px;
	background:url("../img/icon/bg_quantity.gif") left center repeat-x;
	position:relative;
}
#cart_summary tbody td.cart_total .cart_product_right #btn_qte a{
	display:block;
	position:absolute;
	top:-4px;
	width:8px;
	height:6px;
}
#cart_summary tbody td.cart_total .cart_product_right #btn_qte a.cart_quantity_up{
	right:2px;
	/*background:url("../img/icon/quantity_up.gif") bottom no-repeat;*/
}
#cart_summary tbody td.cart_total .cart_product_right #btn_qte a.cart_quantity_down{
	left:2px;
	/*background:url("../img/icon/quantity_down.gif") top no-repeat;*/
}
#cart_summary tbody td.cart_total .cart_product_right input.cart_quantity_input{
	text-align:center;
	display:block;
	height:20px;
	border:none;
	width:33px;
	background:none;
	position:absolute;
	left:11px;
	top:-2px;
}




/* Partie droite du panier */
#order-detail-content #cart_left{
	float:left;
	/*width:900px;*/
}
#order-detail-content #cart_right,
#paypal #cart_right{
	/*width:240px;*/
	float:right;
	/*margin:0 0 0 60px;*/
	font-family:'Novecentowide-Medium', Arial;
	text-transform:uppercase;
	color:#000;
}
#order-detail-content #cart_right h2,
#paypal #cart_right h2{
	font-size:22px;
	font-family:'Novecentowide-Medium', Arial;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 40px;
	margin:0 0 20px;
	color:#000;
	background:url('../img/icon/hr_noir.gif') center bottom no-repeat;
	text-align:center;
}
#order-detail-content #cart_right #total_product,
#paypal #cart_right #total_product{
	float:right;
	font-size:18px;
	margin:-2px 0 0;
}
#order-detail-content #cart_right .cart_total_delivery,
#order-detail-content #cart_right .cart_total_voucher,
#paypal #cart_right .cart_total_delivery,
#paypal #cart_right .cart_total_voucher{
	padding:12px 0 0;
	font-family:Georgia, Arial;
	text-transform:none;
	font-weight:normal !important;
	color:#7e7e7e;
}
#order-detail-content #cart_right #total_shipping,
#order-detail-content #cart_right #total_wrapping,
#paypal #cart_right #total_shipping,
#paypal #cart_right #total_wrapping{
	float:right;
}
#order-detail-content #cart_right .cart_total_price,
#paypal #cart_right .cart_total_price{
	padding:15px 0;
	margin:15px 0 0;
	border-top:1px solid #E1E1E1;
}
#order-detail-content #cart_right #total_price,
#paypal #cart_right #total_price{
	font-size:18px;
	color:#f49895;
	margin:-2px 0 0;
	float:right;
}
#order-detail-content #cart_right #cart_voucher{
	border:1px solid #ccc;
	height:30px;
	padding:0 0 0 8px;
	margin:15px 0 0;
}
#order-detail-content #cart_right #cart_voucher input[type=text]{
	border:none;
	display:block;
	/*height:30px;*/
  height:28px;
	color:#7e7e7e;
	line-height:28px;
	font-style:italic;
	float:left;
}
#order-detail-content #cart_right #cart_voucher input.submit{
	display:block;
	height:30px;
	border:none;
	float:right;
	font-size:14px;
	font-family:'Novecentowide-Medium', Arial;
	text-transform:uppercase;
	font-style:normal;
	color:#7e7e7e;
	background:none;
	cursor:pointer;
	margin:0 3px;
}

#order-detail-content #cart_right a#cart_valid{
	border: 1px solid #4F4F4F;
    display: block;
    margin: 40px 0 0;
	text-decoration:none;
}
#order-detail-content #cart_right a#cart_valid span{
	background:#4F4F4F;
    border: 4px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-family: 'Novecentowide-Medium',Arial;
    font-size: 14px;
    font-weight: bold;
    height: 58px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
	text-decoration:none;
}
#order-detail-content #cart_right a#cart_valid:hover span{
	background:#666;
}

#order-detail-content a#continue_shopping{
	display:inline-block;
	margin:30px 0 0;
	float:left;
	color:#4f4f4f;
	text-decoration:none;
}
#order-detail-content a#continue_shopping:hover{
	color:#000;
}



/* Paypal */
#paypal img{
	margin:0 0 20px;
}
#paypal p{
	padding:5px 0;
}
#paypal .cart_navigation{
	/*overflow:auto;*/
	clear:both;
	margin:30px 0 0;
}
#paypal .cart_navigation a{
	position:relative;
	top:30px;
	color:#4f4f4f;
	text-decoration:none;
}
#paypal .cart_navigation a:hover{ color:#000; }
#paypal .cart_navigation .next{
	border:1px solid #4F4F4F;
	float:right;
	display:inline-block;
	padding:0;
}
#paypal .cart_navigation .next input.submit{
	background:#4F4F4F;
    border: 4px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-family: 'Novecentowide-Medium',Arial;
    font-size: 14px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	width:240px;
	float:right;
	cursor:pointer;
}
#paypal .cart_navigation .next input.submit:hover{
	background:#666;
}






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

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

/* order step 3: PAYMENT */
#HOOK_PAYMENT{
	border-top:1px solid #d5d5d5;
}
.payment_module{
	width:100%;
	padding:30px 30px;
	margin:0 auto;
	border:1px solid #d5d5d5;
	border-top:0;
	overflow:auto;
	vertical-align:middle;
	text-decoration:none;
	color:#353431;
}
.payment_module:hover{
	border:1px solid #999;
}
.payment_module a{
	text-decoration:none;
	color:#353431;
	line-height:16px;
}
.payment_module img{
	float:right;
	margin:0 50px 0 0;
}

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

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






/* T-shirts home */
#tshirt{
	width:100%;
	clear:both;
	/*border-bottom:1px solid #cacaca;*/
	margin:20px 0;
	padding:0 0 20px;
	overflow:auto;
}
#tshirt h2{
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:'Novecentowide-Medium', Arial;
	text-align:center;
	padding:20px 0 0;
	background:url('../img/icon/montagnes.gif') top center no-repeat;
}
#tshirt div{
	width:150px;
	height:150px;
	float:left;
	cursor:pointer;
}
#tshirt div.tshirt1{ background:url('../img/1.jpg') no-repeat; }
#tshirt div.tshirt2{ background:url('../img/2.jpg') no-repeat; }
#tshirt div.tshirt3{ background:url('../img/3.jpg') no-repeat; }
#tshirt div.tshirt4{ background:url('../img/4.jpg') no-repeat; }
#tshirt div.tshirt5{ background:url('../img/5.jpg') no-repeat; }
#tshirt div.tshirt6{ background:url('../img/6.jpg') no-repeat; }
#tshirt div.tshirt7{ background:url('../img/7.jpg') no-repeat; }
#tshirt div.tshirt8{ background:url('../img/8.jpg') no-repeat; }





/* Home featured products */
#featured-products{
	text-align:center;
}
#featured-products h2{
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:'Novecentowide-Medium', Arial;
	text-align:center;
	padding:20px 0 0;
	margin:0 0 30px;
	background:url('../img/icon/montagnes.gif') top center no-repeat;
}

#featured-products #theme_home{
	float:left;
}

#featured-products ul,
#accessory_list ul,
#csoc ul{
	display:block;
	list-style:none;
	text-align:center;
}

#featured-products ul{
	width:600px;
	height:618px;
	overflow:hidden;
	float:right;
}

#featured-products li.ajax_block_product,
#accessory_list li.ajax_block_product,
#csoc li.ajax_block_product{
	display:block;
	float:left;
	margin:0 50px;
	width:200px;
	height:470px;
	position:relative;
	overflow:hidden;
}

#featured-products li.ajax_block_product{
	height:355px;
}

#featured-products li.ajax_block_product a.product_image,
#accessory_list li.ajax_block_product a.product_image,
#csoc li.ajax_block_product a.product_image{
	display:block;
	width:300px;
	height:360px;
	overflow:hidden;
	position:relative;
	left:-50px;
}

#featured-products li.ajax_block_product a.product_image{
	width:200px;
	height:200px;
	left:0;
}

#featured-products li.ajax_block_product h4,
#accessory_list li.ajax_block_product h4,
#csoc li.ajax_block_product h4{
	font-size:14px;
	font-family:'Novecentowide-Medium', Arial;
	text-transform:uppercase;
	font-weight:normal;
	color:#010101;
	height:30px;
	display:block;
	padding:0 0 10px;
	margin:0 0 3px;
	background:url("../img/icon/border_product.gif") center bottom no-repeat;
	overflow:hidden;
	line-height:15px;
}

#featured-products li.ajax_block_product h4{
	padding:10px 0 0;
}

#featured-products li.ajax_block_product h4 a,
#accessory_list li.ajax_block_product h4 a,
#csoc li.ajax_block_product h4 a{
	color:#010101;
	text-decoration:none;
}
#featured-products li.ajax_block_product .price,
#accessory_list li.ajax_block_product .price,
#csoc li.ajax_block_product .price{
	font-size:14px;
	font-family:Georgia, Arial;
}

#featured-products li.ajax_block_product .overlay,
#accessory_list li.ajax_block_product .overlay,
#csoc li.ajax_block_product .overlay{
	position:absolute;
	width:200px;
	height:360px;
	background:#fff;
	left:0;
	top:0;
	text-align:center;
	display:none;
}
#featured-products li.ajax_block_product .overlay img.product,
#accessory_list li.ajax_block_product .overlay img.product,
#csoc li.ajax_block_product .overlay img.product{
	height:200px;	
}
#featured-products li.ajax_block_product .overlay span.open_popup,
#featured-products li.ajax_block_product .overlay a.details,
#accessory_list li.ajax_block_product .overlay span.open_popup,
#accessory_list li.ajax_block_product .overlay a.details,
#csoc li.ajax_block_product .overlay span.open_popup,
#csoc li.ajax_block_product .overlay a.details{
	display:block;
	width:136px;
	height:40px;
	line-height:40px;
	margin:9px auto 0;
	border:1px solid #c4c4c4;
	text-align:center;
	color:#010101;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
}
#featured-products li.ajax_block_product .overlay span.open_popup,
#accessory_list li.ajax_block_product .overlay span.open_popup,
#csoc li.ajax_block_product .overlay span.open_popup{
	background:#f3f3f3;
}
#featured-products li.ajax_block_product .overlay span.open_popup:hover,
#featured-products li.ajax_block_product .overlay a.details:hover,
#accessory_list li.ajax_block_product .overlay span.open_popup:hover,
#accessory_list li.ajax_block_product .overlay a.details:hover,
#csoc li.ajax_block_product .overlay span.open_popup:hover,
#csoc li.ajax_block_product .overlay a.details:hover{
	background:#eee;
}

#featured-products li.ajax_block_product .overlay .social,
#accessory_list li.ajax_block_product .overlay .social,
#csoc li.ajax_block_product .overlay .social{
	text-align:center;
	vertical-align:top;
	padding:0 30px;
	margin:20px 0 0;
}
#featured-products li.ajax_block_product .overlay .social a,
#accessory_list li.ajax_block_product .overlay .social a,
#csoc li.ajax_block_product .overlay .social a{
	margin:0 6px;
}






/* Cross selling */
#csoc h2{
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	font-family:'Novecentowide-Medium', Arial;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #a5a5a5;
	margin:0 0 20px;
}
#csoc h2 span{
	background:#fff;
	padding:0 15px;
	position:relative;
	top:10px;
}







/* Achat rapide en popup */
.achat_rapide{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background:url("../img/icon/overlay.png") repeat;
	display:none;
}
.achat_rapide .iframe_product{
	display:block;
	overflow:hidden;
	width:750px;
	height:420px;
	margin:0 auto;
	position:relative;
	top:25%;

}
.achat_rapide .close_popup{
	display:none;
	overflow:hidden;
	width:100%;
	height:29px;
	margin:0 auto;
	position:absolute;
	top:25%;
	left:0;
	z-index:1;
}
.achat_rapide .close_popup div{
	width:720px;
	margin:0 auto;
	position:relative;
}
.achat_rapide span.btn_close{
	background: url("../img/icon/close_product_cart.gif") no-repeat scroll center center #000;
    cursor: pointer;
    display: block;
    float: right;
    height: 19px;
    overflow: hidden;
    text-indent: -9999px;
    width:19px;
	margin:10px;
	margin-right: 0px;
}

body#popup #header{
	/*display:none;*/
}
body#popup .container{
	padding: 0px !important;
}
body#popup #columns,
body#popup #center_columns{
	width:720px;
	height:420px;
	overflow:hidden;
	padding:0;
	margin:0;
}
body#popup #image-block{
	width:300px;
	padding:15px;
	float:left;
	overflow:hidden;
	margin-left: 15px;
}
body#popup #image-block img {
	width:100% !important;
}

body#popup #pb-left-column{
	width:450px;
	padding:35px 25px 0;
	float:right;
	overflow:hidden;
	position:relative;
}
body#popup #pb-left-column span#close_popup{
	display:block;
	width:28px;
	height:28px;
	background:url("../img/icon/close.gif") 0 0 no-repeat;
	cursor:pointer;
	position:absolute;
	top:15px;
	right:15px;
	text-indent:-9999px;
	overflow:hidden;
}
body#popup #pb-left-column h1{
	color: #000000;
    font-family: 'Novecentowide-Medium',Arial;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
  	/*background:url("../img/icon/hr_gris.gif") center bottom no-repeat;*/
	text-align:center;
	padding:0 0 20px;
	margin:0 -45px 10px;
}
body#popup #pb-left-column #short_description_block{
	height:60px;
	/*background:url("../img/icon/hr_gris.gif") center bottom no-repeat;*/
	text-align:justify;
	line-height:18px;
	margin:0 0 10px;
}
body#popup #pb-left-column .price{
	font-size:28px;
	color:#2e2e2e;
	padding:0 0 10px
}
body#popup #pb-left-column #group_5{
	width:115px;
	float:left;
	padding-left: 0 !important;
}

body#popup #pb-left-column #group_4{
	width: 116px !important;
    float: left;
    margin-left: 50px;
}

body#popup #pb-left-column #group_4 ul{
	padding-left: 0px !important;	
}
body#popup #pb-left-column .attribute_group label{
	font-size:12px;
	/*font-style:italic;*/
	display:block;
	padding:0 0 10px;
	font-style: normal;
    text-transform: uppercase;
}
body#popup #pb-left-column .attribute_group select{
	margin:0;
	padding:2px;
	width:auto !important;
}
body#popup #pb-left-column .attribute_group select option{
	padding-right:10px;
}
body#popup #pb-left-column .attribute_group li{
	list-style:none;
	display:block;
	float:left;
	cursor:pointer;
	width:27px;
	height:25px;
	border:1px solid #a5a5a5;
	line-height:25px;
	margin:0 4px 4px 0;
	text-align:center;
	overflow:hidden;
	font-size:11px;
	color:#000;
	/*margin-left: -40px;*/
}
body#popup #pb-left-column .attribute_group li.selected span,
body#popup #pb-left-column .attribute_group li:hover span{
	background:#4F4F4F;
	color:#fff;
	display:block;
	border:1px solid #fff;
	height:23px;
	width:25px;
	line-height:23px;
}

body#popup #pb-left-column p#wishlist,
body#popup #pb-left-column p#add_to_cart{
	display:inline-block;
	width: 128px;
	height:32px;
	margin:30px 3px 0;
	color:#000;
	vertical-align:bottom;
}
body#popup #pb-left-column #add_to_cart input.submit{
  	background:#000;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-family: Georgia,Arial;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 128px;
	border:none;
	cursor:pointer;
}



.adtm_column_73 .column_wrap_title {text-align: center !important;}
.adtm_column_73 .column_wrap_title a img {margin: auto !important;}
.adtm_column_74 .column_wrap_title {text-align: center !important;}
.adtm_column_74 .column_wrap_title a img {margin: auto !important;}
.adtm_column_77 .column_wrap_title {text-align: center !important;}
.adtm_column_77 .column_wrap_title a img {margin: auto !important;}






#cart_account #qty, #flag_form, .bbfooter{ display: none; }
.bbfooterbottom ul li:nth-child(5), .bbfooterbottom ul li:nth-child(6), .bbfooterbottom ul li:nth-child(7) {display:none;}



