/* ****************************************************************************
		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%; font-weight:normal;}
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%}

.ie7 input, .ie7 select{line-height:18px}
a {cursor:pointer}

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

/* ************************************************************************************************
		struture
************************************************************************************************ */
#page {}

#columns {z-index:1; margin:15px 0 0 0;}
#left_column { margin-right:10px; width:215px;}
#center_column {margin-right:0px; width:730px; float:right; }
#index #center_column { width:980px;}
#right_column {width:215px;}
#footer {}


/* ************************************************************************************************
		generic style
************************************************************************************************ */
body{
	/*
	font-size:14px;
	font-family: 'Open Sans', Oswald,  Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#888888;
	background:url("../img/back_17.png") repeat scroll 0 0 #DBDBDB;
	*/
	/* Dark4D */
	color: black;
	font-family: 'Annie Use Your Telescope';
	font-size: 17px;
	font-weight: normal;
	line-height: 18px;
	background-image: url("../img/back_17.jpg");
	background-color: black;
	background-repeat: no-repeat;
	background-position: center top;
	background-repeat:repeat-y;
}
body.content_only {
	background: #fff;
}

/* positionnement ****************************************************************************** */
.hidden {display:none}
.f_left {float:left}
.f_right {float:right}
p.center {text-align:center;
}
.clearBoth {clear:both}

/* title *************************************************************************************** */
h1 {
	margin-bottom:15px;
	font-size:24px;
	line-height: 22px
}
h2 {
	padding-bottom:20px;
	font-size:18px
}
h3 {
	padding-bottom:20px;
	font-size:20px
}
.title_block {
	padding-bottom:20px;
	font-size:20px
}

.hide-left-column #left_column #left_column_inner{display:none}
.hide-left-column #center_column {}

#featured-products_block_center .product_desc, #featured-products_block_center .product_desc a,
#featured-products_block_center .lnk_more,#order .delivery_options_address h3, #order-opc .delivery_options_address h3,
table.std th, table.table_block th,#form_forgotpassword  p.text label ,#add_address p.text input,#add_address p.password input,
#add_address p.select input,#add_address p.select select,#add_address p.textarea textarea,.listcomment .titlecomment,.breadcrumb,#create-account_form .title_block ,.order_carrier_content ,.paiement_block,.description_box
{ font-size:14px;}


/* text **************************************************************************************** */
p {padding-bottom:10px}

p em {font-style:italic}

.warning {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e6db55;
	background:#ffffe0
}
.success {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #339900;
	background: #d3ffab;
}
.error {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #EBBCB5;
	color:#DF0505;
	background:#FDE4E1;
	overflow: hidden;
}
.error ul,
.error ol {margin-left:20px}
.error p.lnk {
	padding:0;
	float: right;
    margin-top: 10px;
	text-transform:uppercase;
}
.error p.lnk a	
{
	padding:5px 10px;
	color: #ffffff;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	*background-color: #222222;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.error p.lnk a:hover
{ text-decoration:none;}	
.required sup {color:#DF0505}

.addresses ul.address .address_delete a,#product_comparison .cmp_remove{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	border:1px solid #cc9900;
	cursor: pointer;
	text-transform:capitalize;
	
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.addresses ul.address .address_update a{
	color: #ffffff;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	border:1px solid #cc9900;
	cursor: pointer;
	text-transform:capitalize;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


/* link **************************************************************************************** */
a, a:active, a:visited {
	color:#555;
	text-decoration:none;
	outline: medium none
}
a:hover { color:#333; text-decoration:underline}

/*.block li a { color:#555;}
.block li a:hover { color:#333; text-decoration:underline;}*/


/* HACK IOS ipad, iphone */
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="submit"], input[type="image"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
	
	
#wishlist-table tr td .link-edit,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
}
	
/*buttons ************************************************************************************** */
#featured-products_block_center .exclusive,#product_list li .ajax_add_to_cart_button { background: url("../img/sprite.png") no-repeat scroll -2px -700px transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    float: right;
    height: 42px;
    padding: 0;
    text-indent: -9999px;
    width: 42px;
	margin-top:7px;
	font-size:0;
 }
#product_list li .ajax_add_to_cart_button { margin:0;} 
#featured-products_block_center .exclusive:hover,#product_list li .ajax_add_to_cart_button:hover { background: url("../img/sprite.png") no-repeat scroll -214px -700px transparent; }


input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	position:relative;
	display:inline-block;
	padding:0px 10px;
	cursor: pointer;
	text-transform:capitalize;
	background:#000000;
	height:28px;
	line-height:28px;
	width: auto;
	overflow: visible;
	font-weight:normal;
	outline: 0;
	color: #FFFFFF;
	border:none;
	
  /* IE7 */
 /* *padding-top:11px;
  *padding-bottom: 3px;
  position:relative;
  z-index: 0;
  *display:inline;*/
	
	
}
*: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*/
}

/* 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 {
	background:#ad3e2b;
	text-decoration:none;
}

/* exclusive hover button */
/* 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:#ad3e2b;
	text-decoration:none;
}

input.button_disabled, input.exclusive_disabled, span.exclusive {
	cursor: default;
	opacity: 0.65;
	 filter:alpha(opacity=65); 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*==================================*/
/* START FORMALIZE */
/*==================================*/

.input_tiny { width: 50px; }
.input_small { width: 100px; }
.input_medium { width: 150px; }
.input_large { width: 200px; }
.input_xlarge { width: 250px; }
.input_xxlarge { width: 300px; }
.input_full { width: 100%; }
.input_full_wrap { display: block; padding-right: 8px; }

/* `UI Consistency ---------------------------------------------------------------------------------------------------*/

::-moz-focus-inner { border: 0; padding: 0; }
input[type="search"]::-webkit-search-decoration { display: none; }

input, button, select, textarea { margin: 0; vertical-align: middle; z-index:0; position:relative; }
button:hover,{ transition-duration: 300ms;  background:#FF633F;}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid;
	border-color: #eee #eee #eee;
	color: #555;
	outline: 0;
	padding:5px 5px 5px 3px;
	z-index:0;
	position:relative;
}
/* WebKit's. */
::-webkit-input-placeholder { color: #888; }
input:-moz-placeholder, textarea:-moz-placeholder { color: #888; }

input.placeholder_text, textarea.placeholder_text { color: #888; }

:invalid { /* Suppress red glow that Firefox adds to form fields by default, even when user is still typing.*/ }

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  /* for Opera */
  	z-index: 1;
  	-moz-box-shadow: 0 0 3px #BBBBBB;
	-webkit-box-shadow: 0 0 3px #BBBBBB;
	box-shadow: 0 0 3px #BBBBBB;
 
}

.header .form-search input:focus,
.header .form-search input:active{ 
	-moz-box-shadow: #ddd 0 0 0px;
	-webkit-box-shadow: #ddd 0 0 0px;
	box-shadow: #ddd 0 0 0px;
	border:none;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}
.top_button {
    background: url("../img/up.png") no-repeat scroll 0 0 transparent;
    height: 39px;
    text-indent: 9999px;
    width: 43px;
	font-size:0;
}



/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url('../img/megnor/select_arrow.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    display: none;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/* `IE6
----------------------------------------------------------------------------------------------------*/
.ie6_button,
* html button {
  background: #ddd url('../img/button.jpg') repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button { padding-top: 1px; padding-bottom: 1px; }

.ie6_input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select { margin-top: 1px; }

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled { color: #888; }

.ie6_input_disabled { background: #eee; }

/*==================================*/
/* END FORMALIZE */
/*==================================*/

/* form **************************************************************************************** */
form.std fieldset {
	margin:2px 0; /* 20px 0*/
	border:1px solid #EDEDED;
	background:#ffffff;
	

}

/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	border:1px solid #E9E9E9;
	border-bottom:none;
	background:white;
	border-collapse:inherit
}
table.std th,
table.table_block th {
	padding:14px 12px;
	color:#555;
	text-transform:uppercase;
	background:#E6E6E6;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #ffffff}
table.std  td,
table.table_block  td {
	padding:12px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	vertical-align:top
}

/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:15px; }
#footer .block {margin-bottom:0}
.block .block_content
{
	position:relative;
	background:lightgrey;
	margin:5px 0 0 0;
	padding:0px 0px 8px;
}
.tm_manufacturer { background:#FFFFFF; background-image:url("../img/fond_bloc.png"); /* Dark4D */ 
border-style: solid;
  border-color: #ad3e2b;
  border-width: 4px;
  border-radius: 10px 10px 10px 10px;}
.tm_manufacturer .block { margin-bottom:0 ;}
.tm_manufacturer img { border:none !important;}
.tm_manufacturer .product-block { border-right:1px solid #dddddd !important; 
	border-left:none !important; 
	border-bottom:none !important; 
	border-top:none !important;  }
.tm_manufacturer p.title_block, #newproduct_slider_center p.title_block { display:none;  
	background:#FFFFFF !important; 
	color:#787878; 
	padding:10px 0; 
	font-size:15px; 
	text-transform:uppercase; 
	text-shadow:none; 
	border-radius:0; 
	border-bottom:2px solid #CFCFCF; 
	border-radius:0;}
.tm_manufacturer p.title_block a { color:#787878;}
#featured-products_block_center, #best-sellers_block_center { background:url("../img/fond_bloc.png") repeat scroll 0 0 #FFFFFF;
	 padding:10px; 
	 border:none; 
	 margin-top:10px; 
	 margin-bottom:10px;
	 border-style: solid;
  border-color: #ad3e2b;
  border-width: 4px;
  border-radius: 10px 10px 10px 10px;}
#best-sellers_block_center .button { color:#FFFFFF; 
	text-decoration:none; 
	margin:10px 0; 
	float:right;}
#featured-products_block_center .title_block, .block h4,  #best-sellers_block_center .title_block, .block h4{ border-bottom:2px solid #ad3e2b;
	border-radius:0;
	background:url("../img/fond_bloc.png") repeat scroll 0 0 #FFFFFF;
	color:#ad3e2b;
	padding:10px 0;
	text-shadow:none;
	text-transform:uppercase;
	font-size:15px;
 }
.block .title_block, .block h4 {
	padding:10px;
	color:white; /* Dark4D */
	text-transform:uppercase;
	background:#f1f1f1;
	font-family:'Metal Mania', cursive;
	border-bottom: 2px solid #ad3e2b; /* Dark4D */
	font-weight:normal;
	background:url("../img/fond_bouton.png") repeat scroll 0 0 #F1F1F1; /* Dark4D */
	
}
.block .title_block a, .block h4 a {color:white;} /* Dark4D */

.block ul {list-style-type:none}
.block li.last { border:none !important;}
#center_column .block .block_content
{
	background:none;
	border-radius:0;
	border:none;
	padding:0;
	margin:0;
}	

#newproduct_slider_center { background:#F0F0F0; 
	margin-top:10px; 
	border:none; 
	margin-bottom:10px;}
.accessories_block { border:none ;}

/* BLOCK .products_block FOR LEFT COLUMN LIST **************************** */
.products_block {
	
	}
.productscategory_h2 {
	background: url("../img/fond_bouton_grand.png") repeat scroll 0 0 #F1F1F1 !important;
}
.products_block li {float:left; }

/*================ Product Grid Start ============================*/

ul#product_list, ul.product_list {
	list-style-type: none;
	position:relative;
	/*width: 100%;*/
	padding:0px;
	margin:0px;
	list-style: none;
	
	
}

