/* ##################################################################################################
	PRESTASHOP CSS
################################################################################################## */

/*@import url("grid_prestashop.css");*/
@import url(//fonts.googleapis.com/css?family=Maven+Pro:400,700);
@import url("reset.css");
@import url("960.css");
@import url("bx_styles.css");
@import url("jquery-ui-1.8.15.custom.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}
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}
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%}
a {cursor:pointer}

.clearfix:before,
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}


/* ************************************************************************************************
      struture
************************************************************************************************ */
#page {}
	#header {z-index:10}
	#columns {z-index:1}
		#left_column { margin:15px 0 0 0; width:230px; position:relative; z-index:3; }
		#center_column { background:url(../img/center_column.png) no-repeat 0 0; margin-top:15px; margin-right:0; width:700px; padding:0 0 0 10px; position:relative; z-index:3;}
		#right_column {}
	#footer {}


/* ************************************************************************************************
      generic style
************************************************************************************************ */
body{
 background:#fff url(../img/body.png) repeat-y center top; font-family: 'Maven Pro', Arial, Helvetica, Sans-Serif; font-size:12px; color:#000; text-align:left; height:auto; 
}
#wrapper{ margin:0; padding:0; display:block; width:100%; background:url(../img/wrapper.png) repeat-y center top; min-height:100%; position:relative; z-index:5;overflow:hidden}
/* positionnement ****************************************************************************** */
.hidden {display:none}
.f_right {float:right}

