td.basketTh {
	font-weight: bolder;
	color: white;
	background-color: #6293B6;
}
.basketRow {
	background-color:#D6DFE4;
}
.basketRowPrice {
	background-color:#D6DFE4;
	text-align: right;
	padding-right: 5px;
}
.basketTotal {
	background-color:#E5EBEF;
}
.basketTotalPrice {
	background-color:#E5EBEF;
	text-align: right;
	padding-right: 5px;
}
input.basket_img {
	border: none;
	background: none;
	height: auto;
}