.ie7 ul#product_list, .ie7 ul.product_list {
	overflow:hidden;
}

.grid_view li, .product_list li
{
	width:240px;
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	float:left;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}


/* Default Width for Product Grid */
.grid_default_width{ width:240px; } /* Default Width for Product Grid */

.bestseller_default_width,	
.featured_default_width,	
.tmnewproduct_default_width	{ width:240px;}

#accessories-carousel .slider-item,
#featured-carousel 	.slider-item,
#newproduct-carousel .slider-item,
#bestseller-carousel .slider-item{ width:240px;}

.cross_default_width,
#crossselling_list .product_list li,
#crossselling-carousel .slider-item	{ width:150px;}

.productcategory_default_width,
#productscategory_list .product_list li,
#productscategory-carousel .slider-item	{ width:150px;}

.brand_default_width,
#manufacturer_grid .product_list li,
#manufacturer-carousel .slider-item	{ width:165px;}


#product_list li .product-block,
.product_list li .product-block,
.product-carousel .product-block
{ 
	margin:10px;
	padding:0;
	clear:both;
	overflow:hidden;
	border:1px solid #F1F1F1;
}



#product_list li .product-block:hover,
.product-carousel .product-block:hover,
.product_list li .product-block:hover 
{
    
	overflow:hidden;
	clear:both;
}

.ie7 #product_list li .product-block:hover,
.ie7 .product_list li .product-block:hover ,
.ie7 .product-carousel .product-block:hover {}

#product_list li .product-block .product-block-inner,
.product_list li .product-block .product-inner,
.product-carousel .product-block .product-inner {padding:10px 10px 0; text-align:center;  overflow:hidden;}

#product_list li .product-block .product-block-inner{text-align:left;}

#product_list li .product-block img,
.product_list li .product-block img,
.product-carousel .product-block img{text-align:center; margin: 0 auto;display:block; border:none !important;}


#accessories-carousel .slider-item a.lnk_img,
#featured-carousel 	.slider-item a.lnk_img,
#newproduct-carousel .slider-item a.lnk_img,
#bestseller-carousel .slider-item a.lnk_img,
#crossselling-carousel .slider-item a.lnk_img,
#productscategory-carousel .slider-item	a.lnk_img,
#productscategory_list li a.lnk_img,
#crossselling li a.lnk_img,
#product_list li a.lnk_img,
.product_list li a.lnk_img,
#product_list .product-block a.product_img_link,
.product_list li .product-block  .product_image,
.product-carousel .product-block .product_image{
	display:block;
	position:relative;
	overflow:hidden;
}


ul#manufacturers_list li img ,
ul#suppliers_list li img ,
.inline_list  li img ,
.products_block li img,
#thumbs_list li img,
.favoriteproduct a.product_img_link img,
table#cart_summary .cart_product img,
#crossselling li a img,
.products_block .product_image img ,
#product_list a.product_img_link img,
#productscategory_list li a img{border:1px solid #E7E7E7; max-width:100%;}


#crossselling_productblock li img,
#productscategory_productblock li img
{
	max-width:97%;
}	

.product-carousel .first_item_tm .product-block { margin-left:4px !important; }

#product_list li span.new ,.product_image span.new
{
	background: none repeat scroll 0 0 #AD3E2B;
    color: #FFFFFF;
    display: block;
    left: -26px;
    padding: 23px 20px 4px;
    position: absolute;
    top: -14px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* Dark4D */
    -webkit-transform: rotate(-45deg); /* Dark4D */
	text-transform:uppercase;
	
}

#product_list li span.new,
#product_list li .discount,
#featured-products_block_center .product_image span.new{font-size:12px; 
	
	}
#product_list .first_item_tm .product-block,
.product_list .first_item_tm .product-block { margin-left:0!important;}
.product-carousel .first_item_tm .product-block { margin-left:0px !important; }

#newproduct_slider_center .product-carousel .first_item_tm .product-block { margin-left:8px !important;}
#newproduct_slider_center .product-carousel .last_item_tm .product-block { margin-right:8px!important; }

#product_list .last_item_tm .product-block,
.product_list .last_item_tm .product-block { margin-right:0!important; }
.product-carousel .last_item_tm .product-block { margin-right:0px!important; }

.tm_manufacturer .last_item_tm .product-block { border-right:none !important;}

.product_list li.last_item_of_line .product-block{}

.grid_view li .left_block .discount,
.grid_view li .left_block .on_sale,
.list_view .right_block .discount,
.list_view .right_block .on_sale,
#product_comparison .product_discount .discount,
#product_comparison .product_discount .on_sale
{ 
	background-color: #eee;
	color: #000;
	padding: 1px 4px;    
	text-align: right;
    text-transform: uppercase;	
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
}
/*================ Product Grid End ============================*/

/* 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:6px;
	left:0
}

/* barre comparaison / tri ********************************************************************* */
#product-sort-container	{ /*float:left;*/}
.sortPagiBar form.nbrItemPage {  margin-left:155px;}

.content_sortPagiBar {margin:10px 0; float:left; width:100%;}
#center_column .sortPagiBar ,.sortPagiBar_bottom	
{
	padding:5px;
	background:#F1F1F1;
	border:1px solid #eee;
	overflow:hidden;
	border-bottom:2px solid #CFCFCF;
}
.sortPagiBar_bottom .comapre_form   { float:left;}
.comapre_form p { padding:0;}

#center_column .sortPagiBar strong {color:#000;}
#center_column .sortPagiBar p {padding:0;}
.sortPagiBar #productsSortForm {float:right;}
.sortPagiBar select#selectPrductSort {
	margin:0 0 0 10px;
	color:#000;
	border:1px solid #ccc
}

.sortPagiBar .bt_compare {
	padding:3px 7px;
	border:none;
	color:#fff;
	text-shadow:0 1px 0 #000;
	background:url('../img/bg_bt_compare.gif') repeat-x 0 0 #111;
}

.sortPagiBar .PrductSort {float:left;}

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

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

/* pagination ********************************************************************************** */

div.pagination {
	margin:0;
	float:right;
	text-align: center
}
ul.pagination {list-style-type:none}
ul.pagination li {margin:0 2px 0 0; float:left;}
ul.pagination a, ul.pagination span {
	display:inline-block;
 	height: 23px;
    padding-top: 4px;
    width: 24px;
	border:1px solid #eee;
	color:#777;
	background:#F8F8F8;
}
ul.pagination a {
	text-align:center;
}
ul.pagination a:hover {
	color:#fff;
	border:1px solid #bbb;
	background:#bbb;
	text-decoration:none;
}
ul.pagination .current span {
	color:#ffffff;
	border:1px solid #bbb;cursor:default;
	background:#bbb;
}
ul.pagination li.disabled span {color:#999; cursor:default;}

#pagination_next, .pagination_next {float:right}


ul.pagination .pagination_previous a,ul.pagination .pagination_previous span,
ul.pagination .pagination_next a, ul.pagination .pagination_next span {
	padding:4px 8px 0;
	width:auto;
}
#pagination_previous, .pagination_previous span,
#pagination_next, .pagination_next span {
	color:#555;
}

