/*
ulibCart
*/
.catalog {
	border-bottom:thin;
}
th.catalog {
	font-family: Garamond, Times;
	font-weight: normal;
	color: #1B0C55;
}
.itemImage {
	width:60px;
	height:60px;
}
.itemName {
	width:300px;
	text-align:left;
}
.itemNumber {
	width:85px;
	text-align:right;
}