html body
{     
text-align: center;
background-color:#570054;
}

html body, table
{
  font-family: Verdana, Helvetica, Sans serif;
  font-size: 8pt;  
  font-weight: normal;
  font-style : normal;
  text-decoration: none;
  color:#510253;
}


* {
	margin: 0px;
	Xpadding: 0px; /* supprimé pb avec les padding par défaut des tableaux d'osc */
}

img {
  border: 0px;
}

br {
  height: 10px;
  font-size: 10px;
}

A {
  color: #510253;
  text-decoration: none; 
}

A:hover {
  color: #b271b3;  
  text-decoration: underline;
}



td.smallText A {
  color: #6F4201;
  text-decoration: none; 
}

td.smallText A:hover {
  color: #6F4201;
  text-decoration: underline;
}


/* lien general */
a.lien_gen, a.lien_gen:active, a.lien_gen:visited, a.lien_gen:link
{
 color: #510253;
 text-decoration: none;
 font-weight:bold;
}

a.lien_gen:hover 
{
 color:#000;
 text-decoration: underline;
 font-weight:bold;
}

/* lien transitions entre pages */
a.pageResults
{
  color: #00369c;
}

a.pageResults:hover
{
  color: #00369c;
  text-decoration: underline;
}


/* texte general */
span.text_gen_1
{
  color:#570054;
  font-weight:bold;
}

/* msg erreur general */
span.errorText
{
  color: #00369c;
  Xfont-weight:bold;
}

/* msg stacks */
.messageStackError, .messageStackWarning
{
  font-size: 10px; 
  background-color: #510253;
  color: #fff;
}

.messageStackSuccess 
{
  font-size: 10px;
  background-color: #DFC087;
  color: #6C430B;
}

/* msg notification produit apres commande */
.productsNotifications
{
  background: #DFC087;
  color: #6C430B;
}

/* msg champs requis */
.inputRequirement
{ 
  font-size: 10px;
  color: #00369c;
}


/* __________________________________ structure _______________________________ */

img#imgHome{
 position: absolute;
 width: 190px;
 height: 170px;
 left:20px;
 top:40px; 
}

div#page
{
  position: relative;
  Xmargin-left: auto;
  Xmargin-right: auto;
  width: 1002px;
  text-align: left;  
  
  background-image: url("../images/footer.gif");
  background-position:bottom center;
  background-repeat :no-repeat;  
  
  background-position: 18px bottom;
  
}


div#page2
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1002px;
  background-image: url("../images/bg_body.jpg"); 
  background-repeat: repeat-y;   
}



div#header
{
  height: 232px;
  width: 1002px;
  z-index:1;
  display: block;
  background-image: url("../images/head.jpg");  
  
}

div#colonne_gauche
{
  float:left;
  margin-left:32px;
	width: 141px;
	z-index: 2;
	display: inline; /* corrige un bug sous ie6 qui double les marges quand on a un float */
	
	margin-bottom:100px; /* pour l'image de footer */	
}


div#colonne_milieu
{
  float:left;
  margin-left:15px;
  background-color: #eadcea;
	width:632px;
	min-height: 700px;
	_height: 700px;
	z-index:2;	
	display: inline; /* corrige un bug sous ie6 qui double les marges quand on a un float */
	
	xmargin-bottom:100px; /* pour l'image de footer */
	
}

div#main_cont{
	width:619px;
	Xpadding-left: 7px;
	Xpadding-right: 6px;
	margin-left:7px;
}



div#colonne_droite
{
  float:left;   
  margin-left:10px; 
  
	width:141px;		
	z-index:2;
  display: inline; /* corrige un bug sous ie6 qui double les marges quand on a un float */
  
  margin-bottom:100px; /* pour l'image de footer */

  
}



div#footer
{     
  position:relative;
  clear:both;    
  width:964px;
  height:95px;
  text-align:center;
  Xbackground-image: url("../images/foot.jpg");   
  margin-bottom:0px;
  margin-left:18px;
}



img#paiementSecu
{
  position:absolute;
  top:30px;
  left:175px;
  width:119px;
  height:67px;
}

