/* * * FICHE PROD NEW * * */

/* COMMON */
#main.product .imgbtn {
	line-height: 9000px;
	overflow: hidden;
	display: block;
}
#main.product .imgbtn2 {
	overflow: hidden;
	display: block;
}
#main.product .outerBox {
	border: 1px solid #e6e6e6;
	padding: 4px;
	margin-bottom: 10px;
	background: #eee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* ie */
}
#main.product .innerBox {
	border: 1px solid #e6e6e6;
	background: #fff;
	position: relative;
}
#main.product .rayBox {
	border: 1px solid #DDDEDF;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#main.product .title {
	color: #504f4f;
	font-size: 18px;
}
#main.product .title.fat {
	font-size: 21px;
}
#main.product .titleBoxProduct {
	display: block;
	height:20px;
	line-height:20px;
	padding-left:14px;
	color: #0f0e0b;
	font-size: 12px;
	background-color:#f9f8f8;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#main.product .shadow {
	-moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 2px 3px 3px rgba(0, 0, 0, .2);
}
#main.product .shadow2 {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
#main.product .shadow3 {
	-moz-box-shadow: 2px 3px 13px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 3px 13px rgba(0, 0, 0, .2);
	box-shadow: 2px 3px 13px rgba(0, 0, 0, .2);
}
a.lnkProd {
   font-size:11px;
   color:#1c1c1c;
}
a.lnkProd:hover {
   text-decoration:underline;
}
.servicesPop {
	width: 200px;
	padding: 5px;
	font-size: 12px;
	color: #1c1c1c;
	border: 3px solid #919396;
	border-radius: 5px;
	z-index: 100;
	background-color: #fff;
	text-align:justify;
}
/* END COMMON*/


/* CONTAINERS */
#main.product #prodMain {
	position:relative;
	/*width: 1008px;*/
	margin: 20px 0 0 0;
}
/*#prodMain #prodLeft {
	float: left;
	width: 724px;
}*/
/*#prodMain #prodRight {
	float: left;
	width: 254px;
}*/
@media only screen and (max-width:614px){
#main.product #prodMain {
	margin-top: 10px;
}
}
/* END CONTAINERS */


/* TOP PRODUCT */
#prodMain #topProduct {
   float: left;
   width: 71.8252%;
}
@media only screen and (max-width:767px){
#prodMain #topProduct {
	/*width:100%;*/
    width:58%;
}
}
@media only screen and (max-width:679px){
#prodMain #topProduct {
	width:340px;
}
}
@media only screen and (max-width:614px){
#prodMain #topProduct {
	width:100%;
}
}
/* END TOP PRODUCT */

/* TITLE PRODUCT */
#topProduct h1.title {
	/*float:left;
	max-width:46.9613%;
    margin-left:53.0386%;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;*/
	float:right;
	width:46.9613%;
	margin:0;
	color: #504f4f;	
}
@media only screen and (max-width:767px){
#topProduct h1.title {
	/*max-width:100%;*/
	float:left;
	width:auto;
    margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
}
@media only screen and (max-width:614px){
#topProduct h1.title {
	float:none;
    text-align:center;
}
}
/* END TITLE PRODUCT */

/* BLOC PHOTO */
#photo {
	/*width: 340px;*/
	/*width:33.7301%;*/
	width:46.9613%;
	float: left;
}
#photo #img_main {
    max-width:340px;	
	margin-bottom: 10px;
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
#photo #btnZoom {
	/*float: left;*/
	line-height: 26px;
	margin-bottom:10px;
	margin-left: 230px;
	padding-right: 35px;
	color:#6c6b69;
	font-size:9px;
	text-transform:uppercase;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 35px -123px;
}
/*div#vcarousel {
	clear:both;
}
div#vignettesc {
	width: 338px;
	float:left;
}
.arrowThumb {
  display:block;
	float:left;
	width:23px;
	height:27px;
	margin:10px 10px 0 0;
	cursor:pointer;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat;		
	background-position:0 -186px;
}
#thumbRight.arrowThumb {
	background-position:-25px -186px;	
	margin:10px 0 0;
}*/
.product ul#vignettes {
	display: block;
	float: left;
	min-width:340px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	height: 43px;
	overflow:hidden;
}
.product ul#vignettes li {
	display:block;
	float: left;
	width: 60px;
	height: 43px;
	margin-right: 8px;
	cursor:pointer;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat -541px -207px;
}
.product #photo ul#vignettes li:last-child {
	margin-right: 0;
}
.product ul#vignettes li:hover, .product #photo ul#vignettes li.on {
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat -541px -164px;
}
.product ul#vignettes li img {
	width:29px;
	height:29px;
	margin:10px auto 0 auto;
}
@media only screen and (max-width:767px){
#photo {
    clear:left;	
	width:auto;
	/*width:71.8252%;
	float: left;*/
	margin-bottom:10px;
}
#photo #btnZoom {
    display:none;
}
.product ul#vignettes {
    margin: 0 0 0 10px;
}
}
@media only screen and (max-width:614px){
#photo {
    float:none;	
	width:auto;
	margin:0 auto 10px auto;
	text-align:center;
}
#photo #img_main {
    margin-bottom: 20px;
}
#photo > div {
	margin:0 auto !important;
	/*padding:0 10px;*/	
}
.product ul#vignettes {
	display:table;
	float:none;
    margin:0 auto;
	min-width:inherit;
	height:auto;
}
.product ul#vignettes li {
	text-align:center;
}
.product ul#vignettes li {
    /*width:auto;
    height:auto;*/
	width:40px;
	height:40px;
	padding:8px 15px 8px 15px;
    margin-right:10px;
	margin-bottom:10px;
    background-image:none;
	border:2px solid #bcbdc0;
}
.product ul#vignettes li:hover, #photo ul#vignettes li.on {
	border:2px solid #000;
	background:none;
}
.product ul#vignettes li img {
    width: auto;
    height: auto;
	margin:0 auto;
}
}
@media only screen and (max-width:399px){
#photo #img_main {
   max-width:300px;
}
/*#photo > div {
	margin:0 10px !important;	
}*/
}
@media only screen and (max-width:320px){
#photo > div {
	margin:0 5px !important;	
}
}
/* END BLOC PHOTO */


/* BLOC INFO */
#info {
	/*width: 340px;*/
	/*width:33.7301%;*/
	width:46.9613%;
	float: left;
	/*margin-left: 44px;*/
	/*margin-left:4.3650%;*/
	margin-left:6.0773%;
}
#info .boxInfo {
	margin-top: 12px;
	padding: 0 6px 10px 2px;
	background: transparent url(/gfx/ficheProdV2/pointilles.png) repeat-x left bottom;
}
.boxInfo h2 {
    font-weight: normal;
    display: inline;
    padding: 0;
    margin: 0 
}
.boxInfo a#manufacturer {
	display: block;
	width: 112px;
	height: 54px;
}
.boxInfo #carProd {
	padding:0;
	margin:0 0 0 15px;
	list-style-type:disc;
}
.boxInfo #carProd li {
    margin:2px 0;
}
.boxInfo #carProd p, .boxInfo p#resProd {
	padding:0;
	margin:10px 0 0 0;
	text-align:right;
}
.boxInfo #carProd p > a, .boxInfo p#resProd > a {
	padding-left:11px;	
	font-style: italic;
    background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 0 -329px;	
}
.boxInfo ul#other_colors {
	list-style-type: none;
	display:inline-block;
	width:100%;
	margin: 6px 0 0 0;
	/*padding: 0;*/
	padding: 0 10px;
}
.boxInfo ul#other_colors li {
	float: left;
	margin: 0 5px 10px 0;
	width: 40px;
	height: 40px;
	padding: 4px;
	border: 1px solid #fff;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.boxInfo ul#other_colors li:hover {
	border: 1px solid #bcbdc0;
}
.boxInfo #sz_snippet {
	height: 15px;
	overflow: hidden;
}
.boxInfo .pr_snippet_product a.pr-snippet-link {
	color:#bbbbbc;
	font-style: italic;
	font-size:12px;
	text-decoration: underline;
}
#review_rating.rating {
	font-size:11px;
	padding-left:87px;
	background: transparent url(/gfx/prods/stars_small2.gif) no-repeat;
}
#review_rating.rating.rating05 { background-position: 0 -18px; }
#review_rating.rating.rating10  { background-position: 0 -36px; }
#review_rating.rating.rating15  { background-position: 0 -54px; }
#review_rating.rating.rating20  { background-position: 0 -72px; }
#review_rating.rating.rating25  { background-position: 0 -90px; }
#review_rating.rating.rating30  { background-position: 0 -108px; }
#review_rating.rating.rating35  { background-position: 0 -126px; }
#review_rating.rating.rating40  { background-position: 0 -144px; }
#review_rating.rating.rating45  { background-position: 0 -162px; }
#review_rating.rating.rating50  { background-position: 0 -180px; }
#info #share {
	height:21px;
	margin-top:14px;
}
#info #share {
	height:21px;
	margin-top:14px;
}
#share div#plusone {
	width: 90px;
	height: 21px;
	float: left;
}
#share div#fblike {
	overflow: hidden;
	border:none;
	width: 100px;
	height: 21px;
	float: left;
}
#share div#twitt {
	float: left;
	margin-left:25px;
}
#info a#sendToFriend {
	display:block;
	height:28px;
	line-height:28px;
	padding-left:46px;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 0 -72px;
}
#info #ask {
	background:none;
}
#info #ask span.askProd {
	display:block;
	height:20px;
	line-height:20px;
	padding-left:24px;
	font-size:11px;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 0 -261px;
}
@media only screen and (max-width:767px){
#info {
	width:auto;
	margin-left:10px;
}
#info .boxInfo {
    margin-top: 10px;
    padding: 10px 2px 0 2px;
    background: transparent url(/gfx/ficheProdV2/pointilles.png) repeat-x left top;
}
}
@media only screen and (max-width:614px){
#info {
	width:100%;
	margin:0;
}
#info .boxInfo {
    margin: 0 auto;
    text-align: center;
}
.boxInfo ul#other_colors {
	display:table;
	width:auto;
	margin: 6px auto 0 auto;
	padding: 0 10px;
}
.boxInfo ul#other_colors li {
    padding: 9px 12px;
}
#review_rating.rating {
    max-width:190px;
    margin: 0 auto;
    text-align:center;
}
#info #share {
    max-width: 360px;
    margin: 14px auto 0 auto;
}
#share div#plusone {
	margin-left:30px;
}
}
@media only screen and (max-width:614px){
.boxInfo ul#other_colors li {
    padding: 9px 2px 9px 12px;
}
}
@media only screen and (max-width:399px){
#info #share {
    max-width:320px;
}
#share div#plusone {
    margin-left: 10px;
}
#share div#twitt {
    margin-left: 0;
}
}
/* END BLOC INFO */


