@charset "iso-8859-2";
.odd {
	background-color: #f7f7f7;
	padding: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center
	}
.even {
	background-color: #f3f3f3;
	padding: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	}
.columns {
	background-color: #dddddd;
	padding: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	}
.item_quantity {
	width: 30px;
	height: auto;
	}
