/* 
  Titel: elsdorfer-feinkost.de CSS Stylesheet für FCE Produktliste
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 04.06.2007
*/

div.produktliste-container {
	margin: 0;
	padding: 0;
}

div.produktliste-produkt {
	float: left;
	width: 168px;
	padding: 0 10px 10px 0;
	
	min-height: 121px; 
	height:auto !important;
	height: 121px;	
}

div.produktliste-header {
	width: 168px;
	height: 20px;
	background-image: url(../gfx/fce-produktliste-header.gif);
	background-repeat: no-repeat;		
	text-align: left;
}

div.produktliste-content {
	width: 168px;
	background-image: url(../gfx/fce-produktliste-bg.gif);
	background-repeat: repeat-y;		
	text-align: center;
	vertical-align: top;
	display: table-cell;
	min-height: 110px; 
	height:auto !important;
	height: 110px;	
}

div.produktliste-content dl {
	margin: 0;
	padding: 0;
}

div.produktliste-content dt {
	margin: 0;
	padding: 0;
	width: 168px;
	height: 110px;
	overflow: none;

	/* Zentrierung */
	display: table-cell;
	vertical-align:middle;
}

div.produktliste-bottom {
	width: 168px;
	height: 5px;
	background-image: url(../gfx/fce-produktliste-bottom.gif);
	background-repeat: no-repeat;		
}