/* title *************************************************************************************** */
h1 {
	margin:5px 0 5px 9px;
	font-size:24px;
	line-height: 22px
}
h1.title_home{margin:0 10px; font-weight:normal; font-size:12px; padding:0;}
h2 {
	padding-bottom:20px;
	font-size:18px
}
h3 {
	padding-bottom:20px;
	font-size:16px
}
h4 {
	padding-bottom:20px;
	font-size:14px
}
.page_title{height:35px; margin:0; padding:0 0 5px 0; line-height:30px; vertical-align:middle; font-size:18px; text-align:center; color:#fff; display:block; white-space:nowrap;}
.page_title .nb_products{ font-size:18px;}
.uppercase{text-transform:uppercase;}
/* text **************************************************************************************** */
p {padding:0; margin:0 0 10px 0;}
p.warning_inline {padding:0; margin:0 !important;}
.align_right{text-align:right;}
.warning {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e6db55;
	font-size:13px;
	background:#ffffe0
}
.error {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #990000;
	font-size:13px;
	background:#ffcccc
}
.error ol {margin-left:20px}
.error p.lnk {
	margin-top:20px;
	padding:0;
	font-size:11px
}
.required {color:#990000}

/* link **************************************************************************************** */
a, a:active, a:visited {
	color:#000;
	text-decoration:none
}
	a:hover {text-decoration:underline}

/*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; background:url(../img/dot_grey.png) repeat 0 0; line-height:25px; border:solid 1px #f0f0f0; text-align:center; font-size:15px; font-weight:bold; text-shadow:0 1px 0 #fff;
}
*:first-child+html input.button_mini, *:first-child+html input.button_small, *:first-child+html input.button, *:first-child+html input.button_large,
*:first-child+html input.button_mini_disabled, *:first-child+html input.button_small_disabled, *:first-child+html input.button_disabled, *:first-child+html input.button_large_disabled,
*:first-child+html input.exclusive_mini, *:first-child+html input.exclusive_small, *:first-child+html input.exclusive, *:first-child+html input.exclusive_large,
*:first-child+html input.exclusive_mini_disabled, *:first-child+html input.exclusive_small_disabled, *:first-child+html input.exclusive_disabled, *:first-child+html input.exclusive_large_disabled {
	border:none
}


/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	/*padding-bottom: 2px*/
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	/*background-position: left -36px;
	cursor: default;
	color: #888!important*/
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	/*color: white!important*/
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	/*color: #488c40!important*/
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	text-decoration:none;
	color:#2DA9E3;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	/*color: white!important*/
}

/* active button */
input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active,
input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active,
a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusive_large:active {
	background-position: left -100px
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	/*width: 30px;
	background-image: url('http://www.crazymobile.fr/themes/iphone_accessoire/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('http://www.crazymobile.fr/themes/iphone_accessoire/img/button-small.png')*/
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	/*width: 120px;
	background-image: url('http://www.crazymobile.fr/themes/iphone_accessoire/img/button-medium.png')*/
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	/*width: 180px;
	background-image: url('http://www.crazymobile.fr/themes/iphone_accessoire/img/button-large.png')*/
}

/* exclusive button */
/*input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('http://www.crazymobile.fr/themes/iphone_accessoire/img/button-medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('http://www.crazymobile.fr/themes/iphone_accessoire/img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('http://www.crazymobile.fr/themes/iphone_accessoire/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('http://www.crazymobile.fr/themes/iphone_accessoire/img/button-large_exclusive.gif') }*/

.block .button_large{ display:block; margin:10px 10px 0 20px;}


/* form **************************************************************************************** */
form.std fieldset {
   margin:20px 0;
   border:1px solid #ccc
}
form.sendtofriend fieldset {
   margin:20px 0;
   border:0px solid #ccc !important
}
form.sendtofriend .grid_5{ border:1px dotted #D9D9D9; margin-left:0!important;}
form.sendtofriend .grid_4 {margin:0!important}
form.sendtofriend .grid_4 p.submit{padding-left:85px!important}
form.sendtofriend .grid_4 h4{background: url("../img/dot_grey_2.png") repeat scroll 0 0 transparent; min-height:60px; color:#2DA9E3; font-size:16px; text-align:center; margin-bottom:10px;}
form.sendtofriend .grid_4 h4 a{ color:#2DA9E3; font-size:16px; text-align:center; margin-bottom:10px;}
/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	border:1px solid #fff;
	border-bottom:none
}
table.std th,
table.table_block th {
	padding:14px 12px;
	color:#2da9e3; font-size:16px;
	text-transform:none;
	text-shadow:0 1px 0 #fff;
	background:url(../img/dot_grey_2.png) repeat 0 0; border-bottom:1px solid #fff;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f0f0f0}
table.std  td,
table.table_block  td {
	padding:12px;
	border-right:1px solid #fff;
	border-bottom:dotted 1px #d7d7d7;
	font-size:12px;
	vertical-align:top
}

/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:10px}
#footer .block {margin-bottom:0}
.block h4 { font-size:20px; color:#fff; margin:0; text-align:center; padding:10px 0;	}
		.block h4 a {}
	.block ul {list-style-type:none}
		.block li.last {	border:none !important}
			.block li a {
			
			}
#left_column .myaccount { background:url(../img/block_lefts.png) repeat-y 0 0;}
#left_column .myaccount h4{background:url(../img/block_left_title.png) no-repeat 0 0; height:35px; margin:0; padding:0 0 15px 0; line-height:30px; vertical-align:middle;}
#left_column .myaccount h4 a{ color:#fff;}
#left_column .myaccount .block_content{background:url(../img/block_left_content.png) no-repeat 0 bottom; padding-bottom:10px;}
#left_column .myaccount p.logout{ width:190px; padding-left:35px; margin-top:10px;}
#left_column .myaccount ul{ width:210px; padding-left:15px;}
#left_column .myaccount  li { font-size:15px; position:relative;}
#left_column .myaccount  li  li{ font-size:12px;}
#left_column .myaccount  li.last {	border:none;}
#left_column .myaccount  li a { display:block; padding:0 15px 0 20px; line-height:20px; }
#left_column .myaccount  li a.selected, #categories_block_left  li.childselected a{ font-weight:bold; background:url(http://www.crazymobile.fr/img/cat_left_selected.png) no-repeat 0 10px; }	
#left_column .myaccount  li ul {margin-left:15px; width:auto;}
#left_column .myaccount li ul li {border:none}

/* BLOCK .products_block *********************************************************************** */
.products_block {}
	.products_block li {float:left
}
	.products_block li img {}

/* 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;
	margin-bottom:20px
}
ul.footer_links li {float:left}
ul.footer_links li.f_right {float:right}
ul.footer_links li .icon {
	position:relative;
	top:0px;
	left:0
}

/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar { clear:both; padding:10px 0; border-bottom: dotted 1px #b2b2b2; margin:10px 0;}
#center_column .sortPagiBar {
float:right;
}
	#center_column .sortPagiBar strong {color:#000;}
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar form#productsSortForm { }
#center_column .sortPagiBar form#productsSortForm  label {margin:0 5px 0 0; line-height:24px; height:24px; display:inline-block;}
 #center_column .sortPagiBar form#productsSortForm  div{ display:inline-block;}
#center_column .sortPagiBar a{ text-decoration:none;}
.sortPagiBar #productsSortForm {float:right; display:block;}
	.sortPagiBar select#selectPrductSort {
	
	}
	
.sortPagiBar #bt_compare {
	padding:3px 7px;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #000;
	background:url(../img/bg_bt_compare.gif) repeat-x 0 0 #111;
}

.sortPagiBar #nbrItemPage { margin-right:10px; float:left; padding:0 10px; border-left: dotted 1px #b2b2b2; border-right: dotted 1px #b2b2b2;}
.sortPagiBar #nbrItemPage label, .sortPagiBar #nbrItemPage span.perpage{line-height:24px; display:inline-block;}
.sortPagiBar #nbrItemPage div { display:inline-block;}

.sortPagiBar #nbrItemPage_bottom { margin-right:10px; float:left; padding:0 10px; border-left: dotted 1px #b2b2b2; border-right: dotted 1px #b2b2b2;}
.sortPagiBar #nbrItemPage_bottom label, .sortPagiBar #nbrItemPage_bottom span.perpage{line-height:24px; display:inline-block;}
.sortPagiBar #nbrItemPage_bottom div { display:inline-block;}

.sortPagiBar .PrductSort {float:left;}
	
.sortPagiBar .nbrProduct {
	display:inline-block;
	padding:0 10px;
}

.sortPagiBar #nb_item {border:1px solid #ccc}

/* pagination ********************************************************************************** */
div.pagination {
	float:left; text-align:center; width:330px;
}
ul.pagination {list-style-type:none}
ul.pagination li {display: inline;}
ul.pagination a, ul.pagination span {
	display:inline-block;
	height:24px;
	width:24px;
	border:1px solid #b3b3b3;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
   border-radius:2px;
   font-size:12px; line-height:24px; text-shadow:0 -1px 0 #fff;
   background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e8e8e8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f2f2f2,  #e8e8e8); border:solid 1px #e8e8e8; 
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e8e8e8'); /* for IE */
  
}
ul.pagination a {
	text-align:center; 
}
ul.pagination a:hover {
	
	background:#fff; text-decoration:none;
}
ul.pagination .current span {
	background:#fff; text-decoration:none;
}
ul.pagination li.disabled span {color:#ccc}

#pagination_previous {float:left; margin-right:5px;}
#pagination_next {float:right; margin-left:5px;}
#pagination_previous a, #pagination_previous span,
#pagination_next a, #pagination_next span {
	padding:0 8px;
	width:auto;
}
#pagination_previous span,
#pagination_next span {
	color:#ccc;
	border:1px solid #eee
}

/* CART steps *********************************************************************** */
ul#order_step { background-color: white;}
ul.step {
   list-style-type:none;
	margin-bottom:30px;
   height:52px;
   width:700px
}
ul.step li {
   float:left;
   height:52px;
   width:139px;
   text-align:center;
	text-transform:uppercase;
   background:url(../img/step_standard.gif) no-repeat center bottom transparent
}
ul.step li a, ul.step li.step_current span {
	display:inline-block;
   padding:8px 10px 12px;
   color:#000;
   background:url(../img/step_current_span.gif) no-repeat center bottom transparent
}
ul.step li.step_current {
   font-weight:bold;
   background:url(../img/step_current.gif) no-repeat center bottom transparent
}
ul.step li.step_todo span {
	display:inline-block;
   padding:8px 10px 6px;
   color:#999;
	text-shadow:0 1px 0 #fff;
   background:#eee
}
ul.step li.step_done {
   font-weight:bold;
   background:url(../img/step_done.gif) no-repeat center bottom transparent
}
ul.step li#step_end {background:url(../img/step_end.gif) no-repeat center bottom transparent}

/* 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 }
.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;
}
#page .rte { background: transparent none repeat scroll 0 0 }

.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
************************************************************************************************ */
#header{ display:block; position:relative; z-index:4; height:190px;}
#index #header {height:150px!important; }
/*#header_logo { position:absolute; width:380px; height:80px; background:url(../img/iphone-accessoire.png) no-repeat 0 0; overflow:hidden; text-indent:-10000px; top:20px; left:-27px; }*/
#header_logo { position:absolute; width:380px; height:80px; background:url(../img/iphone-accessoire.png) no-repeat 30px 0; overflow:hidden; text-indent:-10000px; top:10px; left:-27px; }

#header_right { position:absolute; width:340px; height:82px; right:10px; top:0; }
#menu_content{ position:absolute; width:940px; height:40px; top:103px; left:10px; border-top:solid 1px #000; background:#000 url(../img/menu_top.png) repeat-x 0 0; font-size:16px; font-weight:normal; color:#fff; line-height:30px; vertical-align:middle; }

/*SLIDER*/
div#slider_area{ display:block;  margin-top:10px;  margin-bottom:20px; min-height:298px; background:#000;}
/*home_prefered*/
div#prefered_prods{ height:240px; padding:0 0 0 12px; margin:0 8px 0 0; background:url(../img/speed_access.png) no-repeat 0 0;}
div#prefered_prods ul { padding:5px 0 0 7px;}
div#prefered_prods ul li { float:left; width:173px; text-align:center;	 min-height:195px; }
/* div#prefered_prods h5, div#prefered_prods .acces_rapide { font-size:16px; font-weight:bold; text-shadow:0 1px 0 #fff; line-height:25px; vertical-align:middle; margin:5px 0 0 0;}
div#prefered_prods h5 a, div#prefered_prods a.acces_rapide{color:#000; text-decoration:none;}
div#prefered_prods h5 a:hover, div#prefered_prods a.acces_rapide:hover{color:#2DA9E3; text-decoration:none;} */
div#prefered_prods h5, div#prefered_prods p.acces_rapide{ font-size:16px; font-weight:bold; text-shadow:0 1px 0 #fff; line-height:25px; vertical-align:middle; margin:5px 0 0 0;}
div#prefered_prods h5 a, div#prefered_prods p.acces_rapide a{color:#000; text-decoration:none;}
div#prefered_prods h5 a:hover, div#prefered_prods p.acces_rapide a:hover{color:#2DA9E3; text-decoration:none;} 

div#prefered_prods li a.category_block_img{ display:block; width:172px; border-right:dotted 1px #999;}
div#prefered_prods ul li.last  a.category_block_img{ border:none;}
div#social_and_news{ height:240px; background:url(../img/social_and_news.png) no-repeat 0 0; position:relative; }
div#social_and_news .block_content { padding:10px;}
div#social_and_news form.newsletter_block_home { margin:0; padding:0 0 10px 0; border-bottom: dotted 1px #999; }
div#social_and_news form.newsletter_block_home label{ font-size:16px; margin:0; padding:0 0 10px 0; display:block;}
div#social_and_news form.newsletter_block_home div{ display:block; height:30px; background:url(../img/social_and_news_items.png) no-repeat 0 0;}
div#social_and_news form.newsletter_block_home div input{ margin:0; padding:0; line-height:30px !important; background: none; border:none; height:30px; display:block; float:left; vertical-align:middle;}
div#social_and_news form.newsletter_block_home div input#email{ width:123px; padding-left:35px;}
div#social_and_news form.newsletter_block_home div input#submitNewsletter{ width:32px; color:#fff; text-transform:uppercase; font-size:16px; font-weight:bold;}
div#social_and_news p.newsletter_message{ display:block; position:absolute; width:200px; background:#3399cc;  left:10px; top:10px; color:#fff; text-align:center; padding:20px 0; }
div#social_and_news a.facebook_link,  div#social_and_news a.twitter_link { background:url(../img/social_and_news_items.png) no-repeat 0 -47px; padding:0 0 10px 40px; border-bottom: dotted 1px #999; margin-top:12px; font-size: 15px; display:block; }
div#social_and_news a.facebook_link:hover,  div#social_and_news a.twitter_link:hover { text-decoration:none; color:#2DA9E3;}
div#social_and_news a.twitter_link { border:none; background-position:0 -97px;}
.block_specials, .block_bestsales, .block_decale{ background:url(../img/home_three_blocs.png) no-repeat 0 0;  height:650px; padding:0 5px; margin:20px 10px 20px 0;}
.block_bestsales{ background-position:-320px 0;}
.block_decale{ background-position:-640px 0;}


div#prefered_prods h4 , .block_specials h4, .block_bestsales h4, .block_decale h4 { height:40px; width:300px; margin:0; padding:0; overflow:hidden;}
div#prefered_prods h4 , .block_specials h4 a, .block_bestsales h4 a, .block_decale h4 a{ display:block; height:40px; width:300px; margin:0; padding:0; overflow:hidden; text-indent:-10000px;}
.block ul.product_list{ padding:0 10px 0 20px;}
.block ul.product_list li {  border-bottom:solid 1px #ececec; padding:10px 0 5px 0; margin-bottom:4px;}

#left_column .block ul.product_list li {  padding:0px 0 0 0; margin-bottom:0}

#left_column .block ul.product_list li  .product_actions { margin:-6px 0 0 0 ;}

/*in the left column*/
#left_column div#social_and_news{ margin:10px 0 10px 10px !important; }
#left_column .block_specials, #left_column  .block_bestsales, #left_column .block_decale{ background:url(../img/left_three_blocs.png) no-repeat 0 0;  height:250px; padding:0 5px; margin:10px 0px 5px 0; width:220px !important; overflow:hidden;}
#left_column .block_bestsales{ background-position:0px -260px;}
#left_column .block_decale{ background-position:0px -530px;}
#left_column .block_specials h4, #left_column .block_bestsales h4, #left_column .block_decale h4 { width:220px;}
#left_column .block_specials h4 a, #left_column .block_bestsales h4 a, #left_column .block_decale h4 a{ width:220px;}
#left_column .block_left_nav { text-align:center; clear:both; margin:0;}
#left_column .block_left_nav a{ color:#fff !important; display:inline-block; width:15px; height:10px; margin:0 0 0 3px !important; padding:0 !important; background:#1b719a; text-indent:-100000px; overflow:hidden;}
#left_column .block_left_nav  a:hover, #left_column .block_left_nav a.activeSlide{ background:#33beff;}
#left_column .block .button_large { margin-top:5px; font-size:13px; font-weight:normal;}
#left_column #nav_slider_specials a{ background:#feeb0b;}
#left_column #nav_slider_specials a:hover, #left_column #nav_slider_specials a.activeSlide { background:#b9ab00;}
#left_column #nav_slider_bestsellers a{ background:#ce1770;}
#left_column #nav_slider_bestsellers a:hover, #left_column #nav_slider_bestsellers a.activeSlide { background:#79003b;}

/* ************************************************************************************************
      BREADCRUMB
************************************************************************************************ */
.breadcrumb { font-size:12px; padding:10px; background:url(../img/hdot.png) repeat-x 0 bottom; margin:0 0 10px 0;
}
.breadcrumb .navigation-pipe {margin:0 3px 0 5px}


/* ************************************************************************************************
      FOOTER
************************************************************************************************ */
#footer { display:block; clear:both; padding:10px 0; text-align:center;}
	#footer .myaccount ,
	#social_block,
	#block_contact_infos {
		float:left;
		width:175px
	}
	.block_various_links{
		 display: inline !important;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
		
	}
	.block_various_links li{
		display: inline !important;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-transform: none;
		
	}
	.block_various_links li a{
	 border-right: 1px solid #818181;
    color: #818181;
    padding: 0 5px;
    text-decoration: none;
		
	}
.block_various_links li.powered{ display:block !important; clear:both !important; color: #818181 !important;}
	.block_various_links li.last_item a{ border-right: 0px solid #818181;}
	
	.blockcategories_footer {margin-left:0}
#footer h4 {
	padding-bottom: 10px;
	text-transform:uppercase
}
#footer h4,
#footer h4 a {
	font-weight:normal;
	font-size:14px;
	
}
#footer a {}
#footer a:hover {text-decoration:underline}
#footer ul {list-style-type:none}
#footer li {padding:7px 0}
#footer li a {}


/* ************************************************************************************************
      HOMEPAGE
************************************************************************************************ */
/* BLOCK HOME FEATURED ************************************************************************* */
#featured-products_block_center li {
	margin-right:10px;
	padding:10px 0;
	width:126px;
}
#featured-products_block_center li.last_item_of_line  {margin-right:0;}
#featured-products_block_center h5 {
	padding-top:5px;
	height:30px;
	font-size:12px;
	color:#222
}

#featured-products_block_center .product_image {
	display:block;
	position:relative;
	overflow:hidden
}
#featured-products_block_center .product_image span.new {
	display: block;
	position: absolute;
	top: 15px;
	right:-30px;
	padding: 1px 4px;
	width: 101px;
	font-size:10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #990000
}