/* BLOC PRICE */
#priceColumn {
	float:right;
	/*width:246px;
	margin-left:38px;*/
	width:24.4047%;
	margin-left:3.7698%;
}
#priceColumn #priceBloc {
	position:relative;
	width:225px;
	padding:10px;
	/*margin-bottom:14px;*/
	margin-bottom:30px;
	border:1px solid #dddedf;
}
#priceBloc .priceBlocContent {
	width:225px;
}
.priceBlocContent.bkgtop, #discontinued .bkgtop  {
	padding-bottom:35px;
	background: #fafaf9 url(/gfx/ficheProdV2/sprites1.png) no-repeat -257px bottom;
}
#discontinued .bkgtop {
	padding: 5px 5px 40px 5px;
	text-align:center;
	font-size:12px;
}
#discontinued .bkgtop strong {
	text-transform:uppercase;
	font-size:18px;
}
#discontinued .bkgtop p {
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 5px;
	padding: 5px 0 10px;
	border-bottom: 1px dotted #ddd;
}
#discontinued .lastprice {
	color:#666;
	font-size:10px;
	display:block;
	margin-bottom:4px;
}
#discontinued .bkgtop span {
	color:#666;
}
#discontinued ul#same_models {
	list-style-type:none;
	margin:0;
	padding:0 10px 0;
}
#discontinued ul#same_models li {
	list-style-type:none;
	margin:0;
	padding:15px 0;
	border-bottom:1px dotted #ccc;
	font-size:12px;
	color:#333;
}
#discontinued ul#same_models li:last-child {
	border:none;
}
#discontinued ul img {
	float:left;
	margin-right: 15px;
}
#discontinued ul a {
	color:#333;
}
#discontinued ul a strong {
	text-transform:uppercase;
	font-size:14px;
}
#discontinued ul p {
	margin: 8px 0;
}
#discontinued span.barre {
	text-decoration: line-through;
	margin-right:10px;
}
#discontinued span.prix {
	font-weight:bold;
	color:red;
}

.priceBlocContent.bkgbottom {
	background-color:#fff;
}
.priceBlocContent #promoBloc {
	padding-top:5px;
	text-align:center;
}
.priceBlocContent #promoBloc span {
    display:block;
}
.priceBlocContent #promoBloc strong {
	position:absolute;
	right:0;
	top:0;
    color:#fff;
	padding:3px;
	background:#e9142b;
}
.priceBlocContent #promoBloc span.promo {
	/*color:#FF1F66;*/
    color:#e9142b;
}
.priceBlocContent #promoBloc span.solde {
	/*color:#FF1F66;*/
    color:#e9142b;
}
.priceBlocContent #promoBloc span.flash {
	/*color:#CE1612;*/
    color:#e9142b;
}
.priceBlocContent #price {
	padding-top: 5px;
	text-align:center;
}
.priceBlocContent #price strong {
	display: block;
	font-size:38px;
	color:#504f4f;
	margin-bottom:5px;
}
.priceBlocContent #price strong.small {
	font-size:30px;
}
.priceBlocContent .blocOptionPromo {
	width:225px;
	margin: 0 0 5px 0;
}
.priceBlocContent .options_promo {
	display: block;
	font-size: 12px;
	padding: 0 px;
	color: #fe1473;
}
.priceBlocContent #priceOney {
	position: relative;
	margin-bottom: 15px;
}
.priceBlocContent #priceOney a {
	display:block;
	font-weight: bold;
	color: #504F4F;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
.priceBlocContent #priceOney a span#txtPrice3X4X  {
	display: block;
	line-height: 22px;
}
.priceBlocContent #priceOney a img {
	float:left;
	margin-left: 5px;
	line-height: 22px;

}
.priceBlocContent .boxPrice {
	clear: left;
	padding:10px;
	background: transparent url(/gfx/ficheProdV2/pointilles.png) repeat-x left top;
 }
