/* @override http://quatuor.dev/styles/tools.css */

/* 			CSS commun à toutes les fiches produits
-----------------------------------------------------------------------*/

/* Partie supérieure de la fiche 
---------------------------------*/

#alertFiche {
	position: relative;
	padding: 5px 5px 5px 60px;
	margin: 0px auto 15px auto;
	background-color: #ff4747;
	background-image:url(../img/alertFiche_icon.gif);
	background-position: 10px center;
	background-repeat:no-repeat;
	border: 1px solid #b91616;
}
#alertFiche h6{
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}
#alertFiche p {
	margin: 3px 0px;
	padding: 0;
	color: #FFFFFF;
	line-height:  normal;
}

	/* Bloc des photos du produit*/
#topFiche {
	position: relative;
	height: 350px;
	display: block;
	margin: 0;
	padding: 0;
	/* --> Couleur */
	background-repeat: no-repeat;
	background-position: 270px 0px;
}
#photosFiche {
	position: relative;
	float: left;
	width: 260px;
	height: 350px;
	display: block;
	padding: 0px 10px 0px 0px;
	margin: 0;
}
#photoFicheA {
	position: relative;
	width: 260px;
	height: 190px;
	display: block;
	padding: 0;
	margin: 0;
}
#photoFicheA span.img_zoom {
	position: absolute;
	width: 45px;
	height: 9px;
	display: block;
	background-image:url(../img/zoom.gif);
	background-position: center center;
	background-repeat:no-repeat;
	bottom: 0px;
	right: 0;
}
#addPhotosFiche {
	width: 260px;
	height: 90px;
	display: block;
	padding: 5px 0px 0px 0px;
}
#addPhotosFiche a.altLinkPic{
	width: 125px;
	height: 90px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#addPhotosFiche img{
	width: 125px;
	height: 90px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#subPicLeft{
	margin-right: 10px !important;
}
#toolsFiche {
	position: relative;
	width: 260px;
	height: 20px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 1px 0px 0px 0px;
}
#toolsFiche ul {
	position: relative;
	height: 20px;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#toolsFiche ul li{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background-position: center center;
	background-repeat:no-repeat;
}

#toolsFiche ul li a{
	margin: 0;
	padding: 0;
}
#submitFiche{
	width: 100px;
	height: 20px;
	display: block;
	margin: 0;
	padding: 0;
}
#toolsFiche li.toolsInfos form{
	display: block;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 20px;
}
#toolsFiche li.toolsInfos {
	width: 100px;
	height: 20px;
}
#toolsFiche li.toolsPrint {
	width: 80px;
	height: 20px;
	background-image:url(../img/fiche_toolsPrint.gif);
	}
#toolsFiche li.toolsPrint a{
	width: 80px;
	height: 20px;
	display: block;
	}
#toolsFiche li.toolsPdf {
	width: 80px;
	height: 20px;
	background-image:url(../img/fiche_toolsDown.gif);
	}
#toolsFiche li.toolsPdf a{
	width: 80px;
	height: 20px;
	display: block;
	}
#toolsFiche span {
	display: none;
}

#tipsFiche {
	position: relative;
	width: 196px;
	height: 25px;
	display: block;
	margin: 9px auto;
	padding: 2px 4px 5px 45px;
	/* --> Couleur */
	background-position: 12px 6px;
	background-repeat:no-repeat;
}
#tipsFiche p{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

	/* Bloc des caractéristiques du prduit */
#caractFiche {
	width: 205px;
	height: 350px;
	display: block;
	position: relative;
	float: right;
	margin: 0;
	padding:0;
}
h3#titleFiche, h3#titleFicheR, h3#titleFicheB, h3#titleFicheV {
	position: relative;
	width: auto !important;
	height: 30px !important;
	max-width: 194px !important;
	display: block !important;
	float: right !important;
	margin: 0px 0px 6px 0px !important;
	padding: 0px 0px 4px 10px !important;
	font-size: 2em !important;
	font-weight: normal !important;
	/* --> Couleur */
	text-align: right !important;
	background-color:#FFFFFF !important;
}

#tableCaractFiche {
	position: relative;
	clear: both;
	width: 205px;
	display: block;
	margin: 0;
	padding: 0;
}
#tableCaractFiche th {
	position: relative;
	text-align: right;
	width: 90px;
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-weight: normal;
}
#tableCaractFiche tr.spaceRow{
	background-image:url(../img/fiche_rowsep.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
#tableCaractFiche td {
	text-align: left;
	width: 95px;
	padding: 0px 0px 0px 10px;
	margin: 0;
	vertical-align: middle;
	font-weight: bold;
	/* --> Couleur */
}
#tableCaractFiche th img{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
}
#tableCaractFiche th.icon {
	height: 30px !important;
	padding: 12px 0px 0px 0px;
}
#content a.ficheLinkMore {
	/* --> Couleur */
	text-decoration: none !important;
	padding-right: 10px;
	background-position: center right;
	background-image:url(../img/more_fiche.gif);
	background-repeat:no-repeat;
}

	/* Bloc de commande de la fiche produit */
	/* Bloc de commande de la fiche produit */