#featured-products_block_center .product_desc,
#featured-products_block_center .product_desc a {
	color:#666
}
#featured-products_block_center .lnk_more {
	display:inline;
	padding-right:10px;
	font-weight:bold;
	font-size:10px;
	color:#0088cc;
	background:url(../img/arrow_right_1.png) no-repeat 100% 3px;
}
#featured-products_block_center .price_container {
	margin-top:10px;
	padding:0;
}
#featured-products_block_center .price {
	font-weight:bold;
	font-size:14px;
	color:#990000
}
#featured-products_block_center li .ajax_add_to_cart_button {display:none;}
#featured-products_block_center li span.exclusive {display:none;}

/* ************************************************************************************************
      PRODUCT PAGE
************************************************************************************************ */

/* BLOCK idTabs ******************************************************************************** */
.idTabs {
   list-style-type: none;
   margin-top: 20px;
   padding:0;
   border-bottom: dotted 1px #D9D9D9;
}
ul.idTabs li {
   float: left;
   margin-right: 1px; padding:1px;  border-right:dotted 1px #D9D9D9;
}
.idTabs a {
   display:block;
   padding:10px 10px 7px 10px; font-size:18px;
   text-decoration:none;
   color:#000;
 
}
.idTabs a.selected, .idTabs a:hover {
 text-decoration:none; background:url(../img/dot_blue.png) repeat 0 0;
}
.block_tab_title{color:#000; background:url(../img/dot_blue.png) repeat 0 0; display:block; font-size:18px; line-height:40px; height:40px; vertical-align:middle; padding:0 10px; margin:0 0 10px 0; }
#more_info_sheets {padding-top:10px}
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {margin-left:20px}

.block_hidden_only_for_screen {display:none;}
#more_info_sheets .products_block .product_list{margin:0; padding:0;}
#more_info_sheets .products_block .product_list li{ border:none;}
#more_info_sheets .products_block .product_list li .price{ margin-top:0;}
#more_info_sheets .products_block .product_list li .ajax_add_to_cart_button{ margin:0;}


/* ************************************************************************************************
      PAGE AUTHENTIFICATION
************************************************************************************************ */

/* ************************************************************************************************
      PAIMENT - PAGE ORDER
************************************************************************************************ */

/* nav bottom ********************************************************************************** */


.cart_navigation {margin:20px 0}
.cart_navigation .button_next {
	float:right
}



/* step 1 - cart ******************************************************************************* */
.cart_last_product {display:none}

#order-detail-content {margin-bottom:20px}

table#cart_summary  th {
/*	padding:14px 12px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 1px 0 #000;
	background:url(../img/bg_table_th.png) repeat-x 0 0 #999*/
}
table#cart_summary  th.cart_product {text-align:center}
table#cart_summary  td {
	padding:12px;
	/*border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;*/
	font-weight:bold;
	font-size:12px;
	vertical-align:top
}
table#cart_summary  td.cart_delete {border-right:none}

