div#kosz {
	width: 955px;
}

div#table_foot{
	width: 920px;
	background-color: #fe5025;
	margin: auto;
	font-size: 9pt;
	color: #ffffff;
	margin-bottom: 4px;
	margin-top: 0px;
}

p.summary {
	padding: 6px 10px;
	position: relative;
	text-align: right;
	margin: 0;
}

p.summary a {
	float: left;
	display: block;
	width: 160px;
	height: 21px;
	background-image: url("http://img10.gram.pl/images/sprawdz_koszty.png");
	background-repeat: no-repeat;
	padding-left: 10px;
}

p.summary span {
	padding: 0 1px 0px 10px;
	font-size: 13pt;
	vertical-align: middle;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	width: 920px;
	margin: auto;
	margin-bottom: 0px;
}

tbody > tr:nth-child(odd) {
	background-color: #f9f9f9;
}

tbody > tr:nth-child(even) {
	background-color: #f5f5f5;
}

tbody > tr.niedostepny {
	background-color: #FFCCCC;
}

th {
	background-color: #cccccc;
	color: #ffffff;
	height: 28px;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
}

td {
	vertical-align: middle;
	font-size: 9pt;
	height: 70px;
}

td.foto {
	text-align: center;
	padding: 9px;
	width: 62px;
}

td.foto img {
	border: 1px solid #cccccc;
}

td.nazwa {
	font-weight: bold;
	color: #666666;
	line-height: 14pt;
	width: 560px;
}

td.emp {
	width: 0px;
}

td.nazwa span {
	color: #999999;
	font-weight: normal;
}

td.qntti {
	text-align: center;
}

td.qntti input {
	width: 18px;
}

td.cena {
	text-align: center;
	color: #0054d5;
	font-weight: bold;
}

a.usun {
	width: 48px;
	height: 24px;
	display: block;
	background-image: url("http://img10.gram.pl/images/usun_button.png");
	background-repeat: no-repeat;
}

div#kosz_opt {
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	width: 920px;
	text-align: right;
}

div#kosz_opt img {
	margin-left: 10px;
}

td.nazwa span.warn {
	color: rgb(217,177,43);
}
td.nazwa span.ok {
	color: rgb(95,205,48);
}
td.nazwa span.err {
	color: rgb(219,34,38);
}
td.pusty {
	text-align: center;
}

h2 {
	padding: 0 18px;
}