#tableCart{
 width: 750px;
}

#koszyk{
	margin-right: 10px;
}

#koszyk th{
	background: #bebebe;
	border-right: 1px solid #ffffff;
	font-size: 12px;
	padding: 10px 5px;
	color: #fff;
}

#koszyk #last{
	border-right: 1px solid #DCDDDD;
}

#koszyk table{
}

#koszyk td{
	padding: 5px;
	border-right: 1px solid #e7e7e7;
	font-size: 12px;
}

#koszyk input.pole{
	width: 50px;
	text-align: center;
}

#koszyk input.checkbox{
	border: 0px;
	text-align: center;
}

#fKoszyk{
	display: inline;
}

#koszyk td#wartosc_label{
	padding: 10px 20px;
	background: #f1f1f1;
	color: #000000;
	text-align: left;
	font-weight: normal;
}

#koszyk td#total{
	padding: 10px 20px;
	background: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#koszyk .top_border {
	border-top: 1px solid #f1f1f1;
}

#koszyk .last_one {
	border-right: 1px solid #bebebe;
}

#koszyk .no_borders {
	border-bottom: none;
	border-right: none;
	border-left: none;
}

#koszyk .height_10 div {
	height: 1px;
}

.wartosc{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #df0000;
	font-weight: bold;
}

.cartHeader{
	font-size: 14px;
	font-weight: bold;
	color: #3F3F3F;
	text-align: left;
	margin-bottom: 10px;
}

#koszyk .button{
	border: none;
	background: #fff;
	color: red;
	font-size: 11px;
	cursor: pointer;
}

.hr {
	background: #e7e7e7;
	height: 1px;
	margin-right: 10px;
}