.priceBlocContent #attrcombContainer {
	/*width:100%;*/
}
span#titleTaille {
    position:relative;	
	display:block;
	padding:7px 0;
	height:20px;
}
#titleTaille strong div.servicesPop {
    display: none;
    position: absolute;
    width: 250px;	
    right: 218px;
    bottom: -10px;
    font-size: 18px;
	line-height:19px;
    color: #E9142B;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;	
}
#titleTaille strong div.servicesPop em {
   font-size: 10px;
   font-weight: normal;
   color: #666;
   text-transform: none;
   font-family: arial;
}
#titleTaille strong.dispoEnStock div.servicesPop {
    display: block;
}
#titleTaille strong > span {
    display: none;
    position: absolute;
    right: 205px;
    bottom: 3px;
	width:14px;
	height:25px;
}
#titleTaille strong.dispoEnStock > span {
    display: block;
    background: #fafaf9 url(/gfx/ficheProdV2/sprites1.png) no-repeat -101px -186px;
}
#attrcombContainer ul#taille {
	display:inline-block;
	list-style-type:none;
	margin: 0;
	height: 100%;
	padding: 0;
}
ul#taille li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	height: 23px;
	cursor: pointer;
	border: none;
	padding: 0 7px;
	margin: 5px 4px 0 0;
	text-align: center;
	line-height: 25px;
	border:1px solid #bdbdbd;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) repeat-x 0 0;
}
#attrcombContainer ul#taille li:last-child {
	margin: 5px 0 0 0;
}
#attrcombContainer ul#taille li:hover, #attrcombContainer ul#taille li.selected {
	color:#fff;
	background-image:none;
	background-color:#000;
}
#attrcombContainer select {
	visibility:hidden;
}
.priceBlocContent a.size_bloc {
    /*display: block;*/
    display:inline-block;
    color: #504f4f;
    font-size:11px;
    font-style:italic; 
    margin-left: 10px;
    padding:2px 0 10px 11px;
    background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 0 -327px;
}
.priceBlocContent #chronopost {
	display: none;
	width: 200px;
	padding: 10px 0 50px 20px;
	/*padding: 10px 0 70px 20px;*/ /*Chrono Noel*/
	margin: 0;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat -440px 44px;
	/*background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat -440px 94px;*/ /*Chrono Noel*/
}
/*.priceBlocContent #label_dispo {
	display: block;
	clear:both;
	font-size:12px;
}*/
.stockOK, .stockNO {
	/*padding:12px 0 12px 17px;
	margin: 0 0 0 20px;
    background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 0 -431px;*/
}
.stockNO {
    /*background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat -206px -431px;*/
	color:#ff0000;
}
.priceBlocContent #btnAddCart,
.priceBlocContent #btnSoonAvailable,
.priceBlocContent #btnSoldOut,
.priceBlocContent #btnTempUnavail {
	display: block;
	width: 199px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size:16px;
	color: #fff;
	overflow:hidden;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat;
}
.priceBlocContent #btnAddCart {
	font-size:19px;
	background-position: 0 -600px;
}
.priceBlocContent #btnAddCart:hover {
	background-position: 0 -640px;
}
.priceBlocContent #btnSoonAvailable {
    width:167px;
	padding-left:32px;
	text-align:inherit;
	font-size:14px;
	background-position: 0 -680px;
}
.priceBlocContent #btnSoldOut {
	margin-top:14px;
	background-position: 0 -720px;
}
.priceBlocContent #btnTempUnavail {
    width:167px;
	height:30px;
	line-height:inherit;
	padding:5px 0 5px 32px;
	text-align:inherit;
	font-size:14px;
	background-position: 0 -760px;
}
.priceBlocContent ul#services {
	list-style-type:none;
	margin: 10px 0 0 0;
	padding: 2px 0;
}
.priceBlocContent ul#services li {
	position:relative;
	margin: 0;
	padding: 3px 4px;
	font-size: 12px;
	color:#39bdfa;
	text-align: center;
}
.priceBlocContent ul#services li:hover {
	background: #fafaf9 url(/gfx/ficheProdV2/sprites1.png) no-repeat -101px -186px;
}
.priceBlocContent ul#services li img{
	margin:0 3px;
}
.priceBlocContent ul#services .servicesPop {
	position: absolute;
	right: 225px;
	bottom: -20px;
	display: none;
}
.priceBlocContent div.blocRemb {
	position:relative;
	padding: 10px 0 0 15px;
	margin:15px 0 0 0;
	color:#504f4f;
	font-size:14px;
}
.priceBlocContent div.blocRemb:hover {
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat -101px -172px;
}
.priceBlocContent div.blocRemb > strong {
	display:block;
	text-align:center;
}
.priceBlocContent div.blocRemb > span {
	display:block;
	padding-left:11px;	
	font-weight: normal;
	font-size: 86%;
	color: #39BDFA;
    background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 0 -329px;		
}
.priceBlocContent div.blocRemb div {
	display: none;
	position: absolute;
	right: 225px;
	bottom: -40px;
	font-size:11px;
}
.priceBlocContent span#add-to-favorites {
	display: block;
    max-width: 179px;	
	cursor: pointer;
	background: #eaeaea url(/gfx/ficheProdV2/bg_favorites.png) no-repeat 8px center;
    margin: 5px auto;
    padding: 10px 0 10px 20px;
	color:#504f4f;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
    text-align: center;	
	transition: background-color 1s;
}
.priceBlocContent span#add-to-favorites:hover {
	background-color:#f5f5f5;
}
/*.priceBlocContent div.blocRemb:hover div {
	display:block;
}*/
.priceBlack {
    text-align: center;
    font-size: 12px;
    /*color: #fff;*/
	color:#000;
    /*background: #000;*/
	/*background:#00afd8;*/
    padding: 4px 0 10px 0;
    width: 85%;
    margin: 0 auto;
	text-transform:uppercase;
}
.priceBlack > span {
    /*color: #f8b604;*/
	/*color:#fdd600;*/
	color:#000;
    font-weight: bold;
    font-size: 14px;
}
.xmas .priceBlack > span {
    color: #de3023;
}
@media only screen and (max-width:767px){
#priceColumn {
	/*clear:both;
	float:left;
	margin:20px 0;*/
	width:auto;
	margin-right:10px;
	margin-left:10px;
}
.priceBlocContent ul#services li:hover, .priceBlocContent div.blocRemb:hover {
	background: none;
}
}
@media only screen and (max-width:679px){
#priceColumn {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
}
}
@media only screen and (max-width:614px){
#priceColumn {
    float:left;
    width:100%;	
	margin:0;
	text-align:center;
}	
#priceColumn #priceBloc {
    width: inherit;
	padding:10px 0;
	margin:0;
    border: none;
}
.priceBlocContent.bkgtop {
    padding-bottom: 0;
    background: none;
}
.priceBlocContent #price {
    width:100%;
    padding-top: 10px;
    text-align: center;
	/*background: transparent url(/gfx/ficheProdV2/pointilles.png) repeat-x left top;*/	
}
.priceBlocContent #price strong {
    font-size: 32px;
}
.priceBlocContent .boxPrice {
    padding: 10px 0;
    background:none;
}
.priceBlocContent ul#services li {
    /*text-align: left;*/
}
#priceBloc .priceBlocContent {
    width: 100%;
}
.priceBlocContent #priceOney a span#txtPrice3X4X, .priceBlocContent #priceOney a img {
  float: none;
  margin:0;
}
/*#attrcombContainer select {
    display:block !important;
    visibility:visible;
	margin:0 auto;
	width:220px;
	font-size:14px;
}*/
span#titleTaille {
    display: none;
}
.priceBlocContent #attrcombContainer {
    padding-top: 10px;
	background: transparent url(/gfx/ficheProdV2/pointilles.png) repeat-x left top;		
}
#attrcombContainer ul#taille {
    display:none;
}
.priceBlocContent a.size_bloc {
    margin-right:10px;
    margin-left: 0;
}
.priceBlocContent #chronopost {
    margin: 0 auto;
}
.stockOK, .stockNO {
    max-width:188px;
    padding: 12px 0 12px 17px;
    margin: 0 auto;
    text-align: center;	
    background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 0 -431px;
}
.priceBlocContent div.blocRemb {
	margin-top:10px;
    padding:10px 0 0 0;
}
.priceBlocContent div.blocRemb > strong {
	padding:3px 4px 3px 0;
    /*text-align:left;*/
}
.priceBlocContent div.blocRemb > span {
	display:inline-block;
}
.priceBlocContent ul#services .servicesPop, .priceBlocContent div.blocRemb div {
	position: inherit;
	right: inherit;
	bottom: inherit;
	width:auto;
}
.priceBlocContent #btnAddCart,
.priceBlocContent #btnSoonAvailable,
.priceBlocContent #btnSoldOut,
.priceBlocContent #btnTempUnavail {
    display: block;
    width:auto;
	height: 50px;
    line-height: 50px; 
    margin: 0 10px;
    text-align: center;
	text-transform:uppercase;
    font-size:17px;
    color:#ffffff;
    cursor:pointer;
    border:none;
	overflow:hidden;
}
.priceBlocContent #btnAddCart {	
    background:#5baa03 center top no-repeat;
    background-image: -webkit-linear-gradient(top, #9dd900 0%, #5baa03 100%);
    background-image: -moz-linear-gradient(top, #9dd900 0%, #5baa03 100%);
    background-image: -o-linear-gradient(top, #9dd900 0%, #5baa03 100%);
    background-image: -ms-linear-gradient(top, #9dd900 0%, #5baa03 100%);
    background-image: linear-gradient(top, #9dd900 0%, #5baa03 100%);
}
.priceBlocContent #btnAddCart:hover {
    background:#63b900 center top no-repeat;
    background-image: -webkit-linear-gradient(top, #a3e102 0%, #63b900 100%);
    background-image: -moz-linear-gradient(top, #a3e102 0%, #63b900 100%);
    background-image: -o-linear-gradient(top, #a3e102 0%, #63b900 100%);
    background-image: -ms-linear-gradient(top, #a3e102 0%, #63b900 100%);
    background-image: linear-gradient(top, #a3e102 0%, #63b900 100%);
    text-decoration:none;
}
.priceBlocContent #btnSoonAvailable {	
    background:#ec8c01 center top no-repeat;
    background-image: -webkit-linear-gradient(top, #ffb53f 0%, #ec8c01 100%);
    background-image: -moz-linear-gradient(top, #ffb53f 0%, #ec8c01 100%);
    background-image: -o-linear-gradient(top, #ffb53f 0%, #ec8c01 100%);
    background-image: -ms-linear-gradient(top, #ffb53f 0%, #ec8c01 100%);
    background-image: linear-gradient(top, #ffb53f 0%, #ec8c01 100%);
}
.priceBlocContent #btnSoldOut {	
    background:#e43401 center top no-repeat;
    background-image: -webkit-linear-gradient(top, #f76320 0%, #e43401 100%);
    background-image: -moz-linear-gradient(top, #f76320 0%, #e43401 100%);
    background-image: -o-linear-gradient(top, #f76320 0%, #e43401 100%);
    background-image: -ms-linear-gradient(top, #f76320 0%, #e43401 100%);
    background-image: linear-gradient(top, #f76320 0%, #e43401 100%);
}
.priceBlocContent #btnTempUnavail {	
    background:#e1ae01 center top no-repeat;
    background-image: -webkit-linear-gradient(top, #ffd900 0%, #e1ae01 100%);
    background-image: -moz-linear-gradient(top, #ffd900 0%, #e1ae01 100%);
    background-image: -o-linear-gradient(top, #ffd900 0%, #e1ae01 100%);
    background-image: -ms-linear-gradient(top, #ffd900 0%, #e1ae01 100%);
    background-image: linear-gradient(top, #ffd900 0%, #e1ae01 100%);
}
.priceBlocContent span#add-to-favorites {
    max-width: inherit;
    margin: 5px 10px;
    padding: 15px 0;
	background-image:none;
}
}
@media only screen and (max-width:480px){
.priceBlocContent #btnSoonAvailable,
.priceBlocContent #btnTempUnavail {
    font-size:15px;
}
}
@media only screen and (max-width:399px){
.priceBlocContent #btnAddCart {
    font-size:16px;
}
.priceBlocContent #btnSoonAvailable,
.priceBlocContent #btnSoldOut,
.priceBlocContent #btnTempUnavail {
	height: 30px;
    line-height: inherit; 
	padding:10px 0;
    font-size:14px;
}
}
/* END BLOC PRICE */


/* XSELL */
#priceColumn #xsell {
	padding:10px;
	margin-bottom:30px;
	border:1px solid #dddedf;
}
#priceColumn #xsell .title {
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	display:block;
	padding:10px 0 45px;
	background: #fafaf9 url(/gfx/ficheProdV2/sprites1.png) no-repeat -257px bottom;
}
#priceColumn #xsell ul {
	list-style-type:none;
	margin: 15px 0;
	padding:0;
}
#priceColumn #xsell li {
	text-align:center;
	margin:10px 0;
	font-size:12px;
}
#priceColumn #xsell div.txtXsell a {
	color:#000;
}
#priceColumn #xsell .prix {
	color:red;
}
#priceColumn #xsell .barre {
	text-decoration:line-through;
}
/* END XSELL */


/* CONTENT PRODUCT */
#contentProduct {
	float: left;
	/*width:1008px;*/
	width: 724px;
}
@media only screen and (max-width:767px){
#contentProduct {
	width: 100%;
}
}

/* -- BLOC DESCRIPTION -- */
#blocDescription {
	float: left;
	margin-top:30px;
	padding-bottom: 40px;
	background: transparent url(/gfx/ficheProdV2/bg-bloc-desc.png) no-repeat center bottom;
}
#blocDescription #rightDescription {
	float: left;
	width: 170px;
}
#rightDescription ul#menuDescription {
	list-style-type: none;
	width: 148px;
	margin: 0;
	padding: 0;
	border: 1px solid #bcbdc0;
}
ul#menuDescription li {
	position: relative;
	width: 148px;
	height: 38px;
	line-height: 38px;
	overflow: visible;
	border-bottom: 1px solid #bcbdc0;
}
ul#menuDescription li:last-child {
	border-bottom: none;
}
ul#menuDescription li span {
	padding: 0 6px 0 14px;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 0 -329px;
}
ul#menuDescription li a {
	cursor:pointer;
}
ul#menuDescription li a, ul#menuDescription li .current {
	position:absolute;
	display:block;
	width:170px;
	height:39px;
	margin-top: -1px;
	text-indent: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #504f4f;
}
:lang(es) ul#menuDescription li a,:lang(es) ul#menuDescription li .current {
	font-size: 11px;
	text-indent: 5px;
}
ul#menuDescription li a:hover, ul#menuDescription li .current {
	font-size: 13px;
	font-weight: bold;
	color: #0199f3;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat -88px 0;
}
:lang(es) ul#menuDescription li a:hover,:lang(es) ul#menuDescription li .current {
	font-size: 12px;
}
#rightDescription span#errorDesc {
	display: block;
	padding-left: 12px;
	background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 0 -329px;
}
div.contentDescription > div {
	display: none;
}
div.contentDescription > div#descriptif {
	display: block;
}
#blocDescription .contentDescription {
	float:left;
	width: 502px;
	margin-left: 52px;
	text-align: justify;
	font-size: 12px;
	color: #1c1c1c;
}
.contentDescription span.section {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #0199f3;
}
.contentDescription h2, .contentDescription h3 {
	font-size: 12px;
	font-weight: bold;
	color:#1c1c1c;
	margin: 0 0 10px 0;
	padding: 0;
}
.contentDescription p {
	text-align: justify;
	font-size: 12px;
	color: #1c1c1c;
}
.contentDescription dt {
	clear: left;
	width: 15em;
	text-align:right;
}
.contentDescription dt, .contentDescription dd {
	display: block;
	float: left;
	margin-left: 1em;
}
#descriptif ul {
	padding-left:25px;
}
#descriptif li {
	margin-bottom:5px;
}
.file-pdf {
 display:inline-block;
 line-height:30px;
 padding-left:30px;
 background:transparent url(/gfx/pictos/pdf-icon.png) no-repeat 0 0;
 background-size:25px;
}
@media only screen and (max-width:767px){
#contentProduct {
   width: 100%;
}
#blocDescription {
   width: 100%;
   margin-top: 20px;
   padding-bottom: 20px;
   background:none;
}
#blocDescription #rightDescription {
   margin-left:10px;
}
#blocDescription .contentDescription {
   float: left;
   max-width: 460px;
   margin-left: 22px;
}
#descriptif ul {
   padding-top: 10px;
}
}
@media only screen and (max-width:679px){
#blocDescription .contentDescription {
   max-width: 390px;
}
}
@media only screen and (max-width:614px){
#blocDescription {
 padding:0;
}
#blocDescription #rightDescription {
    float:none;
    margin: 0;
    width: 100%;
}
#rightDescription ul#menuDescription {
    width: auto;
	height:39px;
	border:none;
	/*border-bottom: 1px solid #BCBDC0;
	border-left: 1px solid #BCBDC0;*/
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/	
}
ul#menuDescription li {
    float: left;
    width: 33.33%;	
    height: 39px;
    line-height: 38px;
    border-top: 1px solid #BCBDC0;
    border-bottom: none;		
}
ul#menuDescription li a, ul#menuDescription li .current {
    position:inherit;
    width:auto;
	height:39px;
    display:block;
    margin: 0;
    text-indent:inherit;
    text-align: center;	
    border-right: 1px solid #BCBDC0;
}
ul#menuDescription li:first-child a, ul#menuDescription li:first-child .current {
    border-left: 1px solid #BCBDC0;
}
ul#menuDescription li a:hover, ul#menuDescription li .current {
	background: none;
}
ul#menuDescription li .current {
	border-bottom:none;
    background: #fff;
}
ul#menuDescription li span {
    padding: 0;
    background: none;
    display: block;
 background: #e9e9e9 center top no-repeat;
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
    border: none;
}
#blocDescription .contentDescription {
    /*float: none;*/
    max-width: inherit;
    width: 100%;
    padding: 0;
    margin: -1px 0 0 0;
    border-top: 1px solid #BCBDC0;
    /*border-right: 1px solid #BCBDC0;
    border-left: 1px solid #BCBDC0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    background:transparent url(/gfx/ficheProdV2/pointilles.png) repeat-x left bottom;	
}
div.contentDescription > div {
    padding: 20px;
}
.contentDescription dt {
    clear: left;
    text-align: left;
    width: auto;
}
}
@media only screen and (max-width:399px){
#rightDescription ul#menuDescription {
	height:auto;
}	
ul#menuDescription li {
    width: 100%;
    height: 50px;
    line-height: 50px;		
}
#blocDescription .contentDescription {
    margin: 0;
}
ul#menuDescription li a, ul#menuDescription li .current {
	height:50px;
}
}

/* CROSS SELLING */
.contentDescription #cross {
	float: left;
	width: 502px;
	margin-right:12px;
}
#cross ul#accessories {
	list-style-type: none;
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
}
ul#accessories li {
	position: relative;
	float: left;
	width: 115px;
	height: 200px;
	margin-right: 10px;
	border:none;
	overflow:hidden;
}
ul#accessories li img {
	display: block;
	margin: 0 auto;
	padding: 5px 0 18px 0;
    background: transparent url(/gfx/prods/ombre-produit.png) no-repeat center bottom;
}
ul#accessories div.txtXsell {
	margin: 5px 0 0 14px;
	font-size: 12px;
	text-align:left;
}
div.txtXsell a {
	font-size:12px;
	color: #77787b;
}
div.txtXsell a:hover {
	color: #00b5ea;
}
div.txtXsell .marque {
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}
ul#accessories span.barre {
	display: block;
	position: absolute;
	bottom: 0;
	left: 14px;
	padding: 0;
	font-size:12px;
	font-weight:bold;
	text-decoration: line-through;
}
#cross ul#accessories span.prix {
	display: block;
	position: absolute;
	bottom: 14px;
	left: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #C4191A;
}
#moreProducts ul#listMore {
	list-style-type: none;
	padding:9px 0 0 10px;
	margin: 0;
}
ul#listMore li {
	padding: 0 10px 0 5px;
	margin-bottom: 12px;
}
ul#listMore li a {
	padding-left:11px;
    background: transparent url(/gfx/ficheProdV2/sprites1.png) no-repeat 0 -329px;
}
ul#listMore li a:hover {
	text-decoration:underline;
}
@media only screen and (max-width:767px){
.contentDescription #cross {
	width: inherit;
}
ul#accessories li {
    width: 105px;
    margin-right: 5px;
}
}
@media only screen and (max-width:679px){
ul#accessories li {
    margin: 0 60px 0 0;
}
}
@media only screen and (max-width:614px){
.contentDescription #cross {
	margin:0;
    padding-bottom: 20px;
}
ul#accessories li {
    margin: 0 30px 0 0;
}
ul#accessories li:last-child {
    margin-right: 0;
}
}
@media only screen and (max-width:570px){
ul#accessories li {
    margin: 0 20px 0 0;
}
}
@media only screen and (max-width:535px){
ul#accessories li {
    margin: 0 20px 0 0;
}
}
@media only screen and (max-width:535px){
ul#accessories li {
    margin: 0 16% 0 8%;
}
ul#accessories li:last-child {
    margin-right: 16%;
}
}
@media only screen and (max-width:460px){
ul#accessories li {
    margin: 0 12% 0 4%;
}
ul#accessories li:last-child {
    margin-right: 12%;
}
}
@media only screen and (max-width:370px){
ul#accessories li {
    margin: 0 8% 0 2%;
}
ul#accessories li:last-child {
    margin-right: 8%;
}
}
/* END CROSS SELLING */

