.basketPreviewTable {
	width: 210px;
	margin-bottom: 10px;
}
.basketTable {
	width: 670px;
	margin-bottom: 10px;
}
.basketPreviewTable td,  .basketTable td {
	background-color: #F6F4F2;
	padding: 5px;
}
.basketTableTitle {
	font-weight: bold;
	text-align: center;
}
.basketTableTotal {
	font-weight: bold;
	text-align: right;
	padding: 10px !important;
}