div#infosLegales
{
  position:absolute;
  left:135px;
  top:45px;
  width:700px;
  height:20px;  
  text-align:center;
  Xborder:1px solid red;
  color: #570054;
}

div#infosLegales a
{  
  color: #570054;
}


div#adresse1
{
  position:absolute;
  left:350px;
  top:45px;
  width:400px;
  height:20px;  
  text-align:center;
  color:#999;
  Xborder:1px solid red;
}

div#adresse2
{
  position:absolute;
  left:350px;
  top:62px;
  width:400px;
  height:20px;  
  text-align:center;
  color:#999;
  font-size:15px;
  Xborder:1px solid red;
}

div#conception
{
  position:absolute;
  left:200px;
  top:135px;
  width:700px;
  height:20px;  
  text-align:center;
  Xborder:1px solid red;  
}

img#retourIndex
{
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 170px; 
  height: 130px;   
  z-index:2;
  Xborder:1px solid red;
}

div#chemin
{
  position: absolute; 
  top:202px;
  left:195px;
  width: 520px; 
  height: 16px; 
  z-index:2;
  Xborder:1px solid red;
  font-weight: bold;
}

div#boutonMenuCompteCommander
{
  position: absolute;
  top:20px;
  right:30px;  
  height: 20px; 
  text-align:right;  
  color : #fff;
}

div#boutonMenuCompteCommander a
{
  color: #fff;
}

div#boutonSession
{
  position: absolute;   
  width:100%;
  Xheight: 50px;      
  text-align:center;
  color:#000;  
  margin-top:15px;
  
}

div#boutonSession a
{
  color : #fff;
}


/* liens bouton menu */
a.txtBoutonMenuTitle
{
  color:#6C430B;
  font-weight:bold;
  text-decoration: none;
}

a.txtBoutonMenuTitle:hover
{
  color:#6C430B;
  font-weight:bold;
  text-decoration: underline;
}


/* liens trailer */
a.headerNavigation
{ 
  color: #b271b3; 
  text-decoration: none;
}

a.headerNavigation:hover
{
  color: #b271b3; 
  text-decoration: underline;
}

span.headerNavigation
{
  color:#b271b3;
}

/* menu categories */
a.categories_level0
{
  font-family: Arial;
  color: #7078b6;  
  padding-left:5px;
}

a.categories_level0:hover
{
  color:#000;
  text-decoration: underline;
  padding-left:5px;
  
}

a.categories_level1
{
  font-family: Arial;
  color:#db75cb;
  padding-left:5px;
}

a.categories_level1:hover
{
  text-decoration: underline;
  color:#000;
  padding-left:5px;
}

a.categories_current
{
  font-family: Arial;
  color:#7078b6;
  font-weight:bold;
  padding-left:5px;
}

a.categories_current:hover
{
  color:#000;
  text-decoration: underline;
  font-weight:bold;
  padding-left:5px;
}


div.categories_list, td.categories_list{
  display: inline;
  float: left;
  margin-left: 3px;
  width: 148px;
  height: 175px;
  text-align: center;
  padding-top: 12px;
  background-image: url("../images/bg_sscategories-13.jpg");
  background-repeat: no-repeat;
  font-size: 13px;    
}

.categories_list a{
  color:#fff;
  font-weight:bold;
}

.categories_list a:hover{
  color:#000;
  font-weight:bold;
  text-decoration: underline;  
}


/* __________________________________ box critères 3 et 4 (marque/modele)_______________________________ */
div#ConteneurBoxCrit34
{
  position:absolute;
  top:160px;
  left:180px;   
  width: 123px;      
  height:50px;
  Xborder:1px solid red;
}

/* _______________________________________ box recherches ____________________________________________ */
div#ConteneurSearch
{
  position:absolute;
  top:160px;
  left:320px;   
  width: 130px;      
  height:50px;
  Xborder:1px solid red;
}


input#boxSearchGo
{
  position: absolute;
  left: 105px;
  top: 48px;
}