/* -- END BLOC DESCRIPTION -- */

/* END CONTENT PRODUCT */


/* STRANDS / DEJA VUS */
.blocLike .title {
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
}
.blocLike, #lastSeen {
	float:right;
	width: 254px;
	margin: 0 0 20px 0;
	background: transparent url(/gfx/ficheProdV2/bg-like.png) no-repeat 0 0;
}
.blocLike div.strandsRecs {
	margin-left:40px;
}
#lastSeen {
	background: none;
}
#lastSeen ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 50px;
}
#lastSeen li {
	height: 55px;
	padding-top: 10px;
}
#lastSeen li a {
	font-size: 11px;
	color: #00b5ea;
}
#lastSeen li img {
	float: left;
	margin-right: 10px;
}
#lastSeen li span {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	color: #1c1c1c;
}
.SBSprod_4Background, .SBSprod_5Background {
    display:none;
}
@media only screen and (max-width:767px){
#main.product .blocLike .title {
	width:auto;
	text-align: left;
	font-size: 17px;
}
.blocLike, #lastSeen {
	float:left;
	width:100%;
	height:100%;
	margin:20px 0;
	background:none;
}
.blocLike div.strandsRecs {
margin-left:10px;
}	
#main.product .blocLike .SBSPROD-1Background {
    display:none;
}
#main.product .blocLike .SBSprod_4Background {
    display:block;
}
#main.product .blocLike .SBSprod_4Background {
    width:100% !important;
    margin: 0 !important;
}
}
@media only screen and (max-width:614px){
.blocLike, #lastSeen {
	margin-top:10px;
}
#main.product .blocLike .SBSprod_4recframe {
    width: 100% !important;
}
}
@media only screen and (max-width:535px){
#main.product .blocLike .SBSprod_4Background {
    display:none;
}
#main.product .blocLike .SBSprod_5Background {
    display:block;
    margin:0!important;	
}
#main.product .blocLike table.SBSprod_5Items td, #main.product .blocLike table.SBSprod_5Items tr {
    padding: 0 20px 0 50px;
}
}
@media only screen and (max-width:460px){
#main.product .blocLike table.SBSprod_5Items td, #main.product .blocLike table.SBSprod_5Items tr {
    padding: 0 0 0 30px;
}
}
@media only screen and (max-width:370px){
#main.product .blocLike table.SBSprod_5Items td, #main.product .blocLike table.SBSprod_5Items tr {
    padding: 0 0 0 10px;
}
}
/* END STRANDS / DEJA VUS */


/* -- STRANDS -- */
#main.product #recommendToo {
	padding:10px 5px;
}
#main.product #recommendToo div.strandsRecs {}
#main.product div#sz_engine {
	margin: 0;
	padding: 20px;
}
#main.product .SBSprod_2Background, #main.product .SBSprod_2HeaderWrap {width:714px;}
/* -- END STRANDS -- */

/*#main.product #brandBlock {
	clear: both;
	margin-top: 20px;
	border: 1px solid #ccc;
}
#main.product #brandBlock div {
	padding: 10px;
}*/


/* POPUPS */