table#cart_summary tr:nth-child(odd),
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price {
  background-color: #fff
}
table#cart_summary tr:nth-child(even) {
  background-color: #f3f3f3
}

table#cart_summary  .cart_product {
	width:80px;
	text-align:center
}
table#cart_summary  .cart_product  img {border:1px solid #ccc}
table#cart_summary  .cart_description {
	width:230px;
	font-weight:normal
}
table#cart_summary  .cart_unit {width:130px}
table#cart_summary  .cart_quantity {width:130px}
.cart_quantity .cart_quantity_input {
	float:left;
   width: 20px;
	border:1px solid #fff
}
.cart_quantity #cart_quantity_button {
	float:left;
	position: relative;
   top: -5px
}
table#cart_summary  .cart_total {width:120px}
table#cart_summary  .cart_delete {
	width:64px;
	text-align:center
}
.cart_delete a.cart_quantity_delete {
	display:inline-block;
	padding:1px 2px;
	font-size:8px;
	color:#666;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	background:#ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.cart_total_tax {display:none}

.cart_total_delivery #total_shipping,
.cart_total_price #total_price {
	border-right:none
}

table#cart_summary .cart_total_price td.cart_voucher {
	border-bottom:1px solid #999;
	vertical-align:middle
}
#cart_voucher h4, 
#cart_voucher p {float:left;}
#cart_voucher h4 {
	margin-right:12px;
	padding:5px 0;
	font-size:13px
}
#cart_voucher p {padding-bottom:0;}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 16px;
	color:#666;
	font-weight:normal
}
.cart_voucher #display_cart_vouchers .title_offers {margin-top:10px}
.cart_voucher #display_cart_vouchers span {font-weight:bold}
#cart_voucher input#discount_name {
	padding:0 5px;
	height:22px;
	width:170px;/* 180 */
	border:1px solid #ccc;
	font-weight:normal;
	background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff
}
#cart_voucher .submit input.button {
	margin-left:2px;
	padding:2px;
	height:24px;
	border:1px solid #000;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-raduis:0;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 -1px 0 #333;
	background:url(../img/bg_cart_voucher_submit.png) repeat-x 0 0 #000
}

.cart_total_price #total_price {
	padding:0;
	border-bottom:1px solid #999;
}
.cart_total_price #total_price p {
	display:block;
	padding:8px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	background:#333
}
.cart_total_price #total_price span {
	display:block;
	padding:15px;
	font-weight:bold;
	font-size:18px;
	text-align:center
}

#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #999;
	background:#fff
}
#order_carrier h4 {
	padding:0 15px;
	height: 29px;
   font-weight: bold;
   line-height:29px;
   color:#fff;
	text-transform:uppercase;
   background:url(../img/bg_address_title.png) repeat-x 0 0 #989898
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}

/* step 2 - authentification ******************************************************************* */
#create-account_form, #authentication #login_form {
   clear: none;
   float: left;
   height: 20em;
   width: 49%;
}
#create-account_form {margin-right: 11px;}

#authentication #create-account_form fieldset, 
#authentication #login_form fieldset {
	height: 210px; border:none;
}

