/* #Custom styles for additional pictures
================================================== */

.additionnalPicture.three.columns {
  margin-left: 0;
  margin-right: 0;
}


/* Catalog page specifique */
.catalog .short_product h3 a {
	margin: 0 0 0 0;
}

.catalog-polysem #leftbar {
  display: none;
}

.catalog-polysem .container .column, .container .columns {
  margin-bottom: 10px;
}

#produitsAssocies .short_product .short_product_container .description {
  display: none;
}

#produitsAssocies .short_product .short_product_container {
  height: auto;
  width: auto;
}

/* ----------------------------
BOITE RECHERCHE DANS CATALOGUE
------------------------------*/
#header .widgetCatalogSearch{
/*padding: 5px;*/
/*  min-height: 75px;
  position: absolute;
  top: 25px; */
/*background: none;*/
/*  border: none;
  width: 941px;
  margin: 0 10px 0 10px; */
} 
	#header .widgetCatalogSearch label{
		float:left;
		margin-right:10px;
		color: #ffffff;
	}
	#header .widgetCatalogSearch h4{
		display: none;
	}
/* #header .widgetCatalogSearch .wordsbox {
    display: block;
    float: right;
    margin: 24px 179px;
    width: 142px;
    height: 15px;
}*/
#header .widgetCatalogSearch .wordsbox {
/*  display: block;
  float: right;
  height: 15px;
  margin: 27px 0 0 567px;
  position: absolute;
  width: 142px; */
}

	#header .widgetCatalogSearch .catalog_search_form{
		margin:0;
	}
	#header .widgetCatalogSearch fieldset{
/*		float:right;
		width:auto;
		margin:0 10px 0 0; */
	}
	#header .widgetCatalogSearch .submit{
		float:left;
		margin-right:10px;
	}
		#header .widgetCatalogSearch .submit input{
			padding:0;
		}
	#header .widgetCatalogSearch .row{
  width:220px;
/*		clear:none;
		margin:5px 2px;
		float:right;
		width: 960px;
  height:65px; */
	}
	#header .widgetCatalogSearch a{
		line-height: 25px;
		color: #ffffff;
	}
	#header .contextualSearch{
		width:180px;	
	}

/* -----------
BOITE PRODUIT
--------------*/
.boxproduct{
}
	div.product{
	}
	span.productName{
	}
.widget .short_product h3 {
    overflow: hidden;
    height:auto;
    clear:both;
}
	.widget .short_product h3 a{
		color: #000000;
		text-decoration: none;
	}
	.widget .short_product h3 a:hover{
		text-decoration: underline;
	}			
			
/* -----------
BOITE PANIER
--------------*/
.boxcart{
}
	.boxcart .viewcart{
		text-align:right;
	}
	span.label{
	}
	span.value{
	}
	span.viewcart{
	}
.widgetCart .viewcart{
}
.widgetCart .saveCart{
}
.widgetCart .sendCart{
}
.widgetCart .productNumber{
}
	
/* -----------
PAGE PANIER
--------------*/
#cart{
}
#emptyCart{
}
#selectionsCart{
}
tr.shipping{
}
tr.amount{
}
.cart .submit input{
	background-color:#666666;
	margin-right:5px;
}
#cartDetail{
}
tr.shipping{
}
tr.amount{
}
div.row{
}
span.conditionLabel{
}
span.conditionField{
}
.normalPrice{
	text-decoration: line-through;
}
.cart{
}
.cart .coupon input{
	width: 50px;
}
/*s de champs dans le tableau recaptitualitif de la commande*/
.cartTableau table .row label, .cartTableau .row label{
	float:none;
	width:auto;
}
#cartSubscription{
}
	
/* -----------
CATALOGUE
--------------*/
.catalog{
}

