/* ILCATALOGUE CSS (based on the ezwebin style) 
 *
 * VERSION: $Revision: 814 $
 * MODIFIED: $LastChangedDate: 2007-12-14 16:58:22 +0100 (Fr, 14. Dez 2007) $  
 * 
 */

table.ilcattable th:first-child, table.ilcattable td:first-child {
	border-left: 1px solid #FFFFFF;
}

table.ilcattable th {
	background-color: #DFDFDF;
	background-position: left top;
	background-repeat: repeat-x;
	color: #525345;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

table.ilcattable th, table.ilcattable td {
	border-bottom: medium none;
	border-right: 1px solid #FFFFFF;
	padding: 0.5em;
	vertical-align: top;
}

table.ilcattable tr.bglight:hover td, table.ilcattable tr.bgdark:hover td {
	background-color: #FFFFFF;
}

table.ilcattable td {
	border-top:1px solid #F8F8F8;
	font-weight:normal;
}

table.ilcattable tr.bglight {
	background-color:#F1F1ED;
}

table.ilcattable tr.bgdark {
	background-color:#EAE9E1;
}

div.ilcatbasket {
	white-space: nowrap;
}

input.ilcatamount {
	border: 1px solid #A5ACB2;
}

input.global_order_quantity, input.global_delivery_status {
	background-color: #bfbfb7;
}