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

/* ****************************************************************************
		reset
**************************************************************************** */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
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%; color: #646464;font-family: 'Oswald',sans-serif; font-weight: normal;}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:baseline; color: red;font-size: 12px;}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{font-size:100%;border-radius: 0;}
select{max-width: 98%;padding: 4px;border-radius: 0;} 
textarea{padding: 2px;}
label{ 
	display: inline; vertical-align: middle;
	 
}

input[type="radio"], input[type="checkbox"]{
	margin: 0;
}

.align_center{text-align: center;}
.ie7 input, .ie7 select{line-height:18px}

a {cursor:pointer}
a:hover{text-decoration: none;color: #fff;}

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

/* ************************************************************************************************
		struture
************************************************************************************************ */
 
	#header {z-index:10}
	#columns {z-index:1;margin-bottom: 15px;}
		.content-wrap {
		   
		}
		#left_column {} 
	#footer {}

/*homepage*/

.block_carousel{border: 1px solid #ddd;margin-bottom: 15px;}
	.block_carousel .title_block {
		background: url("../img/default/bg-h3-title.png") no-repeat scroll 0 0 #F2F2ED;
	    border-bottom: 1px solid #DDDDDD;
	    box-shadow: 0 0 1px 0 #FFFFFF inset;
	    color: #FFFFFF;
	    margin: 0;
	    padding-left: 15px;
	}
	.tabs_content {
		background: #fff;
	    padding: 15px; 
	}

/* ************************************************************************************************
		generic style
************************************************************************************************ */
body {
	font-family: Arial, sans-serif; 
	font-size: 11px;
	font-style: normal;
	line-height: 1.5;
	color: #868a8b; 
	background: url('../img/default/bg-body.png') repeat 0 0 #f0f0f0;
}

.fs10{font-size: 10px;}
.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}

/* topbar *************************************************** */
 
.topbar .container{position: relative;}
.topbar { 
    display: block;
    padding: 0 0 5px;
    color: #70767c;  
} 
	.topbar a{color: #70767c}

	.topbar ul li{ 
		padding-right: 2px;
		list-style: none;
		float: left;
	}

		.topbar ul li a{ 
		    display: inline-block; 
		    padding: 5px 7px 4px;
		    text-align: center;
		    text-decoration: none; 
		}
		.topbar ul li.selected a,
		.topbar ul li a:hover{ 
		}



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

/* title *************************************************************************************** */
h1 { 
	font-size:20px;
	line-height: 22px;
	color: #5db4ac;
	margin-bottom: 15px;
}
h2 { 
	font-size:18px
}
h3 { 
	font-size:18px;
	margin-bottom: 10px;
}

.price{color: #4b4b4b;font-family: 'Oswald',sans-serif;}


.hide-left-column #center_column { }

/* text **************************************************************************************** */
 
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
}
.required sup{color:red}

/* link **************************************************************************************** */
a, a:active { 
	text-decoration:none;
	outline: medium none;
	color: #868A8B;
}
a:hover {
	text-decoration: none;
	color: #4DA49D!important;
    }

	
/* 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; 
	max-width: 98%;
	border-radius: 0 0 0 0;
}
	 

/* classic buttons */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled],
.btn.active, .btn:active,
.btn:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover,
.btn:hover{
	background-position: 0 -24px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
	border-color: #6d9d99;
	color: #fff!important;
    box-shadow: 0 1px 0 0 #b7ddda inset;
    background-image: url("../img/default/bt-color.png");
}
/* classic buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.button,
.btn{
	background: url("../img/default/bt-color.png") repeat-x scroll left 0 transparent;
    border: 1px solid #6F7D7F;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 #BEC7C8 inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    padding: 2px 10px 3px;
    text-shadow: 0 0 0 #3E3434;
    vertical-align: inherit;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
} 
input[type="submit"],
input[type="reset"],
input[type="button"]{
	padding-bottom: 3px;
    padding-top: 3px;
    line-height: 16px;
}
 
/* form **************************************************************************************** */
form.std fieldset {
	margin:20px 0;
	/*border:1px solid #cacaca;*/
}

/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	background: #fff;
	border:1px solid #cacaca; 
}
table.std th,
table.table_block th {   
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #cacaca;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {background-color: #f3f3f3}
table.std  td,
table.table_block  td {
	padding:12px; 
	border: 1px solid #CACACA;
	vertical-align:top
}

/*wishlist*/
.wl_item{
	border: 1px solid #cacaca;
	margin-bottom: 15px;
    padding: 5px; 
    position: relative;
    overflow: hidden;
}

.wl_item .product_image {
    margin-bottom: 10px;
}

.wl_item input,
.wl_item select{max-width: 98%; padding-left: 0; padding-right: 0; text-align: center;}

/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:10px}