/* ---------------------------
FICHES RESUMES DE PRODUITS
------------------------------*/
.short_product{
	border-right:1px dotted #E0E0E0;
	border-bottom:1px dotted #E0E0E0;	
  float:left;
	position:relative;
	color:#666666;
 background:#cccccc;
}
#rightbar .short_product,
#leftbar .short_product{
  border:none;
} 
	.short_product .addToCart .row {
		float:left;
	}
	.short_product h3{
   		color: #000000;
    	font-size: 16px;
    	font-weight: normal;
/*height: 30px;*/
    	line-height: 15px;
    	margin: 0 0 0 10px;
    	overflow: hidden;
    	padding-top: 5px;
    	display: block;
    	margin-bottom: 0 5px 5px;
	}

		.short_product h3 a{
			color: #000000;
			text-decoration: none;
   font-size: 1.0em;
   font-style: italic;
   font-weight:bold;
/*   margin:0 0 0 10px;*/
		}

		.short_product h3 a:hover{
			text-decoration: underline;
		}
	.short_product p{
		margin:0;
	}
	.short_product .description{
/*    	width: 190px;*/
    font-style: italic;
    height: 72px;
    padding-left: 10px;
    width: 90%;
	}
	.widgetContainer .short_product .description {
    display: none;
 }

.short_product .priceContainer{
	 background-color: #595959; /* Old browsers */
  	background-image: -moz-linear-gradient(
  		top,
  		#595959 0%,
  		#454544);
  	background-image: -webkit-gradient(
  		linear, left top, left bottom, 
  		from(#595959),
  		to(#454544));
  	border-radius: 6px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border: 1px solid #000000;
  	-moz-box-shadow:
  		0px 0px 0px rgba(148,38,148,0),
  		inset 0px 0px 7px rgba(255,255,255,1);
  	-webkit-box-shadow:
  		0px 0px 0px rgba(148,38,148,0),
  		inset 0px 0px 7px rgba(255,255,255,1);
  	text-shadow:
  		0px -1px 1px rgba(062,061,059,0),
  		0px 0px 0px rgba(255,255,255,0);
    display:block;
		font-weight:bold;
		line-height:27px;
		padding:0 5px 0 5px;
		position:absolute;
		top:100px;
		left: 10px;
	}
		.short_product .old_price .priceContainer{
			left: 76px;
			background: none;
			top: 110px;
			font-size: .9em;
			border:none;
		}
		.short_product .prix,
		.short_product .special_price,
		#product .short_product .prix,
		#product .short_product .special_price{
        color: white;
      	display: block;
      	float: left;
      	font-size: 1.2em;
      	line-height: 27px;
      	padding: 0 5px;
      	margin-right: -5px;
		}
	.short_product .panier{
		display: block;
		text-align: right;
		padding-top: 9px;
		line-height: 12px;
	}
	.short_product .panier a,
	#product .short_product .panier a {
		background:url(/common_images/skins/DefaultSkins1.5/ico_panier.gif) no-repeat center left;
		padding:3px 3px 3px 15px;
		text-decoration:none;
		font-size:11px;
		font-weight:normal;
		margin-left: 5px;
	}
	.short_product .row label{
		width:auto;
		float:left;
	}
	.short_product .row input, 
	.short_product .row select{
		width:50px;
	}
	.short_product .panier .submit{
	}
	.short_product_container{
    height:255px;
    width:300px;
	}
	.short_product .pictureContainer{
    text-align: center;
  }
	.short_product .picture img{
	}
	.short_product .price{
		background:none;
		color:#ff0000;
		font-size:1em;
		font-weight:normal;
		left: 85px;
		top: 109px;
		z-index:10;
	}
		#product .price{
			
		}
		.old_price {
			background: none;
			text-decoration:line-through;
			display: block;
			margin: 0;
		}
				.old_price .price {
					background: none;
					padding:0;
				}
					.old_price .prix {
						background: none;
						color:#ff0000;
						font-size:1.3em;
						font-weight: normal;
						text-decoration: line-through;
					}
	.short_product .viewProduct{
/*  width:100px;*/
/*	margin:5px auto 0 auto;*/
/*		line-height:25px;*/
		display: block;
		text-align:right;
		z-index: 500;
	}

.short_product .viewProduct a {
  color: #777777;
  font-size: 20pt;
  text-decoration: none;
}

		.short_product .viewProduct a:hover{
			background-color:#cccccc;
			background-image:none;
    	filter:none;
		}
#contents .short_product .viewProduct{
/*  left: 95px;*/
/*position: absolute;*/
/*top: 140px;*/
  bottom: 0;
  right: 0;
  position: absolute;
}
#contents .short_product .addToCart {
	position: absolute;
	top: 301px;
	left: 5px;
	width: 200px;
}
.detailPriceUnite,
.detailPriceTotal{
}
.short_product .fromPrice{
	padding: 0 5px;
	float: left;
	position: absolute;
	top: 80px;
	left: 7px;
}

