/*------------------------------------------------------------------------
 # Leo Prestashop Theme Framework 2.0 
 # ------------------------------------------------------------------------
 # author    LeoTheme
 # copyright Copyright (C) 2013 leotheme.com. All Rights Reserved.
 # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Websites: http://www.leotheme.com
 # Technical Support:  Forum - http://www.leotheme.com/forum.html
-------------------------------------------------------------------------*/
/* ****************************************************************************
		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;color:#D21F45}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{font-size:100%}
a {cursor:pointer}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
li{
	line-height:14px;
	list-style:none;
}
.clear,
.clearfix:after {clear: both}
.clearfix {zoom: 1}
.fs9{ font-size:9px; }
.fs10{ font-size:10px; }
.fs11{ font-size:11px; }
.fs12{ font-size:12px; }
.fs13{ font-size:13px }
.fs14{ font-size:14px }
.fs14{ font-size:15px }
/* ************************************************************************************************
		struture
************************************************************************************************ */
	#header {z-index:10}
	#columns {z-index:1;margin-bottom: 20px;}
	


/* ************************************************************************************************
		generic style
************************************************************************************************ */
body{
	font-family:'Open Sans', Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#6E6F70;
	background:#fff
}

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

/* title *************************************************************************************** */
h1 {
	margin-bottom:10px;
	font-size:20px;
}
h2 {
	padding-bottom:10px;
	font-size:18px
}
h3 {
	padding-bottom:10px;
	font-size:16px
}
h4 {
	padding-bottom:10px;
	font-size:14px
}

.title_block {
	padding-bottom:10px;
	font-size:18px
}

/* .align_center {
     border: 1px solid #EEEEEE;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
} */

/* text **************************************************************************************** */
p {  padding:0 0 10px }

p em {font-style:italic}

.warning {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e6db55;
	font-size:13px;
	background:#ffffe0
}
.success {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #5cff74;
	font-size:13px;
	background: #d3ffab
}
.error {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #990000;
	font-size:13px;
	background:#ffcccc
}
.error ol {margin-left:20px}
.error p.lnk {
	margin-top:20px;
	padding:0;
	font-size:11px
}