/* POP UP SIMULATEUR ONEY*/
#osw {
	width:596px!important;
	max-height:550px!important;
	padding: 0;
    -webkit-overflow-scrolling:touch!important;
	overflow: scroll!important;  
}
@media only screen and (max-width: 619px){
#osw {
    width:496px!important;
}
}
@media only screen and (max-width: 519px){
#osw {
    width:396px!important;
}
}
@media only screen and (max-width: 419px){
#osw {
    width:296px!important;	
}
#ui-dialog-title-osw {
    font-size: 16px!important;
}
}
/* END POP UP SIMULATEUR ONEY*/


/* -- PHOTOS -- */
#photosWnd {
	width: 600px;
	height: 650px;
	background: #fff;
	display: none;
	text-align:center;
}
#photosWnd ul {
	display:inline-block;
	list-style-type:none;
	margin: 0;
	padding: 15px 0 0 0;
	position: relative;
}
/*#photosWnd li {
	float: left;
	position: relative;
	margin: 5px;
}
#photosWnd li img {
	cursor: pointer;
	padding: 2px;
	border:1px solid #ccc;
	-moz-box-shadow: 2px 2px 1px #e6e6e6;
	-webkit-box-shadow: 2px 2px 1px #e6e6e6;
	box-shadow: 2px 2px 1px #e6e6e6;
}*/
.photosWnd {
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);  
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8); 
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8); 
}
#scw {
	background: #fff;
}
/* -- END PHOTOS -- */


/*----- INTERFACE POINTURE -----*/
#saw {
	position: relative;
	width:760px !important;
}
#saw #box-gauche {
	position: relative;
	float: left;
	width:26.6%;
	padding:0 1.7%;
}
#saw p.texte-pointure1 {
	padding:25px 0 17px 0;
	margin: 0;
    font-size: 13px;
	color:#444;
}
#saw #pimg {
	max-width:170px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
#saw p.nom-produit {
	/*width:60%;
	padding:0 13%;*/
	margin: 20px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color:#0d0d0d;
	text-align: center;
}
#saw #box-droite {
	position: relative;
	float: left;
	width:68%;
	padding-left:1.8%;
	margin: 42px 0 10px 0;
}
#saw div#form {
	position: relative;
	padding: 0;
	margin: 25px 0 0 0;
}
#saw #champ-select {
	/*height: 28px;*/
	float:left;
	font-size:13px;
}
#saw #champ-form {
	/*height:105px;*/
	float:left;
}
#saw #champ-legend {
	float: left;
	width:33.7%;
	height: 95px;
	font-size:11px;	
}
#saw #champ-legend p {
	margin:11px 0;
}
#saw div#form select {
	float: left;
	width: 144px;
	font-size:12px;		
}
#saw label {
	/*height:20px;*/
}
#saw .txt {
	font-size: 12px;
	font-weight: normal;
	color:#6d6e71;
}
#saw input {
	/*width: 225px;*/
	width:200px;
	/*height: 20px;*/
	margin: 4px 10px 0 0;
	/*border: solid 1px #cccccc;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;			
}
#saw p.texte-pointure2 {
	width:64%;
	padding:13px 0 0 0;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	font-color:#080707;
	text-align:justify;
}
#saw p.champ {
	float: left;
	/*height: 40px;*/
	margin: 9px 0 0 0;
	padding: 0;
}
#saw #champ-input {
	position: relative;
	float: left;
	width:59%;
	height: 95px;
	background:#fff url(/gfx/ficheProdV2/salert3.png) no-repeat -7px 4px;
}
#saw #saw_ok {
	position: absolute;
	bottom: 0;
	right: 10px;
	margin:0;
	padding:0;
	width: 193px;
	height: 34px;
	line-height:34px;
	border: none;
	text-align:center;
    font-size:12px;
}
#saw p#saw_msg {
	font-weight: bold;
	color: red;
	text-align: center;
	margin: 40px 0 0 60px;
}

@media only screen and (max-width: 767px){
#saw {
    width:auto!important;
}
#saw #champ-legend {
	width:100%;
	height:auto;
}
#saw #champ-input {
	width:75%;
	padding-left:25%;
}
#saw p#saw_msg {
    margin-left: 0;
}
#saw #saw_ok {
    right: 0;
    width: 75%;
}
}
@media only screen and (max-width: 639px){
#saw #box-gauche {
    width: 100%;
    height: auto;
    padding: 0;
	text-align:center;
}
#saw p.nom-produit {
    padding: 0 20%;
}
#saw #box-droite {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px 0 10px 0;
}
#saw p.texte-pointure2 {
    width: auto;
}
#saw #champ-form {
	height:auto;
}
#saw p.champ {
	width: 100%;
	height: auto;
	margin: 15px 0 0 0;
}
#saw #champ-input {
    height:auto;
	padding-top:12%;
}
#saw input {
    width: 100%;
}
}
@media only screen and (max-width: 479px){
#ui-dialog-title-saw {
    font-size: 16px!important;
    margin: 0!important;
	padding-right:9%;
}
}
@media only screen and (max-width: 399px){
#saw #champ-input {
	background-size:80%;
}
}
/*----- END INTERFACE POINTURE -----*/


/*---- INTERFACE LIVRAISON AVANT NOEL ---*/
div#noel, #chronoNoel {
	font-size: 18px;
	display: none;
	color:#E9142B;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
#chronoNoel {
	/*font-size: 16px;*/
	padding-bottom:10px;
}
div#noel em, #chronoNoel em {
	font-size:10px;
	font-weight:normal;
	color:#666;
	text-transform:none;
	margin-right:-35px;
	font-family: arial;
}
#liv {
	position: relative;
	width:630px !important;
	background:#fff;
	overflow-y:auto!important;
	padding: 12px 0 0 20px;
}
#liv p {
	padding: 10px 40px 10px 0;
	margin: 0;
	text-align: justify;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
}
#liv ul {
	margin-left: 5px;
}
#liv li {
	list-style-type: decimal;
	margin: 0 7px 7px 0;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
}
@media only screen and (max-width: 767px){
#liv {
	width:auto!important;
}
}
/*---- END INTERFACE LIVRAISON AVANT NOEL ---*/


/*---- INTERFACE NEW GUIDE DES TAILLES ---*/
#tailles-onglets {
    clear: both;
    float:left;
    margin: 30px 0 0 0;
}
#tailles-onglets #onglets-tailles {
    margin: 0;
    padding: 0 20px 0 0;
    height: 32px;
    list-style: none;
}
#tailles-onglets #onglets-tailles li {
    float: left;
    margin: 0 3px 0 0;
    background-color: #fff;
}
#tailles-onglets #onglets-tailles li a, #tailles-onglets #onglets-tailles li a.onglet {
    display: block;
    height: 31px;
    padding: 0 1px;
    font-family:Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #2b2b2b;
    border: 1px solid #cacaca;
    border-bottom: none;
    text-decoration: none;
}
#tailles-onglets #onglets-tailles li a:hover, #tailles-onglets #onglets-tailles li a.onglet:hover {
    text-decoration: none;
}
#tailles-onglets #onglets-tailles li a {
    background: #e5e6e6;
    color:#2b2b2b;
}
#tailles-onglets #onglets-tailles li a.active,
#tailles-onglets #onglets-tailles li a.on {
    background:#fff;
	color:#28b0f3;
}
#tailles-onglets #onglets-tailles span {
    display: block;
    padding:10px;
}
#tab1, #tab2, #tab3, #tab4 {
    background: transparent url(/gfx/taille/btn-onglet.png) repeat-x 0 0;
}
#tailles-onglets .tabsize {
    /*clear: both;*/
    display: none;
    /*float:left;
    width: 800px;*/
    padding: 20px;
    margin: -2px 0 0 0;
    border: solid 1px #cacaca;
}
#tailles-onglets table {
    font-size: 11px;
    text-align: left;
    border-collapse: collapse;
}
#tailles-onglets .txt_guide {
    max-width: 650px;	
    /*height:160px;*/
    margin:10px 0;
}
#tailles-onglets .txt_guide img {
    float:left;
    margin-right:30px;
}
#tailles-onglets .txt_guide div {
    /*float:left;
    width:450px;*/
    margin:20px 0 0 0;
    text-align:justify;
    font-size:11px;
	line-height:12px;
}
#tailles-onglets table tr {
    vertical-align: middle;
    height: 40px;
}
#tailles-onglets table td {
    border-top: 1px solid #D5D5D5;
}
#tailles-onglets table tr:first-child td {
    border: none
}
#tailles-onglets table td.title {	
    font-size: 12px;
    font-weight: bold;
    color: #000;
    border: none;
    text-transform: uppercase;
}
#tailles-onglets .active,
#tailles-onglets .on {
    display: block;
    background:#fff;
}
#tailles-onglets .off {
    background:transparent url(/gfx/taille/btn-onglet.png) repeat-x 0 0;
}
#tailles-onglets hr {
    clear:both;
    visibility:hidden;
}
#tailles-onglets .tabUnique {
    padding: 5px 20px 20px 20px;
    border: solid 1px #cacaca;
}
@media only screen and (max-width: 614px) {
#tailles-onglets {
    margin: 20px 0 0 0;
}
#tailles-onglets #onglets-tailles {
    padding: 0;
    width: auto; 
    height: auto;
}
#tailles-onglets #onglets-tailles li {
    float: none;
	width: 100%;
    margin: 0;
    text-align: center;
}
#tailles-onglets #onglets-tailles li a, #tailles-onglets #onglets-tailles li a.onglet {
    height: auto;
    padding: 0;
}
#tailles-onglets #onglets-tailles span {
    padding:10px 0;
}
#tailles-onglets .tabsize {
    padding: 10px;
}
#tailles-onglets .txt_guide {
    margin:10px 0;
}
#tailles-onglets .txt_guide img {
    float:none;
    margin-right:0;
}
#tailles-onglets .tabUnique {
    padding: 10px;
}
}
/*---- INTERFACE NEW GUIDE DES TAILLES ---*/