/* -------------------------------------
FICHES RESUMES DE PRODUITS DANS WIDGET
-----------------------------------*/
#rightbar .widget .short_product,
#leftbar .widget .short_product {
	background:none;
	float:none;
	position:relative;
	border-bottom: 1px #cccccc dotted;
}
	#rightbar .widget .short_product .row label,
	#leftbar .widget .short_product .row label {
		display: inline;
	}
	#rightbar .widget .short_product .panier,
	#leftbar .widget .short_product .panier {
		text-align:center;
	}
#rightbar .widget .short_product_container,
#leftbar .widget .short_product_container  {
	background:none;
	width:auto;
	padding:10px 0;
	height:auto;
	margin: 0;
}
#contents .widget .short_product_container {
	width: 160px;
}
#contents .widgetContainer {
	overflow:hidden;
}
#rightbar .widget .short_product .old_price {
	left: 70px;
}
#rightbar .widget .short_product .priceContainer.old_price {
	background:none;
}
#rightbar .widget .short_product .old_price .prix {
	font-size: 1.2em;
}
	#rightbar .widget .short_product .description{
    	width: 170px;
    	height: 95px;
	}

/* -----------
PAGE PRODUIT
--------------*/
#product{
}
	#product #formproductversion .panier{
    clear:both;
		color:#ffffff;
		height:50px;
		line-height:45px;
		margin: 10px 0 0 0;
		width:167px;
	}
	#product #formproductversion .panier a{
  	color: #ffffff;
  	padding: 10px 20px;
  	background-color:#ab0000;
  	background-image: -moz-linear-gradient(
  		top,
  		#bd0900 0%,
  		#ab0000);
  	background-image: -webkit-gradient(
  		linear, left top, left bottom, 
  		from(#bd0900),
  		to(#ab0000));
  	border-radius: 8px;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border: 1px solid #910000;
  	-moz-box-shadow:
  		0px 1px 3px rgba(255,255,255,0.5),
  		inset -3px 0px 13px rgba(232,3,3,0.7);
  	-webkit-box-shadow:
  		0px 1px 3px rgba(255,255,255,0.5),
  		inset -3px 0px 13px rgba(232,3,3,0.7);
  	text-shadow:
  		0px -1px 0px rgba(255,255,255,0),
  		0px 1px 0px rgba(255,255,255,0);
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;  
    display:block;
		font-size:1.4em;
		font-weight:bold;
		line-height:45px;
		padding:0;
		color:#ffffff;
		text-align: center;
	}
	#product #formproductversion .panier a:hover{
	  text-decoration:none;
	  background-color:#D60404;
	  background-image:none;
	  filter:none;
	}
	#product h2{
		color:#cccccc;
		font-size:2em;
	}
#visuelsAdditionnels, #produitsAssocies, #produitsCommentaires{
	clear:both;
}
#visuelsAdditionnels h4, #produitsAssocies h4, #produitsCommentaires h4{
	margin:0;
	text-align:left;
}	
.picture{

}
.product_detail .description ul{
	list-style:disc;
	margin: 0 0 0 40px;
}
	.product_detail .description ul li{
		background:none;
		padding: 0;
	}
.product_detail #ProductLeftCol{
	width:300px;
/*	float:right;*/
	float:left;
}
.product_detail #ProductRightCol{
	color:#666666;
	margin-right:10px;
}
.product_detail .reference {
	color: #007aaa;
}
#productPicture{
/*	background:#EFEFEF;*/
/*	border:1px solid #EAE3E3;*/
/*	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
height:280px;*/
 height:197px;
/*padding:5px;*/
	text-align:center;
/*width:280px;*/
	margin-bottom:10px;
	position: relative;
}
	#productPicture img{
		display:block;
  margin:0 auto;
/*max-height:260px;
max-width:280px;*/
	}
	#productPicture a{
/*	  background:#ffffff;
	  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
height: 280px;*/
 	border:1px solid #EAE3E3;
/*  height: 197px;*/
/*		width: 280px;*/
		position: absolute;
		top:0px;
		left:0px;
	}
	#productPicture #zoom{
position: absolute;
top: 30;
bottom: 50;
 }