#footer .block {
	margin-bottom: 0;
	background: transparent;
	border: 0;
	padding: 0;
}

.block_box_center,
.block_box,
.products_block,
.sidebar .block{ 
    margin-bottom: 15px;
    padding: 7px;
    overflow: hidden;
}
#lofadva-pos-2 .blocks-wrap,
.block_box_center{
	padding: 15px;
	overflow: hidden;/*important*/
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 0 0 1px 0 #fff inset;
}
.sidebar .block{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    overflow: inherit;
    padding: 0;
}

	.sidebar .block h4:before,
	.sidebar .title_block:before{
		position: absolute;
		content: url(../img/default/icon_title.png); 
		left: 0px; 
	}
	.sidebar .title_block { 
	    font-size: 18px;
	    box-shadow: 0 -1px 0 0 #DDDDDD inset;
	}
	.sidebar .block h4,
	.sidebar .title_block{
		background: url("../img/default/bg-title.png") repeat-x scroll 0 0 transparent;
	    line-height: 39px;
	    margin-bottom: 0;
	    padding: 0 10px 0 45px;
	    position: relative;
	}
	.sidebar .block_content {
	    padding: 10px;  
	}
		.sidebar .title_block a,
		.sidebar .title_block span{  
		}
	.sidebar dt{font-weight: normal;}
		.sidebar dt a.s_title_block{color: #5db4ac;}
		.sidebar .block a.lnk_more{
			font-weight: normal;
			padding-right: 10px;
			background: url(../img/arrow_right_1.png) no-repeat right 3px; 
		}

	.sidebar .block li{
		border-bottom: 1px dashed #D2D6C9;
	    box-shadow: 0 -12px 28px -28px #AAAAAA inset;
	    padding: 4px 0;
	}
	.sidebar .button_large {box-shadow: none}
	.sidebar a { 
		font-weight: normal;
	} 
		#footer .block li a:hover:before ,
		.sidebar .block li a:hover:before {
			background-position: 0 -32px;
		}
		#footer .block li a:before ,
		.sidebar .block li a:before {
			background: url("../img/default/bullet-li.png") no-repeat scroll 0 0 transparent;
		    content: "";
		    height: 8px;
		    left: 10px;
		    position: absolute;
		    top: 7px;
		    width: 5px;
		}
		#footer .block li a ,
		.sidebar .block li a {
			display: block;
		    padding: 2px 10px 2px 20px;
		    position: relative;
		}
		.sidebar .lnk{ 
			margin-top: 10px;
		}
		.myaccount .icon{display: none;}
.block ul {list-style-type:none}
.block li.last {	border:none}

.s_title_block a,
.s_title_block span,
.s_title_block{
	color: #4B4B4B;
    font-size: 15px;
}
.s_title_block{margin-bottom: 10px;}

.sidebar .s_title_block{margin-top: 0;}
.sidebar .block dd{ 
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.sidebar .products_block li a:before,
.sidebar .products_block li a {background: none;padding: 5px 0;content: "";}
.sidebar .products_block li{border-bottom: none;}

/* *********************************************
BLOCK HIGHLIGHT 
************************************************* */

.sidebar .highlight{ 
	position: relative;
}
.sidebar .highlight:before{ 
}
	.sidebar .highlight .title_block:before{}
	.sidebar .highlight .title_block{ 
	}
	.sidebar .highlight .block_content{
		border: none;
		position: relative;
		padding:0;
	} 
	.sidebar .highlight li{ 
	}
		.sidebar .highlight li a{
			 
		}
		.sidebar .highlight li a.selected,
		.sidebar .highlight li a:hover{
			 
		}
			.sidebar .highlight li a:before {
			    
			}

/*blocklayer*/

.sidebar #layered_block_left.block li{
	background: none;
	border: 0;
}
.sidebar #layered_block_left.block li a:before,
.sidebar #layered_block_left.block li a {
	background: none;
	content: "";
	padding-left: 10px;
	display: inline-block;
}

/* BLOCK .products_block *********************************************************************** */
.products_block {}
	.products_block li {float:left}
	.sidebar .content_img img {border:2px solid #d4d5d1}
	.sidebar .content_img:hover img{ 
	}
	.sidebar .text_desc{position: relative;}
	.sidebar .reduction{
		 background: none repeat scroll 0 0 red;
	     border-radius: 100% 100% 100% 100%;
	    color: #FFFFFF;
	    display: inline-block;
	    font-size: 16px;
	    padding: 8px 0;
	    position: absolute;
	    right: -8px;
	    text-align: center;
	    top: -7px;
	    width: 40px;
	}

/* 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;
	overflow: hidden;
}
ul.footer_links li {float:left}
ul.footer_links li.f_right {float:right}
ul.footer_links li .icon {
	position:relative; 
	left:0;
	vertical-align: bottom;
}

/* barre comparaison / tri ********************************************************************* */
#bt_compare{float: right;}
.content_sortPagiBar {
	background: none repeat scroll 0 0 #EFEFE7;
    margin: 20px 0;
    padding: 10px;
}  
.sortPagiBar #productsSortForm {float:right;} 

.productsview span{vertical-align: text-bottom;}
#productsview .active,
#productsview a:hover i{ 
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
	background-image: url("../img/glyphicons-halflings-white.png");
} 
#productsview {
	line-height: 1;   
}