.nav-item{float: left; position:relative; cursor: pointer; 	line-height:40px; }
	.nav-item:hover{}
	.nav-item span{font-size: 11px;}
	.nav-item a,.nav-item span{text-transform: capitalize; font-size: 11px; color:#818181;}
	.nav-item a:hover{color:#1ba1e2; text-decoration: none}
	.nav-item a:visited{color:#999}
	.nav-item form{margin: 0; padding: 0}
	.nav-item  .nav-item-content{
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow: 0 0 3px;
		left: 0;
		padding: 6px 12px;
		position: absolute;
		top: 40px;
		z-index: 20;
	}
	.nav-item:hover .nav-item-content{
		display:block;		
	}
	.nav-item li{ background:none; list-style:none; margin:0}
	.nav-item  .item-top {
		padding: 0 10px;	
	}
	.nav-item .item-top img,.countries_ul img{
		vertical-align:inherit;
	}
	* .nav-item:last-child .item-top {
		padding-right: 0;
	}
	* .nav-item:first-child .item-top {
		padding-left: 0;
	}

/* link **************************************************************************************** */
a, a:active, a:visited {
	color:#6E6F70;
	text-decoration:none;
	outline: medium none
}
	a:hover {text-decoration:none;color:#26A7E5}

/* 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;
	/* height: 25px;
	line-height: 25px; */
	padding: 4px;
}
input[type="radio"] {
    margin: -5px 0 0;
}

.controls > .radio {
    display: inline-block;
    padding: 5px 5px 0 3px;
}
/*buttons ************************************************************************************** */
#add_to_cart,
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:0 10px;
	height: 27px;
	line-height: 25px;
	font-size: 12px;
	border:none;
	border-radius: 0px;
	font-weight: normal;
	color:#fff;
	background:#1ba1e2;
	cursor: pointer;
}
*:first-child+html input.button_mini, *:first-child+html input.button_small, *:first-child+html input.button, *:first-child+html input.button_large,
*:first-child+html input.button_mini_disabled, *:first-child+html input.button_small_disabled, *:first-child+html input.button_disabled, *:first-child+html input.button_large_disabled,
*:first-child+html input.exclusive_mini, *:first-child+html input.exclusive_small, *:first-child+html input.exclusive, *:first-child+html input.exclusive_large,
*:first-child+html input.exclusive_mini_disabled, *:first-child+html input.exclusive_small_disabled, *:first-child+html input.exclusive_disabled, *:first-child+html input.exclusive_large_disabled {
	border:none
}


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

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

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

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

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	text-decoration:none;
	background: #d21f45;
	transition: background 0.3s ease-in 0s;
}

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

/* active button */
input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active,
input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active,
a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusive_large:active {
	
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	/*width: 30px;
	background-image: url('../img/button-mini.png')*/
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	/*width: 60px;
	background-image: url('../img/button-small.png')*/
}
input.button_disabled, input.exclusive_disabled, span.exclusive {
	background: #e4e4e4;
	color: #666;
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	/*width: 180px;
	background-image: url('../img/button-large.png')*/
}

/* exclusive button */
/*input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }*/

/*button add to cart*/

.ajax_add_to_cart_button:before{
	background: none repeat scroll 0 0 #1ba1e2;
    content: url("../img/default/icon-addcart.png");
    height: 29px;
    left: -1px;
    padding: 0 8px;
    position: absolute;
    top: -1px;
	line-height: 33px;
}
.ajax_add_to_cart_button:hover:before{
	background: none repeat scroll 0 0 #d21f45;
	transition: background ease 0.3s;
}
.ajax_add_to_cart_button:hover{color: #1ba1e2!important;}
.ajax_add_to_cart_button{
	background: #fff !important;
	border: 1px solid #ddd!important;
	border-radius: 0 1px 1px 0!important;
	color: #666666!important;
	padding-left: 40px !important;
	position: relative;
}
/* form **************************************************************************************** */
form.std fieldset {
	padding-bottom:10px;
	margin:10px 0;
	border:1px solid #e4e4e4
}

/* table *************************************************************************************** */
.form-horizontal .control-group{
   margin-left: 10px;
    margin-right: 10px;
}
table.std,
table.table_block {
	background: none repeat scroll 0 0 white;
    border: 1px solid #E4E4E4;
    margin-bottom: 20px;
    width: 100%;
}
table.std th,
table.table_block th {
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	padding: 7px;
	text-shadow: 0 0 0;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f3f3f3}
table.std  td,
table.table_block  td {
	padding:7px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	font-size:12px;
	vertical-align:top
}

/* BLOCK .block ******************************************************************************** */
#center_column .block {margin-bottom:20px}
.block {margin-bottom:10px;}
.leo_block{margin-top:10px;}
.block .block_content {
    border: 1px solid #E5E5E5;
	border-top: 0;
	padding: 10px;
}
#footer .block {margin-bottom:0}
	.block .title_block, .block  > h4 {
		background: none repeat scroll 0 0 #1BA1E2;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 18px;
		padding: 10px 10px 10px 15px;
		text-align: left;
		text-shadow: 0 0 0;
		text-transform: unset;
	}
		.block .title_block a, .block h4 a {color:#fff}
	.block ul {list-style-type:none}
		.block li.last {	border:none}
			.block li a {
				display:block;
				color:#333
			}
	
	.block .title_block_red{background: none repeat scroll 0 0 #d21f45;}
	.block .title_block_green{background: none repeat scroll 0 0 #88b828;}
/*ul li left-right*/
.sidebar .block .block_content ul li{
	border-bottom: 1px solid #E4E4E4;
	background: url("../img/default/bullet.png") no-repeat scroll 0 9px transparent;
}
.sidebar .block .block_content ul li.last,
.sidebar .block .block_content ul li.last_item, 
.sidebar .products_block .block_content ul li.last, 
.sidebar .products_block .block_content ul li.last_item,
.sidebar .block .block_content ul li:last-child{
	border-bottom: none;
}


.sidebar .block .block_content ul li a.selected,
.sidebar .block .block_content ul li a:hover{color: #26A7E5;}

.sidebar .block .block_content ul li a{
	 color: #6A6E73;
    font-size: 12px;
    padding: 10px 20px;
	background: none;
}

.sidebar .products_block .block_content ul li{
	background: none;
}

.sidebar .products_block .block_content .content_img{
	margin-right: 10px;
}



.sidebar .products_block .block_content ul li a{padding: 0 0 10px;}

.sidebar .products_block .block_content ul li .s_title_block a{
	margin: 0 0 10px;
    padding: 0;
}
/*blocklayer*/

.sidebar #layered_block_left.block li{
	background: none;
	border: 0;
}
.sidebar #layered_block_left.block li a {
	padding:0;
}
/* BLOCK .products_block *********************************************************************** */
#center_column .products_block .block_content{padding: 0;}
#center_column  .block .title_block a,#center_column  .block h4 a{color: #333;}

.sidebar .title_block span.tcolor{color: #fff;}
.title_block span.tcolor{color: #1ba1e2;}
.blue .title_block span.tcolor{color: #1ba1e2;}
.red .title_block span.tcolor{color: #d21f45;}
.green .title_block span.tcolor{color: #88b828;}

#center_column .block .title_block, #center_column .block > h4{
	background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-size: 19px;
    font-weight: normal;
    text-shadow: none;
	border: 1px solid #E4E4E4;
}
.products_block .block_content {
    padding: 10px;
}

	.products_block li img {border:1px solid #d1d1d1}

/* BLOCK .footer_links (cms pages) ************************************************************* */
ul.footer_links {
	list-style-type:none;
	margin:15px 0;
	overflow: hidden;
}
ul.footer_links li {float:left}
ul.footer_links li.f_right {float:right}
ul.footer_links li .icon {
	position:relative;
	top:-3px;
	left:0
}

/* barre comparaison / tri ********************************************************************* */
ul.pagination{background: none repeat scroll 0 0 #EFEFEF;}
.content_sortPagiBar { 
	 background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #E1E1E1;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
}
#center_column .sortPagiBar {
	
}
	#center_column .sortPagiBar strong {color:#000;}
#center_column .sortPagiBar p {padding:0;}
#center_column .sortPagiBar form {display:inline-block;float: right;}

.sortPagiBar #productsSortForm {float:right;}
	.sortPagiBar select#selectPrductSort {
		margin:0 0 0 10px;
		width:auto;
	}
	.sortPagiBar .inner{ margin:0 12px }
.sortPagiBar #bt_compare {
}
.sortPagiBar label{
	display:inline;
	
}
.sortPagiBar .nbrItemPage {margin-left:40px;}

.sortPagiBar .PrductSort {float:left;}

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

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

/* pagination ********************************************************************************** */
form.pagination {display:none;}

div.pagination {
	margin:0px;
}
ul.pagination .btn:hover {background-position: 0 0;}
ul.pagination {
	 border-top: 1px solid #e4e4e4;
    box-shadow: none;
    display: block;
    height: 28px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0 10px 2%;
    width: 98%;
}
ul.pagination li {display: inline;}
ul.pagination a, ul.pagination span {
	background: none repeat scroll 0 0 #EFEFEF !important;
    border: 1px solid #C6C6C6 !important;
    border-radius: 20px 20px 20px 20px !important;
    box-shadow: none !important;
    color: #ADADAD;
    font-size: 12px;
    height: 25px;
    line-height: 25px !important;
    margin: 0 2px;
    padding: 0 !important;
    text-align: center !important;
    width: 25px;
}
ul.pagination a {
	text-align:center;
}
ul.pagination a:hover {
	color: #7d7d7d;
}
ul.pagination .current span {
	color: #7d7d7d;
}
ul.pagination li.disabled span {color:#ccc}

#pagination_previous {float:left}

#pagination_previous a, #pagination_previous span{
	padding-left: 3px !important;
	font-size: 17px;
    line-height: 20px !important;
	width: 22px;
}
#pagination_next a, #pagination_next span {
	font-size: 17px;
    line-height: 20px !important;
    padding-right: 3px !important;
    width: 22px;
}
#pagination_previous span,
#pagination_next span {
}

/* CART steps *********************************************************************** */
ul#order_step { background-color: #EEEEEE;    overflow: hidden;}
ul.step {
	background: none repeat scroll 0 0 #EEEEEE;
	clear: both;
	list-style-type: none;
	margin-bottom: 20px;
	width: 100%;
}
ul.step li {
	float: left;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
}
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
	color: #FFFFFF;
    display: inline-block;
}
ul.step li.step_current {
	background: none repeat scroll 0 0 #1ba1e2;
    font-weight: bold;
}

ul.step li.step_current_end {
	font-weight:bold;
	background: none repeat scroll 0 0 #6E6F70;
}
ul.step li.step_todo span {
	color: #999999;
    display: inline-block;
}
ul.step li.step_done {background: #adb5bc;}
ul.step li.step_done span {
	font-weight:bold; color: #999;
}
/*ul.step li#step_end {background:url(../img/step_end.gif) no-repeat center bottom transparent}*/

/* module productcomments ********************************************************************** */
.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin:0 1px 0 0;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !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;
	font-size:12px;
	color:#333
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0;
	color:#333
}
.listcomment .authorcomment {}


/* ************************************************************************************************
		HEADER
************************************************************************************************ */
#header {position:relative;background: #e9e9ea;}
	#header .topbar{
		min-height: 90px;
	}
	#header .topbar .container{ position:relative; }
	#header_logo { 
		display: block;
    	margin-top: -8px;
    	height: 55px;
	}

	#header_right {
		position:relative;
		float: right
	}
/**
topnavigation
*/
.header .span4 {
    min-height: 0!important;
}
.header {background: url(../img/default/bg-menu.jpg) repeat-x 0 0;/*border-bottom: 3px solid #D8D9D7;*/}
#topnavigation .navbar{margin-bottom: 0;}

.navbar .nav > li > a .menu-title{font-size: 14px;}
.navbar .nav > li > a {
    color: #FFFFFF;
    float: none;
    font-weight: normal;
    padding: 14px 15px;
    text-decoration: none;
    font-size: 14px;
	line-height: 18px;
    text-shadow: 0 0 0;
}
.navbar-inner {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    min-height: 47px;
    padding-left: 0;
    padding-right: 40px;
}

/* ************************************************************************************************
		SLIDESHOW
************************************************************************************************ */
#slideshow {
	background: url("../img/default/bg-slideshow.jpg") repeat scroll 0 0 #E7E7E7;
    padding: 12px 0 0;
}
/* ************************************************************************************************
		PROMOTE TOP
************************************************************************************************ */
#index #promotetop {background: none;}
#promotetop {
	background:#e1e1e1;
}
/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
.breadcrumb a{color: #6e6f70;}
.breadcrumb {
	background: none repeat scroll 0 0 transparent;
    color: #1BA1E2;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px 0 8px;
}
.breadcrumb .navigation-pipe {margin:0 3px 0 5px;color: #6e6f70;}
.breadcrumb img {
	position:relative;
	top:5px
}

/* ************************************************************************************************
		BOTTOM
************************************************************************************************ */
#bottom {
	background:#f5f5f5;
	padding:12px 0;
	border-top: 1px solid #E4E4E4;
}

/* ************************************************************************************************
		FOOTER
************************************************************************************************ */
#footer .footer{background:#333}
#footer {
	color:#fff;
	padding-top: 9px;
	background: url(../img/default/br-footer.png) repeat-x 0 0 #f5f5f5;
}
	.blockcategories_footer,
	#footer .myaccount ,
	#block_various_links_footer,
	#social_block,
	#block_contact_infos {
		float:left;
		width:175px
	}
	.blockcategories_footer {margin-left:0}