.product_detail .total_price{
}	
.reference{
}
.description{
/*	padding: 10px 0 0 10px;*/
	padding: 10px 0;
}
.new{
	float:right;
	margin:0 5px;
}
.oldPrice{
	text-decoration: line-through;
}
.rateTaxation{
}
	.rateTaxation .rateTaxationLabel{
	}
	.rateTaxation .rateTaxationRate{	
	}
.ecoParticipation{
}
	.ecoParticipation .ecoParticipationLabel{
	}
	.ecoParticipation .ecoParticipationPrice{
	}
.specialPrice{
}
.short_product .addToCart a{
	
}
.addToCart{
	margin:10px 0 0;
}
  .addToCart a{
  	
  }
	.addToCart .row{
		margin: 5px 0;
		padding:0;
	}
		.addToCart .row label{
			margin: 0 5px 0 0;
		}
		.addToCart .row select{
			width:auto;
			float: left;
		}
.specialRate{
	font-weight: bold;
	color:#ff0000;
}
.specialRateAlternatives{
}
.specialIcon{
	float:right;
}
#stockDetail{
}
#stockAvailabilityDate{
}
#stockIcon{
}
#stockWaiting{
}
#additionnalsProperties{
}
#alternatives{
}
#options{
}
#productSlicePrice{	
	clear: both;
}

.priceContainerProduct .special_price{
	color:#ff0000;
}	
	
.total_price{
  background: #7d7d7c; /* Old browsers */
	background: -moz-linear-gradient(
		top,
		#7d7d7c 0%,
		#5c5c5b);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#7d7d7c),
		to(#5c5c5b));
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #767470;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 5px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 1px rgba(255,255,255,0),
		0px 0px 0px rgba(255,255,255,0);
    padding:0 0 0 10px;
		float:left;
		line-height:46px;
		margin: 10px 15px 10px 0;
}
	.total_price span{
			color:#ffffff;
			display:block;
			font-size:1.6em;
			font-weight:bold;
			line-height:46px;
      padding:0 15px 0 0;
			margin-right:-10px;
	}
	
	
	
	.priceContainerProduct .old_price{
		font-size:12px;
		text-decoration:line-through;
	}
#visuels_additionnels{
	clear:both;
}
	#visuels_additionnels h2{
		display:none;
	}
.additionnalPicture{
/*	background:#EFEFEF;*/
	border:1px solid #EAE3E3;
/*	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
border-radius: 5px;*/
  float:left;
/*	height:60px;*/
	margin:0 9px;
	padding:5px;
	text-align:center;
/*	width:55px;*/
}
	.additionnalPicture img{
	/*	max-width:53px;
		max-height:53px;*/
	}
.deleteProduct{
	width:16px;
	height: 16px;
	background:url("/common_images/skins/DefaultSkins1.5/deleteProduct.gif") no-repeat left top ;
	display: block;
	margin:0 5px;
}
	.deleteProduct span{
		display:none;
	}
#formproductversion{
}
	#formproductversion a{
		text-decoration:none;
	}
		#formproductversion a:hover{
			text-decoration:underline;
		}
	#formproductversion #formproductversion,
	#formproductversion fieldset{
		margin:0;
		padding:0;
	}
	#formproductversion fieldset{
		clear:both;
	}
	#formproductversion fieldset div{
  		margin:0;
		padding:0;	
  	}
	#formproductversion legend{
		display:none;
	}
	#formproductversion label{
		width:auto;
		margin-right:5px;
	}
	#formproductversion div{
	}
	#formproductversion select,
	#formproductversion input{
		margin-right:15px;
	}
	#formproductversion .addToCart .row label {
		margin-right:5px;
		margin-bottom: 5px;
	}
input.add_to_cart_quantity{
	width: 100px;
}
#product #picture  {
}
	
/* --------------------------------------
PRESENTATION DES FAMILLES
----------------------------------------*/
.sortResults,
#sort{
	border-bottom:1px dotted #cccccc;
	margin:0 auto;
	width:90%;
}
	.sortResults legend,
	#sort legend{
		color:#666666;
		float:left;
		font-size:1.1em;
		font-weight:bold;
		margin:3px;
	}
	.sortResults label,
	#sort label{
		width:auto;
		margin-right:10px;
		float:none;
	}
	.sortResults fieldset{
		margin:5px;
		padding:0;
	}
	.sortResults .row,
	#sort .row{
		display:inline;
	}