#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	padding:15px 10px
}

#create-account_form h3,
#authentication #login_form h3 {
	padding:14px 12px;
   /* border-bottom:1px solid #ccc; */
	font-weight:bold;
	font-size:16px;
	color:#2DA9E3;
	text-transform:uppercase;
	background:url("../img/dot_grey_2.png") repeat scroll 0 0 transparent;
}
#create-account_form h4 {
	padding-bottom:35px;
	font-size:11px;
	color:#333
}

#create-account_form label,
#login_form label {
	display:inline-block;
	width:110px;
	color:#666
}

#create-account_form #email_create,
#login_form #email,
#login_form #passwd {
	padding:0 5px;
	height:20px;
	width:310px;/* 230 */
	border:1px solid #e8e8e8; color:#333; text-shadow:0 1px 0 #fff;
	 background-color:#f1f1f1;
	/* background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff */
}
#friend-name, #friend-address {
	padding:0 5px;
	height:20px;
	width:202px;/* 230 */
	border:1px solid #e8e8e8; color:#333; text-shadow:0 1px 0 #fff;
	 background-color:#f1f1f1;
	/* background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff */
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin {
	/* float:right */
}

.lost_password {
	float:left;
	width:140px
}
.lost_password a {color:#666}


#ordermsg p {padding-bottom:0}
#ordermsg p.txt {
	float:left;
	margin-right:25px;
	width:220px
}
#ordermsg .textarea {float:right}
#ordermsg .textarea textarea {
	height:90px;
	width:475px;
	border:1px solid #ccc
}

/* step 4 - paiement ************************************************************************** */
.order_carrier_content {
	padding:15px;
  /*  border:1px solid #ccc; */
	font-size:12px;
	color:#000;
   /* background:#f8f8f8 */
}
.order_carrier_content h3 {
	padding:15px 0 10px 0;
	font-size:13px;
	color:#000
}
.order_carrier_content h3.carrier_title {padding-top:0}
.order_carrier_content input {
	position:relative;
	top:1px
}

#carrierTable {
	/* border:1px solid #999;
	border-bottom:none; */
	background:#fff
}

#carrierTable tbody{
	/* border-bottom:1px solid #999; */
}
/* #carrierTable  th {
	padding:0 15px;
	height: 29px;
   font-weight: bold;
   line-height:29px;
   color:#fff;
	text-transform:uppercase;
   background:url(../img/bg_address_title.png) repeat-x 0 0 #989898
} */
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	/* border-right:1px solid #e9e9e9 */
}
/* #carrierTable  td.carrier_price {border:none} */

#gift_div {
	display:none;
	padding-bottom:10px
}
#gift_div label {
	display:block;
	margin-bottom:5px
}
#gift_div #gift_message {
	height:50px;
	width:720px;
	border:1px solid #999
}

a.iframe {font-weight:bold}

/* step 5 - paiement ************************************************************************** */
.paiement_block
.paiement_block {
	padding:15px;
   /* border:1px solid #ccc; */
	font-size:12px;
	color:#000;
   /* background:#f8f8f8 */
}
.paiement_block h4{
   font-weight: normal; font-size:16px;   line-height:29px;
   color:#000; padding:10px; margin-bottom:10px;
   background:url(../img/dot_blue.png) repeat 0 0;}
.payment_module {
   position:relative;
   padding-top:20px; line-height:45px;
	border-top:1px dotted #ccc;
   text-transform:uppercase;
}
.payment_module a {display:block;}
.payment_module img {
	float:left;
	margin-right:10px
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/

.payment_module:before,
.payment_module:after {
   content: ".";
   display: block;
   height: 0;
   overflow: hidden
}
.payment_module:after {clear: both}
.payment_module {zoom: 1}


/* ************************************************************************************************
      PAGE ORDER-OPC
************************************************************************************************ */

#order-opc h2 {}
#order-opc h2 span {
	display:inline-block;
	padding:5px 7px;
	color:#fff;
	background:#333;
}

#order-opc #login_form fieldset {
	/* background: none repeat scroll 0 0 #FFFFE0; */
    border: 0px solid #E6DB55;
    font-size: 13px;
    margin: 0 0 10px 0;
    padding: 0px;
}
#order-opc #login_form fieldset p.submit{padding-left:254px !important}
#order-opc #login_form fieldset p {padding:0}
#order-opc #login_form fieldset p a {padding:0}

#order-opc #new_account_form p.submit {
	margin:20px 0; padding-left:260px !important;
}
#order-opc #new_account_form p.submit sup {color:#990000}
#order-opc #new_account_form p.opc-required {margin-left:20px}

#order-opc .addresses {margin-bottom:20px}

#order-opc #opc_delivery_methods h3 {margin-top:20px;}
#order-opc #opc_delivery_methods textarea {

	height:80px;
			width:700px;
			border:1px solid #e8e8e8;
			font-size: 12px;
			 color:#333; text-shadow:0 1px 0 #fff;
	 background-color:#f1f1f1;
}

#order-opc #opc_payment_methods {margin-bottom:20px}
#order-opc #opc_payment_methods #opc_payment_methods-content p{margin:0}
.title_block_blue {
			padding:14px 12px; margin:0 0 10px 0; display:block;
	font-weight:bold;
	font-size:16px;
	color:#2DA9E3;
	text-transform:uppercase;
	background:url("../img/dot_grey_2.png") repeat scroll 0 0 transparent;
		}

/* ************************************************************************************************
   express checkout
************************************************************************************************ */
#new_account_form {clear:both;margin-bottom: 20px}
#new_account_form h3 {
	margin-bottom:20px;
	padding:8px;
   border-bottom:0px solid #ccc;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/bg_form_h3.png) repeat-x 0 0 #989898
}
#center_column #new_account_form p {
   margin:0;
   padding:0 0 10px 0
}
#new_account_form p.required {color:#222}
#new_account_form p.required sup {color:#990000}
#new_account_form p.radio span, 
#new_account_form p.text label, 
#new_account_form p.password label, 
#new_account_form p.select label, 
#new_account_form p.textarea label {
	display: inline-block;
   padding: 6px 15px;
   width: 230px;
   font-size: 14px;
   text-align: right
}
#new_account_form p.radio label {
   float:none;
   padding-right:10px;
   width:auto;
   font-size:14px;
}
#new_account_form p.checkbox label {
   float: none;
   width: auto;
   font-size: 12px;
}
#new_account_form p.text input,
#new_account_form p.password input,
#new_account_form p.select input {
   height:22px;
   padding:0 5px;
   width:360px;
   border:1px solid #ccc;
   font-size:12px;
   color:#666
}
#new_account_form p.checkbox input {margin-left: 260px;}

#new_account_form #submitGuestAccount {float: right}

/* ************************************************************************************************ */

/* ************************************************************************************************
      paiment - CONFIRMATION
************************************************************************************************ */