#footer #newsletter_block_left{margin-bottom: 15px;}
#footer .block_content{border: none;padding: 0 !important;}
#footer .title_block ,
#footer .title_block  a {
	font-size: 15px;
	color: #fff;
	padding-bottom: 10px;
	background: none;
	display: none;
}
#footer a:hover {color: #fff;transition: color ease 0.3s;text-decoration: none;}
#footer ul {list-style-type:none}
#footer .myaccount {padding: 15px 10px}
#footer .myaccount h4 {
	padding:0 0 10px 0;
	background:none;
	text-shadow:none
}
#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}

	.footnav .title_block { display:none }
	.footnav ul li { display:inline; float:left; padding: 3px 8px }  
	
 
#footer-bottom a {color: #1ba1e2;}
#footer-bottom {
    background: none repeat scroll 0 0 #181818;
    padding: 20px 0;
	color: #B4B7B8;
}
	 
/* ************************************************************************************************
		PRODUCT PAGE
************************************************************************************************ */
p.price_container{padding: 0; margin: 10px 0;}
.price{
	color: #d21f45;
	font-size: 16px;
}

/* BLOCK idTabs ******************************************************************************** */
.idTabs {
	border-bottom: 1px solid #E4E4E4;
    list-style-type: none;
    margin-top: 0;
    padding: 0;
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	border-right: 1px solid #E4E4E4;
    color: #333333;
    display: block;
    margin-bottom: -1px;
    padding: 12px 10px;
	font-size: 16px;
    text-decoration: none;
}
.idTabs .selected {
	background: none repeat scroll 0 0 #FFFFFF;
    color: #1BA1E2;
}
#more_info_block {
    border-top: 1px solid #E4E4E4;
	margin-top: 12px;
}
#more_info_sheets {padding:15px}
#more_info_sheets em {font-style:italic}