.selectNbProducts{
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	margin:0 auto;
	width:90%;
}
	.selectNbProducts .row{
	}
#famillyPresentation{
	margin: 5px auto;
	width:85%;
}
#famillyPresentation img{
	float:left;
	margin:5px;
}
#famillyPresentation p{
	padding:5px;
}
#childrenSelector{
}
/*ne s'affiche que lorsque une famille a des produits et des sous-familles*/
#formArboSelect,
#childrenSelector{
	margin:auto;
	width:85%;
}
#formArboSelect,
#childrenSelector{
	margin:auto;
	width:85%;
	clear:both;
}
.catalog #childrenSelector {
	width:auto;
	padding:0 15px 0 0;
}
.catalog #formArboSelect {
	width:auto;
	background:#EEEEEE;
	padding:5px 0;
}
.catalog #childrenSelector ul li{
	background:none; display:inline;
}
div.line1, 
div.line2, 
div.line3, 
div.line4{
	/* prrent par ligne*/
	clear:left;
} 
div.col1, 
div.col2, 
div.col3, 
div.col4{
}
div.col1 .short_product, div.col2 .short_product, div.col3 .short_product, div.col4 .short_product {
	margin: 0 10px 10px 0;
}

.familly{
	margin:0;
	float:left;
	border-right:1px dotted #E0E0E0;
	border-bottom:1px dotted #E0E0E0;
  color:#666666;
}
.famillyContainer {
  min-height:170px;
	padding:10px 15px 10px 10px;
	width:187px;
	position: relative;
}
	.familly img{
		display:block;
		margin:0 auto;
	}
	.familly h3{
		color: #666666;
		font-size: 1.4em;
		font-weight: normal;
		height: 30px;
		line-height: 15px;
		margin: 0 0 5px;
		overflow: hidden;
		padding: 2px;
	}
	.familly a{
    color: #888888;
  	text-align:center;
  	background-color:#cfcfcf;
  	background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  	border-radius: 10px;
  	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	border: 1px solid #949494;
  	-moz-box-shadow:
  		0px 1px 3px rgba(000,000,000,0),
  		inset 0px 0px 2px rgba(255,255,255,1);
  	-webkit-box-shadow:
  		0px 1px 3px rgba(000,000,000,0),
  		inset 0px 0px 2px rgba(255,255,255,1);
  	text-shadow:
  		0px -1px 0px rgba(000,000,000,0),
  		0px 1px 0px rgba(255,255,255,0);
     -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -ms-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;    
    display:block;
		line-height:25px;
		margin:5px auto 0;
		width:100px;
		text-decoration:none;
		position: absolute;
		bottom: 10px;
		left: 60px;
	}
		.familly a:hover{
    	background-color: #ffffff;
    	background-image:none;
    	filter:none;
		}
	.familly a span{
		color:#666666;
		font-size:13px;
	}
	
/* --------------------------
PAGE PANIER > AUTHENTIFICATION
-----------------------------*/
#cartAuthentification{
}

/* -------------------
PAGE PANIER > ADRESSE
----------------------*/
#cartAddress{
}
	#steps{
		height:30px;
		margin:10px 0 60px;
		background:#f8f8f8;
		border:1px #eeeeee solid;
		line-height:30px;
	}
		#steps span{
			display:block;
			float:left;
			font-size:1.2em;
			font-weight:bold;
			line-height:30px;
			padding:0px 30px 0px 10px;
			border-right:1px solid #DBDBDB;
		}
		#steps span:last-child{
      border:none;
    }
		#steps span.active{
			background-color:#000000; 
			color:#ffffff;
		}
	#currentAddress{
	}
	div.address invoicingAdress{
	}
	div.address deliveryAddress{
	}
	#manageAddress{
	}
	#manageAddress .adresses{
		background:#eee;
	}
div.address invoicingAdress{
}
div.address deliveryAddress{
}
.sendCart{
	margin: 10px 0;
}

/* -------------------
PAGE PANIER > PAIEMENT
----------------------*/
#cartOrderConfirmation{
}
#paymentModules{
}
.condition_field{
	float: left;
	line-height: 20px;
	margin-right: 5px;
	padding-top: 5px;
}
.condition_label{

}