/* CART steps *********************************************************************** */
ul#order_step { background-color: white;}
ul.step {
	list-style-type:none;
	margin-bottom:30px;
	height:35px;
	width:100%;
	margin-top:15px;
}
ul.step li {
	float:left;
	width:20%;
	text-align:center;
	text-transform:uppercase;
	background:#EEEEEE;
	line-height:35px;
	height: 35px;
}
ul.step li a, ul.step li.step_current span {
	display:inline-block;
	color:#fff;
}
ul.step li.step_current {
	font-weight:bold;
	background:#ad3e2b;
}

ul.step li.step_current_end {
	font-weight:bold;
	color:#5D5D5D;
}
ul.step li.step_todo span {
	display:inline-block;
	color:#5D5D5D;
	font-weight:bold;
}
ul.step li.step_done {
	font-weight:bold;
	background:#000000;
}
.step_current .leftarrow	{ display:block;}

.ie7 .step_current .leftarrow	{ display:none;}
.ie7 #order_step #step_end,.ie8 #order_step #step_end,.ie9 #order_step #step_end		
{ width:19%;}
.leftarrow
{
	border-bottom: 16px solid transparent;
    border-left: 20px solid #ad3e2b;
    border-top: 18px solid transparent;
    content: "";
    float: right;
    position: relative;
    right: -24px;
	display:none;
	height:0;
	top:-0px;
}


/* module productcomments ********************************************************************** */
.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin:0 1px 0 0;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url('../../../modules/productcomments/img/delete.gif') no-repeat 0 -16px !important }
.star, .star a { background: url('../../../modules/productcomments/img/star.gif') no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right;
	margin-right: 3px;
	font-size: 12px
}
.confirmation {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e6db55;
	font-size: 13px;
	background: none repeat scroll 0 0 #ffffe0;
}
#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;
	color:#333
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0;
	color:#333
}
.listcomment .authorcomment {}


/* ************************************************************************************************
		HEADER
************************************************************************************************ */
#header {position:relative; z-index:9; }

#header_logo {
	position: absolute;
	left:0;
	top: 32px;
	z-index:1;
	margin-top:-20px; /* Dark4D */
}
.header_inner { }
#header_right {
	position:relative;
	float: right;
	margin-bottom:0px;
	width:100%;
	height:95px;
	margin-top:30px; /* Dark4D */
}
.ie7 #header_right	{ z-index:9;}

#header,#columns,#footer{ margin:0 auto; width: 100%; }

#header .header_container,
#footer .footer_inner,
#columns .columns_inner	{ width:980px; margin:0 auto; padding:0;}

#footer .footer_inner { width:980px; padding:0; margin:10px auto 0;}

#columns .columns_inner { overflow:hidden; padding:0 6px; width:960px;  background:url("../img/fond_bloc.png") repeat scroll 0 0 white; 
border-style: solid;
border-color:#ad3e2b;
border-width:4px;
border-top-width:0px;
border-radius:0px 0px 0px 0px;
border-bottom-width:0px;
}
#index #columns .columns_inner { overflow:visible; padding:0; width:980px; background:none;}


.header_container 	{ position:relative;}

.tm_permalinkmenu	{ display:none;}
.tm_permalinkmenu li	{ list-style:none;}
.headertoggle_img
{
	background: url("../img/sprite.png") no-repeat scroll -197px -337px transparent;
	float: right;
	height: 20px;
	margin: 10px 10px 0 15px;
	width: 30px;
}
.header_bottom 
{
	background:url("../img/fond_bloc.png") repeat scroll 0 0 white;
	padding:6px 6px 0px;
	float:left;
	width:960px;
	border-style: solid;
  border-color: #ad3e2b;
  border-width: 4px;
  border-radius: 10px 10px 0px 0px;
  border-bottom-width:0px;
  
}
.menu_bottom	{ background:#E6E6E6; height:30px; border-top:2px solid #AD3E2B; border-bottom:2px solid #AD3E2B;background-image:url("../img/cadre_menu.png"); /* Dark4D */ }
/***************************************************************
			MENU
*****************************************************************/
.sf-contener,.nav-button {
	clear: both;
	background:#000000;
	height:36px;
	z-index:9999;

}
.sf-right {
  margin-right: 14px;
  float: right;
  width: 7px;
  display:none;
  visibility:hidden;
}
.sf-menu ,.sf-menu * {
	padding:0;
	list-style:		none;
	z-index:9999;
	background-image:url("../img/fond_menu.png"); /* Dark4D */
}
.sf-menu ul ,.primary-nav{
	position:		absolute;
	top:			-999em;
	background: none repeat scroll 0 0 #E6E6E6;
    border-top: 1px solid #ad3e2b;
	padding: 10px 5px;
	z-index:99999;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit;
	background:#ad3e2b; /* fixes IE7 'sticky bug' */
	color:ffffff;
}
.sf-menu li.first {  }
.sf-menu li {
	float:			left;
	position:		relative;
	border-right: 1px solid #ffffff;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#fff;
	padding:9px 18px;
	border: 0;
	text-decoration:none;
	font-size:20px;
}
.sf-menu li a { font-family:'Metal Mania', cursive; text-transform:uppercase;}
.sf-menu ul li a,.primary-nav li a	{ font-size:13px; color:#6B6B6B; 
	margin:0; 
	padding:3px 10px 3px 20px; 
	font-family:open sans,Arial,verdana;
	background:url("../img/cat-icon.jpg") no-repeat scroll 5px center transparent;
	text-transform:capitalize;
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			36px; /* match top ul list item height */
	z-index:		99999;
	width:auto
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu li li,.sf-menu li li li {
	
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  	
}

.sf-menu ul li a:hover, .primary-nav li a:hover {
	background:url("../img/cat-icon_hover.jpg") no-repeat scroll 5px center  #ad3e2b;
	outline:		0;
	color:#ffffff ;
}

/*** arrows **/
.sf-menu a .sf-sub-indicator	{ display:none;}
.sf-menu ul li a .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			7px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/icon/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 11px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
li.sf-search {
  background: inherit;
  float: right;
  line-height: 25px;
  border:none;
}
li.sf-search input {
  margin:7px 6px 0 0;
  background: #eee;
  border:1px solid #777;
}

/* hack IE7 */
.sf-menu li li {
	width:200px;	
	border-right:none;
	margin:2px 5px;
}
.nav-container-mobile {
    display: none;
}

/*flexdirection navcode start*/
.slider_container { margin-top:10px; float:left; margin-bottom:8px;}
.tm_slider { float:left; width:710px;}
.slider_container_subbbanner	{ float:left; width:247px;}

.flex-direction-nav a.flex-prev 
{
	width: 40px; 
	height: 40px; 
	margin:  0; 
	display: block; 
	background: url("../img/sprite.png") no-repeat scroll -98px -534px transparent; 
	position: absolute; 
	bottom: 4%; 
	z-index: 1; 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-transition: all .3s ease;
}
.flex-direction-nav a.flex-prev:hover { background: url("../img/sprite.png") no-repeat scroll -98px -574px transparent;  }  
.flex-direction-nav a.flex-next 
{
	width: 40px; 
	height: 40px; 
	margin:  0;
	margin-left: 10px; /* Dark4D */
	display: block; 
	background:url("../img/sprite.png") no-repeat scroll -138px -534px transparent; 
	position: absolute; 
	bottom: 4%; 
	z-index: 1; 
	cursor: pointer; 
	text-indent: -9999px; 
	
	-webkit-transition: all .3s ease;
}
.flex-direction-nav a.flex-next:hover { background:url("../img/sprite.png") no-repeat scroll -138px -574px transparent;  }  
.flex-direction-nav .flex-next {background-position: 100% 0; left: 44px !important; }
.flex-direction-nav .flex-prev {left: 14px !important;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); 	
cursor: default;}
.slides, .flex-control-nav, .flex-direction-nav {
list-style: none outside none;
margin: 0;
padding: 0;
}


.flex-control-nav li {margin: 0 7px; display: inline-block; float:left; *:display: inline;}
/*flexdirection navcode end*/




/*================= Start Responsive Menu =============*/
.nav-button {  cursor: pointer; }
.primary-nav {
    display: block;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 98%;
    border-radius: 0 ;
    z-index: 9;
	top:36px;
	border:none;
}
.tm_mobilemenu_text	
{
	color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 15px;
	font-family:oswald,arial,verdana;
	text-transform:uppercase; 
}
.tm_mobilemenu_img	
{
	float:right;
	background:url("../img/sprite.png") no-repeat scroll -197px -340px transparent;
	height: 20px;
	width: 30px;
	margin:10px 10px 0 15px;
}
.primary-nav.open li.last	{ border:none;}
.primary-nav ul { padding: 0;margin-left: 20px;}
.primary-nav li { display: none;}
.primary-nav li a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding:5px 5px 5px 20px;
	text-decoration: none;
}