.content_sortPagiBar * {
    margin: 0;
	overflow: hidden;
}
.content_sortPagiBar .sortPagiBar { 
}

.sortPagiBar .nbrItemPage {margin-left:40px;}

.sortPagiBar .PrductSort {float:left;}

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

.sortPagiBar #nb_item {border:1px solid #cacaca;}

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

div.pagination {
	margin:0px;
}
ul.pagination .btn:hover {background-position: 0 0; }
ul.pagination {
    box-shadow: none;
	margin: 0;
}
ul.pagination li {display: inline;float: left;}
ul.pagination a, ul.pagination span {
	background: none repeat scroll 0 0 #EAEAEA !important;
    border: 1px solid #D5D5D5 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    color: #515151;
    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,
ul.pagination .current span {
	background: none repeat scroll 0 0 #D2DCDE !important;
    color: #139288!important;
}
ul.pagination li.disabled span {color:#cacaca!important}

#pagination_previous {float:left}

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

/* CART steps *********************************************************************** */
ul#order_step { 
	border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 15px;
}
ul.step {
	background: none repeat scroll 0 0 #fff;
    clear: both;
    list-style-type: none; 
    width: 98%;
}
ul.step li {
    color: #646464;
	float: left;
    padding: 10px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
    font-weight: bold;
}
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
	color: #fff;
    display: inline-block;
    font-weight: bold;
}
ul.step li.step_current {
	background: none repeat scroll 0 0 #5db4ac; 
	position: relative;
}
	/*ul.step li.step_current:before {
	   border-bottom: 18px solid transparent;
	    border-left: 20px solid #5db4ac;
	    border-top: 18px solid transparent;
	    content: "";
	    position: absolute;
	    right: -20px;
	    top: 0;
	}
	ul.step li.step_current:after {
	    border-bottom: 18px solid #5db4ac;
	    border-left: 20px solid #fff;
	    border-top: 18px solid #5db4ac;
	    content: "";
	    position: absolute;
	    left: -20px;
	    top: 0;
	}*/

ul.step li.step_current_end { 
	background: none repeat scroll 0 0 #5db4ac;
	position: relative;
}
	/*ul.step li.step_current_end:after {
	    border-bottom: 18px solid #5db4ac;
	    border-left: 20px solid #fff;
	    border-top: 18px solid #5db4ac;
	    content: "";
	    position: absolute;
	    left: -20px;
	    top: 0;
	}*/
ul.step li.step_current_end span,
ul.step li.step_current span {
	color: #fff; 
}

ul.step li.step_done a,
ul.step li.step_done span { color: #646464;}

/*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 #cacaca;
	 
}
.listcomment .titlecomment {
	display:block;
	font-weight:bold; 
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0; 
}
.listcomment .authorcomment {}


/* ************************************************************************************************
		HEADER
************************************************************************************************ */
.header-wrap:before {
	position: absolute;
	width: 100%;
	height: 5px;
	background: url(../img/default/bg-top.png) repeat center 0;
	left: 0;
	top: 0;
	content: "";
}
.header-wrap {
    background: url(../img/default/bg-header-id.jpg) repeat-x center 0;
    position: relative;
    padding-top: 5px;
}
	#header {position:relative}

	#header_logo {
	    display: block;
	    overflow: hidden;
	    padding: 0px 0;
height:93px; width:300px; background-image: url(..img/logo.jpg?1388118785); margin-top:0px; margin-bottom:0px;
	}

	#header_right {
		position:relative; padding: 20px 0; overflow: hidden;
	}
		.bg-light {
		    background: url(../img/default/bg-top.png) repeat 0 0;
		    border-radius: 0 0 5px 5px;
		    color: #70767c;
		}


/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
.breadcrumb {
	background: none repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    color: #4DA49D;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
}
	.breadcrumb span.navigation-pipe{color: #868A8B}

	.breadcrumb .navigation-pipe {margin:0 3px 0 5px}
	.breadcrumb img {
		position:relative;
		top:5px
	}

/*homefeatured block*/

#featured-products_block_center .title_block{  
}

/* ************************************************************************************************
		SLIDESHOW
************************************************************************************************ */