#coutFiche2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 197px;
	padding: 0;
	margin:  0;
}
#coutBlock {
	width: 197px;
	height: 71px;
	display: block;
	margin: 10px auto 2px auto;
	padding: 0px;
	background-position: center right;
	background-repeat: no-repeat;
}
#etatStock {
	float: left;
	display: block;
	width: 53px;
	height: 71px;
	margin: 0px;
	padding: 0px;
}
#etatStock div {
	display: block;
	width: 53px;
	height: 71px;
	background-position: center left;
	background-repeat: no-repeat;
	text-indent: -500em;
	overflow: hidden;
}
#prixProduit span, #quantiteProduit span {
	display: none;
}
#prixProduit {
	position: relative;
	height: 28px;
	padding: 12px 7px 0px 0px;
	margin: 0px 0px 0px 53px;
	text-align: right;
	font-size: 2.1em;
	font-weight: bold;
	color: #3DAAEA;
}
#quantiteProduit {
	position: relative;
	height: 25px;
	padding: 5px 7px 0px 0px;
	margin: 0px 0px 0px 53px;
}
#pQtt {
	display: block;
	position: absolute;
	right: 7px;
	bottom: 7px;
	width: 50px;
	height: 14px;
	margin: 0;
	color: #797979;
	font-size: 0.9em;
}

	/* Bloc frais de livraison de la fiche produit */
#transBlock {
	position: relative;
	width: 197px;
	height: 65px;
	padding: 6px 0px 0px 0px;
	background-image: url(../img/prix/prix_livraison_bg_right.gif);
	background-position: right 6px;
	background-repeat: no-repeat;
}
#transportArrow {
	display: block;
	position: absolute;
	top: 0px;
	left: 21px;
	width: 11px;
	height: 7px;
	background-image: url(../img/prix/prix_livraison_arrow.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#transportArrow span{
	display: block;
	left: 21px;
	width: 11px;
	text-indent: -500em;
	overflow: hidden;
}
#helpIcon {
	display: block;
	position: absolute;
	top: 25px;
	right: 1px;
	width: 9px;
	height: 13px;
	background-image: url(../img/prix/help_icon.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
a.helpLinkTip {
	position: relative;
	width: 9px;
	height: 13px;
	display: block !important;
	margin: 0;
	padding: 0;
	z-index: 200;
}
a.helpLinkTip span {
	display: none;
}
#transportTitle {
	float: left;
	width: 53px;
	height: 49px;
	margin: 0px !important;
	padding: 0px !important;
	background-image: url(../img/prix/prix_livraison_left_icon.gif);
	background-position: center left;
	background-repeat: no-repeat;
	text-indent: -500em;
	overflow: hidden;
}
div.transportData {
	position: relative;
	height:  18px;
	margin: 0px 0px 0px 50px;
	padding: 6px 0px 0px 10px;
}
#belgiumFlag, #frenchFlag {
	float: left;
	display: block;
	width: 16px;
	height: 11px;
	margin: 1px 0px 0px 0px;
	background-position: center center;
	background-repeat: no-repeat;
}
#belgiumFlag span, #frenchFlag span {
	display: none;
}
#belgiumFlag {
	background-image: url(../img/prix/prix_belgique_flag.gif);
}
#frenchFlag {
	background-image: url(../img/prix/prix_france_flag.gif);
}
span.transportPrice {
	font-size: 1.2em !important;
	font-weight: bold;
	letter-spacing: 0.05em !important;
	color: #666666 !important;
	margin: 0px 7px 0px 7px !important;
}
span.transportPrice2 {
	font-size: 0.85em !important;
	color: #666666 !important;
	margin: 0px 7px 0px 7px !important;
}
span.transportTime {
	padding: 0px 0px 0px 25px;
	font-size: 1.2em !important;
	color: #3DAAEA;
	font-weight: bold;
	background-image: url(../img/prix/prix_livraison_link.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#transportLink {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	background-image: url(../img/prix/prix_international_tarifs.gif);
	text-indent: -500em;
	overflow: hidden;
}
#transportLink a {
	width: 197px;
	height: 16px;
	display: block;
	margin: 0px;
	padding: 0px;
}

/*				soldes_picto
------------------------------------------------*/
#soldes_picto {
	width: 16px;
	height: 34px;
	position: absolute;
	top: 14px;
	right: -13px;
	margin: 0;
	padding: 0;
}
#soldes_picto a{
	display: block;
	width: 16px;
	height: 34px;
	margin: 0;
	padding: 0;
}
span#prix_solde {
	display:inline !important;
	text-decoration: line-through;
	font-size: 0.5em !important;
	margin-right: -5px !important;
}

