.basketsTable {
	margin: 0 0 12px;
	width: 100%;
}

.basketsTable td {
	font-size:12px;
	font-weight: normal;
	text-align: left;
	width: 20%;
}

.basketsTable td.colActions {
	text-align: right;
	width: 10%;
}

.basketsTable td.colPrice {
	text-align: right;
}

.basketsTable td.colSaved {
	width: 30%;
}

.basketsTable th {
	font-size:12px;
	font-weight: bold;
	text-align: left;
	width: 20%;
}

.basketsTable th.colPrice {
	text-align: right;
}