#slideshow {
    margin-bottom: 10px;
} 
/* ************************************************************************************************
		FOOTER
************************************************************************************************ */
#footer p.title_block{   text-transform: uppercase; font-size: 13px;}
/*#footer .block_content{padding-right: 7px;}*/
#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}
#footer ul li{padding: 2px 0;}
#footer-bottom {
    padding: 20px 0 0;
}
	.footnav{text-align: right;}
	.copyright { 
	}
		.copyright a{color: #5db4ac;}

	.social-icons .soc-img:hover img{}
/* ************************************************************************************************
		PRODUCT PAGE
************************************************************************************************ */

/* BLOCK idTabs ******************************************************************************** */
.idTabs { 
    border: 0 none;
    height: 35px;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; 
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background: #f2f2ed;
} 
	
	ul.idTabs li:first-child {
	    margin-left: -30px;
	}
	ul.idTabs li{
		float: left; 
	}
		 ul.idTabs li a:before{
		 	background: none repeat scroll 0 0 #B8DBD4;
		 	content: "";
		 	height: 64px;
		 	position: absolute;
		 	right: -23px;
		 	top: -25px;
		 	-webkit-transform: rotate(45deg);
		 	-moz-transform: rotate(45deg);
		 	-o-transform: rotate(45deg);
		 	-ms-transform: rotate(45deg);
		 	transform: rotate(45deg);
		 	width: 30px;
		 	z-index: 2;
		 	border-right: 1px solid #DDDDDD;
		 }
		ul.idTabs li a.selected:before {background: #50b4ac}
		ul.idTabs li a.selected {
		    background: none repeat scroll 0 0 #50B4AC;			
		    color: #FFFFFF;
		}
		ul.idTabs li a:hover {color: #fff!important}
		ul.idTabs li a {
		    background: none repeat scroll 0 0 #B8DBD4;
			position: relative;
		    color: #515151;
		     padding: 8px 35px 8px 50px;
		}

		.idTabs li a {    
		    padding: 7px 15px;
			font-size: 16px;
		    text-decoration: none;  
		    float: left;
		    color: #797C7D;
		} 


#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {margin-left:20px}
#more_info_sheets em {font-style:italic}

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

#more_info_sheets .product_desc .product_image{
	float:left
}

#more_info_sheets .product_desc .block_description{ 
}
#more_info_sheets .product_desc .clear_product_desc{ 
}

/* 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 AUTHENTIFICATION
************************************************************************************************ */

#authentication #center_column{ }
#days,
#months,
#years{width: 69px;}

.form-horizontal .radio .controls{line-height: 28px;}
.top.help-inline {
    margin-right: 10px;
}

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

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

#order #center_column, #order-confirmation #center_column{ }

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

/*label style leo*/
#create-account_form label, #login_form label,
#compare_shipping label{
	display: inline-block;
    margin-right: 10px; 
    vertical-align: text-bottom;
    width: 90%; 
}


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

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

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

table#cart_summary th {  
	border: 0 none;
}
table#cart_summary  th.cart_product {text-align:center}
table#cart_summary  td {
	padding:12px;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca; 
	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 #cacaca}


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 #cacaca;
}
table#cart_summary tbody tr td.cart_discount_delete {
	padding-left: 34px;
}
table#cart_summary  .cart_product  img {border:1px solid #cacaca;}
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;
	width: 20px; 
}
.cart_quantity .cart_quantity_button {
	float:left;
	margin-right: 5px;
	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:8px;
	 
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	background:#cacaca;
	-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 {
	border-bottom:1px solid #cacaca;
	vertical-align:middle
}

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

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

.cart_voucher p.discount_name_block {float:left;}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 20px;
	 
	padding-top:2px;
	font-weight:normal;
	border-top:1px dotted #cacaca
}
.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 { 
	margin-right: 5px;
}
.cart_voucher .submit input.button { 
	margin-right: 5px;
}

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

table#cart_summary .cart_total_price .total_price_container {
	padding:0;
	border-bottom:1px solid #cacaca;
	border-right:1px solid #cacaca;
}
.cart_total_price .total_price_container p {
	color: #43A7BF;
    display: block;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}
.cart_total_price .total_price_container span {
	display:block;
	padding:15px; 
	font-size:18px;
	text-align:center
}

#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #cacaca;
	background:#fff
}
#order_carrier .title_block  { 
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}
 

.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 ******************************************************************* */
#create-account_form, #authentication #login_form { 
}
#create-account_form { }

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

#authentication #create-account_form .form_content,
#authentication #login_form .form_content { 
}

#create-account_form h3,
#authentication #login_form h3 { 
}
#create-account_form .title_block  {
	padding-bottom:22px; 
}

#create-account_form label,
#login_form label { 
	 
}

#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: 90%;
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin { 
}

.lost_password { 
}
.lost_password a { }

#order-opc .lost_password {
	display:block;
	float:none;
	margin:5px 0 10px;
	width:auto;
	font-size:11px;
	 
}

