/*  

Copyright © 2006 Troll d'idées. Tous droits réservés.

Catalogue : Liste des produits
Thème : Phlox

Créé le : 15/03/2007
*/

/* produits */
.produits .affichage {
	float: right;
	width: 54px;
	padding: 10px 0 0 0;
	margin: 0;
}

.produits .affichage li {
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 360px;
	height: auto!important;
	height: 360px;
}

.produits .affichage a {
	display: block;
	padding: 0 0 0 10px;
	width: 17px;
	height: 17px;
}

.produits .affichage a span {
	display: none;
}

.produits .affichage .bt_liste_ {
	background: url(../../../images/affichage_liste.gif) no-repeat right top;
}

.produits .affichage .bt_liste_actif {
	background: url(../../../images/affichage_liste_actif.gif) no-repeat right top;
}

.produits .affichage .bt_vignette_ {
	background: url(../../../images/affichage_vignette.gif) no-repeat right top;
}

.produits .affichage .bt_vignette_actif {
	background: url(../../../images/affichage_vignette_actif.gif) no-repeat right top;
}

/* produit_vignette */

.produit_vignette li {
	margin: 0;
	padding: 0 4px;
	float: left;
	display: inline;
	list-style: none;	
	border: 1px solid #fff;
}
.produit_vignette li.fitted {} 
.produit_vignette li.hovered{background: #FFFDCD;border: 1px solid #FEA02F;} 
.produit_vignette .post_produit {
	margin: 0 8px 20px 8px;
	padding: 8px 8px 8px 6px;
}

.produit_vignette .illustration {
	display: block;
	text-align: center;
}

.produit_vignette .illustration img {
	/*border: 1px solid #DCDCB4;*/
}

.produit_vignette .prix {
	text-align: center;
}

.produit_vignette .desc {margin: 5px 0 15px;color: #666; font-size: 0.917em; line-height: 110%;}
.produit_vignette .bt_panier {
	background: url(../../../images/bt_panier_cat.png);
	height: 22px;
	width: 120px;
	padding: 0;
	text-indent: -9999px;
	margin-top: 10px;
	display: block;
	text-align: left;
	font-size:0px;
	line-height: 0px;
}

/* produit_liste */

.produit_liste li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.produit_liste .illustration {
	float: left;
	padding: 3px;
	border: 1px solid #DCDCB4;
	background-color: #FFFFFF;
}

.produit_liste .post_produit {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #B3B3B3;
}

.produit_liste .post_content {
	padding: 0 0 0 30px;
}

.produit_liste .color_1 {
}

.produit_liste .color_2 {
}

.produit_liste .desc {
	margin: 10px 0;
}

.produit_liste .produit_infos {
	float: right;
}

.produit_liste .variantes {
	margin: 0 10px 0 0;
}

#main .produit_liste .post_produit h3 {
	margin: 0;
}