.primary-nav.open { padding:1%; }
.primary-nav.open li { 	display: block;	margin: 0;padding:0;}
.primary-nav li ul a {
    font-size: 12px;
    font-weight: normal;
}
.primary-nav li ul li ul a {padding: 5px 0 5px 20px;}
.primary-nav li ul li ul li ul a {padding: 5px 0 5px 20px;}
.primary-nav li:hover ul {	display: block;	border-top: 0 none; }
.nav-container-mobile li .OPEN,
.nav-container-mobile li .CLOSE {
	display:block;
	float:right;
	margin:4px 7px 0 0;
	height:21px;
	width:22px;
	background: url('../img/sprite.png') no-repeat scroll -234px -261px transparent;
	cursor:pointer;
}
.nav-container-mobile li .CLOSE {
	background-position:-194px -261px;
}
/*================= End Responsive Menu =============*/

/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
.breadcrumb {
	margin-bottom:10px;
    color: #555;
    font-weight: normal;
    padding: 0;
    text-transform: capitalize;
}
.breadcrumb a{color:#555;}
.breadcrumb .navigation-pipe {margin:0 3px 0 5px}
.breadcrumb img {
	position:relative;
	top:5px
}


/* ************************************************************************************************
		FOOTER
************************************************************************************************ */
#footer {
	color:#fff;
	overflow:hidden;
}

 .footer_inner { padding:0px; margin-top:10px;	 width:980px; background:none!important;}

.blockcategories_footer,
#footer .myaccount ,
#social_block,
#block_contact_infos {
	float:left;
	width:25%;
	border:none;
}


.blockcategories_footer {margin-left:0}
#footer .title_block {
	padding-bottom: 10px;
	text-transform:uppercase
}
#footer .title_block ,
#footer .title_block  a {
	color: white;
    font-family: 'Metal Mania',cursive; /* Dark4D */
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    text-shadow: 0 1px #ad3e2bF;
    text-transform: uppercase;
}
#footer .title_block a:hover{ text-decoration:none; color:#636363; }
#footer a {color:#ad3e2b}
#footer a:hover {text-decoration:underline; color:white;}
#footer ul {list-style-type:none; clear:both; width:100%;}
#footer li {padding:5px 0}
#footer li a {color:#ad3e2b; text-shadow:0 1px 0 grey; text-transform:capitalize;}

#footer .myaccount .block_content { background:none; border:none; padding:0; margin:0;}

.blockcategories_footer ul li a,
#footer .myaccount  ul li a,
.block_footer ul li a
{
	background:url("../img/sprite.png") no-repeat scroll -243px -797px transparent;
    padding-left: 20px;
}

.blockcategories_footer ul li a:hover,
#footer .myaccount  ul li a:hover,
.block_footer ul li a:hover
{
	background:url("../img/sprite.png") no-repeat scroll -243px -826px ;
    color:#ad3e2b;
	padding-left: 20px;
}


#footer .myaccount {padding: 0px; margin:30px 0 5px;}
#footer .myaccount .title_block, #footer .myaccount h4 {
	background:none;
	text-shadow:none
}
#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}

#footer .title_block 	{ cursor:pointer; padding:0 0 10px; }
#footer h4.title_block .mobile_togglemenu{ }
#footer .myaccount .block_content	{ clear:both;}
.toggle .mobile_togglemenu 
{ 
	background:url("../img/megnor/toggle-arrow.png") no-repeat scroll right 4px transparent;
	display:block;
	cursor:pointer;
	width:100%;  
	margin-top: -21px;  
	overflow: hidden;
	padding:0 0 10px;
}
.toggle .mobile_togglecolumn
{ 
	background:url("../img/megnor/toggle-arrow.png") no-repeat scroll right 0px transparent;
	display:block;
	cursor:pointer;
	width:100%;  
	margin-top: -17px;  
	overflow: hidden;
	padding:0 0 3px;

}

.active .mobile_togglemenu { background:url("../img/megnor/toggle-arrow.png") no-repeat scroll right -48px transparent; }
.active .mobile_togglecolumn{ background:url("../img/megnor/toggle-arrow.png") no-repeat scroll right -52px transparent; }
#footer .mobile_togglemenu:hover	{ text-decoration:none;}

#tm_blocklink1_footer,#tm_blocklink2_footer,#tm_blocklink3_footer,#tm_blocklink4_footer
{ float:left; width:25%; margin:30px 0 5px 0;}

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

/* BLOCK idTabs ******************************************************************************** */
.idTabs {
	list-style-type: none;
	margin-top: 20px;
	border-bottom: 2px solid #ad3e2b;
	float:left; width:100%;
	
}
ul.idTabs li {
	float: left;
	margin-right: 3px
}
.idTabs a {
	display:block;
	padding:8px 10px 9px;
	font-weight:normal;
	text-decoration:none;
	font-family:'Metal Mania', cursive;
	color:#787878;
	background:#F0F0F0;
	font-size:15px;
}
.idTabs .selected {
	color:#ffffff;
	background: #ad3e2b;
}

#more_info_sheets {padding-top:10px; float:left; width:100%;}
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {margin-left:20px}
#more_info_sheets em {font-style:normal}

#more_info_sheets .product_desc{
	margin-top:5px
}

#more_info_sheets .product_desc .product_image{
	float:left
}

#more_info_sheets .product_desc .block_description{
	float:left;
	margin-left:10px;
	width:420px
}
#more_info_sheets .product_desc .clear_product_desc{
	clear:both;
	height:0px;
	line-height:0px
}

/* Make sure lists are correctly displayed in tinyMCE BO edition mode too */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {margin-left:20px}

.block_hidden_only_for_screen {display:none}


/* ************************************************************************************************
		PAGE COMAPRISION
************************************************************************************************ */
#products-comparison #right_column {}
#products-comparison #center_column{}


/* ************************************************************************************************
		PAGE AUTHENTIFICATION
************************************************************************************************ */
#authentication #right_column {}
#authentication #center_column{}


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

/* nav bottom ********************************************************************************** */
#order #left_column #left_column_inner, #order-confirmation #left_column #left_column_inner{ display:none}
#order #center_column, #order-confirmation #center_column{}

#order-confirmation {  }
#order-confirmation .icon, #order-confirmation .icon { float: left;   margin: -5px 5px 0 0;}

.cart_navigation {margin:20px 0}
.cart_navigation  .button{ float:left; }
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {
	float:right
}

/* step 1 - cart ******************************************************************************* */
#compare_shipping p label	{ float:left; width:18%;}
.cart_last_product {display:none}

/*p.cart_navigation .multishipping-button { margin-right: 10px }*/

#order-detail-content {margin-bottom:20px}
#order-detail-content .customizationUploaded li,#order-detail-content .typedText li {
	list-style: none;
}
table#cart_summary th {
	padding:14px 12px;
	text-transform:uppercase;
	background:#E6E6E6;
}
table#cart_summary  th.cart_product {text-align:center}
table#cart_summary  td {
	padding:12px;
	border-right:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
	vertical-align:top
}
table#cart_summary  td.cart_delete,
table#cart_summary  td.price_discount_del {border-right:none;text-align: center}
table#cart_summary  .last_item  td {border-bottom:1px solid #EDEDED}


table#cart_summary tr.cart_item.odd,
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price,
table#cart_summary tr.cart_total_voucher{
	background-color: #fff
}
table#cart_summary tr.cart_item.even {
	background-color: #f3f3f3
}

table#cart_summary tr.customization.odd {
	background-color: #fff
}
table#cart_summary tr.customization.even {
	background-color: #f3f3f3
}

table#cart_summary tr ul {
	list-style: none;
}
table#cart_summary .cart_product {
	width:80px;
	text-align:center
}
table#cart_summary tbody tr:last-child td {
	border-bottom: 1px solid #EDEDED;
}
table#cart_summary tbody tr td.cart_discount_delete {
	padding-left: 34px;
}
table#cart_summary .cart_description {
	width:230px;
}
table#cart_summary .cart_unit {width:130px;text-align: center}
table#cart_summary td.cart_unit {text-align: right}
table#cart_summary  .cart_quantity {width:130px}
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
.cart_quantity .cart_quantity_input {
	float:left;
	margin-left: 5px;
	width: 20px;
	border:1px solid #ddd;
}
.cart_quantity .cart_quantity_button {
	float:left;
	position: relative;
	top: -5px
}
table#cart_summary .cart_total {width:120px;text-align: center}
table#cart_summary td.cart_total {text-align: right}
table#cart_summary .cart_delete {
	width:64px;
	text-align:center
}
table#cart_summary .cart_discount_price {text-align: right}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	 display:inline-block;
  padding:1px 2px;
  font-size:0px;
  color:#666;
  text-indent:-999px;
  background:url("../img/icon/delete.gif") no-repeat scroll 0 center;
  width: 10px;
  height:10px;
  margin: 4px 0 0;
  float:left;
}