/* ************************************************************************************************
      PAGE PASSWORD
************************************************************************************************ */
#form_forgotpassword fieldset {
   padding: 10px;
	/* -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
   border-radius: 3px;
   background: #eee */border:0;
}
#form_forgotpassword  p.text label {
   display: inline-block;
   padding-right: 10px;
   width: 174px;
   font-weight: bold;
   font-size: 12px;
   text-align: right
}
#form_forgotpassword  p.text input {
padding:0 5px;
	height:20px;
	width:310px;/* 230 */
	border:1px solid #e8e8e8; color:#333; text-shadow:0 1px 0 #fff;
	 background-color:#f1f1f1;
}
#form_forgotpassword p.submit {
	margin-right:25px;
	padding:0 0 5px 189px;
	
}

#password .icon {
	position:relative;
	top:6px;
}


/* ************************************************************************************************
      PAGE ADRESSES
************************************************************************************************ */


/* ************************************************************************************************
      PAGE ADD ADRESS
************************************************************************************************ */

form#add_adress {}
#add_adress fieldset {
   margin:0;
   border:1px solid #fff;
   background:#fff
}
#add_adress h3 {
   /* margin:0 0 15px 0;
   padding:8px;
   font-size:18px;
   color:#000;
   text-transform:uppercase;
   background:url(../img/dot_blue.png) repeat 0 0; */
   padding:14px 12px; margin-bottom:15px;
	font-weight:bold;
	font-size:16px;
	color:#2DA9E3;
	text-transform:uppercase;
	background:url("../img/dot_grey_2.png") repeat scroll 0 0 transparent;
}
#center_column #add_adress p {margin:0; padding:0 0 10px 0}
#add_adress p.required {color:#222}
#add_adress p.required  sup {color:#990000}

#add_adress p.text label,
#add_adress p.password label,
#add_adress p.select label,
#add_adress p.textarea label {
	display:inline-block;
	padding:6px 15px;
	width:230px;/* 260 */
	font-size:14px;
	text-align:right
}
#add_adress p.text input,
#add_adress p.password input,
#add_adress p.select input {
	padding:0 5px;
			height:22px;
			width:360px;/* 370 */
			border:1px solid #e8e8e8;
			font-size: 12px;
			 color:#333; text-shadow:0 1px 0 #fff;
	 background-color:#f1f1f1;
}
#add_adress p.checkbox input {
	margin-left:260px;
}
#add_adress p.select select {
	margin-right:10px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#add_adress p.textarea label {vertical-align:top}
#add_adress p.textarea textarea {
	/* height:80px;
	width:370px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666 */
	height:80px;
			width:370px;
			border:1px solid #e8e8e8;
			font-size: 12px;
			 color:#333; text-shadow:0 1px 0 #fff;
	 background-color:#f1f1f1;
}
#center_column  #add_adress p.submit2 {
	margin-top:20px;
	text-align:right
}

#add_adress span.form_info,
#add_adress span.inline-infos {
	display:block;
	margin:5px 0 0 265px;
	color:#666
}


/* ************************************************************************************************
      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 tr.last_item td {border-bottom:1px solid #999}
/* #discount .table_block td.discount_expiration_date {border-right:1px solid #999} */
#discount .table_block td.discount_value {white-space:nowrap}


/* ************************************************************************************************
      PAGE ORDER FOLLOW
************************************************************************************************ */


/* ************************************************************************************************
      PAGE NEW-PRODUCTS
************************************************************************************************ */
#new-products .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
      PAGE BEST SALES
************************************************************************************************ */
#best-sales .sortPagiBar {margin-bottom:20px}

/* ************************************************************************************************
      PAGE PRICES DROP SALES
************************************************************************************************ */
#prices-drop .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:#666
}
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:#666
}
ul#suppliers_list li .right_side {float:right;}


/* ************************************************************************************************
      PAGE SEARCH
************************************************************************************************ */
#search h3.nbresult {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e6db55;
	font-size:13px;
	background:#ffffe0
}
#search ul.product_list {margin-top:15px}


/* ************************************************************************************************
      PAGE 404
************************************************************************************************ */
#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {}

#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {}

#pagenotfound #center_column {}

#pagenotfound .pagenotfound {
	
}
#pagenotfound h3 {
	
}
#pagenotfound fieldset {border:none}
#pagenotfound fieldset label {color:#333}
#pagenotfound  #search_query {
	-moz-border-bottom-colors: none;
   -moz-border-image: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   border: 1px solid #666;
  
   padding: 0 5px;
   height: 24px;
   width: 200px;
   color: #ccc;
   background: #fff;
}
#pagenotfound .button_small {
	padding: 4px 7px;
   border: medium none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
   border-radius:0;
   color: #fff;
   text-transform: uppercase;
	background: #101010;
}
#pagenotfound .pagenotfound a {
	font-weight:bold;
	color:#333
}
#pagenotfound .pagenotfound .icon {
	position:relative;
	top:3px
}


/* ************************************************************************************************
      addons payment cheque
************************************************************************************************ */

/* ************************************************************************************************
      addons payment bankwire
************************************************************************************************ */


/* ************************************************************************************************
      addons google checkout
************************************************************************************************ */

/* ************************************************************************************************
      addons paypal
************************************************************************************************ */


/* ************************************************************************************************
      addons cashondelivery validation
************************************************************************************************ */


/* ************************************************************************************************
      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 label{
	padding-bottom:0;
	font-size:14px;
	text-align:left;
	cursor:pointer
}

/* ************************************************************************************************
      addon referralprogram
************************************************************************************************ */

#footer .myaccount li.referralprogram img {display:none}

#module-referralprogram-referralprogram-program .sheets {padding-top:10px}

#module-referralprogram-referralprogram-program form p.checkbox {font-weight:bold}
#module-referralprogram-referralprogram-program form p.checkbox a {text-decoration:underline}
#module-referralprogram-referralprogram-program form p.submit {text-align:right}
#module-referralprogram-referralprogram-program form p.see_email {
	padding-left:10px;
   color: #0088cc;
	background:url(../img/arrow_right_1.png) no-repeat 0 4px;
	/*background:url(../img/arrow_right_2.png) no-repeat 0 4px;*/
}
#module-referralprogram-referralprogram-program form p.see_email a {
	color: #0088cc;
	text-decoration:underline
}

/* ************************************************************************************************
      addon loyalty
************************************************************************************************ */
#module-loyalty-loyalty-program #left_column {display:none}
#module-loyalty-loyalty-program #center_column{width:757px}

#product p#loyalty {
	margin:20px 0;
	padding:5px 0 0 20px;
	background:url(../img/icon/info.png) no-repeat 0 2px
}

#footer .myaccount li.loyalty img {display:none}