div#boxSearchInput
{
  position: absolute;
  top: 45px;
  left: 10px;
  width: 93px;
  height: 19px;
}

div#boxSearchText
{
  position: absolute;
  width:130px;
  top: 27px;
  left: 10px;
  color: #510253;
}

div#boxSearchAdvanced
{
  position:absolute;
  top:67px;
  left:10px;
  width:115px; 
}

div#boxSearchAdvanced a
{
  color: #6B440D;
}

div#boxSearchAdvanced a:hover
{
  color: #6B440D;
  text-decoration : underline;
}


/* _______________________________________ separeteurs recherches ___________________________________ */
img#SeparateurRecherches
{
  position:absolute;
  top:160px;
  left:310px;
  width:3px;
  height:48px; 
}






/* _____________________________________________ box generique _____________________________________________ */

div.ConteneurBoxGen
{
  position:relative;
  width: 141px;
  Xborder:1px solid blue;    
}


div.headBoxGen
{
  position:relative;
  width: 141px;
  height: 19px;  
  background-image: url(../images/HeadCategories_box.gif);  
}

div.mainBoxGen
{  
  position:relative;  

  width: 141px;  
  background-color: #fff;  
  background-image: url(../images/flt_menu.jpg);  
  background-repeat:repeat-y;
  color: #b271b3;  
  
}

div.mainBoxGen2
{    
  
  margin-left:5px;   
  margin-right:5px;  
}

div.footBoxGen
{
  position: relative; 
  width: 141px;
  height: 9px;
  font-size: 0px;
  background-image: url(../images/foot_menu.gif);
}


div.headTitleBoxGen
{
  position: relative;
  width: 100%;
}

/* lien + d'infos box */
div.headLinkBoxGen
{
  position:absolute;
  Xborder:1px solid red;
  top: 3px;
  right: 7px;
}







/* _____________________________________________ box categories _____________________________________________ */
div.headBoxCategories
{
  position:relative; 
  width: 141px;
  height: 48px;
  background-image: url(../images/head_catalogue.jpg);
  background-repeat: no-repeat;
}


div.mainBoxCategories
{
  position:relative;  
  
  width: 141px;
  border: 0px;
  padding-top:0px;
  padding-bottom:0px;
  Xpadding-left:10px;
  Xpadding-right:10px;
  background-color: #fff;   
  
  min-height:200px;
  _height:200px;
  
  background-image: url(../images/flt_menu.jpg);
  background-repeat: repeat-y;  
 
}

div.footBoxCategories
{
  position: relative;  
  width: 141px;
  height: 9px;
  font-size: 0px;
  background-image: url(../images/foot_menu.gif);

}

/* _____________________________________________ box panier _____________________________________________ */
div.headBoxShoppingCard
{
  position:relative;  
  margin-top:20px;
  width: 141px;
  height: 38px;  
  background-image: url(../images/head_panier.jpg);    
}

div.footBoxShoppingCard
{
  position:relative;  
  width: 141px;
  height: 49px;  
  background-image: url(../images/foot_panier.jpg);  
  
  
  display:block;
}



/* _____________________________________________ box avantages _____________________________________________ */
div.headBoxAvantages
{
  position:relative;  
  margin-top:20px;
  width: 141px;
  height: 48px;  
  background-image: url(../images/head_avantages.jpg);  
}

/* _____________________________________________ box news  _____________________________________________ */
div.headBoxNews
{
  position:relative;  
  margin-top:20px;
  width: 141px;
  height: 48px;  
  background-image: url(../images/head_nouveautes.jpg);   
}

/* _____________________________________________ box partenariat  _____________________________________________ */
div.headBoxPartenariat
{
  position:relative;  
  margin-top:20px;
  width: 153px;
  height: 37px;  
  background-image: url(../images/head_partenariat.gif);
}

/* _____________________________________________ box promotions  _____________________________________________ */
div.headBoxPromotions
{
  position:relative;  
  margin-top:20px;
  width: 141px;
  height: 48px;  
  background-image: url(../images/head_promos.jpg);  
}