.cart_total_price .total_price_container {
	border-right:none;
}

table#cart_summary .cart_total_price td.cart_voucher {
	border-bottom:1px solid #EDEDED;
	vertical-align:middle
}

table#cart_summary #total_price_container {
	border-bottom:1px solid #EDEDED;
	border-right: none;
}

.cart_voucher .title_block, .cart_voucher h4
.cart_voucher p {float:left;}
.cart_voucher .title_block, .cart_voucher h4 {
	margin-right:12px;
	padding:5px 0;
	
}
.cart_voucher p {padding-bottom:0;}

.cart_voucher p.discount_name_block {float:left;}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 20px;
	color:#666;
	padding-top:2px;
	font-weight:normal;
	border-top:1px dotted #ccc
}
.cart_voucher .title_offers {
	margin-top:15px;
	margin-bottom:5px
}
.cart_voucher #display_cart_vouchers span {
	font-weight:bold;
	cursor:pointer;
}
.cart_voucher input.discount_name {
	padding:0 5px;
	height:22px;
	width:170px;/* 180 */
	border:1px solid #ccc;
	font-weight:normal;
	background:url('../img/bg_discount_name.png') repeat-x 0 0 #fff
}
.cart_voucher .submit input.button {
	margin-left:2px;
	padding:2px;
	height:24px;
	border:1px solid #000;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 -1px 0 #333;
	background:url('../img/bg_cart_voucher_submit.png') repeat-x 0 0 #000
}

#cart_summary .price {
	border-right:none;
	text-align: right;
	white-space: nowrap;
}
.total_price_container p {text-align: left}

table#cart_summary .cart_total_price .total_price_container {
	padding:0;
	border-bottom:1px solid #EDEDED;
	border-right:1px solid #EDEDED;
}
.cart_total_price .total_price_container p {
	display:block;
	padding:8px;
	font-weight:bold;
	text-transform:uppercase;
	background:#f8f8f8;
}
.cart_total_price .total_price_container 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 .title_block  {
	padding:0 15px;
	height: 29px;
	line-height:29px;
	color:#555;
	text-transform:uppercase;
	background:#eee;
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}

.order_delivery .first_item {margin-right:25px;}

.multishipping_close_container {
	text-align: center;
}

table#cart_summary .gift-icon {
	color: white;
	background: #222222;
	line-height: 20px;
	padding: 2px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

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

#authentication #create-account_form fieldset,
#authentication #login_form fieldset {
	min-height: 200px
}

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

#contact  h3,
#add_address h3,
#new_account_form  h3,
#create-account_form h3,
#account-creation_form h3,
#authentication #login_form h3
{
    border-bottom: 2px solid #ad3e2b;
    margin: 0 0 15px;
    padding: 13px;
    text-transform: uppercase;
	background:url("../img/fond_bouton.png") repeat scroll 0 0 #F1F1F1;
	color:white; /* Dark4D */
	font-family:'Metal Mania', cursive;
	height:16px;
}

#create-account_form .title_block  {
	padding-bottom:22px;
	color:#888888
}

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

#order-opc #login_form_content label {
	display:block;
	margin:0 0 10px 0
}

#create-account_form #email_create,
#login_form #email,
#login_form #passwd,
#login_form #login_email,
#login_form #login_passwd {
	width:210px;/* 230 */

}

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

.lost_password {
	float:left;
	width:200px
}
.lost_password a {color:#888888}

#order-opc .lost_password {
	display:block;
	float:none;
	margin:5px 0 10px;
	width:auto;
	font-size:11px;
	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 3 - address ************************************************************************** */

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #ededed;
	background:#fbfbfb;
	margin-bottom: 10px;
	padding: 5px;
}
#multishipping_mode_checkbox {
	vertical-align: middle;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #ddd;
}
#multishipping_mode_box .title {
	padding: 5px;
	font-weight: bold;
}
#multishipping_mode_box .description, #multishipping_mode_box .description_off {
	padding: 5px;
}
#multishipping_mode_box .description_off {
	display: none;
	padding: 5px;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a, #multishipping_mode_box .description a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 160px;
	background: #f7f7f7;
	border: 1px solid #ccc;

}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	border: 1px solid #ccc;
	background:#eee;

}
#multishipping_mode_box.on .description_off {
	display: block;
}


/* step 4 - paiement ************************************************************************** */

.delivery_options {
	border: 1px solid #EDEDED;
	border-top: 0;
}
#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
	padding: 6px 11px;
	text-transform: uppercase;
	background: none repeat scroll 0 0 #e6e6e6;
}
#order .delivery_option_radio, #order-opc .delivery_option_radio {
	float: left;
	margin:2px;
}
#order .delivery_option label, #order-opc .delivery_option label {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
	height: 46px;
	width: 92%;
}
#order .delivery_option.item, #order-opc .delivery_option.item {
	background: #ffffff;
}

#order .delivery_option .tm-radio, #order-opc .delivery_option .tm-radio {
	float:left;
	margin:12px;
}
#order .delivery_option.alternate_item, #order-opc .delivery_option.alternate_item {
	border-top: 1px solid #EDEDED;
	background: #f6f6f6;
	border-bottom: 1px solid #EDEDED;
}
#order .delivery_option label > table.resume td, #order-opc .delivery_option label > table.resume td {
	padding: 0 8px;
}
#order .delivery_option label > table.resume td + td, #order-opc .delivery_option label > table.resume td + td {
	width: 50%;
}
#order .delivery_option label > table.resume td + td + td, #order-opc .delivery_option label > table.resume td + td + td {
	width: 20%;
	text-align: right;
}
#order .delivery_option_carrier td {width:200px}
#order .delivery_option_carrier td + td {width:280px;}
#order .delivery_option_carrier td + td + td {width:200px}
#order .delivery_options_address .delivery_option_logo, #order .delivery_option_carrier .delivery_option_logo, #order-opc .delivery_options_address .delivery_option_logo {
	padding-left:10px;
	width: 20%;
}
#order .delivery_options_address .delivery_option_logo img, #order-opc .delivery_options_address .delivery_option_logo img { /*height: 40px;*/ }
#order .delivery_option_carrier .first_item, #order-opc .delivery_option_carrier .first_item {
	padding: 3px 5px 3px 12px;
	background:url('../img/arrow_right_2.png') no-repeat 3px 7px
}

.order_carrier_content {
	padding:15px;
	border:1px solid #ededed;
	color:#888888;
	background:#ffffff
}
.order_carrier_content h3 {
	padding:15px 0 10px 0;
	font-size:13px;
	color:#555
}
.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;
	line-height:29px;
	color:#555;
	text-transform:uppercase;
	background:#eee;
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #e9e9e9
}
#carrierTable  td.carrier_price {border:none}

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

a.iframe {font-weight:bold}

.hook_extracarrier {
	margin-top: 5px;
	padding: 5px;
}

/* step 5 - paiement ************************************************************************** */
.paiement_block {
	padding:15px;
	border:1px solid #ededed;
	color:#888888;
	background:#ffffff
}

.payment_module {
	position:relative;
	padding:0px;
	text-transform:uppercase;
}
.payment_module a {
	display:block;
	position:relative;
	padding:10px;
	border:1px solid #ededed;
	margin:10px 0;
	text-transform:uppercase;
	background:#fff;
	overflow:hidden;
	font-size:15px;
}
.payment_module a:hover{
	background:#eee;
}

.payment_module img {
	float:left;
	margin-right:10px
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/

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


/* ************************************************************************************************
		PAGE ORDER-OPC
************************************************************************************************ */
#order-opc #left_column #left_column_inner{ display:none}
#order-opc #center_column{}


#order-opc h2 {}
#order-opc h2 span {
  	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #EDEDED;
    color: #555555;
    display: inline-block;
    padding: 5px 7px;	
}

#order-opc #login_form fieldset {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ededed;
	margin: 0 0 10px;
	padding: 10px;
}
#order-opc #login_form fieldset p {padding:0}
#order-opc #login_form fieldset p a {padding:0}
#order-opc #login_form fieldset p a:hover{text-decoration:none;}
#order-opc #login_form fieldset p a#openLoginFormBlock{

	position:relative;
	display:inline-block;
	padding:0px 10px;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	cursor: pointer;
	text-transform:capitalize;
	
	border:none;
	height:28px;
	line-height:28px;
	width: auto;
	overflow: visible;
	font-weight:normal;
	outline: 0;
	
	
  color: #ffffff;
  background:#000000;
 }


#order-opc #new_account_form p.submit {
	margin-right: 120px;
	text-align:right
}
#order-opc #new_account_form p.opc-required {margin-left:20px}

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