/* -------------------
PAGE PANIER > CONFIRMATION
----------------------*/
#cart_payment_confirmation{
}	
#payment_infos{
}
#payment_actions{
}			

/* --------------------------------------
PRODUITS
----------------------------------------*/
#products{
}
	
/* --------------------------------------
ZOOM DIAPORAMA D'UN PRODUIT
----------------------------------------*/
span.zoomDiaporama{
}

/* --------------------------------------
GALERIE DE PRODUITS
----------------------------------------*/
#zoomGallery{
	padding:10px;
}
div.galleryElement{
	float:left;
	padding:5px;
}

/* ------------
CALQUES OVERDIV
--------------*/
#overDiv{
	background:#ffffff;
	border:1px solid #eeeeee;
	margin:0;
	width:300px;
}
	#overDiv p{
		margin:0;
	}
	#overDiv ul li{
		background:none;
		padding:0;
	}
	#overlibheader div{
	}
	div.overlibcaption{
		float:left;
		font-size:14px;
		font-weight:bold;
		padding:5px 0 0 5px;
		width:200px;
	}
	div.overlibclose{
		padding:0 5px;
		text-align:right;
	}
	#overlibheader a{
		background:none;
		border:none;
		color:#000000;
		font-weight:bold;
		text-decoration:none;
	}
	#overlibcontent{
		clear:both;
		padding:10px;
	}
	#overlibfooter{
		padding:5px;
		text-align:right;
	}

/* -----------------------------------
AJOUT AU PANIER
--------------------------------------*/
#overDiv.od_ad_to_cart{
	background:url("/common_images/skins/DefaultSkins1.5/bg-cart.png") repeat-x 0 0 #ffffff !important;
	border:1px solid #cccccc;
	margin:0;
	width:300px;
}
	.od_ad_to_cart #overlibcontent{
		background:url("/common_images/skins/DefaultSkins1.5/addCart.png") no-repeat 10px 10px;
		clear:both;
		height:91px;
		padding:10px 5px 5px 100px;
	}
	
#add2cartConfirmation{
	background:transparent;
} 
	#produitsCommentaires form, #produitsCommentaires #commentsList{
		text-align:left;
	}
	#produitsCommentaires h6{
		display:inline;
		margin:0;
	}
	#visuelsAdditionnels img{
		margin:3px;
		padding:3px;
	}
	
/*-----------------------------
PRODUITS EN TELECHARGEMENT
----------------------------*/
.productDownload{
}
.productDownload li.sample a{
	font-weight: bold;
	font-size:1.2em;
}

/* -------------------------
PAGE RESULTAT DE RECHERCHE
--------------------------*/
#searchPrice .row{
	width: 250px;
	float: left;
	clear: none;
	margin: 0 5px;
	padding: 0 5px;
}
	#searchPrice .row label{
		width: auto;
		margin-right: 10px;	
	}

#selectFamiliesLabel .row{
	margin: 0 5px;
	padding: 0 5px;
}
	#catalog_search_sort_form .row{
		float: left;
		width: auto;
		clear: none;
		margin: 0 10px;
	}
		#catalog_search_sort_form .row label{
			width: auto;
			margin-right: 5px;
		}
		#catalog_search_sort_form fieldset{
			float: left;
			margin: 0;
			padding: 0;
		}
	#catalog_search_sort_form .submit {
		margin: 20px 0 0 0;
		float: left;
	}
#contents .catalog_search_form .simpleCatalogSearchInput,
#contents .catalog_search_form .submit{
	float: left;
	margin: 0;
	padding: 0;
}
.catalog_search_form .simpleCatalogSearchInput label{
	width: auto;
	margin: 0 10px;
}
.catalogSearchExecutionTime{
	display:none;
}
#contents .simpleCatalogSearch .simpleCatalogSearch{
	
}
	#contents .simpleCatalogSearch .simpleCatalogSearch h4{
		margin:5px;
	}
	#contents .simpleCatalogSearch fieldset{
		margin:0;
		padding:0;
	}
.simpleCatalogSearch,
.advancedCatalogSearch{
/*	border-bottom:1px dotted #666666;*/
}
	.simpleCatalogSearch h4,
	.advancedCatalogSearch h4{
		display:none;
	}