/* _____________________________________________ best sellers  _____________________________________________ */
div.headBoxBestSellers
{
  position:relative; 
  margin-top:20px;
  width: 141px;
  height: 48px;
  background-image: url(../images/head_topsventes.jpg);
}

/* _____________________________________________ best tell a friend  _____________________________________________ */
div.headBoxTellafriend
{
  position:relative;  
  margin-top:20px;
  width: 141px;
  height: 48px;
  background-image: url(../images/head_envoyerami.jpg);
}

/* _____________________________________________ best reviews (avis)  _____________________________________________ */
div.headBoxReviews
{
  position:relative;  
  margin-top:20px;
  width: 141px;
  height: 49px;
  background-image: url(../images/head_avis.jpg);
}



/* _____________________________________________ box notifications  _____________________________________________ */

div.headBoxNotifications{
  position:relative;  
  width: 141px;
  height: 48px;
  background-image: url(../images/head_alertemail.jpg);
}

div.mainBoxNotifications
{
  position:relative;   
  height: 132px;  
  
  margin-left:0px;
  margin-right:0px;

  Xwidth: 134px;   /*Il faut éviter de donner un "width" à un élément qui possède des padding latéraux (gauche/droite) ou des bordures latérales. Préférer donner des margin externes à cet élément.*/
  border:0px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:10px;
  padding-right:10px;
  
  
  background-image: url(../images/boxNewsproduits.gif);  
  
}

div.main2BoxNotifications
{
  position:absolute;
  top:45px;
}



/*_____________________________________________ box search _____________________________________________ */

div#conteneurBoxSearch
{
  position:relative;  
  width:141px;
  height:90px;
  background-image:url("../images/bg_recherche.jpg");    
  background-repeat:no-repeat;
}

div#mainBoxSearch
{
  position:relative;
  
  top:0px;
  left:0px;
  height:100%;
  
  background-image:url("../images/fd_moteur.gif");    
  background-repeat:no-repeat;
  padding:5px;
}

/* _____________________________________________ contents accueil _____________________________________________ */

div#accueil
{
  position:relative;
  width:610px;
  height:187px;  
  background-image:url("../images/bg_accueil.jpg");
  background-repeat:no-repeat;
}

div#accueilGreetings
{
  position: relative;
  padding-top: 30px;
  padding-left: 210px;
  width:390px;
  color:#654009;
  text-align: left;  
}

div#accueilIntro
{
  position:relative;
}

div#promos
{
  position: relative;
  Xborder:1px solid red;
  width:620px;
}

div#news
{
  position: relative;  
  width:620px;
  height:208px;  
}

img.news_promos
{
  border:0px;
}

img.imgPromo1
{
  border:0px;
  float: left;
  display: inline;
  width: 287px;
  height: 153px;
  margin-top:10px;  
}

img.imgPromo2
{
  border:0px;
  float: left;
  display: inline;
  width: 287px;
  height: 153px;
  margin-top:10px;
}

div.imgPromo3
{
  position:relative;
  float: left;
  
  border:0px;
  margin-top:10px;  
  display: inline;
  width: 287px;
  height: 153px;  
  background-image:url("../images/bg_promo-mauve.jpg");
  background-repeat: no-repeat; 
}

.promo_detail_product_price_small
{
  font-size: 14px;
  font-weight: bold;
  color: #6C430B;
  text-align: center;
}

img.promo_detail_img
{
  position:absolute;
  top:40px;
  left:10px;
  width: 100px;
  height: 100px;
}

div.promo_detail_price
{
  position: absolute;
  left:145px;
  bottom:25px;
  width:120px;
  height:30px;
  text-align:center;
}

div.promo_detail_name
{
  position: absolute;
  left:145px;
  top:30px;
  width:120px;
  height:70px;
  text-align:center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;  
}

div.promo_detail_desc
{
  position: absolute;
  left:150px;
  top:40px;
  width:120px;
  height:30px;
  
  font-size:9px;
  border:1px solid blue;
  color:#fff;
}


div.news_promos
{
  position:relative;
  margin-top: 5px;
  width: 620px;
}