#order-opc #opc_delivery_methods h3 {margin-top:20px;}
#order-opc #opc_delivery_methods textarea {
	height:60px;
	width:723px;
	border:1px solid #ccc
}
#order-opc #opc_delivery_methods #message {
	width: 99%;
}
#order-opc #opc_payment_methods {margin-bottom:20px}
#order-opc #opc_payment_methods #opc_payment_methods-content p{margin:0}
.delivery_option_carrier td {width:200px}
.delivery_option_carrier td + td {width:280px;}
.delivery_option_carrier td + td + td {width:200px}
.delivery_option_carrier {
	margin: 5px 0 0 45px;
	width: 650px;
	display: none;
}
 .delivery_option_carrier tr td {
	padding: 5px;
}
.delivery_option_carrier.selected {
	display: table;
}
.delivery_option_carrier.not-displayable {
	display: none;
}
.delivery_option_title {
	font-weight: bold;
}


/* ************************************************************************************************
	express checkout
************************************************************************************************ */
#new_account_form {clear:both;margin-bottom: 20px}

#center_column #new_account_form p {
	margin:0;
	padding:0 0 10px 0
}
#new_account_form p.required {color:#555}
#new_account_form p.required sup {color:#DF0505}
#new_account_form p.radio span,
#new_account_form p.text label,
#new_account_form p.password label,
#new_account_form p.select label,
#new_account_form p.select span,
#new_account_form p.textarea label {
	display: inline-block;
	padding: 6px 15px;
	width: 230px;
	font-size: 14px;
	text-align: right
}
#new_account_form p.radio label {
	float:none;
	padding-right:10px;
	width:auto;
	
}
#new_account_form p.checkbox label {
	float: none;
	width: auto;
	
}
#new_account_form p.text input,
#new_account_form p.password input,
#new_account_form p.select input {
	width:360px;
}
#new_account_form .checkbox {margin-left:260px!important;}
#new_account_form #submitGuestAccount {float: right}

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

/* ************************************************************************************************
		paiment - CONFIRMATION
************************************************************************************************ */
#orderconfirmation #left_column #left_column_inner{ display:none}
#orderconfirmation #center_column{}


/* ************************************************************************************************
		PAGE PASSWORD
************************************************************************************************ */
#form_forgotpassword fieldset {
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fbfbfb;
	margin-top:0px;
	
}
#form_forgotpassword  p.text label {
	display: inline-block;
	padding-right: 10px;
	width: 174px;
	font-weight: bold;
	text-align: right
}
#form_forgotpassword  p.text input {
	width: 288px;
}
#form_forgotpassword p.submit {
	margin-right:52px;
	padding-bottom:5px;
	text-align:right
}

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


/* ************************************************************************************************
		PAGE ADRESSES
************************************************************************************************ */
#addresses #left_column #left_column_inner{ display:none}
#addresses #center_column{}

#address p.inline-infos {
	margin:0 0 0 265px !important;
	color:#666;
}


/* ************************************************************************************************
		PAGE ADD ADRESS
************************************************************************************************ */
#address #left_column #left_column_inner{ display:none}
#address #center_column{}

form#add_address {}
#add_address fieldset {
	margin:0;
	border:1px solid #ededed;
	background:#ffffff;
}

#center_column #add_address p {margin:0; padding:0 0 10px 0}
#add_address p.required {}
#add_address p.required  sup {color:#DF0505}

#add_address p.text label,
#add_address p.password label,
#add_address p.select label,
#add_address p.select span,
#add_address p.textarea label {
	display:inline-block;
	padding:6px 15px;
	width:25%;/* 260 */
	text-align:right
}
#add_address p.text input,
#add_address p.password input,
#add_address p.select input {
	width:253px;/* 370 */
	color:#888;
}
#add_address p.checkbox  {	margin-left:260px!important;}
#add_address p.select select {
	margin-right:10px;
	border:1px solid #ccc;
	color:#666
}
#add_address p.textarea label {vertical-align:top}
#add_address p.textarea textarea {
	height:80px;
	width:360px;
	border:1px solid #ccc;
	color:#666;
	display:inline;
}
#center_column  #add_address p.submit2 {
	margin-top:20px;
	text-align:right
}

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


/* ************************************************************************************************
		PAGE ORDER-SPLIP
************************************************************************************************ */
#order-slip #left_column #left_column_inner{ display:none}
#order-slip #center_column{}

#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 #left_column #left_column_inner{ display:none}
#discount #center_column{}

#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
************************************************************************************************ */
#order-follow #left_column #left_column_inner{ display:none}
#order-follow #center_column{}


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


/* ************************************************************************************************
		PAGE BEST SALES
************************************************************************************************ */
#bestsales .sortPagiBar {margin-bottom:20px}
#best-sellers_block_center .allbest-seller	{ float:right; width:100%;}

/* ************************************************************************************************
		PAGE PRICES DROP SALES
************************************************************************************************ */
#pricesdrop .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE MANUFACTURER AND PAGE SUPPLIER
************************************************************************************************ */
ul#manufacturers_list li h3 ,ul#suppliers_list li h3,.inline_list li .cat_name
{
	padding: 0 0 5px;
	font-size: 13px;
}
ul#manufacturers_list li .description,ul#suppliers_list li .description ,.inline_list li p
{
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#manufacturers_list li .right_side ,ul#suppliers_list li .right_side 
{float:right;}

#manufacturer .nbrmanufacturer,#supplier .nbrmanufacturer 
{
	margin: 15px 0 10px;
	padding: 8px 7px;
	color: #555;
	background: none repeat scroll 0 0 #f0f0f0;
}

#manufacturer #product_list 
{margin-top:15px}

ul#manufacturers_list,ul#suppliers_list {list-style-type:none; margin-top:5px; }

ul#manufacturers_list .left_side, ul#suppliers_list .left_side {float:left;width:75%;}
ul#manufacturers_list .right_side, ul#suppliers_list .right_side {float:right;}

ul#manufacturers_list li,ul#suppliers_list li,.inline_list li
{
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	width:97%;
	float:left;
}
ul#manufacturers_list li a.lnk_img,ul#suppliers_list li a.lnk_img 
{
	display: block;
	float: left;
}
ul#manufacturers_list li img ,ul#suppliers_list li img ,.inline_list  li img 
{
	display: block;
	float: left;
	margin-right: 14px;
	vertical-align: bottom
}
.description_box {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px #E2E2E2;
	padding: 5px;
	margin-bottom: 20px;
}
.description_box p {
	margin: 0;
	padding: 0 10px 5px;
}
.description_box .hide_desc {
	display: none;
}
.description_box .lnk_more {
	background: url('../img/arrow_right_1.png') no-repeat scroll 100% 4px transparent;
	color: #222222;
	padding: 0 10px;
}
.description_box ul {
	padding-left: 30px;
	padding-bottom: 10px;
}

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


/* ************************************************************************************************
		PAGE 404
************************************************************************************************ */
#pagenotfound #left_column,
#pagenotfound #right_column{display:none}

#pagenotfound #left_column,
#pagenotfound #right_column{display:none}

#pagenotfound #center_column {width:940px;}

#pagenotfound .pagenotfound {
	padding:30px 300px 0 0;
	height:330px;
	font-size:14px;
	background:url('../img/bg_404.png') no-repeat 100% 0
}
#pagenotfound h3 {
	font-weight:normal;
	font-size:14px
}
#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-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #fff !important;
	border-top: 1px solid #666;
	padding: 0 5px;
	height: 24px;
	width: 200px;
	color: #ccc;
	background: url('../../../modules/blocksearch/img/bg_search_input.png') repeat-x scroll 0 0 #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: url('../../../modules/blocksearch/img/bg_search_submit.png') repeat-x scroll 0 0 #101010
}
#pagenotfound .pagenotfound a {
	font-weight:bold;
	color:#333
}
#pagenotfound .pagenotfound .icon {
	position:relative;
	top:3px
}

/* ************************************************************************************************
		addons google checkout
************************************************************************************************ */
#module-gcheckout-payment #left_column #left_column_inner{display:none}
#module-gcheckout-payment #center_column{}

/* ************************************************************************************************
		addons paypal
************************************************************************************************ */
#module-payment-submit #left_column #left_column_inner{display:none}
#module-payment-submit #center_column{}


/* ************************************************************************************************
		addons cashondelivery validation
************************************************************************************************ */
#module-cashondelivery-validation #left_column #left_column_inner{display:none}
#module-cashondelivery-validation #center_column{}


/* ************************************************************************************************
		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, fieldset.customerprivacy label{
	padding-bottom:0;
	text-align:left;
	cursor:pointer
}
fieldset.customerprivacy .tm-checkbox{float: left; margin: 15px;}
/* ************************************************************************************************
		addon referralprogram
************************************************************************************************ */
#module-referralprogram-referralprogram-program #left_column #left_column_inner{display:none}
#module-referralprogram-referralprogram-program #center_column{}

#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: #222222;
	background:url('../img/arrow_right_1.png') no-repeat 0 4px;
}
#module-referralprogram-referralprogram-program form p.see_email a {
	color: #222222;
	text-decoration:underline
}

/* ************************************************************************************************
		addon loyalty
************************************************************************************************ */
#module-loyalty-default #left_column #left_column_inner{display:none}
#module-loyalty-default #center_column{}