/* ************************************************************************************************
      addon Livezilla
************************************************************************************************ */
#livezilla_lnk  {
	margin:10px 0;
	text-align: right
}
#livezilla_lnk a {
   display:inline-block;
   padding:6px 8px 8px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
   border-radius:3px;
   font:bold 10px Arial,Verdana,sans-serif;
   color:#fff;
   text-shadow: 0 -1px 0 #000;
	background: url(../img/bg_bt_compare.gif) repeat-x scroll 0 0 #000
}
#livezilla_lnk a:hover {text-decoration:none}

/* ************************************************************************************************
      addons comments products
************************************************************************************************ */
form#sendComment  fieldset{
   background:#fff; border:none; margin:0; padding:0;
}
form#sendComment h3 {font-size:14px;}
#new_comment_form p.text {
    margin-bottom: 0;
    padding-bottom: 0;
}
#sendComment { background:#fff; border:none; margin:0; padding:0;}
#sendComment p {clear:both;}
#sendComment p.align_right { float:right; clear:none;}
#sendComment p.align_right  a{font-size:18px; font-weight:bold; }
#sendComment p.bold  {font-size:18px; color:#2da9e3; border-bottom:dotted 1px #d7d7d7; padding-bottom:5px; clear:none;}
#sendComment p label { float:left; width:150px; line-height:30px; vertical-align:middle; font-weight:bold; font-size:13px;}
#sendComment p input,#sendComment p textarea  { float:left;}
#sendComment input#comment_title {
   padding: 0 5px;
   height: 30px;
   width: 498px;
   border: 1px solid #d7d7d7; line-height:30px; margin:0 0 10px 0;

}
#sendComment p textarea {
   height:80px;
   width:508px;
   border:1px solid #d7d7d7; margin:0 0 10px 0;
}
#sendComment p.submit {
	padding:0 0 0 150px; /*match the label width */
	
}

#sendComment p.closeform {
	float:right;
	padding:0;
	height:12px;
	width:12px;
	margin:10px 0 0 0;clear:none; 
}
#sendComment p.closeform  a{
	display:block;
	height:12px;
	width:12px;
	text-indent:-5000px;
	background:url(../img/icon/delete.gif) no-repeat 0 0; 
}

.star {
	float: left;
	width: 17px;
	height: 15px;
	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 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }

.spacer_blue{ display:block !important; margin:10px !important; height:7px !important; clear:both !important; overflow:hidden !important; line-height:100px !important; background:url(../img/dot_blue.png) repeat 0 0;}
.spacer_blue_2{ display:block !important; margin:10px 0 !important; height:7px !important; clear:both !important; overflow:hidden !important; line-height:100px !important; background:url(../img/dot_blue.png) repeat 0 0;}
.spacer_blue_1{ display:block !important; margin:10px 0 !important; height:1px !important; clear:both !important; overflow:hidden !important; line-height:100px !important; background:url(../img/dot_blue.png) repeat 0 0;}
/* ************************************************************************************************
      xxxxx
************************************************************************************************ */
/* TipTip CSS - Version 1.2 */

#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; }
#tiptip_holder.tip_top { padding-bottom: 5px; }
#tiptip_holder.tip_bottom { padding-top: 5px; }
#tiptip_holder.tip_right { padding-left: 5px; }
#tiptip_holder.tip_left { padding-right: 5px; }
#tiptip_content { font-size: 12px; color: #fff; text-shadow: 0 0 2px #000; padding: 4px 8px; border: 1px solid rgba(255,255,255,0.25); background-color: rgb(25,25,25); background-color: rgba(25,25,25,0.92); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 0 3px #555; -webkit-box-shadow: 0 0 3px #555; -moz-box-shadow: 0 0 3px #555; text-align:center; }
#tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px; height: 0; width: 0; }
#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #fff; border-top-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #fff; border-bottom-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color: #fff; border-right-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #fff; border-left-color: rgba(255,255,255,0.35); }
#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color: rgb(25,25,25); border-top-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color: rgb(25,25,25); border-bottom-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: rgb(25,25,25); border-right-color: rgba(25,25,25,0.92); }
#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: rgb(25,25,25); border-left-color: rgba(25,25,25,0.92); }
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) { #tiptip_content { padding: 4px 8px 5px 8px; background-color: rgba(45,45,45,0.88); }
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { border-bottom-color: rgba(45,45,45,0.88); }
	#tiptip_holder.tip_top #tiptip_arrow_inner { border-top-color: rgba(20,20,20,0.92); }
}

 
/*brands carousel*/
div#brands_carousel{ display:block; border:solid 1px #e7e7e7; padding:5px; }
div#brands_carousel div.items{padding-left:22px;}
div#brands_carousel .button_large{ display:block;}
div#brands_carousel ul{ margin:0; padding:0; list-style-type:none;}
div#brands_carousel ul li{ float:left; padding:15px 13px; width:100px; height:70px;}
div#brands_carousel ul li a p {display:none}
/*footer blocks */
div#block_livraison, div#block_paiement, div#block_service_client{ position:relative; background:url(../img/dot_grey_2.png) repeat 0 0; font-size:14px; text-align:center; padding-bottom:5px; color:#888;}
div#block_livraison h4 a, div#block_paiement h4 a, div#block_service_client h4 a{ margin:0 0 5px 0; padding:0 0 5px 0; display:block; height:80px; overflow:hidden; background:#fff url(../img/blocs_footer.png) no-repeat 0 0; text-indent:-10000px;}
div#block_paiement h4 a{ background-position:0 -100px;}
div#block_service_client h4 a{ background-position:0 -200px;}
p.phone_footer{font-size:30px; color:#000;}
/*reset buttons by ravaka*/
input.button_submit,
a.button_submit, 
span.button_submit,
input.button_next,
a.button_next, 
span.button_next,
input.button_previous,
a.button_previous, 
span.button_previous 
{
	cursor:pointer; position:relative;color:#000;display:inline-block; background:url(../img/buttons_sprite.png) no-repeat 0 0; height:30px; line-height:30px; vertical-align:middle; width:180px; border:solid 0px #fff; text-align:center; font-size:11px; font-weight:normal; text-shadow:0 1px 0 #fff; text-decoration:none;
}

input.button_submit:hover,
a.button_submit:hover, 
span.button_submit:hover,
input.button_next:hover,
a.button_next:hover, 
span.button_next:hover,
input.button_previous:hover,
a.button_previous:hover, 
span.button_previous :hover {color:#2da9e3;}

.button_next{background-position:0 -30px !important;}
.button_previous{background-position:0 -60px !important;}

p.select div, p.select div span{ display:inline-block !important;}
.view_button { display:block; background:url(../img/product_item_sprite.png) no-repeat 0 -60px; line-height:20px; padding:0 10px 5px 20px; color:#000; text-shadow:0 1px 0 #fff; margin:0 0 5px 0;
	}
	.view_button:hover{ text-decoration:none; color:#2DA9E3 !important;} 
	li.list_small_scroll {text-align:center;}
	li.list_small_scroll img {display:block; margin:0 auto; border:solid 1px #d7d7d7;}
	li.list_small_scroll .view_button { width:60px; margin:0 auto; padding:0 5px 3px 5px; }
	p.cross_name{ display:block; margin:0; padding:0; height: 40px; text-align:center;}
	
#order ul.product_list{
	width:700px;
}

#profileoblockchoosemobile{
	float:left;
	background:url(../img/bg_block_choose_acc.png) no-repeat 0 0;
	padding:43px 6px 0 12px;
	width:100%;
}

#profileoblockchoosemobile table.liste_mobile tr td{
	width:93px;
	text-align:center;
}

#category ul#list_mobile_subcategory {
	float:left;
}

