/* fiche produit **************/
.product-info-box{
	min-height: 525px;
}
.product-name{
    color:#CF34AB;
    margin:50px 0 5px 0;
    font-size: 16px !important;
}

#product-attribute-specs-table tbody tr{
   display: none; 
}


#contenu img {
    float: left;
    border:1px solid #E7E7E7;
    margin:0 5px 13px 0;
    padding:3px;
}

/* Contenant toute les informations à droite de l'image */
.product-collateral{
    float:left;
    width:380px;
    height:423px;
    margin-left:12px;
    position: relative;
}

#nom_des_parents{
	font-style:italic;
}

#attribut{
	/*position:absolute;*/
	min-height:50px;
}

#ficheDeCulture_temp{
	float:left;
	width:190px;
}

#temp img{
	padding:0;
	margin:0 0 4px 0;
}

#ficheDeCulture_temp img{
	border:none;
}

#indicateurs_taille{
	float:left;
}

#indicateurs_taille img{
	border:none;
	padding:0;
	margin:0 0 8px 10px;
}

#fiche{
	clear:both;
}

#indicateur_1{
	margin-top:16px;
}

#indicateur_2{
	clear:both;
}

#taille{
	clear:both;
}

#fiche a{
	width:187px;
	height:57px;
	background:url(../images/fiche_culture.png) no-repeat;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:15px 20px 2px 20px;
}

#fiche a:hover{
	text-decoration:underline;
}

#contenu span.regular-price {
   
    background-image: url(../images/prix.jpg);
    background-repeat: no-repeat;
    width: 125px;
    height: 50px;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 0 65px;
    vertical-align: middle;
    line-height: 50px;
    /*margin: 30px 0 0 0;*/
    color: #000000 !important;
}

#contenu div.prix_panier div.price{
   background-image: url(../images/prix.jpg);
	background-repeat: no-repeat;
	color: #000000 !important;
	display: block;
	float: left;
	font-family: Verdana;
	font-weight: bold;
	height: 50px;
	letter-spacing: -1px;
	margin: 0px 0 0;
	padding: 15px 0 0 58px;
	vertical-align: middle;
	width: 129px;
	line-height: 15px;
}

#contenu div.price .old-price{
	font-size: 11px !important;
	text-decoration: line-through;
}

#contenu div.price .special-price{
	color: #3DB12B;
}

.add-to-holder{
   float: left;
}

.prix_panier{
	clear: both;
	position: absolute;
	bottom: 0px;
}

.prix_panier .regular-price{
	float: left;
}

#fichetexte{
	height:210px;
	min-height: 210px;
	overflow: hidden;
}

button.form-button {
    background: url(../images/ajout-panier.jpg) no-repeat transparent;
    border: none;
    width: 180px;
    height: 40px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding-left: 36px;
    cursor: pointer;
    margin:11px 0 0 10px;
	color:#8a096c;
}

button.form-button:hover>span {
	text-decoration:underline;
}

.out-of-stock {
    background: url(../images/rupture_stock.jpg) no-repeat transparent;
    border: none;
    width: 114px;
    height: 27px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000 !important;
    padding: 13px 0 0 65px;
	margin:10px 0 0 10px;
}


/* Crosselling **************/


#boutique_produits{
	background-color:#f8f8f8;
	margin-top: 70px;
}

.head h4{
	margin-top:30px;
}

#upsell-product-table tbody tr{ /* Conteneur des produits */
  display:block;
  width:790px;
  padding:0;
  margin:0;
}

#upsell-product-table tbody tr td{
	width:396px;
}


#upsell-product-table .product-image{
	float:left;
}

#upsell-product-table tbody tr td{ /* Cellule d'un produit */
   /* display:block;
    width:385px;
    float:left;*/
}


#upsell-product-table tbody tr td h5 a{ /* Lien sur le titre du produit */
    width:240px;
    float:left;
    text-align:left;
    text-decoration:none;
    color:#D549B3;
    font-size:14px;
    font-weight: bold;
}

#upsell-product-table tbody tr td h5 a:hover{
   text-decoration: underline;
}

#upsell-product-table tbody tr td span.regular-price {   /* Prix du produit */
    background: none;
    display: block;
    height: auto;
    line-height: 13px;
    margin:  0;
    padding: 0;
    width: auto;
    font-weight: bold;
}

#upsell-product-table tbody tr td .special-price {
    background: none;
    display: inline;
    height: auto;
    line-height: 13px;
    margin:  0;
    padding: 0;
    width: auto;
    font-weight: bold;
    color: #000000;
}

#upsell-product-table tbody tr td .special-price  span.price-label{
    color:#3DB12B;
    background:transparent url(../images/btn_promo.gif) no-repeat scroll 0 0;
    padding-left:19px;
}



.upselling_informations {
	margin-left:138px;
	position:absolute;
}

#upsell_liens {
	float:left;
	margin-top:110px;
}

#upsell_liens div.out-of-stock {
	background: none;
	margin: 6px 0 0 0;
	padding: 0;
	font-weight: bold;
}

#upsell_liens button.form-button {
	font-weight: normal;
	margin: 0;
	width: auto;
}