.cleaner  
{
  line-height: 5px ; 
}

.productDescription ul {
  margin-left: 20px ;
}


#product_title 
{
	clear:both; 
}


/* Product_info - Icones */

#product_icons /* Bandeau d'icones */
{
	padding-top:10px ;
	margin-left: 4px;
}
.product_icon /* icones individuelles */
{
	float:left; 
	text-align:center;
	margin-left:4px ;
}
/* Product Buttons - Bouttons d'info + acheter */

#product_buttons /* Principal */
{
        padding-top:10px ;
        clear:both;
	margin-left: 4px;
        text-align:center;
}
.product_button /* boutons individuels */
{
        float:left;
        text-align:center;
        margin-left:4px ;
}

.discountProductPrice {
	font-weight:bold ;
	color: red ;
	text-decoration: line-through ;
}


/* Infobulles */

a.tooltip em {
    display:none;
}

a.tooltip:hover {
    border: 0;
    position: relative;
    text-decoration:none;
}

p.tooltip a em
{
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    width:370px;
    left: +10px;
    top: 20px;
    top: 60px !important! ; /* MSIE HACK */
    padding: 5px; 
    line-height:1.3;
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: +15px;
    height: 7px;
    width: 11px;
    background: transparent url(../images/infobulle.gif);
    margin:0;
    padding: 0;
    border: 0;
}

/* Info Rouge/Vert/Bleu */
.popup_anchor div.popup{
   position: absolute;
   visibility: hidden;
   z-index: 10;
   top: 0px;
   left: 80px;
   width: 640px;
   line-height:1.8em;
   padding: 10px 10px 10px 10px ;
   background: #ffc;
   border:1px solid black ;
}
		
div:hover.popup_anchor div.popup{
   visibility: visible;
}
		
div .popup_anchor div:hover.popup{
   visibility: visible;
}

.product_container 
{
   padding-left:5px;
   width:550px;
   margin:auto;
}

/*
.productDescription {
  float:left;
  margin:auto;
}
*/
.productDescription * {
  color:navy;
  line-height:1.8;
}


/* Photo */
/*
.product_photo {
  margin:75px;;
  text-align: center ;
  text-decoration:none;
  padding-top:20px;
  padding-right:50px; 
}
*/

.zoom {
float:right;
width:75px; z-index:100; }

.zoom a {
 float:right;
 /* padding-right:50px !important!;  */
 margin-right:0;
 width:75px;
 height:75px;
 text-decoration:none;
 }
a img.large {
 visibility:hidden ;
}


a:hover .large {
 
 position:absolute;
/* left:-480px !important!;*//* hack ie7 pff */
 right:+450px;
 right:400px !important!; /* hack ie7 pff */
 width:auto;
 height:auto;
 visibility:visible;
 background: black;
 padding:3px;
 z-index:120; 
}


.pchrono
{
	padding:5px;
	border:1px;
	border-style:dashed;
	border-color:black;
 	background:yellow;
	color:red;
	font-weight:bold;
	height:25px;
	line-height:25px;
	width:400px;
}
td.cthead
{
        border: 1px solid grey;
        text-align:center;
        font-weight:bold;
}
tr.odd
{
        background-color: #e5ecf9;
}
.desc
{
        list-style: circle;
        font-weight: bold;
}