div#accueilUpcomingProducts
{
  position: relative;
  margin-top:10px;
}

/* message intro */
span.greetUser
{
  font-size: 12px;
  color: #00369c;
  font-weight: bold;
}

a.greetLink
{
 color: #00369c;
 text-decoration: none;
}

a.greetLink:hover
{
 color:#00369c;
 text-decoration: underline;
}


/* _____________________________________________ contents heading ___________________________________________ */


h1 {
margin-left: 0px;
margin-bottom: 15px;
font-size: 18px;
font-weight: bold;
color: #510253;
}

/* utilisé pour les deux colonnes du heading */
TD.pageHeading, DIV.pageHeading
{
  font-size: 20px;
  font-weight: bold;
}

td.pageHeading span.product_price{
 color: #6C430B;
}

table#enTeteContentGen
{
  position:relative;
  height:68px;
  width:619px; 
  background-image:url("../images/bg_title_cat.jpg");     
 
}


/* headings qd visu picto rubrique */
div.pageHeadingBox
{
  position:relative;

  margin-right:10px;

  width:94px;

  height:60px;

  background-image:url(../images/b-gtitle_picto-sscategories.gif);
  background-repeat:no-repeat;
  
  Xbackground-position:0px 0px;  
  margin-top:8px;
  
  
}

img.pageHeadingBox
{
  position: relative;
  margin-top: 4px;
  margin-right: 20px;
}

/* headings qd pas visu picto rubrique */
div.pageHeadingBox2
{    
}

img.pageHeadingBox2
{
  position: relative;
  margin-top: -10px;
  margin-right: 10px;
}



/* _____________________________________________ general ___________________________________________ */

/* ligne (choix methode de paiement, methode de transport etc ...) */
.moduleRow
{
}

.moduleRowOver
{
  background-color: #777; cursor: pointer; cursor: hand;
}

.moduleRowSelected
{
  background-color: #aaa;
}

/* couleur prix normal */
span.product_price
{
  color: #222;
  font-weight: bold;  
}

/* couleur prix special */
span.product_special_price
{
  color: #E10404;
  font-weight: bold;
  font-size: 16px;
}


/* onglet de separation */
img.general_onglet
{
  position:relative;
  width:620px;
  margin-top:20px;
  margin-bottom:20px;  
  height:27px;
}

img.general_onglet_2
{
  position:relative;
  width:620px;
  margin-top:20px;
  margin-bottom:10px;  
  height:27px;
}


div.general_onglet
{
  position:relative;
  width:620px;
  margin-top:20px;
  margin-bottom:10px;  
  height:23px;
  background-color: #6F4201;
  padding-top:4px;
}


div.general_onglet_title
{
  position:relative;  
  color: #ffffff;
  font-size:12px;
  background-color: #6F4201;
}

/* _______________________________________ choix critere 3 et/ou 4 ________________________________________ */
table#choice_crit_3_4
{  
  position:relative; 
  width:704px;       
  background-color: #545454;  
}


div.choix_crit_3_4_elt
{
  position:relative;  
  float:left;
  text-align:center;
  padding-bottom:15px;
  padding-top:15px;
  width:100px;
  color: #6F4201;
  
  Xheight:100px;
}

div.choix_crit_3_4_elt a
{
  color: #6F4201;
  text-decoration: none; 
}

div.choix_crit_3_4_elt a:hover
{
  color: #6F4201;
  text-decoration: underline; 
}


/* __________________________________________ fiche detail produit ________________________________________ */

div#detail_cadre_gauche
{
  position:relative; 
  float:left;
    
  width:280px;
  height:298px;
  
  display: inline; /* corrige un bug sous ie6 qui double les marges quand on a un float */
  text-align: center;
  
  z-index:1;
  background-image: url("../images/bg_photo_detail.gif");
}


div#detail_cadre_droite
{
  position:relative;
  float:left;
  
  width:325px;
  
  _height:253px;
  min-height:253px;
    
  display: inline; /* corrige un bug sous ie6 qui double les marges quand on a un float */
 
}

