@CHARSET "UTF-8";

/**
 * Maag CSS: content styles for customer catalog
 * 
 * Media:  Any
 * Author: scl
 * 
 * (C) 2008 IMIS Group AG, Zurich, Switzerland
 *
 */
 
 /** customer catalog; scrollable */
div.customercatalog div.scrollable {
	overflow-y: auto;
}
 
/** customer catalog; content box header (category, search results) */
div.customercatalog div.content-box-header {
	height: 74px;
	/* MSIE */
	_height: 76px;
} 
 
/** customer catalog; content box header; row; finfo */
div.customercatalog div.content-box-header div.row div.finfo {
	top: 50px;
}

/** customer catalog; content box header; row; fpagenav */
div.customercatalog div.content-box-header div.row div.fpagenav {
	top: 50px;	
}

/** customer catalog; row; select (category) */
div.customercatalog div.row select.category {
	width: 245px;
}

/** customer catalog; content box wide (category, search results) */
div.customercatalog div.content-box-wide {
	top: 65px;
}

/** table customercatalog; quantity (input field) */
table.customercatalog input.quantity {
	width: 39px;
}

/** table customercatalog; tr odd/even */
table.customercatalog tr.odd, table.list tr.even {
	border-top: 0 none;
	border-bottom: 0 none;
}

/** table customercatalog; tr first */
table.customercatalog tr.first {
	border-top: 1px solid #e2e2e2;
}

/** table customercatalog; tr last */
table.customercatalog tr.last {
	border-bottom: 1px solid #e2e2e2;
}

/** table customercatalog; th td artno */
table.customercatalog th.artno, table.customercatalog td.artno {
	width: 80px;
	padding-left: 5px;
}

/** table customercatalog; td image */
table.customercatalog td.image {
	padding-bottom: 5px;
}

/** table customercatalog; th td description */
table.customercatalog th.description, table.customercatalog td.description {
	width: 460px;
}

/** table customercatalog; th td price */
table.customercatalog th.price, table.customercatalog td.price {
	width: 70px;
	text-align: right;
	padding-right: 10px;
}

/** table customercatalog; th td unit */
table.customercatalog th.unit, table.customercatalog td.unit {
	width: 80px;
}

/** table customercatalog; th td quantity */
table.customercatalog th.quantity, table.customercatalog td.quantity {
	width: 50px;
}

/** table customercatalog; th td icon */
table.customercatalog th.icon, table.customercatalog td.icon  {
	width: 30px;
	padding-right: 10px;
}