#product p#loyalty {
	padding:10px 0 0 20px;
	border-top:1px solid #ccc;
	background:url("../img/sprite_info.png") no-repeat scroll 1px -352px transparent;
	margin-top: 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{
	padding:10px;
	border:1px solid #ccc;
	background:#eee
}
form#sendComment h3 {font-size:14px;}
#new_comment_form p.text {
	 margin-bottom: 0;
	 padding-bottom: 0;
}
#sendComment p.text label,
#sendComment p.textarea label {
	display: block;
	margin: 12px 0 4px;
	font-weight: bold;
	font-size: 12px;
}
#sendComment p.text input {
	padding: 0 5px;
	height: 28px;
	width: 498px;
	border: 1px solid #ccc;
	background: url('../img/bg_input.png') repeat-x 0 0 #fff;
}
#sendComment p.textarea textarea {
	height:80px;
	width:508px;
	border:1px solid #ccc;
}
#sendComment p.submit {
	padding:0;
	text-align:right
}

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

.star {
	position: relative;
	top:2px;
	float: left;
	height: 12px;
	width: 12px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.star, .star a { background: url('../../../modules/productcomments/img/star.gif') no-repeat 0 0 }
div.star_on a { background-position: 0 -12px }
div.star_hover a, div.star a:hover { background-position: 0 -12px }


/* ************************************************************************************************
		xxxxx
************************************************************************************************ */


/* ************************************************************************************************
		guest tracking
************************************************************************************************ */

#guest-tracking fieldset p:first-child {
	padding-top: 10px;
}
#guest-tracking fieldset p:last-child {
	padding-bottom: 10px;
}



/* ************************************************************************************************
		CSS Modules
************************************************************************************************ */

/******* IMPORTANT - Internet Explorer can read 31 CSS files max. Some CSS have been put here and erased from their own module folder.************/

/*************** Block ADVERTISING ***************/
.advertising_block { 
	margin-bottom: 1em; 
	text-align: center;
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #EDEDED;
    margin: 5px 0 0;
    padding: 5px;
	margin-bottom:20px;
}

/*************** Block CATEGORIES ***************/
#categories_block_left  li.last {	border:none;}
#categories_block_left  li a {}

#categories_block_left  li ul {}
#categories_block_left  li ul li {padding-left:15px;}
#categories_block_left  li ul li ul li { border:none; }
#categories_block_left  li ul li:hover { } 

#categories_block_left  li ul li a ,#categories_block_left  li ul li ul li a 
{
	padding-left:10px;
	background:url("../img/megnor/subcat_arrow.png") no-repeat scroll 0px center transparent;
}
#categories_block_left  li ul li a:hover,#categories_block_left  li ul li  ul li a:hover
{
	background:url("../img/megnor/subcat_arrow.png") no-repeat scroll 0px center transparent; text-decoration:underline;
}
		
#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	display:block;
	float:right;
	margin:5px 0 0;
	height:22px;
	width:22px;
	background: url('../img/sprite.png') no-repeat scroll -234px -262px transparent;
	cursor:pointer;
}
#categories_block_left li .CLOSE {
	background-position: -194px -262px;
}

.ie7 #categories_block_left li .OPEN,.ie7 #categories_block_left li .CLOSE,
.ie7 #categories_block_left li ul li .OPEN,.ie7 #categories_block_left li ul li .CLOSE
{  float:right;}
.ie7 #categories_block_left li a	,.ie7 #categories_block_left li ul li
{ float:left;}
.ie7 #categories_block_left li	{ width:100%; clear:both;}
.ie7 #categories_block_left li ul	{ float:left; clear:both; width:93%;}


/* footer */
.blockcategories_footer {}
.blockcategories_footer .category_footer {float:left;clear:none;}
.blockcategories_footer ul ul {display:none !important}



/*************** Block CMS ***************/
/* footer */
#block_various_links_footer	{ width:100%;clear:both; margin:5px 0 10px;  float:left; }
#block_various_links_footer ul li 
{ 
	background: url("../img/pipe.png") no-repeat scroll left center transparent;
    float: left;
    margin: 0 2px;
    padding: 3px 5px 5px 9px;
	
}
#block_various_links_footer ul li.first_item	{ background:none; padding:3px 5px 0 0;} 
#block_various_links_footer ul li.last_item	{ float:right; background:none; color:#444444;}
#footer .block_various_links h4 { display:none;}

/* Block CMS links */
   
tr.subitem > td:first-child + td {
    padding-left: 10px;
}



/*************** Block CONTACTINFOS ***************/

#block_contact_infos { clear:right; margin:30px 0 5px;}
#block_contact_infos li {
	padding:0 !important;
	line-height: 24px;
	color:#ad3e2b;
	text-shadow:0 1px 0 grey;
}
#block_contact_infos li  strong {
	font-weight:normal;
}
#block_contact_infos li  pre { font: 14px/20px open sans;}


#links_block_left .block_contentt li.last {border:none;}




/*************** Block MANUFACTURER ***************/
.blockmanufacturer form {
	margin-top: 10px;
    text-align: center;
}
.blockmanufacturer p {
	padding:0;
}

/*************** Block LOGO PAYMENT ***************/

.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em }
.paiement_logo_block a { text-decoration: none }
.paiement_logo_block img { margin: 0 0.5em }



/*************** Block RSS ***************/
#rss_block_left p {
	margin:0;
	padding:10px;
}

#rss_block_left li {border-bottom:1px dotted #ccc}
#rss_block_left li.last {	border:none;}
	#rss_block_left li a {
		display:block;
		padding:7px 11px 5px 22px;
		color:#333;
		background:url('../../../modules/blockrss/img/arrow_right_2.png') no-repeat 10px 10px transparent
	}

	
/*************** Block SOCIAL ***************/
#social_block { border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    float: left;
    height: 65px;
    padding: 15px 10px 15px 0;
    width: 20%; }
#social_block li  { float:left; padding: 0;} 	
#social_block li a {float: left;
    height: 35px;
    padding: 0;
    text-indent: -999px;
    width: 35px;
	font-size:0;
	cursor:pointer;
	}
	
#social_block li.facebook a{background:url("../css/modules/blocksocial/img/sprite_pict_social_block.png") no-repeat scroll 0 -151px transparent; margin-right:10px;
	
}
#social_block li.facebook a:hover {background:url("../css/modules/blocksocial/img/sprite_pict_social_block.png") no-repeat scroll 0 -193px transparent;}

#social_block li.twitter a {background:url("../css/modules/blocksocial/img/sprite_pict_social_block.png") no-repeat scroll 0 12px transparent; margin-right:10px;}
#social_block li.twitter a:hover {background:url("../css/modules/blocksocial/img/sprite_pict_social_block.png") no-repeat scroll 0 -27px transparent;}

#social_block li.rss a{background:url("../css/modules/blocksocial/img/sprite_pict_social_block.png") no-repeat scroll 0 -68px transparent;}
#social_block li.rss a:hover {background:url("../css/modules/blocksocial/img/sprite_pict_social_block.png") no-repeat scroll 0 -108px transparent;}

/*************** Block STORE ***************/
.blockstore img { margin: 10px 0 0 0}
.blockstore p.store_image { 
	padding-bottom:10px;
	text-align:center
}






/*************** Block SUPPLIER ***************/
.blocksupplier form {
	margin-top: 10px;
    text-align: center;
}
.blocksupplier p {
	padding:0;
}
/**************** Left/Right Box Setting ************/
#best-sellers_block_right li a.content_img,
#new-products_block_right li a.content_img,
#special_block_right li.product_image,
#viewed-products_block_left .content_img
{
	width:50px;
	float:left;
	margin-right:5px;
	text-decoration:none;
	margin-top:5px;
	margin-left:5px;
}
#best-sellers_block_right li p,
#new-products_block_right li p,
.special_detail	,
#viewed-products_block_left .text_desc
{ 
	margin-left:60px; 
    padding:0;
	float:none !important;

}

/**************** Start Css For List / Grid Image ************/
#view_as	{ float:left; list-style:none;}
#view_as li { float:left;}
#view_as li span
{
	display: block;
    height: 29px;
    text-decoration: none;
    width: 31px;
	float:left;
	text-indent:-9999px;
}
/*#view_as li.grid span	{ background: url('../img/bkg_viewmode.png') no-repeat scroll 0 -28px transparent;}
#view_as li.list span	{ background: url('../img/bkg_viewmode.png') no-repeat scroll -31px -28px transparent;}
#view_as li.grid span:hover 	{ background-position: 0 0; cursor: pointer; }
#view_as li.grid span.active	{ background-position: 0 0; cursor: default;}
#view_as li.list span:hover 	{ background-position: -31px 0; cursor:pointer;}
#view_as li.list span.active	{ background-position: -31px 0; cursor:default;}*/

#view_as li.grid span	{ background: url("../img/sprite.png") no-repeat scroll -106px -652px transparent;}
#view_as li.list span	{ background: url("../img/sprite.png") no-repeat scroll -137px -652px transparent;}
#view_as li.grid span:hover 	{ background-position: -106px -620px; cursor: pointer; }
#view_as li.grid span.active	{ background-position: -106px -620px; cursor: default;}
#view_as li.list span:hover 	{ background-position:-137px -620px; cursor:pointer;}
#view_as li.list span.active	{ background-position: -137px -620px; cursor:default;}