#ordermsg p {padding-bottom:0}
#ordermsg p.txt {
	float:left;
	margin-right:25px; 
}

/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height:90px;
	width:100%;
	border:1px solid #cacaca;
}

/* step 3 - address ************************************************************************** */

.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: middle;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #ddd;
}
#multishipping_mode_box .title {
	padding: 5px;
	font-weight: bold;
}
#multishipping_mode_box .description, #multishipping_mode_box .description_off {
	padding: 5px;
}
#multishipping_mode_box .description_off {
	display: none;
	padding: 5px;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a, #multishipping_mode_box .description a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 160px;
	border: 1px solid #cacaca;
	background: #ddd;
}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	background: #f3f3f3;
	border: 1px solid #cacaca;
}
#multishipping_mode_box.on .description_off {
	display: block;
}


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

.delivery_options:nth-child(even) { 
	background: none repeat scroll 0 0 #F5F5F5;
} 

#order .delivery_options_address h3, #order-opc .delivery_options_address h3 { 
 
}
#order .delivery_option_radio, #order-opc .delivery_option_radio {
	float: left;
	margin: 21px 12px;
}
#order .delivery_option .order-carrier-delivery, #order-opc .delivery_option .order-carrier-delivery {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
#order .delivery_option .order-carrier-delivery > table.resume, #order-opc .delivery_option .order-carrier-delivery > table.resume {
	height: 46px; 
}
#order .delivery_option.item, #order-opc .delivery_option.item { 
}
#order .delivery_option.alternate_item, #order-opc .delivery_option.alternate_item {
	border-top: 1px solid #bdc2c9;
	background: #f1f2f4;
	border-bottom: 1px solid #bdc2c9;
}
#order .delivery_option .order-carrier-delivery > table.resume td, #order-opc .delivery_option .order-carrier-delivery > table.resume td {
	padding: 0 8px;
}
#order .delivery_option .order-carrier-delivery > table.resume td + td, #order-opc .delivery_option .order-carrier-delivery > table.resume td + td {
	width: 300px;
}
#order .delivery_option .order-carrier-delivery > table.resume td + td + td, #order-opc .delivery_option .order-carrier-delivery > 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;
	
}

.order_carrier_content { 
}
.order_carrier_content h3 {
	padding:15px 0 10px 0; 
}
.order_carrier_content h3.carrier_title {padding-top:0}
.order_carrier_content input {
	position:relative; 
}

#carrierTable {
	border:1px solid #cacaca;
	border-bottom:none;
	background:#fff
}

#carrierTable tbody{
	border-bottom: 1px solid #cacaca;
}
#carrierTable  th { 
	color: #fff;
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #cacaca
}
#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 #cacaca
}

a.iframe {font-weight:bold}

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

/* step 5 - paiement ************************************************************************** */
.paiement_block { 
}

.payment_module {
	position:relative;
	padding: 10px 0;
	text-transform:;
}
.payment_module a {display:block;}
.payment_module img {
	float:left;
	margin-right:10px
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/

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


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

#order-opc #center_column{ }


#order-opc h2 { font-size: 15px;}
#order-opc h2 span { 
}

#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: 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 { font-size: 14px;}
#order-opc #opc_delivery_methods textarea {
	height:60px;
	width:100%;
	border:1px solid #cacaca;
}
#order-opc #opc_delivery_methods #message {

}
#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}
#new_account_form h3 {
 
}
#center_column #new_account_form p {
	margin:0;
	padding:0 0 10px 0
}

#new_account_form p.required sup {color:red}
#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;
	border:1px solid #cacaca; 
}
#new_account_form p.checkbox input {margin-left: 260px;}

#new_account_form #submitGuestAccount {float: right}

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

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

#orderconfirmation #center_column{ }


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

#password .icon { 
}


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

#addresses #center_column{ }

#address p.inline-infos { 
}


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

#address #center_column{ }

form#add_address {}
#add_address fieldset {
	margin:0; 
}
#add_address h3 {
 
}
#center_column #add_address p {margin:0; padding:0 0 10px 0}

#add_address p.required  sup {color:red}

#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 */
	 
	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 #cacaca;
	 
	 
	line-height:22px
}
#add_address p.checkbox input {
	margin-left:260px;
}
#add_address p.select select {
	margin-right:10px;
	border:1px solid #cacaca;
	 
	 
}
#add_address p.textarea label {vertical-align:top}
#add_address p.textarea textarea {
	height:80px;
	width:370px;
	border:1px solid #cacaca;
	  
	 
}
#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;
	 
}


/* ************************************************************************************************
		PAGE ORDER-SPLIP
************************************************************************************************ */

#order-slip #center_column{ }