#more_info_sheets .product_desc{
	margin-bottom:10px;
}

#more_info_sheets .product_desc .product_image{
	float:left
}
#more_info_sheets .product_desc .clear_product_desc{
	clear:both;
	height:0px;
	line-height:0px
}
.block_hidden_only_for_screen {display:none}

/* ************************************************************************************************
		accessories_block
************************************************************************************************ */
.accessories_block .block_content{
	border:none;
}
	



/* ************************************************************************************************
		PAGE CONTACT
************************************************************************************************ */
 #contact_block .title_block, #contact_block h4{
	font-size:16px;
 }


/* ************************************************************************************************
		PAIMENT - PAGE ORDER
************************************************************************************************ */
  
.cart_navigation {margin:10px 0}
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {
	float:right
}
.cart_navigation .button,
.cart_navigation .button_large {
}


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

/*p.cart_navigation .multishipping-button { margin-right: 10px }*/
table#cart_summary  .price {font-size: 12px;}
table#cart_summary  td {
	padding:10px 6px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	font-size:12px;
	vertical-align:middle;
}
table#cart_summary  td.cart_delete,
table#cart_summary  td.price_discount_del {border-right:none;text-align: center}


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:15%;
	text-align:center
}table#cart_summary tbody tr:last-child td {
	
}
table#cart_summary  .cart_product  img {border:1px solid #ccc}
table#cart_summary .cart_description {
	
}
table#cart_summary  .cart_quantity { width:55px }
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 #E4E4E4;
}
.cart_quantity .cart_quantity_button {
	float:left;
	position: relative;
}
.cart_quantity .cart_quantity_button .cart_quantity_up img
{
	margin-top:-8px;
}
table#cart_summary .cart_total {width:20%;}
table#cart_summary td.cart_total {text-align:left}
table#cart_summary .cart_delete {
	width:50px;
	text-align:center
}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	display:inline-block;
	padding:1px 2px;
	font-size:8px;
	color:#666;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	background:#ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

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