/* END POPUPS */


/*---- disponibilite des produits dans les dropdown ---*/
/*#attrcombContainer { height: 21px; clear: left; }*/
/*#target,.dropdown dd,.dropdown dt,.dropdown ul{margin:0px; padding:0px;}*/
.dropdown dd{position:relative;}
.dropdown a{font:normal 12px arial;}
.dropdown a,.dropdown a:visited{color:#1c1c1c; text-decoration:none; outline:none;}
.dropdown dt a:hover{background-color:#dddedf;}
.dropdown dt a{background:#fff url(../gfx/pictos/arrow.png) no-repeat scroll right center; display:block;padding-right:20px;border:1px solid #dddedf;width:200px;padding:3px 0 3px 5px;}
.dropdown dt a span{cursor:pointer; display:block;}
.dropdown dd ul{background-color:#fff;border:1px solid #dddedf;display:none;left:0px;padding:2px 0 0 0;position:absolute;top:-1px;width:auto;min-width:205px;list-style:none;z-index:10;}
.dropdown span.value{display:none;}
.dropdown dd ul li a{padding:3px 5px; display:block;border-bottom:1px solid #dddedf;}
.dropdown dd ul li:last-child a{border-bottom:none;}
.dropdown dd a:hover{background-color:#dddedf;}
.dropdown dd ul li a{background:transparent url(../gfx/spacer.gif) no-repeat center right;white-space:nowrap;}
.dropdown dd ul li a.dispoEnStock{background-image:url(../gfx/pictos/dispo_enstock.png); padding-right:89px;}
.dropdown dd ul li a.dispoPlusTard{/*background-image:url(../gfx/pictos/dispo_rupture.gif);*/background-image:url(../gfx/pictos/dispo_surcommande.png); padding-right:89px;}
.dropdown dd ul li a.dispoEpuise{background-image:url(../gfx/pictos/dispo_epuise.png); padding-right:89px;}
:lang(it) .dropdown dd ul li a.dispoEnStock{background-image:url(../gfx/pictos/dispo_enstock_it.png); padding-right:89px;}
:lang(it) .dropdown dd ul li a.dispoPlusTard{background-image:url(../gfx/pictos/dispo_surcommande_it.png); padding-right:89px;}
:lang(it) .dropdown dd ul li a.dispoEpuise{background-image:url(../gfx/pictos/dispo_epuise_it.png); padding-right:89px;}
:lang(en) .dropdown dd ul li a.dispoEnStock{background-image:url(../gfx/pictos/dispo_enstock_en.png); padding-right:89px;}
:lang(en) .dropdown dd ul li a.dispoPlusTard{background-image:url(../gfx/pictos/dispo_surcommande_en.png); padding-right:89px;}
:lang(en) .dropdown dd ul li a.dispoEpuise{background-image:url(../gfx/pictos/dispo_epuise_en.png); padding-right:89px;}
:lang(es) .dropdown dd ul li a.dispoEnStock{background-image:url(../gfx/pictos/dispo_enstock_es.png); padding-right:89px;}
:lang(es) .dropdown dd ul li a.dispoPlusTard{background-image:url(../gfx/pictos/dispo_surcommande_es.png); padding-right:89px;}
:lang(es) .dropdown dd ul li a.dispoEpuise{background-image:url(../gfx/pictos/dispo_epuise_es.png); padding-right:89px;}
:lang(de) .dropdown dd ul li a.dispoEnStock{background-image:url(../gfx/pictos/dispo_enstock_de.png); padding-right:89px;}
:lang(de) .dropdown dd ul li a.dispoPlusTard{background-image:url(../gfx/pictos/dispo_surcommande_de.png); padding-right:89px;}
:lang(de) .dropdown dd ul li a.dispoEpuise{background-image:url(../gfx/pictos/dispo_epuise_de.png); padding-right:89px;}
.dropdown dd ul li a.dispoCmd_10{background-image:url(../gfx/pictos/dispo_2_5_jours.png); padding-right:89px;}
.dropdown dd ul li a.dispoCmd_20{background-image:url(../gfx/pictos/dispo_7_10_jours.png); padding-right:89px;}
.dropdown dd ul li a.dispoCmd_30{background-image:url(../gfx/pictos/dispo_10_15_jours.png); padding-right:89px;}
.dropdown dd ul li a.dispoCmd_40{background-image:url(../gfx/pictos/dispo_2_3_semaines.png); padding-right:89px;}
.dropdown dd ul li a.dispoCmd_50{background-image:url(../gfx/pictos/dispo_3_5_semaines.png); padding-right:89px;}
.dropdown dd ul li a.dispoCmd_60{background-image:url(../gfx/pictos/dispo_4_6_semaines.png); padding-right:89px;}
.dropdown dd ul li a.dispoCmd_70{background-image:url(../gfx/pictos/dispo_6_8_semaines.png); padding-right:89px;}
span#titleTaille strong.dispoEnStock { color: green; }
span#titleTaille strong.dispoPlusTard{ color: green; }
span#titleTaille strong.dispoEpuise{ color: red; }
span#titleTaille strong.dispoCmd_10{ color: green; }
span#titleTaille strong.dispoCmd_20{ color: green; }
span#titleTaille strong.dispoCmd_30{ color: green; }
span#titleTaille strong.dispoCmd_40{ color: green; }
span#titleTaille strong.dispoCmd_50{ color: green; }
span#titleTaille strong.dispoCmd_60{ color: green; }
span#titleTaille strong.dispoCmd_70{ color: green; }

ul#taille li.dispoEpuise { text-decoration: line-through; font-weight: normal; }

/*@media only screen and (max-width:614px){
#target,.dropdown dd,.dropdown dt,.dropdown ul{display:none;}
}*/

/* reviews */
#reviews_container {
 float: left;
 /*width:100%;*/
 width:724px;
 margin-top:10px;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box	
}
#reviews_container .title_listBox {
 line-height: inherit;
 height: auto;
 padding: 8px 0;
}
.title_listBox .rw {
 display:block;	
 color: #000000;
 font-size: 15px;
 margin: 0 5px 0 19px;
}
#reviews {
 /*padding: 10px;*/
 padding:10px 9px;
}
#reviewsResume {
 padding: 10px;
}
#reviewsResume .rwBloc {
 float:left;
 width:100%;
 padding:0;
}
.rwBloc strong {
 display:inline-block;
 padding-bottom:10px;
}
.rwBloc #rating, .rwBloc #rating_confort, .rwBloc #rating_style, .rwBloc #rating_rapport {
 float:left;
 margin:0;
 padding:0;
}
.rwBloc #rating_confort, .rwBloc #rating_style, .rwBloc #rating_rapport {
 margin-top:6px;
 margin-left:50px;
 font-weight:bold;
}
.rwBloc span.rating {
 display: inline-block;
 min-width:125px;
 height:20px;
 line-height:20px;
 background:transparent url(/gfx/prods/stars2.gif) no-repeat 0 0;
}
.rwBloc span.rating.rating05 { background-position: 0 -23px; }
.rwBloc span.rating.rating10 { background-position: 0 -46px; }
.rwBloc span.rating.rating15 { background-position: 0 -69px; }
.rwBloc span.rating.rating20 { background-position: 0 -92px; }
.rwBloc span.rating.rating25 { background-position: 0 -115px; }
.rwBloc span.rating.rating30 { background-position: 0 -138px; }
.rwBloc span.rating.rating35 { background-position: 0 -161px; }
.rwBloc span.rating.rating40 { background-position: 0 -184px; }
.rwBloc span.rating.rating45 { background-position: 0 -207px; }
.rwBloc span.rating.rating50 { background-position: 0 -230px; }
.rwBloc span.rating strong {
	text-indent: -9999px;
}
#size_rating_details {
	width: 250px;
	position: absolute;
	left: 110px;
	padding-top: 13px;
	margin-top: -5px;
	background: transparent url(/gfx/ficheProdV2/arrow_wnd_top.png) no-repeat 25px 0;/*sprite*/
	display:none;
}
#size_rating_details .servicesPop {
	width: 100%;
	box-shadow: 3px 3px 5px #bbb;
}
#labelRwSize {
 padding:0;
}
.rwBloc ul#rwSize {
 float:left;
 position:relative;
 list-style-type:none;
 margin:0 0 0 82px;
 padding:0 0 35px 0;
 width:490px;
 background: transparent url(/gfx/ficheProdV2/regle.png) no-repeat center 22px;
 overflow:hidden;
}
ul#rwSize li {
 float:left;
 color:#04cbfd;
 font-size:12px;
 font-weight:bold;
}
ul#rwSize li#et1 {
 padding:0;
}
ul#rwSize li#et2 {
 padding-left:60px;
}
ul#rwSize li#et3 {
 padding-left:84px;
}
ul#rwSize li#et4 {
 padding-left:80px;
}
ul#rwSize li#et5 {
 padding-left:40px;
}
ul#rwSize span#rwCurseur {
 position:absolute;
 bottom:4px;
 display:block;
 width:20px;
 height:20px;
 background: transparent url(/gfx/ficheProdV2/curseur_on.png) no-repeat 0 0; 
}
ul#rwRecap {
 float:left;
 list-style-type:none;
 margin:20px 0 0 0;
 padding:0;
}
ul#rwRecap li {
 float:left;
}
li.listBox {
 width:220px;
 min-height:160px;
 margin:0 3px;
 padding:0;
 font-size:12px;
 border:1px solid #d2d2d4;
}
ul#rwRecap li .titleRwRecap { 
 display:block;
 line-height:24px;
 height:24px;
 padding-left:20px;
 color:#04cbfd;
 font-size:17px;
 background:#f6f6f6; 
}
ul#rwRecap li p {
 padding:20px;
 margin:0;
 color:#000;
 font-weight:bold;
}
strong#rwEval {
 float:left;
 line-height:26px;
}
.rwPct {
 padding:5px 9px;
 color:#fff;
 font-size:20px;
 font-weight:normal;
 background:#04cbfd;
}
a#rwPost {
 float:right;
 height:26px;
 line-height:26px;
}
a.rwBtn, a.rwBtn2 {
 display:inline-block;
 text-align:center;
 color:#fff;
 padding:2px 8px;
 cursor:pointer;
 /*-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.1);
 -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.1);
 box-shadow: 2px 2px 2px rgba(0,0,0,.1);*/
 background:#00b0ed center top no-repeat;
 background-image: -webkit-linear-gradient(bottom, #3cc6f2, #00b0ed);
 background-image: -moz-linear-gradient(bottom, #3cc6f2, #00b0ed);
 background-image: -o-linear-gradient(bottom, #3cc6f2, #00b0ed);
 background-image: -ms-linear-gradient(bottom, #3cc6f2, #00b0ed);
 background-image: linear-gradient(top, #3cc6f2, #00b0ed);
}
a.rwBtn2 {
 padding:8px 15px;
}
a.rwBtn:hover, a.rwBtn2:hover {
 background: #3cc6f2 center top no-repeat; 
 text-decoration:none;
}
#reviewsList {
 float:left;
 padding: 10px;
}
#rwHeader {
 display:block;
 line-height:28px;
 height:28px;
 padding-left:18px;
 color:#000;
 font-size:13px;
 background:#f6f6f6; 
 font-weight: bold;
 border: 1px solid #d2d2d4;
 border-bottom:none;
 max-width: 660px;
}
#reviewsList .review {
 position:relative;
 float:left;
 padding:15px 10px;
 border: 1px solid #d2d2d4;
 border-top: 0; 
}
.review .rwUser {
 float:left;
 width:135px;
}
.rwUser span {
 display:inline-block;
 margin-bottom:20px;
}
.date {
 color:#04cbfd;
 font-size:11px;
 font-style:italic;
 font-weight:bold;
 text-transform:uppercase;
}
.customer, .profile {
 color:#000;
 font-size:13px;
}
.review .rwContent {
 float:left;
 padding-left:63px;
 background: transparent url(/gfx/ficheProdV2/bulle-avis.png) no-repeat 0 21px;
}
.rwContent .rwBox {
 float:left;
 width:430px;
 padding:15px;
 background:#f3f3f3;
 -moz-border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
}
.rwBox h5 {
 display:inline;
 margin:0;
 padding:0;
}
.rwBox .blocRating {
 float:left;
 margin-top:10px;
 margin-right:5px;
 padding:6px 5px;
 background:#fff;
 border:1px solid #d2d2d4;
 -moz-border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
}
.rwBox #global_rating {
 margin-right:0;
}
.blocRating .headline_global, .blocRating .headline_confort, .blocRating .headline_style, .blocRating .headline_rapport {
 float:left;
 margin:0;
 padding:0;
}
.blocRating .headline_style, .blocRating .headline_rapport {
 margin-left:24px;
}
.blocRating span.headline_rating {
 display: inline-block;
 width:85px;
 background: transparent url(/gfx/prods/stars_small2.gif) no-repeat 0 bottom;
 padding-bottom: 16px;
 font-weight:bold;
}
.blocRating span.headline_rating.rating05 { background-position: 0 -18px; }
.blocRating span.headline_rating.rating10 { background-position: 0 -36px; }
.blocRating span.headline_rating.rating15 { background-position: 0 -54px; }
.blocRating span.headline_rating.rating20 { background-position: 0 -72px; }
.blocRating span.headline_rating.rating25 { background-position: 0 -90px; }
.blocRating span.headline_rating.rating30 { background-position: 0 -108px; }
.blocRating span.headline_rating.rating35 { background-position: 0 -126px; }
.blocRating span.headline_rating.rating40 { background-position: 0 -144px; }
.blocRating span.headline_rating.rating45 { background-position: 0 -162px; }
.blocRating span.headline_rating.rating50 { background-position: 0 -180px; }
.rwBox .blocSize {
 float:left;
 margin:12px 0;
 width:100%;
}
.blocSize span {
 float:left;
 display:inline-block;
 padding-top:12px;
 font-size:12px;
}
.blocSize ul.reviewSize {
 position:relative;
 float:left;
 width:300px;
 list-style-type:none;
 margin:0 0 0 35px;
 padding:0 0 20px 0;
 background: transparent url(/gfx/ficheProdV2/regle2.png) no-repeat center 18px;
 overflow:hidden;
}
ul.reviewSize li {
 float:left;
 color:#000;
 font-size:10px;
}
ul.reviewSize li.ta1 {
 padding-left:0;
}
ul.reviewSize li.ta2 {
 padding-left:25px;
}
:lang(it) ul.reviewSize li.ta2 {
 padding-left:10px;
}
ul.reviewSize li.ta3 {
 padding-left:45px;
}
:lang(it) ul.reviewSize li.ta3 {
 padding-left:32px;
}
ul.reviewSize li.ta4 {
 padding-left:30px;
}
:lang(it) ul.reviewSize li.ta4 {
 padding-left:22px;
}
ul.reviewSize li.ta5 {
 padding-left:15px;
}
:lang(it) ul.reviewSize li.ta5 {
 padding-left:12px;
}
ul.reviewSize li.current {
 font-weight:bold;
 /*padding-bottom:18px;
 background: transparent url(/gfx/ficheProdV2/small_curseur_on.png) no-repeat center 0;*/
}
ul.reviewSize span.curseur {
 position:absolute;
 top:15px;
 display:block;
 width:14px;
 height:14px;
 background: transparent url(/gfx/ficheProdV2/small_curseur_on.png) no-repeat center 0;
}
.rwBox ul.reviewRecap {
 float:left;
 list-style-type:none;
 width:100%;
 margin: 10px 0 0;
 padding: 10px 0;
 background: transparent url(/gfx/ficheProdV2/pointilles.png) repeat-x left top;
}
ul.reviewRecap li {
 float:left;
 min-width:100px;
 padding:0;
}
ul.reviewRecap li.pros {
 margin:0;
}
ul.reviewRecap li.cons, ul.reviewRecap li.bestuses {
 margin:0 0 0 40px;
}
ul.reviewRecap li strong { 
 display:block;
 padding-bottom:5px;
 font-size:13px; 
}
ul.reviewRecap li ul {
 list-style-type:none;
 padding:0;
 margin:0;
}
ul.reviewRecap li ul li {
 float:none;
 padding:1px 0;
 font-size:11px;
 color:#000;
}
.rwBox .comment {
 float:left;
 width:100%;
 margin:0;
 padding:14px 0;
 font-size:11px;
 text-align:justify;
 background: transparent url(/gfx/ficheProdV2/pointilles.png) repeat-x left top;
}
.titleComment {
 display:block;
}
.vp, .vr, .ar {
 display:block;
 height:16px;
 line-height:16px;
 margin-top: 15px;
 padding: 8px 8px 8px 24px;
 background: #F6F6F4 url(/gfx/ficheProdV2/reviewer_status.png) no-repeat 5px 8px;
 border: 1px solid #E4E4E4;
 border-radius: 4px;
}
.vr {
 background-position: 5px -16px;
}
.ar {
 background-position: 5px -32px;
}
.review .rwShare {
 clear:both;
 padding: 4px 15px 10px 0;
}
.rwShare p {
 float:right;
 clear: right;
 font-size:11px;
 margin: 0;
}
p.rwCount {
	font-size: 13px;
}

.rwYes {
 height:15px;
 line-height:15px;
}
#reviewForm {
 padding:10px;
}
#reviewForm ol {
 margin-top:30px;
}
.formRw {
 list-style-type:none;
 margin:0;
 padding:0;
}
ul#formCheck li {
 float:left;
}
ul#formCheck li ul li {
 float:none;
}
.inputBox {
 width: 430px;
 padding: 4px;
 border: 1px solid #eeeeef;
 -moz-border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
}
.commentBox {
 width: 100%;
 padding: 4px;
 border: 1px solid #eeeeef;
}
div.no_review {
 text-align: center;
}
div.no_review a#rwPost {
 float: none;
 color: orange;
}
@media only screen and (max-width:767px){
#reviews_container {
	width:100%;
}
#reviewsResume .rwBloc {
    max-width: 630px;
}
.rwBloc #rating_confort, .rwBloc #rating_style, .rwBloc #rating_rapport {
    margin-left: 30px;
}
ul#rwRecap li .titleRwRecap {
    padding-left: 12px;
}
ul#rwRecap li p {
    padding: 12px;
}
li.listBox {
    width: 200px;
    margin: 0 6px 0 0;
}
#rwHeader {
    max-width:612px;
}
/*#reviewsList .review {
    max-width:610px;
}*/
.review .rwContent {
    padding-left: 15px;
    background: none;
}
.rwContent .rwBox {
    width: 430px;
}
}
@media only screen and (max-width: 679px){
.rwBloc #rating_confort, .rwBloc #rating_style, .rwBloc #rating_rapport {
    margin-left: 15px;
}
li.listBox {
    margin: 0 6px 0 0;
    width: 175px;
}
ul#rwRecap li .titleRwRecap {
    font-size: 14px;
}
#reviewsList .review {
    max-width: 580px;
}
.rwContent .rwBox {
    width: 350px;
}
ul.reviewRecap li {
    max-width: 100px;
    width: 100px;
}
ul.reviewRecap li.cons, ul.reviewRecap li.bestuses {
    margin: 0 0 0 20px;
}
}
@media only screen and (min-width: 615px) and (max-width: 679px){
#rwHeader {
    max-width: 532px;
}
}
@media only screen and (max-width: 614px){
.rwBloc #rating, .rwBloc #rating_confort, .rwBloc #rating_style, .rwBloc #rating_rapport {
    width: 100%;
    margin: 0 0 10px 0;	
}
li.listBox {
    margin: 0 0 10px;
    width: 100%;
}
.rwPct {
    font-size: 18px;
    padding: 5px;
}
a#rwPost, a.rwBtn2 {
 display:block;
}
a#rwPost {
 float:none;
 clear:both;
}
.review .rwUser {
	width: auto;
}
.customer, .profile, .date {
    width: 100%;
	display:block;
}
.customer {
    margin-bottom: 10px;
}
.rwUser span {
    display: block;
    margin-bottom: 10px;
}
.rwUser span.vr {
    min-width: 135px;
}
.review .rwContent {
    padding-left: 0;
}
.rwContent .rwBox {
    width: auto;
}
}
@media only screen and (max-width: 479px){
.blocRating .headline_global, .blocRating .headline_confort, .blocRating .headline_style, .blocRating .headline_rapport {
    float: none;
    margin: 0;
    padding: 0;
}
.blocRating .headline_confort, .blocRating .headline_style {
    float: none;
    margin-bottom: 10px;
}
.rwBox .blocRating {
    width: 60%;
}

.blocSize ul.reviewSize {
    background: none;
    margin: 0;
    padding: 0;
    width: auto;
}
.blocSize span {
    padding: 0;
}
ul.reviewSize li {
    display: none;
}
ul.reviewSize li.current {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}
ul.reviewRecap li {
    float: none;
	width:auto;
	max-width:inherit;
}
ul.reviewRecap li.pros, ul.reviewRecap li.cons, ul.reviewRecap li.bestuses {
    margin: 0 0 10px 0;
}
}
/* end reviews new */

