/*
 * itempresentation.css
 * Cascading Style Sheet (CSS)
 * für CRONUS AG
 *
 * copyright(c)1994-2005
 * PORT & LAMMERS Gesellschaft für Systemberatung mbH
 * All rights reserved.
 *
 * http://www.PortUndLammers.de · info@PortUndLammers.de
 */

/***********************************************************
 *
 *		Darstellung von Artikellisten
 *
 ***********************************************************/
 
div.itemlist table {border:0;width:90%;}

div.itemlist tr.item{
	border:0;
	height:140px;
}

div.itemlist td {
	border:0;

};

/* Thumbnail column */
div.itemlist td.tn {
	border:1px solid lightgrey;
	width:130px;
	text-align:center;
	vertical-align:middle;
	background-color:white;
}

/* Controller column with price information and add-to-cart-controls */
div.itemlist td.ctrl {
	width:120px;
	font-size:130%;
	font-weight:bold;
}

/* Item thumbnails */	
div.itemlist td.tn img{
	width:120px; /* auto-scale */
	height:auto;
	border:0;
}