#addFavFiche, #addCartFiche {
	position: relative;
	width: 195px;
	height: 40px;
	display: block;
	margin: 0;
	padding: 5px 0px 0px 0px 0px;
	background-image:url(../img/fiche_arrow_button.gif);
	background-repeat:no-repeat;
	background-position: 14px top;
}
#addFavFiche A, #addCartFiche A{
	position: absolute;
	right: 0px;
	top: 5px;
	width: 125px !important;
	height: 35px !important;
	display: block;
	margin: 0 !important;
	padding:0 !important;
}

/* 	Bloc des détails (dimensions, etc.) du produit
--------------------------------------------------------*/
#ficheDetails {
	position: relative;
	width: 100%;
	height: 46px;
	display: block;
	padding: 0;
	margin: 10px 0px 10px 0px;
	/* --> Couleur */
	background-position:center left;
	background-repeat:no-repeat;
}

#ficheDetails ul {
	position: relative;
	margin: 0px 0px 0px 46px;
	height: 46px;
	padding: 0;
	list-style-type: none;
	display: block;
}

#ficheDetails ul li {
	position: relative;
	width: 130px !important;
	height: 15px !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#ficheDetails ul li span.detailsLabel {
	width: 60px;
	height: 15px;
	text-align: right;
	padding: 0;
	margin: 0;
}
#ficheDetails ul li span.detailsTxt {
	display: block;
	width: 60px;
	height: 15px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: -15px 0px 0px 60px;
	font-weight: bold;
	/* --> Couleur */
}
#ficheDetails ul li img {
	margin: 3px 0px 0px 0px !important;
	padding: 0  !important;
}

#ficheDetails li.detailsQuatre, #ficheDetails li.detailsSept {
	margin-top: -45px !important;
}
*html #ficheDetails li.detailsQuatre, *html #ficheDetails li.detailsSept {
	margin-top: -51px !important;
}

#ficheDetails li.detailsUn, #ficheDetails li.detailsDeux, #ficheDetails li.detailsTrois {
	margin-left: 10px !important;
}
#ficheDetails li.detailsQuatre, #ficheDetails li.detailsCinq, #ficheDetails li.detailsSix {
	margin-left: 150px !important;
}
#ficheDetails li.detailsSept, #ficheDetails li.detailsHuit, #ficheDetails li.detailsNeuf {
	margin-left: 290px !important;
}

/*	Tableau de couleurs produits
-----------------------------------*/
#colorForm {
	width: 100%;
	background-image: url(../img/fiche_color_top_table.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#colorForm table{
	margin: 0px auto;
	background-color: #F4F4F4;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
#colorForm table td{
	height: 25px;
	vertical-align: middle;
	border-bottom: 1px dotted #D4D4D4;
	padding: 0px 0px 0px 5px;
}
#colorForm table td.choice {
	text-align: center;
	padding-right: 5px;
}
#colorForm table td.choice.even{
	border-right: 1px solid #D4D4D4;
}

#colorForm table td.title {
	text-align: left;
	font-weight: bold;
	color: #444444;
	padding-left: 10px;
	background-image: url(../img/fiche_color_arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#colorForm table td.stock {
	text-align: right;
	color: #666666;
	font-size: 90%;
}
#colorForm table td.checked {
	background-color: #D6EDFD;
}
#colorForm table td.title.checked {
	color: #FF4EA3;
}

#colorForm table tr.last td {
	border-bottom: 1px solid #D4D4D4;
}



/*	Bloc de description du produit
---------------------------------*/
div.addInfo {
	position: relative !important;
	margin: 10px 0px;
	padding: 0px 0px 0px 50px;
	height: 31px;
	background-color: #F6FBFE;
	color: #333333;
	background-image: url(../img/fiche_addInfo_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
div.addInfo p{
	padding: 7px 5px 0px 0px !important;
	margin: 0px !important;
}
div.addInfo span.addInfoCorner {
	position: absolute;
	top:  0px;
	right: 0px;
	width: 5px;
	height: 31px;
	padding: 0px !important;
	margin: 0px !important;
	background-image: url(../img/fiche_addInfo_bg2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div.addInfo span.addInfoTitle {
	position: absolute;
	top:  0px;
	left: 0px;
	width: 50px;
	height: 31px;
	display: block;
	text-indent: -500em;
	overflow: hidden;
	background-image: url(../img/fiche_addInfo_title.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#ficheComment, #ficheComment2 {
	position: relative;
	display: block;
	margin: 15px auto;
}
#ficheVideo {
	position: relative;
	display: block;
}
#ficheVideo #player{
	margin: 5px auto;
	border: 1px solid #D4D4D4;
}

#aboutFrn {
	display: table;
}

#aboutFrn img {
	position: relative;
	float: left;
	margin-right: 10px;
	display: block;
	border: 2px solid #D4D4D4;
}

/*	Tableau de dimensions supplémentaires
-----------------------------------------*/
#sizeForm {
	padding-top: 10px;
	background-image: url(../img/fiche_color_top_table_2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#table_dim_supp {
	margin: 0px auto;
	padding: 0;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
}
#table_dim_supp tr.thRow {
	background-color: #DCEDFB;
}