/*write review*/
/*.fat {
	font-weight: bold;
	font-size: 13px;
}
#add_review {
	font-size: 12px;
	width: 680px;
	padding: 10px 25px;
}
#add_review div.title_listBox {
	font-size: 13px;
	font-weight: bold;
	padding-left: 25px;
	width: auto;
}
#add_review div.title_listBox strong {
	background: none;
	color: #39BDFA;
	font-size: inherit;
	padding-left: 0;
	margin-left: 0;
}
#add_review .contentBox{
	padding: 20px 25px;
}
#add_review label {
	font-size: 13px;
	display: block;
	margin: 5px 0;
}
#add_review input[type="text"] {
    width: 55%;
	box-sizing:border-box;
}
#add_review textarea {
    width: 70%;
    min-height: 150px;
	box-sizing:border-box;
}
#add_review .starsp {
	width: 140px;
	float: left;
	margin-right: 25px;
}
#add_review .stars {
	display: inline-block;;
	background: transparent url(/gfx/prods/stars2.gif) no-repeat;
	width: 112px;
	height: 23px;
	cursor: pointer;
}
#add_review .listBox.checkboxes {
	width: 210px;
	float: left;
	margin-right: 15px;
}
#add_review .listBox.checkboxes.last {
	margin-right: 0;
}
#add_review .listBox ul {
	list-style-type: none;
	margin: 15px;
	padding: 0;
}
#add_review ul#slize {
	list-style-type: none;
	margin: 15px 0 15px -20px;
	padding: 0;
	background: transparent url(/gfx/ficheProdV2/bg_size.png) no-repeat 70px 50px;
	height: 80px;
	width: 710px;
}
#add_review ul#slize li {
	float:left;
	text-align: center;
	width: 141px;
}
@media only screen and (max-width:767px){
#add_review {
    width: auto;
    padding: 10px 15px;
}
#add_review .starsp {
    margin-right: 10px;
}
#add_review .listBox.checkboxes {
    width: 200px;
    margin-right: 8px;
}
#add_review ul#slize {
    width:auto;
	height:auto;	
    margin: 15px 0 0 -20px;
    background:none;
}
#add_review ul#slize li {
    width: 128px;
}
}
@media only screen and (max-width: 614px){
#add_review input[type="text"] {
    width: 70%;
}
#add_review .listBox.checkboxes {
	width: 100%;
	margin-right:0;
}
}*/
/*end write review*/


