.cart {
	margin-top: 20px !important;
}

/* make the price block so it goes on a separate line */
.cart .price {
	display:block;
}

/* total of the cart */
.cart .total,
.cart .subtotal {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	width: 90%;
}
.cart .total {
	font-weight: bold;
}

/* nudge the message left a bit so it looks better in black candy */
.noItems {
	padding: 7px;
	color: #fff;
}
#ShoppingCartLeft .total {
color:#fff;
font-size:13px;
}
div#Navigation .titleN a {
font-weight : bold; 
color:#fff;
font-size:13px;
text-decoration:none;
}
/* buy products link to buy the items in your cart */
.buyProducts {
	font-weight: bold;
}
.buyProducts img,
.buyProducts a img {
	border: 0;
	float: left;
}
.buyProducts div#opisKosz {
margin: 10px 0 0 42px;
padding: 0;
}
.buyProducts div#opisKosz span#opisKoszS {
font-weight: normal; 
color:#fff;
font-size:11px;
}
.cart .itemdetails {
	float: left;
	width: 173px;
}

.cart .remove {
	float: right;
	width: 20px;
}