div#detail_photo_main
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height:250px;
  margin-top:20px;
}

#img_detail_cont img{
  
}

#img_zoom {
  position: relative;
  float: right;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 21px;
  border: none;
}



div#detail_header
{  
  height:45px;
  width:325x;   
}

div#detail_header2
{  
  height:35px;
  width:325px;
  background-image:url(../images/bg_text_detail.gif);
  background-repeat:no-repeat;  
  padding-top:30px;
}

div#detail_product_reference
{
  font-size:12px;
  color:#570054;
  font-weight: bold;
  height:30px;    
  padding-left:10px;
}

div#detail_back
{   
  background-image:url(../images/flt_detail.gif);
  width:359px;  
  margin-left:-34px;
  
}


div#detail_footer
{
  background-image:url(../images/foot_detail.gif);
  height: 40px;
  width: 359px;
  margin-left:-34px;
}

div#detail_product_name
{
  padding-top: 10px;
  padding-left: 10px;
  color:#cd5ec5;
  width: 100%;
  font-weight:bold;
  font-size:18px;
  vertical-align: top; 
}



div#detail_product_price
{
  font-weight:bold;
  font-size:20px;
  color:#fff;
}


div#detail_bouton_ajouter
{
  background-image:url(../images/bt_ajouter.gif);
  background-repeat: none;
  width: 127px;
  height: 30px;
  padding-top: 5px;
}


div#detail_price
{
}


span.detail_product_price
{
  font-size:14px;
  font-weight:bold;
}


a#detail_bouton_avis
{
  position:absolute;
  left:60px;
  top:255px;
}


a#detail_bouton_retour
{

}


a#detail_bouton_ami
{

}


span.detail_product_price
{
  font-size:14px;
  font-weight:bold;
}

#detail_product_description
{
  min-height: 200px;
  _height: 200px;  /* hauteur min */    
  padding-left:44px;
  padding-right:10px;  
  color:#fff;
}

/* boite liste d'articles (produits liés, achetés également, nouveaux produit) */
td.infoBoxHeadingMiddle
{    
  height: 28px;  
  background-image:url("../images/flt_title-generik.gif");    
  color: #ffffff;
  font-size:12px;  
  padding-left:6px;
}

td.infoBoxHeadingLeft
{
  height: 28px;
  width: 75px;
  background-image:url("../images/leftBg_generik.gif");  
  color: #ffffff; 
}

td.infoBoxHeadingRight
{  
  height: 28px;    
  width: 28px;
  background-image:url("../images/plus_title-generik2.gif");
  background-repeat: no-repeat; 
  color: #ffffff;
}

/* img + d'infos */
td.infoBoxHeadingRightArrow
{  
  height: 28px;
  width: 28px;
  Xbackground-image:url("../images/rightBg_generik.gif");
  background-repeat: no-repeat;
  color: #ffffff;
  padding-right: 10px;
}

/* heading simple */
td.infoBoxHeading
{  
  height: 16px;    
  font-size: 10px;
  font-weight: bold;
  background-color: #444;
  color: #fff;  
}

td.infoBoxContents{
 color: #b271b3;
}

td.smallText span.product_price{
 color: #6C430B;
}

/* edition info pratenaires ... */
table.formArea {  
  border-color: #444;
  border-style: solid;
  border-width: 1px;
}

/* _______________________________________ liste de produits (CATEGORIE) ______________________________________ */
table.productListing
{
  Xborder: 1px solid #f00;  
  font-size: 10px; 
  
  background-image: url(../images/bg_resultat.gif);  
  
  background-position:0px 20px;
  
  background-repeat: repeat-y;
  
  border-collapse:collapse;
  margin:0px;
  padding:0px;
}


table.productListing td.productListing-heading
{      
  font-weight: bold;  
  
  vertical-align:middle;
  padding:0px;
  color:#fff;
  margin:0px;
  height:20px;
  background-color:#cd5ec5;  
}

/* colonne image */
table.productListing td.productListing-data0
{ 
  vertical-align:middle;
  
  padding-left:15px; 
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
}