#order-slip #order-list {border-bottom:1px solid #cacaca}
#order-slip #order-list td {
	border-top: 1px solid #cacaca;
	border-bottom:none
}
#order-slip #order-list td.history_invoice {border-right:none}


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

#discount #center_column{ }

#discount .table_block tr.last_item td {border-bottom:1px solid #cacaca}
#discount .table_block td.discount_expiration_date {border-right:1px solid #cacaca}
#discount .table_block td.discount_value {white-space:nowrap}


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

#order-follow #center_column{ }


/* ************************************************************************************************
		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;
	
	
	background: none repeat scroll 0 0 #f0f0f0
}

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

ul#manufacturers_list {list-style-type:none}
ul#manufacturers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #cacaca;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#manufacturers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#manufacturers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
	border: 1px solid #cacaca;
	vertical-align: bottom
}
ul#manufacturers_list li h3 { 
	font-size: 13px;
	

}
ul#manufacturers_list li .description {
	overflow: hidden;
	padding: 0;
	
	 
}
ul#manufacturers_list li .right_side {float:right;}

.description_box {
	border: 1px solid #cacaca;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px #E2E2E2;
	padding: 5px;
	margin-bottom: 20px;
	 
	line-height: 18px;
}
.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;
	padding-bottom: 10px;
}

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


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



/* ************************************************************************************************
		PAGE 404
************************************************************************************************ */
 
#pagenotfound .sidebar {display:none} 

#pagenotfound #center_column {width: 100%;margin:0;}

#pagenotfound .pagenotfound { 
	height:330px;
	font-size:14px;
	background:url(../img/bg_404.png) no-repeat 100% 0
}
#pagenotfound h3 {
	font-weight:normal; 
}
#pagenotfound fieldset {border:none}
#pagenotfound fieldset label {}
#pagenotfound  #search_query {margin-bottom: 0; 
}
#pagenotfound .button_small { 
}
#pagenotfound .pagenotfound a { 
}
#pagenotfound .pagenotfound .icon { 
}


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

#module-cheque-payment #center_column{ }


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

#module-bankwire-payment #center_column{ }


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

#module-gcheckout-payment #center_column{ }

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

#module-payment-submit #center_column{ }


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

#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
}

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

#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: #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
************************************************************************************************ */

#module-loyalty-default #center_column{ }

#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 #cacaca;
	background:#eee
}
form#sendComment h3 { }
#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;
	 
}
#sendComment p.text input {
	padding: 0 5px;
	height: 28px;
	width: 498px;
	border: 1px solid #ccc; 
}
#sendComment p.textarea textarea {
	height:80px;
	width:508px;
	border:1px solid #cacaca;
}
#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 {  text-align: center }



/*************** Block CATEGORIES ***************/
#categories_block_left .block_content{ 
}
#categories_block_left  li{position: relative;} 

#categories_block_left li ul li:before {
    background: none repeat scroll 0 0 transparent;
}
	
		#categories_block_left  li a { 
		}
		
	#categories_block_left  li ul {}
		#categories_block_left  li ul li {border:none}
			#categories_block_left li a.selected { 
			}
			
			#categories_block_left li ul li a:before {
			    left: 20px;
			}

			#categories_block_left li ul li a {
			    padding-left: 35px;
			}
		
#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	background: url("../img/icon/open-close.png") no-repeat scroll 0 -12px transparent;
    cursor: pointer;
    height: 9px;
    margin: 11px 10px 0;
    position: absolute;
    right: 0;
    width: 9px;
    z-index: 1;
}
#categories_block_left li .CLOSE {background-position:0 -3px}


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

#footer h4.title_block{display: none;}

/*mass bottom*/
	.social-link {
	     background: url("../img/default/bg-sociallink.png") repeat-x scroll 0 0 #DDDDDD;
	    border: 1px solid #DDDDDD;
	    box-shadow: 0 0 1px 0 #FFFFFF inset;
	    overflow: hidden;
	    padding: 0 20px;
	} 
/*************** Block CMS ***************/
/* footer */


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



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


#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 { }



/*************** Block LINK ***************/ 


/*************** Block MANUFACTURER ***************/  
.blockmanufacturer form {margin-top:10px;}
.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;
}  
/*************** Block SOCIAL ***************/

#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 {  
}
.blockstore p.store_image { 
	padding-bottom:10px;
	text-align:center
}


/*************** Block SUPPLIER ***************/  
.blocksupplier form {margin-top:10px;}
.blocksupplier p {
	padding:0;
	
}


/* *************************************************
 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);}

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

/*notification for wishlist and compare ****************************************************** */