#resultsHeader h3{
	font-size: 1.7em !important;
	font-weight: normal;
}
#advanced_catalog_search_form{
	overflow: auto
}
	#advanced_catalog_search_form #searchPrice{
		float: left;
	}
	#advanced_catalog_search_form .submit{
		float: left;
		margin-top: 20px;
	}
	#advanced_catalog_search_form fieldset{
		margin: 0 0 10px 0;
		padding: 0;
	}
	#advanced_catalog_search_form  .row{
		margin: 0 10px;
		padding: 0 10px;
	}
.simpleSearch{
	clear: both;
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
	display: block;
}
#contents .catalog_search_form{
	float:left;
}
#contents .simpleCatalogSearch{
	overflow: auto;
	padding-bottom: 10px;
}
	#contents .simpleCatalogSearch a.advancedSearch{
		font-weight: bold;
		margin-left: 5px;
	}
	#contents .simpleCatalogSearch .submit input{
		line-height: 12px;
		height: 18px;
		margin-left: 10px;
		padding: 0 5px;
	}

/* ----------
VENTE FLASH
-------------*/
.flashSale{
}
.flashSaleIcon{
	float: left;
	max-width: 125px;
	margin: 10px;
}
	.flashSaleIcon img{
		max-width: 125px;
	}
.flashSaleDetails{
}
.flashSaleDetails div{ 
	margin-bottom: 7px;
	line-height: normal;
}
.flashSaleStock{
}
.flashSaleFate{
}
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 90%;
	text-align: center;
	color: red;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}	
/* Vente flash dans fiche */
#wrapper .short_product .flashSaleIcon{
	position: absolute;
	top:0;
	right: 0;
	z-index: 2;
	margin: 0;
}
	#wrapper .short_product .flashSaleIcon img{
		max-width: 48px;
		margin-top: 2px;
	}
.short_product .hasCountdown {
	padding: 0;
	width: 176px;
	font-size: 70%;
	line-height: 10px;
	position: absolute;
	top: 5px;
	right: 50px;
	z-index: 1;
	padding-top: 4px;
}
.short_product .flashSaleDetails{
	display: none;
}
	#rightbar .short_product .hasCountdown,
	#leftbar .short_product .hasCountdown{
		width:120px;
	}

	
/* ------------
TRUSTED SHOP
---------------*/
.sealOfApproval{
	line-height: 120%;
	text-align: center;
}
	.sealOfApproval input{
		border: none;
	}
.customerRating .widgetContainer{
	line-height: 120%;
}	
	.customerRating .widgetContainer a{
		padding-bottom: 10px;
		display: block;
	}
.trustedShopsBuyerProtectionExcellence,
#trustedShopsProtectionClassic{
	background-color: #e2e2e2;
	padding: 10px;
}
	.trustedShopsBuyerProtectionExcellence .tsleft{
		float: left;
		margin-right: 10px;
		width: 80%;
	}
	.trustedShopsBuyerProtectionExcellence .trustedShopsTitle{
		font-weight: bold;
	}
#trustedShopsRate{
	padding: 10px 0;
}	
#trustedShopsProtectionClassic{
    line-height:140%;
} 
	#trustedShopsProtectionClassic input.trustedShopsLogo{
	    float: left;
	    margin-right: 10px;
	}
	#trustedShopsProtectionClassic input#btnProtect{
		background: none;
		border: none;
		color: black;
		text-decoration: underline;
		font-weight: bold;
		cursor: pointer;
	}
	#trustedShopsProtectionClassic h4{
		margin: 0 0 5px 0;
	} 
	
/* ------------
COUPON
---------------*/
.widgetCoupon .widgetContainer{
	line-height: 120%;
	padding-top: 10px;
}
.boxCouponError{
	color: red;
}

/* ------------------------------------------------------------
Slider Range pour le widget "recherche par filtre" du catalogue
---------------------------------------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
.ui-front {
	z-index: 100;
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-widget {
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #0890e7;
	background: #007aaa;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #099dfb;
	background: #cee7fd;
	font-weight: bold;
	color: #058ec7;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #058ec7;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #50d1fb;
	background: #ffffff ;
	font-weight: bold;
	color: #0095eb;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #0095eb;
	text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #2f90fe;
	background: #5c99ff;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
	background: #666666;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
.legend_range{
	font-weight: bold;
	color: #007aaa;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.minMax{
	font-weight: bold;
}
.minMax .maxi{
	float: right;
}