table#cart_summary .cart_total_price td.cart_voucher {
	
	vertical-align:middle
}

table#cart_summary #total_price_container {
	
}

.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;
	font-size:13px
}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 16px;
	font-weight:normal;
}
.cart_discount_name{text-align:center;}
.cart_voucher #display_cart_vouchers .title_offers {margin-top:10px}
.cart_voucher #display_cart_vouchers span {font-weight:bold}
.total_price_container p {text-align: center}


table#cart_summary .cart_total_price .total_price_container {
	padding:0; 
}
.cart_total_price .total_price_container p {
	display:block;
	padding:8px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	background:#1ba1e2;
}
.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;
	
	background:#fff
}
#order_carrier .title_block  {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:none repeat scroll 0 0 #1BA1E2
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}

.order_delivery .first_item {margin-right:0;}

.multishipping_close_container {
	text-align: center;
}

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

/* step 2 - authentification ******************************************************************* */
#authentication #create-account_form fieldset,
#authentication #login_form fieldset{
	min-height:230px;
}
#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	padding:0 10px
}

/* 
#create-account_form .title_block  {
	padding-bottom:22px;
	font-size:11px;
} */

#create-account_form label,
#login_form label {
	display:block;
}

#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 {
	background:url(../img/bg_discount_name.png) repeat-x 0 0 #fff;
	margin: 0;
	width: 220px;
	
}
.lost_password {
	float:left;
}

#order-opc .lost_password {
	display:block;
	float:none;
	margin:5px 0 10px;
	width:auto;
	font-size:11px;
	color:#666
}
#ordermsg p.txt {
	float:left;
	margin-right:25px; 
}
/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height:90px;
	width:99%;
}

/* step 3 - address ************************************************************************** */
select#id_address_delivery{margin-bottom:3px;}
 ul.address{
	border:1px solid #eee;
	margin-bottom:10px;
}
 ul.address li {
	padding:5px 10px;
	line-height:18px;
	list-style:none;
}
ul.address li.address_title
{
    background:#eee;
    padding: 8px 10px;
    text-transform: uppercase;
}
.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #D0D3D8;
	background: url("../img/form_bg.jpg") repeat-x scroll left top #D0D1D5;
	margin-bottom: 10px;
	padding: 5px;
}
#multishipping_mode_checkbox {
	vertical-align: text-top;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #ddd;
}
#multishipping_mode_box .title {
	padding: 5px;
	font-weight: bold;
}
#multishipping_mode_box .description, #multishipping_mode_box .description_off {
	padding: 5px;
}
#multishipping_mode_box .description_off {
	display: none;
	padding: 5px;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a, #multishipping_mode_box .description a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 160px;
	border: 1px solid #ccc;
	background: #ddd;
}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	background: #f3f3f3;
	border: 1px solid #ccc;
}
#multishipping_mode_box.on .description_off {
	display: block;
}


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

.delivery_options {
	border: 1px solid #e4e4e4;
	border-top: 0;
}

#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
	background: none repeat scroll 0 0 #F3F3F3;
	border: 1px solid #e4e4e4;
	color: #666666;
	font-size: 12px;
	padding: 6px 11px;
	text-transform: uppercase;
}
#order .delivery_option_radio, #order-opc .delivery_option_radio {
	float: left;
	margin: 15px 0;
	width:20%;
}
.delivery_options table.resume{width:80%;}

#order .delivery_option label, #order-opc .delivery_option label {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 0;
}
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
	height: 46px; 
}