table.productListing td.productListing-data0 img
{
  xborder:1px solid red;    
  display:block;
  
  padding:0px;
  
  margin:0px;
}

/* colonne nom produit */
table.productListing td.productListing-data1
{ 
  vertical-align:middle;  
  
  margin:0px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:5px;
  
  font-size:12px;
  
  
}

table.productListing td.productListing-data1 a
{
  color: #eadce9;
}


/* colonne prix */
table.productListing td.productListing-data2
{ 
  vertical-align:middle;  
  
  margin:0px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:5px;
  
  font-size:15px;
  font-weight:bold;
}





/* colonne detail */
table.productListing td.productListing-data3
{  
  vertical-align:middle;    
  
  margin:0px;
  
  padding-right:5px;
  XXpadding-top:5px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:5px;
}


/* lignes paires */
table.productListing tr.productListing-even
{      
  height:149px;     
  Xbackground-color:blue; 
  
  margin:0px;
  padding:0px;
}

/* lignes impaires */
table.productListing tr.productListing-odd
{  
  height:149px;   
  Xbackground-color:red;  
  
  margin:0px;
  padding:0px;   
}

/* _______________________________________ liste de produits PANIER ______________________________________ */


/* lien vers panier */
a.lien_shopping_card
{
  color: #510253;
  text-decoration: none;
  font-weight:bold;
}

a.lien_shopping_card:hover
{
  color: #654009;
  text-decoration: underline;
  font-weight:bold;
}


/* panier cas affichage uniquement nb produit et lien contenu */
div#shopping_card_count
{
  position: relative;
  width:130px;
  text-align: center;
  color: #654009;  
}


div#shopping_card_show_link
{
  padding-top: 4px;
  position: relative;
  text-align: center;
  width:130px;
}


/* ici !!! */


table.shoppingCardListing
{
  Xborder: 1px solid #f00;  
  font-size: 10px; 
  
  background-image: url(../images/bg_resultat.gif);  
  
  background-position:3px 20px;
  
  background-repeat: repeat-y;
  
  border-collapse:collapse;
  margin:0px;
  padding:0px;
}

table.shoppingCardListing td.productListing-heading
{    
  font-weight: bold;  
  
  vertical-align:middle;
  padding:0px;
  color:#fff;
  margin:0px;
  height:20px;
  background-color:#cd5ec5;
  text-align:center
}



/* cels */
/*table.shoppingCardListing td
{
  padding: 0px;
  margin:0px;
  vertical-align: middle;
  text-align: center;   
}*/

/* lignes */
table.shoppingCardListing td.productListing-data
{
  padding: 0px;
  vertical-align: middle;
  text-align: center;
}




/* colonne image + nom + options */
table.shoppingCardListing td.productListing-data0
{ 
  vertical-align:middle;
  
  padding-left:15px; 
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
  
}

table.shoppingCardListing td.productListing-data0 img
{
  xborder:1px solid red;    
  display:block;
  
  padding-right:10px;
  padding-left:0px;
  padding-top:0px;
  padding-bottom:0px;
  margin:0px;
  
}

table.shoppingCardListing td.productListing-data0 a
{
  color: #fff;
  font-weight: bold;
}

table.shoppingCardListing td.productListing-data0 a:hover
{
  color: #fff;
  font-weight: bold;
}

/* colonne quantité + total + supprimer */
table.shoppingCardListing td.productListing-data1, table.shoppingCardListing td.productListing-data3
{  
  vertical-align: middle;
  margin:0px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:5px;
}

table.shoppingCardListing td.productListing-data2
{
  color: #fff;
  font-weight: bold;
  font-size: 12px; 
  
  margin:0px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:5px;
}


/* lignes paires */
table.shoppingCardListing tr.productListing-even
{    
  height:149px;     
  Xbackground-color:blue; 
  
  margin:0px;
  padding:0px;
}

/* lignes impaires */
table.shoppingCardListing tr.productListing-odd
{  
  height:149px;   
  Xbackground-color:red;  
  
  margin:0px;
  padding:0px;
}