#table_dim_supp th {
	 border-bottom: 1px solid #D4D4D4;
	 padding: 0px 10px;
	 margin: 0;
	 height: 13px !important;
	 font-weight: bold;
	 font-size: 9px;
	 color: #3DAAEA;
	 text-transform: uppercase;
	 background-repeat:no-repeat;
	 background-position:center center;
}
#table_dim_supp th.thLongueur {
	width: 50px;
}
#table_dim_supp th.thLargeur {
	width: 50px;
}
#table_dim_supp th.thHauteur {
	width: 50px;
}
#table_dim_supp th.thPrix {
}
#table_dim_supp th.thSelect {
	width: 50px;
}

#table_dim_supp tr.first td {
	border-top: none !important;
}
#table_dim_supp td {
	height: 20px;
	border-top: 1px dotted #D4D4D4;
	text-align: center;
	margin: 0;
	padding: 0px 5px;
	white-space: nowrap;
	background-color: #F4F4F4;
}
#table_dim_supp td.dimSupPrix {
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
	width: 70px;
	color: #FF4EA3 !important;
	font-size: 12px;
}
#table_dim_supp th.thPrix {
	padding: 3px 20px !important;
}
/*	Outil de sélection des couleurs
-----------------------------------------*/
#colorSelector {
	width: 427px;
	height: 44px;
	display: block;
	margin: 5px auto 15px auto;
	padding: 6px 0px 0px 50px;
	background-color:#F6FBFE;
	border: 1px solid #C2E5FA;
	background-image:url(../img/color_select_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#colorSelector p{
	position: relative;
	width: 250px;
	height: 44px;
	text-align: left;
	float: left;
	display:compact !important;
	margin: 0;
	padding: 0;
}
#selectInput {
	float: right;
	display: block;
	height: 30px;
	padding: 10px 5px 4px 15px;
	margin: 0;
	background-image:url(../img/arrow_right.gif);
	background-position:left 11px;
	background-repeat:no-repeat;
}
#selectInput select {
	height: 20px;
	border: 1px solid #C2E5FA;
	font-size: 0.9em;
	color: #555555;
}
/*	Page d'accueil des Collections
-----------------------------------------*/
div.collBlock {
	position: relative;
	width: 220px;
	min-height: 270px;
	margin: 0px 0px 20px 0px;
	padding: 0px 6px 0px 6px;
}
*html div.collBlock {
	height: 270px;
}


#collThird {
	margin: -580px 0px 0px 247px !important;
}
#collFourth {
	margin: 20px 0px 0px 247px !important;
}
p.collP {
	width: 210px;
	padding: 5px;
	margin: 0;
	line-height: 1.3em;
}
div.collLink {
	width: 210px;
	height: 9px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
}

#collSpacer {
	width: 100%;
	height: 200px;
	display: block;
}
#ktoolForm {
	display:none;
}

/*-------- Liste des marques--------*/
ul.brands {
	width: 100px;
	list-style-type: none;
	color: #FFFFFF !important;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 10px 5px;
	float: left;
}
ul.brands.col1{
	float: left;
}
ul.brands li {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: url(../img/ul_brands.gif) no-repeat center left;
}
ul.brands li a{
	display: block;
	margin: 0px;
	padding: 0px;
}
#clearCol {
	position: relative;
	width: 100%;
	display: block;
	height: 1px;
	border-style: none none dotted;
	border-color: #C4C4C4;
	margin: 0px;
	padding:  0px;
}
/*---------------------------------*/
/*     	   Tips     	           */
/*---------------------------------*/

/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}


/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */
/* CSS to go with Prototip.Styles */
.prototip {
	font-size: 10px;
	color: #333333;
}
/* the default style */
.prototip .default {
	width: 150px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #CEE5FA;
	font-weight: bold;
	color: #3DAAEA;
}
.prototip .default .title { padding: 3px; }
.prototip .default .content {
	padding: 5px;
	background: #F6FBFE;
	line-height: 13px;
	color: #555555;
}
.prototip .default .content p {
	margin: 0px 0px 3px 0px !important;
}
.prototip .default .content strong {
	color: #3DAAEA !important;
}