/* MOST IMPORTANT FOR ALL FORMS ! -  MAHESH - MEGNOR*/
#center_column fieldset p.radio span,
#center_column fieldset p.text label,
#center_column fieldset p.password label,
#center_column fieldset p.select label,
#center_column fieldset p.select span,
#center_column fieldset p.textarea label {
	display:inline-block;
	padding:5px;
	width:27%;
	text-align:right;
}
#center_column fieldset p {padding:0 0 10px 0}
#center_column fieldset p.required span sup{ margin-right: 5px;}
#center_column fieldset p.required  sup {color:#DF280A; font-size: 14px;}

#center_column fieldset p.textarea textarea,
#center_column fieldset p.text input,
#center_column fieldset p.select input,
#center_column fieldset p.password input{width:320px;}

#center_column fieldset p.textarea textarea { height:80px;}

#center_column fieldset p.select select { margin-right:10px; }

#center_column fieldset .form_info,
#center_column fieldset .inline-infos,
#center_column fieldset p.checkbox{ margin-left:222px; margin-right:0;}

#center_column fieldset p.checkbox { float:none;width:auto}

#create-account_form fieldset p.text label,
#create-account_form fieldset p.password label,
#login_form fieldset p.text label,
#login_form fieldset p.password label {
	display:inline-block;
	width:110px;
	text-align:left;
	padding-left:0;
	padding-right:5px;
}
/* MOST IMPORTANT FOR ALL FORMS ! -  MAHESH - MEGNOR*/


/*************** Start Common CSS from all Blocks ***************/

.blocksupplier li.last_item,
.myaccount li.favoriteproducts,
.blockmanufacturer li.last_item,
#categories_block_left  li.last{ border:none; }

#categories_block_left li a.selected { border-bottom:1px solid #dddddd;}

.myaccount li a,
.blocksupplier li a,
.blockmanufacturer li a,
#categories_block_left li a,
.informations_block_left li a,
#sitemap_content div.sitemap_block li a ,
#tm_links_block1 li a,
#tm_links_block2 li a,
#tm_links_block3 li a,
#tm_links_block4 li a, #links_block_left .block_content li a
{
	background:url("../img/megnor/cat_arrow.png") no-repeat scroll 5px center transparent;
    display: block;
    padding: 5px 5px 5px 18px;
}

.myaccount li a:hover,
.blocksupplier li a:hover,
.blockmanufacturer li a:hover,
#categories_block_left li a:hover,
.informations_block_left li a:hover,
#sitemap_content div.sitemap_block li a:hover,
#tm_links_block1 li a:hover,
#tm_links_block2 li a:hover,
#tm_links_block3 li a:hover,
#tm_links_block4 li a:hover, #links_block_left .block_content li a:hover
{
	background:url("../img/megnor/cat_arrow_hover.png") no-repeat scroll 5px center #f9f9f9;
	text-decoration:none;
}

#wishlist_block select#wishlists,
.blocksupplier select#supplier_list,
.blockmanufacturer select#manufacturer_list  { width:185px; }

#wishlist_block .customSelectInner,
.blocksupplier .customSelectInner,
.blockmanufacturer .customSelectInner{ width:165px; }


.accessories_block .s_title_block,
#crossselling li p.product_name,
#productscategory_list li p.product_name,
#bestseller-carousel .s_title_block,
#featureproduct-carousel .s_title_block,
#best-sellers_block_center .s_title_block,
#product_comparison .s_title_block,
#featured-products_block_center .s_title_block,
#newproduct_slider_center .s_title_block
{font-size:14px!important; padding:0 0 5px; margin-top:5px; border-bottom:1px dotted #7B7B7B; color:#444444;}
#newproduct_slider_center .s_title_block { border:none;}
.products_block .text_desc h5,
.products_block .text_desc .s_title_block{ font-size:13px; }

#product_list li a,
.products_block .text_desc h5 a,
.products_block .s_title_block a,
#best-sellers_block_right li p a,
#new-products_block_right li p a,
#cart_block .cart_block_product_name,
#crossselling .product_name a,
.products_block .text_desc .s_title_block a{color:#555;}


#product_list li a:hover,
.products_block .text_desc h5 a:hover,
.products_block .s_title_block a:hover,
#best-sellers_block_right li p a:hover,
#new-products_block_right li p a:hover,
#crossselling .product_name a:hover,
.products_block .text_desc .s_title_block a:hover { color:#333; text-decoration:underline;}


.products_block .text_desc p,
.products_block .product_desc,
#product_list li p.product_desc{  padding-bottom:0; font-size:13px; }

.products_block .text_desc p a,
.products_block .product_desc a,
#product_list li p.product_desc a{color:#555; line-height:18px;}

.products_block .text_desc p a:hover,
.products_block .product_desc a:hover,
#product_list li p.product_desc a:hover{text-decoration:none;}

.block_content .layered_subtitle,
#enabled_filters .layered_subtitle{ text-transform:uppercase;}


.myaccount li,
.blocksupplier li,
.blockmanufacturer li,
#categories_block_left li,
#layered_url_filter_block, 
.informations_block_left li,
#best-sellers_block_right li,
.products_block .product_images li,
#layered_block_left #enabled_filters, 
#viewed-products_block_left .products li,
#tm_links_block1 li,
#tm_links_block2 li,
#tm_links_block3 li,
#tm_links_block4 li, #links_block_left .block_content li
{ border-bottom:1px solid #dddddd; background:#F1F1F1; margin-bottom:1px; }

.blockspecials .block_content p { border-top:1px dotted #ccc; clear:both;}


#best-sellers_block_right li,
.products_block .product_images li,
#viewed-products_block_left .products li,
#new-products_block_right li { padding:5px 0; float:none; overflow:hidden; width:100%; }

#best-sellers_block_right li.first_item,
.products_block .product_images li.first_item,
#viewed-products_block_left .products li.first_item,
#new-products_block_right li.first { padding-top:5px;}


a.lnk_more { 
	font-size:12px;
	background: url('../img/arrow_right_1.png') no-repeat scroll 100% 6px transparent;
    color: #222222;
    display: inline;
    padding-right: 10px;
}


.products_block .price,
#cart_block .price,
.price_display .price,
#product_list li .price { color: #ad3e2b; font-size:18px;   /*font-size:14px;*/ }
.products_block .price_container { padding:0; margin:0;}

.accessories_block .price_container,
#product_list li .content_price,
#featured-products_block_center .price_container ,
#newproduct_slider_center .price_display,
#best-sellers_block_center .price_container 
{	margin:15px 0; float:left;}

#product_list li .content_price { margin:5px 0; float:left;}
#best-sellers_block_right .price { font-size:14px !important; text-decoration:none !important; float:left; margin-top:5px;}

#newproduct_slider_center .price_display { display:none;}
#newproduct_slider_center .exclusive { display:none;
	background: url("../img/sprite.png") no-repeat scroll -2px -861px transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    float: right;
    height: 42px;
    padding: 0;
    text-indent: -9999px;
    width: 42px;
	margin-top:7px;
 }

.blockstore p,
.block_content p.lnk,
.blockspecials .block_content p{text-align:right; padding:5px 0;}
.blockstore p, .block_content p.lnk a{ display:block; margin-top:5px;}


.block_content p.lnk .button_large { 
	border:none;
	padding:0;
	background:none;
    border:none;
    color:#555;
    font-weight: normal;
    padding: 0;
    text-transform:capitalize;
}
.block_content p .button_large:hover {text-decoration:underline}
#newproduct_slider_center .product_image {
	display:block;
	position:relative;
	overflow:hidden;
	background:#FFFFFF;
	border:1px solid #E9E9E9;
}
.sheets { clear: both; padding-top: 10px;}
#tm_topbanner ul,#tm_subbanner ul,#tm_leftbanner ul,#tm_rightbanner	ul
{ list-style:none;}

#tm_subbanner li { margin-top:-4px;}
#tm_subbanner li.first { margin-top:0;}
#tm_subbanner .tm_subbennerinner img { width:100%;} 

#tm_bottombanner {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    height: 77px;
    padding-bottom: 15px;
    padding-top: 3px;
	width:78%;
}

#tm_bottombanner li.first {
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #CCCCCC;
    float: left;
    height: 80px;
    padding: 12px 64px 0 74px;
}

#tm_bottombanner li{
    border-left: 1px solid #E3E3E3;
    padding-left: 26px;
    padding-top: 12px;
	padding-bottom:15px;
	float:right;
	width:39%;
}

select.hasCustomSelect  { cursor:pointer;}

.font_metal_mania {
	font-family:'Annie Use Your Telescope';
}

 
/*************** End Common CSS from all Blocks ***************/
/*.ie7 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%}
.ie8 #featured-products_block_center .product_image span.new{top:110px;right:0;width:94%}
.lt-ie6 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%}*/