/* ajax add to cart */
#cartwnd {
   width:400px !important;
   padding:0 20px;
}
#cartwnd .prod_detail {
	line-height:15px;
	/*border-top: 1px dotted #ccc;*/
	border-bottom: 1px dotted #ccc;
	/*padding: 10px 0;*/
	padding: 25px 0 20px 20px;
	margin: 5px 0;
}
#cartwnd .prod_detail img {
	float: left;
	/*margin-right: 8px;*/
	margin-right:20px;
}
#cartwnd .prod_name, #cartwnd .prod_attr {
    display:block;
	/*max-width:240px;*/
	max-width:120px;
}
#cartwnd .prod_qte {
    /*margin-left:50px;*/
	margin-left:20px;
}
#cartwnd .prod_detail div.links {
	clear: both;
	text-align: right;
	padding-top: 15px;
}
#cartwnd .prod_detail div.links a, #cartwnd #ope-sp a.goto_cart {
	display: inline-block;
	/*margin-left: 10px;*/
	/*padding: 7px 10px;*/
	padding: 14px;
	/*border:1px dotted transparent;*/
	border-radius:3px;
	font-size:12px;
	font-weight: bold;
}
#cartwnd .prod_detail div.links a.continue {
	background-color: #E2E3E5;
	float:left;
}
#cartwnd .prod_detail div.links a.continue:hover {
	background-color: #ededed;
}
#cartwnd .prod_detail div.links a.goto_cart, #cartwnd #ope-sp a.goto_cart {
	color: white;
	background-color: #90c400;
	text-transform: uppercase;
}
#cartwnd .prod_detail div.links a.goto_cart:hover, #cartwnd #ope-sp a.goto_cart:hover {
	background-color: #97ca08;
}

#cartwnd #cross, #cartwnd #strands {
	/*border:1px solid #ccc;*/
	margin: 10px 0;
	padding: 5px 0;
	/*color: #666;*/
	min-height:172px;
}
/*#cartwnd #cross a, #cartwnd #strands a {
	color: #666;
}*/
#cartwnd #strands .SBScart_1recframe {
    width: 100%;
}
#cartwnd #strands .SBScart_1Background {
   /*margin:10px 0 0;*/
    width:auto;
}
#cartwnd #cross {
    border-bottom:1px dotted #ccc;
}
#cartwnd #cross ul {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
}
#cartwnd #cross li {
	display: block;
	float: left;
	width: 108px;
	margin:0 3%;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#cartwnd #cross span.barre {
	font-weight: bold;
	text-decoration: line-through;
}
#cartwnd #cross span.prix {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #C4191A;
}
@media only screen and (max-width: 679px){
#cartwnd .prod_name {
	/*max-width:220px;*/
}
#cartwnd .prod_qte {
    /*margin-left:30px;*/
}
}
@media only screen and (max-width: 614px){
#cartwnd .prod_detail img {
	margin-right:10px;
}
#cartwnd .prod_detail div.links a {
	/*padding: 14px 5px;*/
	font-size:12px;
}
}
@media only screen and (max-width: 580px){
#cartwnd .prod_name {
	/*max-width:140px;*/
}
#cartwnd .prod_qte {
    /*margin-left:20px;*/
}
}
@media only screen and (max-width: 479px){
#cartwnd {
    width:auto !important;
    padding:0 10px;
}
#cartwnd .prod_detail {
	padding: 25px 0 20px 0;
}	
#cartwnd .prod_name, #cartwnd .prod_attr {
	width:200px;
}
#cartwnd .prod_qte {
    clear: both;
    margin-left: 50px;
}
#cartwnd #popup_price {
    clear: both;
    display:block;
}
#cartwnd .prod_detail div.links a {
    display: block;
    margin: 15px 0;
    text-align: center;
}
#cartwnd .prod_detail div.links a.continue {
	float:none;
}
#cartwnd #cross li {
	margin:0 2%;
}
}
@media only screen and (max-width: 420px){
#cartwnd #cross li {
	width: 100px;	
	margin:0 1.2%;
}
}
@media only screen and (max-width: 370px){
#cartwnd #cross li {
	width: 90px;
	margin:0 0;
}
}

/*ope speciale everone*/
#cartwnd #ope-sp {
	border-bottom:1px dotted #ccc;
	padding-bottom: 20px;
}
#cartwnd #ope-sp .popTitle {
	display:block;
	margin: 10px 0;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
#cartwnd .popTitle strong {
	color:red;
	letter-spacing:normal;
}
#cartwnd #ope-sp .casque90, #cartwnd #ope-sp .ope-sign, #cartwnd #ope-sp #ope-price {
	display:block;
	float:left;
}
#cartwnd #ope-sp .casque90 {
	text-align:center;
	color:#666;
	font-size:12px;
}
#cartwnd #ope-sp .marque {
	font-weight:bold;
}
#cartwnd #ope-sp .prix {
	font-weight:bold;
	color:red;
}
#cartwnd #ope-sp .ope-sign {
	color:red;
	font-size:60px;
	padding:15px 10px;
}
#cartwnd #ope-sp #ope-price {
	margin-top:40px;
	margin-bottom:40px;
	/*float:right;*/
}
#cartwnd #ope-sp a.goto_cart {
	/*margin-top:-15px;*/
	padding:5px;
	font-size:10px;
	text-align:center;
	float:right;
}
@media only screen and (max-width: 479px){
	#cartwnd #ope-sp #ope-total{
		clear:left;
	}
	#cartwnd #ope-sp #ope-total .ope-sign {
		line-height:20px;
		margin-left:40px;
	}
	#cartwnd #ope-sp #ope-total #ope-price {
		margin-top:15px;
		margin-bottom:15px;
		float:left;
	}
	#cartwnd #ope-sp a.goto_cart{
		clear:both;
		display:block;
		float:none;
	}
}
/* end ajax add to cart */

/*ope agv/diesel*/
#ope-speciale {
 color:#ff0000;
 text-align:right;
 font-size:13px;
 font-weight:bold;
 cursor:pointer;
 margin:10px 0;
}
@media only screen and (max-width: 614px){
#ope-speciale {
  text-align: left;
  margin: 20px 0 0 0;
  padding: 0 20px;
}
}