#order .delivery_option.alternate_item, #order-opc .delivery_option.alternate_item {
	border-top: 1px solid #e4e4e4;
	background: #f1f2f4;
	border-bottom: 1px solid #e4e4e4;
}
#order .delivery_option table.resume td, #order-opc .delivery_option table.resume td {
	padding: 0 8px;
}
#order .delivery_option table.resume td + td, #order-opc .delivery_option table.resume td + td {
	width: 300px;
}
#order .delivery_option table.resume td + td + td, #order-opc .delivery_option table.resume td + td + td {
	width: 100px;
	text-align: right;
}
#order .delivery_option_carrier td {width:200px}
#order .delivery_option_carrier td + td {width:280px;}
#order .delivery_option_carrier td + td + td {width:200px}
#order .delivery_options_address .delivery_option_logo, #order .delivery_option_carrier .delivery_option_logo, #order-opc .delivery_options_address .delivery_option_logo {
	padding-left:10px;
	width: 160px;
}
#order .delivery_options_address .delivery_option_logo img, #order-opc .delivery_options_address .delivery_option_logo img { /*height: 40px;*/ }
#order .delivery_option_carrier .first_item, #order-opc .delivery_option_carrier .first_item {
	padding: 3px 5px 3px 12px;
	background:url(../img/arrow_right_2.png) no-repeat 3px 7px
}
#carrierTable {
	
	border-bottom:none;
	background:#fff
}

#carrierTable tbody{ 
}
#carrierTable  th {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	text-transform:uppercase;
	background:none repeat scroll 0 0 #1BA1E2
}
#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:99%;
	
}

a.iframe {font-weight:bold}

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

/* step 5 - paiement ************************************************************************** */
.payment_module {
	position:relative;
	padding-top:20px;
	border-top:1px dotted #ccc;
	text-transform:uppercase;
}
.payment_module a {display:block;}
.payment_module img {
	float:left;
	margin-right:10px
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/

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

 

#order-opc h2 {}
#order-opc h2 span {
	background: none repeat scroll 0 0 #27A7E6;
    border-radius: 100% 100% 100% 100%;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 17px;
}

#order-opc #login_form fieldset {
	background: none repeat scroll 0 0 #FFFFE0;
	border: 1px solid #E6DB55;
	font-size: 13px;
	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 #new_account_form p.submit {
	margin-right: 10px;
	text-align:right
}
#order-opc #new_account_form p.opc-required,#order-opc #opc_account_saved {margin-left:20px !important}

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

#order-opc #opc_delivery_methods h3 {margin-top:20px;}
#order-opc #opc_delivery_methods textarea {
	height:60px;
	width:100%;
}

#order-opc #opc_payment_methods {margin-bottom:20px}
#order-opc #opc_payment_methods #opc_payment_methods-content p{margin:0}

.delivery_option_carrier td {width:200px}
.delivery_option_carrier td + td {width:280px;}
.delivery_option_carrier td + td + td {width:200px}
.delivery_option_carrier {
	margin: 5px 0 0 45px;
	width: 670px;
	display: none;
}
 .delivery_option_carrier tr td {
	padding: 5px;
}
.delivery_option_carrier.selected {
	display: table;
}
.delivery_option_carrier.not-displayable {
	display: none;
}
.delivery_option_title {
	font-weight: bold;
}


/* ************************************************************************************************
	express checkout
************************************************************************************************ */

#new_account_form {clear:both;margin-bottom: 20px}

#center_column #new_account_form p {
	margin:0;
	padding:0 0 10px 0
}
#new_account_form p.required {color:#222}
#new_account_form p.required sup {color:#990000}
#new_account_form p.radio span,
#new_account_form p.text label,
#new_account_form p.password label,
#new_account_form p.select label,
#new_account_form p.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;
	font-size:14px;
}
#new_account_form p.checkbox label {
	float: none;
	width: auto;
	font-size: 12px;
}
#new_account_form p.text input,
#new_account_form p.password input,
#new_account_form p.select input {
	height:22px;
	padding:0 5px;
	width:360px;
	border:1px solid #ccc;
	font-size:12px;
	color:#666
}
#new_account_form p.checkbox input {margin-left: 260px;}

#new_account_form #submitGuestAccount {float: right}

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

/* ************************************************************************************************
		PAGE PASSWORD
************************************************************************************************ */
#form_forgotpassword fieldset{padding:10px;}
#password .icon {
	position:relative;
	top:-4px;
}



/* 		PAGE addressES */

#address p.inline-infos {
	margin:0 0 0 100px !important;
	font-size:12px;
	color:#666;
}


/* ************************************************************************************************
		PAGE ADD address
************************************************************************************************ * */
#center_column #add_address p {margin:0; padding:0 0 10px 0}
#add_address p.required {color:#222}
#add_address p.required  sup {color:#990000}

#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:230px;/* 260 */
	font-size:14px;
	text-align:right
}
#add_address p.text input,
#add_address p.password input,
#add_address p.select input {
	padding:0 5px;
	height:22px;
	width:360px;/* 370 */
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#add_address p.checkbox input {
	margin-left:260px;
}
#add_address p.select select {
	margin-right:10px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#add_address p.textarea label {vertical-align:top}
#add_address p.textarea textarea {
	height:80px;
	width:370px;
	border:1px solid #ccc;
	font-size: 12px;
	color:#666
}
#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 #order-list td {
	border-top: 1px solid #ccc;
	border-bottom:none
}
#order-slip #order-list td.history_invoice {border-right:none}


