.basketTable {
	width: 670px;
	margin-bottom: 10px;
}
.basketPreviewTable td,  .basketTable td {
	color: #110804;
	border-bottom: #5d4330 1px solid;
	padding: 5px;
}
.basketTable img {
	border: none;
}
.basketTableTitle {
	font-weight: bold;
	text-align: center;
}
.basketTableTotal {
	font-weight: bold;
	text-align: right;
	padding: 10 0 10 10 !important;
}
.basketInfo {
	padding: 10px;
	color: #dbbd96;
	margin-bottom: 20px;
}