.notification {
	position: fixed;
	right: 50%;
	top: 45%;
	margin-right: -218px;
	z-index: 999;
	width: 435px;
}
.notification.alert-success {
	border-top: 5px solid #4ccbe9;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0px 14px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0px 14px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0px 14px 1px rgba(0, 0, 0, 0.25);
	padding: 20px;
}
.notification .close {
	background-color: #808181;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	display: block;
	float: right;
	margin-right: 10px;
	text-align: center;
	-webkit-transition: background-color 0.2s ease 0s;
	-moz-transition: background-color 0.2s ease 0s;
	-o-transition: background-color 0.2s ease 0s;
	-ms-transition: background-color 0.2s ease 0s;
	transition: background-color 0.2s ease 0s;
	width: 20px;
}

/*icon leo***************************************************** */
[class^="icon-leo-"], 
[class*=" icon-leo-"]{
	background-color: transparent;
    background-image: url("../img/default/icon_leo.png")!important;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0 none;
    display: inline-block; 
    vertical-align: top; 
    -webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.icon-leo-cart{
	background-position: -10px -9px !important;
    height: 16px;
    width: 20px;
}
 
/*button slideshow*/
.icon-leo-next{
	background-position: -80px -14px;
    height: 11px;
    margin-top: 0;
    width: 10px;
    left: 8px !important;
    top: 4px;
}
.icon-leo-prev{
	background-position: -94px -14px;
    height: 11px;
    left: 19px;
    margin-top: 0;
    top: 4px;
    width: 10px;
}

/*social link*/
.icon-leo-tw,
.icon-leo-fb,
.icon-leo-rss,
.icon-leo-sk,
.icon-leo-in{
	width: 24px;
	height: 26px;
	margin-right: 10px;
}

.icon-leo-tw{
	background-position: 0 -135px;
}
.icon-leo-fb{
	background-position: -53px -135px;	
}
.icon-leo-rss{
	background-position: -26px -135px;	
}
.icon-leo-sk{
	background-position: -80px -135px;		
}
.icon-leo-in{
	background-position: -108px -135px;		
}
.social-link a:before{background: none!important;}
.social-link a{
	display: inline-block!important;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    /*font-style: italic;*/
    line-height: 24px;
    margin-left: 40px;
    margin-top: 7px; 
    padding: 0 !important;
}
.social-link a:hover .icon-leo-tw{background-position: 0 -172px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.social-link a:hover .icon-leo-fb{background-position: -53px -172px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.social-link a:hover .icon-leo-rss{background-position: -26px -172px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.social-link a:hover .icon-leo-sk{background-position: -80px -172px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.social-link a:hover .icon-leo-in{background-position: -108px -172px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
/*icon compare wishlist*/

.icon-leo-wishlist,
.icon-leo-compare{
	width: 20px;
	height: 20px;
	background-position: -128px -10px;
}
.icon-leo-compare{
	background-position: -174px -10px;
}

/*link top*/
.icon-leo-account,
.icon-leo-shopcart,
.icon-leo-checkout,
.icon-leo-log{
	width: 18px; height: 18px;
	background-position: -90px -208px;
}
.icon-leo-account{background-position: -117px -208px;}
.icon-leo-shopcart{background-position: -141px -208px;}
.icon-leo-checkout{background-position: -170px -208px;}

#header_user li a:hover i.icon-leo-account{background-position: -117px -232px;}
#header_user li a:hover i.icon-leo-shopcart{background-position: -141px -232px;}
#header_user li a:hover i.icon-leo-checkout{background-position: -170px -232px;}

#header_user li a:hover i{
	background-position: -90px -232px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#header_user li a i{
	
}
.icon-leo-more{
	background-position: -93px -43px;
    height: 7px;
    width: 7px;
}


/*icon carousel*/
.icon-leo-carousel-next{
	background-position: -97px -92px;
    height: 16px;
    width: 11px;
    top: -24px;
    right: 0 !important;
}
.icon-leo-carousel-next:hover{
	background-position: -97px -111px; 
}
.icon-leo-carousel-prev{
	background-position: -82px -92px;
    height: 16px;
    left: inherit;
    right: 15px;
    top: -24px;
    width: 11px;
}
.icon-leo-carousel-prev:hover{background-position: -82px -111px; }
/***************************************/
.tab-content{overflow: inherit;} 


/*topnavigation*/
#topnavigation{position: relative;}

/*fix print*/
@media print {
  a:link:after, a:visited:after {
    content: "";
  }
}

/*hover ie8*/
	#topnavigation ul.nav > li.dropdown:hover > .dropdown-menu{
		display: block\9;
	}

/*custom html*/ 
.leo-customhtml-home .box-shadow{padding-top: 8px;}

.leo-customhtml-home{margin-bottom: 5px;}

/* CAVANS MENU ******************************************** */
.navbar{margin-bottom: 0;}

.off-canvas body{ position: relative}
.off-canvas-inactive > #page,
.off-canvas-inactive > #off-canvas-nav {
     transition:all 500ms ease 0s;
     transform:translateX(0px);
	 -webkit-transform:translateX(0px);
	 -moz-transform:translateX(0px);
	 -ms-transform:translateX(0px);
	 -o-transform:translateX(0px);
}
.off-canvas-active > #page ,
.off-canvas-active > #off-canvas-nav { 
    transform:translateX(234px);
	-webkit-transform:translateX(234px);
	-moz-transform:translateX(234px);
	-ms-transform:translateX(234px);
	-o-transform:translateX(234px);
    transition:all 500ms ease 0s;
	
}
 .off-canvas-active  #page {
	position:fixed;	
	margin:0 auto}
	
#page-container{ position: relative;}
#off-canvas-nav{ 
    position: absolute; left:0; top: 0; width:0;background: #FFF;z-index: 999;  
}
.off-canvas-active #off-canvas-nav {
  
}
#off-canvas-nav .dropdown-menu a .menu-title:hover {background-position:0 -98px!important}
#off-canvas-nav .offcanvas-mainnav{ background: #52aba4; position: absolute; top: 0; left:-234px; overflow:hidden; width:234px;margin: 0; }
#off-canvas-nav .megamenu .mega-cols{width:100%; min-width:inherit; padding:10px 0 }
#off-canvas-nav .megamenu .mega-cols ul li a {padding: 0 10px}
#off-canvas-nav .dropdown-menu{
    position: relative;
     display: block;
     left: 0;
     right: 0;
     top: 0;
     float: none;
     box-shadow: none;
	 margin:0
}
#off-canvas-button {color:#fff; text-align:right; margin:10px 10px 0 0}
#off-canvas-nav .dropdown-mega,
#off-canvas-nav  li.mega-group .dropdown-menu {
	padding: 0 10px;
	border: none;
}
#off-canvas-nav .mega-col {
	display: block;
	width: 100%;
	position: relative;
	margin-left:0
}
.offcanvas-mainnav > .megamenu {padding:0 10px}
.offcanvas-mainnav > .megamenu > li:last-child a {border-bottom:0!important}
#off-canvas-nav .megamenu .mega-group > a .menu-title {
	font-size:  13px;
}
#off-canvas-nav .dropdown-menu img { width: 100%; }
#off-canvas-nav #off-canvas-button span { 
	font-weight: bold; 
	margin-right: 12px ;
}
#off-canvas-nav .dropdown .dropdown-menu li,#off-canvas-nav .megamenu .dropdown-mega li {
	 background:  none;
}
#off-canvas-nav .nav > li:hover, 
#off-canvas-nav .nav > li > a:hover, #off-canvas-nav .nav > li > a:focus {
	 background:  none;
}
#off-canvas-nav .dropdown .dropdown-menu li:hover,
#off-canvas-nav .megamenu .mega-group > a .menu-title {
	color:#5C5B5B
}
#off-canvas-nav .megamenu li.homepage a {
	 height: auto;
	 width: auto;
	 text-indent: inherit;
}
#off-canvas-nav .nav li {
	 border:none;
	 padding:  0;
}
#off-canvas-nav ul li a {
	 border-bottom:  1px solid #e0e0e0;
	 display:  block;
	 line-height: 23px;
	 color: #5C5B5B;
}
#off-canvas-nav .nav > li > a {  
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding:  5px 0;
    line-height: 35px;
	color:#fff;
	 border-bottom: medium none;
}
#off-canvas-nav .megamenu .menu-desc {
	display:  none;
}
#off-canvas-nav .megamenu .menu-icon { 
}
#off-canvas-nav .megamenu .mega-col .margin {
	margin-left: 0;
}
.navbar .btn-navbar, .navbar .btn-navbar:hover {background: #52aba4; border: 0;
	float: left;
	margin: 10px;
}
 /* END OF OFF_CANVAS_MENU */
 #off-canvas-button {display:none!important\0}


 /*LANGUAGE************************ */
 .lang-it #add_to_cart input, 
 .lang-it .ajax_add_to_cart_button{font-size: 11px;}
 .lang-ru #add_to_cart input, 
 .lang-ru .ajax_add_to_cart_button {
    font-size: 10px;
}

/*bootstrap*/
.form-horizontal .control-label{padding-top: 3px;}

#header_user .btn-group{
    font-size: 12px;
    float: right; 
}
#header_user .btn-group.open .dropdown-toggle{ 
    box-shadow: none;
}
.top-links span{padding: 5px 10px;
display: inline-block;}
.top-links{ 
    display: none; 
} 
#topnavigation ul.nav > li.dropdown:hover > .dropdown-menu{
		display: block;
	}
	
	
.price-discount{
	font-size:16px;
	color: #EE534D;
	text-decoration: line-through;
	float: right;
	margin-top: 3px;
	margin-right: 5px;
}
.onsale_img{
	position: absolute;
    top: 20px;
    left: 20px;
}