/* ************************************************************************************************
		PAGE DISCOUNT
************************************************************************************************ * */


#discount .table_block td.discount_value {white-space:nowrap}


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

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


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

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


/* ************************************************************************************************
		PAGE MANUFACTURER
************************************************************************************************ */
#manufacturer .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}
ul#manufacturers_list {list-style-type:none}
ul#manufacturers_list li {
	margin-bottom: 14px;
	padding: 8px;
	border: 1px solid #eee;
}
ul#manufacturers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#manufacturers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom
}
ul#manufacturers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#manufacturers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#manufacturers_list li .right_side {float:right;}

.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: #0088CC;
	padding: 0 10px;
}
.description_box ul {
	padding-left: 30px;
}

select#manufacturer_list{width:100%;}

/* ************************************************************************************************
		PAGE SUPPLIER
************************************************************************************************ */
#supplier .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}
ul#suppliers_list {list-style-type:none}
ul#suppliers_list li {
	margin-bottom: 14px;
	padding:8px;
	border: 1px solid #eee;
}
ul#suppliers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#suppliers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #ccc;
	vertical-align: bottom
}
ul#suppliers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#suppliers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size:12px;
	color:#666
}
ul#suppliers_list li .right_side {float:right;}
select#supplier_list{width:100%}

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


/* ************************************************************************************************
		PAGE 404
************************************************************************************************ */

#pagenotfound .sidebar,
#pagenotfound #footer {display:none}


#pagenotfound .sidebar,
#pagenotfound #footer {display:none}

#pagenotfound #center_column {  }

#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 {
	margin:0;
}
#pagenotfound .button_small {
	padding: 4px 7px;
}
#pagenotfound .pagenotfound .icon {
	position:relative;
	top:-4px
}


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

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

/* ************************************************************************************************
		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
************************************************************************************************ */
.title_content{
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #DDD;
	margin-bottom:10px;
}
#account-creation_form fieldset.customerprivacy label{
	padding-right:10px;
}
/* addon referralprogram */
#footer .myaccount li.referralprogram img {display:none}

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

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


		/* addon loyalty */
#product p#loyalty {
	padding:10px 0 0 20px;
	border-top:1px solid #ccc;
	background:url(../img/icon/info.png) no-repeat 0 8px;
	margin-top: 10px;
}

#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: 10px; text-align: center }



/*************** Block CATEGORIES ***************/
	#categories_block_left  li.last {	border:none;}
		
	#categories_block_left  li ul {margin-left:30px}
		#categories_block_left  li ul li {border:none}
			#categories_block_left  li ul li a {
				padding-left:0;
				background:none
			}
		
#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	display:block;
	float:right;
	margin:13px 8px 0 0;
	height:9px;
	width:9px;
	background:url(../../../modules/blockcategories/img/icon/open-close.png) no-repeat 0 -9px;
	cursor:pointer
}
#categories_block_left li .CLOSE {background-position:0 0}


/* footer */
.blockcategories_footer {
	padding:15px 10px;
}
.blockcategories_footer ul ul {display:none !important}



/*************** Block CMS ***************/
/* footer */
#footer .block_various_links {padding:15px 10px;}
/*************** Block CONTACTINFOS ***************/

#block_contact_infos {padding:15px 10px;}
#block_contact_infos li {
	padding:0 !important;
	line-height: 20px;
}
#block_contact_infos li  strong {
	font-weight:normal;
	font-size:13px;
}
#block_contact_infos li  pre {font: 11px/20px Arial,Verdana,sans-serif;}



/*************** Block LINK ***************/
#links_block_left .block_content li {border-bottom:1px dotted #eee}
#links_block_left .block_contentt li.last {border:none;}
#links_block_left .block_content li a {
    display:block;
    padding:7px 11px 5px 22px;
    color:#333;
    background:url(../../../modules/blocklink/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}



/*************** Block MANUFACTURER ***************/

.blockmanufacturer li.last {	border:none;}