#category ul#list_mobile_subcategory li{
	list-style:none;
	float:left;
	margin: 10px;
	width: 100px;
	height: 135px;
	text-align:center;
}
#category ul#list_mobile_subcategory li h4{
	padding: 0px;
	text-align:center;
}


/*** ajax popup cart add ***/
.ajax_add_hidden_message {display:none;}
.ajax_add_box_message {
	text-align:center;
	width: 300px;
	padding: 10px;
}
.ajax_add_message {
	font-weight: bold;
}
.ajax_add_message_button {
	font-weight: bold;
	color:#fff!important;
	background: #2DA9E3;
	display:block;
	width:190px;
	margin:0 auto;
	padding:5px;
}

/********************************/

.category_child_list_products_list {
	border:0px solid pink;
}

ul.category_child_list_products_list li { 
	border:0px solid teal;
	display:block; 
	width:220px; 
	height:150px;
	float:left;
	padding:5px;
	border-right: dotted 1px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
}

ul.category_child_list_products_list li .product_title{
	display:block;
	color: #000000;
    font-size: 11px;
    font-weight: bold;
    height: 80px;
    line-height: normal;
    margin: 0 0 5px;
    padding: 0;
    /*text-transform: uppercase;*/
}

 ul.category_child_list_products_list li .product_desc_absolute {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px dotted #D7D7D7;
    height: 60px;
    margin: 0 0 5px 172px;
    padding: 0;
	display:none;
}
	
ul.category_child_list_products_list a.product_img_link_list_wide {
	border: 1px dotted #D7D7D7;
    display: block;
    float:left;
    margin-right:15px;
    position: relative;
	text-align:center;
}

ul.category_child_list_products_list li img{ 
	width:100px;
}
ul.category_child_list_products_list li.item_3{
	border-right: dotted 0px #fff !important;
}

ul.category_child_list_products_list li .out_of_stock {
	background: url("../img/product_item_sprite.png") no-repeat scroll 0 -27px transparent!important;
    color: #FF1212!important;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    padding-left: 16px;
    vertical-align: middle;
    width: 60px;
}

ul.category_child_list_products_list li span.new {
	display: block;
	position: absolute;
	top:-1px;
	left:-1px;
	width:110px; height:65px; overflow:hidden; text-indent:-100000px;
	background:url(../img/new_prod_list.png) no-repeat 0 0;

}

ul.category_child_list_products_list li .availability {
    background: url("../img/product_item_sprite.png") no-repeat scroll 0 0 transparent;
    color: #2DE442;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    padding-left: 16px;
    vertical-align: middle;
    width: 60px;
    /*position:absolute;*/
}

ul.category_child_list_products_list li .price {
    color: #2DA9E3;
    font-size: 19px;
    font-weight: bold;
	float: right;
    margin-top: 0;
    text-align: right;
}

ul.category_child_list_products_list li .pdc {
    color: #BEBEBE;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

ul.category_child_list_products_list li .price-discount {
    color: #BEBEBE;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

ul.category_child_list_products_list li .ajax_add_to_cart_button {
    background: url("../img/product_item_sprite.png") no-repeat scroll 0px -43px transparent;
    color: #000000;
    display: block;
    line-height: 55px;
    margin: 0 0 2px;
    padding: 0 10px 5px 20px;
    text-shadow: 0 1px 0 #FFFFFF;
}

ul.category_child_list_products_list li .ajax_add_to_cart_button {
    background: url("../img/product_item_sprite.png") no-repeat scroll 0px -43px transparent;
    color: #000000;
    display: block;
    line-height: 55px;
    margin: 0 0 2px;
    padding: 0 10px 5px 20px;
    text-shadow: 0 1px 0 #FFFFFF;
}

ul.category_child_list_products_list li .product_actions {
    /*clear: both;*/
    display: block;
    padding: 5px 0 0;
    position: relative;
    vertical-align: bottom;
}

/* Advanced Search 4 - Advanced Styles Content */

#PM_ASBlockOutput_1 {width:940px !important;} #PM_ASBlockOutput_1 {height:40px!important;} 
#PM_ASBlockOutput_1 {background:url("../img/hdot.png") repeat-x scroll 0 bottom transparent!important; /* background-color:#eeeeee!important; */filter: none!important; } 
#PM_ASBlockOutput_1 {border-color:#b6b7ba!important;} #PM_ASBlockOutput_1 .PM_ASearchTitle {font-size:12px!important;} 
#PM_ASBlockOutput_1 .PM_ASCriterionsGroupTitle {color:#333333!important;} #PM_ASBlockOutput_1 .PM_ASCriterionsGroupTitle {font-size:12px!important;} 
#PM_ASCriterionsGroup_1_8 { width:220px!important;} #PM_ASCriterionsGroup_1_6 {width:220px!important;} 
#PM_ASCriterionsGroup_1_7 {width:220px!important;}


body#index #PM_ASBlockOutput_1 {position: absolute; top: 640px; padding: 0 !important; margin-left: 10px; background:#ccc !important; color:#666 !important; }
body#index #left_column {margin-top: 45px!important;}
body#index #center_column {margin-top: 55px!important; background:none;}
body#index #PM_ASearchResults .breadcrumb{background:#2da9e3; color:#fff;}
body#index #PM_ASearchResults .breadcrumb a{ color:#fff;}
body#index #PM_ASearchResultsTitle{margin:0 0 10px 0; padding:5px 0; border-bottom:dotted 1px #d7d7d7; color:#666; }
body#index #PM_ASearchResults .nb_results{float:left; font-weight:400; color:#666; }
body#index #PM_ASearchResults #productsSortForm{float:right; display:inline-block;}
body#index #PM_ASearchResults #product_listing{margin:10px 0; padding-top:10px; border-top:dotted 1px #d7d7d7; clear:both;}
/*#header { height:190px; }*/

#PM_ASBlockOutput_1 { position: absolute; top: 144px; padding: 0 !important; margin-left: 10px; }

#PM_ASBlock_1 H4 { display:none!important;}
.PM_ASResetSearch { display: none !important; }
#fdp_metropole {margin:10px 0; padding:5px; text-align:center; font-size:18px; color:#fff; background:#2DA9E3; border-radius:4px; font-weight:bold;}