/*************** 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 {padding:15px 10px;}
#social_block li {padding-left:22px !important;}
#social_block li.facebook {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 6px;}
#social_block li.twitter {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -26px;}
#social_block li.rss {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -56px;}


/*************** Block STORE ***************/
.blockstore img { margin: 10px 0 0 0}
.blockstore p { 
	padding-bottom:0;
	font-weight:bold;
	text-align: right
}
.blockstore p.store_image { 
	padding-bottom:10px;
	text-align:center
}
/* BLOCK #reinsurance_block ******************************************************************** */
#footer #reinsurance_block li {
	float:left;
	padding:15px 0!important;
	font-size:13px;
	color:#333;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff
}
#footer #reinsurance_block .width1 li {width:100%}
#footer #reinsurance_block .width2 li {width:50%}
#footer #reinsurance_block .width3 li {width:33%}
#footer #reinsurance_block .width4 li {width:25%}
#footer #reinsurance_block .width5 li {width:20%}
#footer #reinsurance_block li img{
	float:left;
 
}
#footer #reinsurance_block li span {
	float:left;
	padding-top:12px;

}
/*myspan product grid*/
.row-fluid [class*="myspan"]:first-child {
}
.row-fluid .myspan1 {
    width: 8.33%;
}
.row-fluid .myspan2 {
    width: 16.66%;
}
.row-fluid .myspan3 {
    width: 25%;
}
.row-fluid .myspan4 {
    width: 33.33%;
}
.row-fluid .myspan5 {
    width: 41.66%;
}
.row-fluid .myspan6 {
    width: 50%;
}
.row-fluid [class*="myspan"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
	margin: 0!important;
}
.row-fluid .last_item .product-container{border-right: none;}

/*custom pos footernav*/

/*.carousel*/
.carousel{margin: 0;}
.carousel-control{
	background: url("../img/default/bt-next-prev.png") no-repeat scroll 0 bottom transparent;
    height: 23px;
    left: auto;
    margin: 0;
    opacity: 1;
	filter:alpha(opacity=100);
    padding: 0;
    right: 38px;
    text-indent: -9999em;
    top: -34px;
    width: 23px;
	overflow: hidden;
}
.carousel-control.right{
	background-position: 0 0;
    left: auto;
    right: 10px;
}
.carousel-control:hover, .carousel-control:focus{
	background-image:  url("../img/default/bt-next-prev-hover.png");
	opacity: 1;
	filter:alpha(opacity=100);
}

.social {
    display: inline-block;
}
.social a:hover{background-position: center -23px;background-color: #1ba1e2;}
.social a{
	background-color: #444444;
    background-position: center 8px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 30px;
    margin-left: 1px;
    margin-bottom: 1px;
    text-indent: -9999em;
    width: 30px;
	overflow: hidden;
}
.social .facebook{background-image: url(../img/default/icon-facebook.png);}
.social .twitter{background-image: url(../img/default/icon-twitter.png);}
.social .dribble{background-image: url(../img/default/icon-dribble.png);}
.social .vimeo{background-image: url(../img/default/icon-vimeo.png);}
.social .google{background-image: url(../img/default/icon-google.png);}
.social .mail{background-image: url(../img/default/icon-mail.png);}
.social .rss{background-image: url(../img/default/icon-rss.png);float: right}

/**************************************************
 PATTERN
****************************************************/

.pattern1{background:url(../img/patterns/pattern1.png);	}
.pattern2{background:url(../img/patterns/pattern2.png);	}
.pattern3{background:url(../img/patterns/pattern3.png);	}
.pattern4{background:url(../img/patterns/pattern4.png);	}
.pattern5{background:url(../img/patterns/pattern5.png);	}
.pattern6{background:url(../img/patterns/pattern6.png);	}
.pattern7{background:url(../img/patterns/pattern7.png);	}
.pattern8{background:url(../img/patterns/pattern8.png);	}
.pattern9{background:url(../img/patterns/pattern9.png);	}
.pattern10{background:url(../img/patterns/pattern10.png);}
.pattern11{background:url(../img/patterns/pattern11.png);}
.pattern12{background:url(../img/patterns/pattern12.png);}
.pattern13{background:url(../img/patterns/pattern13.png);}
.pattern14{background:url(../img/patterns/pattern14.png);}
.pattern15{background:url(../img/patterns/pattern15.png);}
.pattern16{background:url(../img/patterns/pattern16.png);}


.zoomdiv img.bigimg{max-width: inherit;} 
#map img{max-width: inherit;}

/*BLOCK WISHLIST*/



/*general center block*/

.block_box_center .block_box_center{ border: none; padding: 0;}
.block_box_center{
	padding: 10px; 
	border: 1px solid #E4E4E4;
	overflow: hidden;
}

/*compare_shipping*/

#compare_shipping p label{
	display: inline-block;
    margin-right: 10px;
    text-align: right;
    width: 20%;
}
/*fix print*/
@media print {
  a:link:after, a:visited:after {
    content: "";
  }
}

/*icon active*/
[class^="icon-"].active, [class*=" icon-"].active{
	background-image: url(../img/glyphicons-halflings-blue.png);
}



















#specs-list th {
    color: #B23F33;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 100px;
	font-weight:bold;
}

#specs-list td.ttl {
    color: #7D7464;
    font-weight: bold;
    width: 100px;
}

#specs-list td {
    line-height: 16px;
}

#specs-list th, #specs-list td {
    padding: 1px 6px;
    vertical-align: top;
}