input.memorize {
	display: none;
}

div.shop div.shop_button input.search-submit {
	border: 2px solid #f2e484;
	background-color: #004575;
	color: #f2e484;
	font-size: 10px;
	letter-spacing: 0.1em;
}

/* SHOPPING PROGRESS BAR */
div.shop table.progress_4 td {
	border: 1px solid #b1973e;
}
div.shop table td.progress_item_active {
	background-color: transparent;
}
div.shop table td.progress_item_active div.progress_title {
	text-decoration: underline;
}
div.shop table td.progress_item {
	background-color: #e8dfc6;
}
div.shop table td.progress_item_done {
	background-color: #f3e8be;
}


div.shop div.progress_title {
	font-weight: normal;
}

div.cashpoint-complete {
	margin-bottom: 15px;
}

tr.including_vat td {
	padding: 10px 0px;
}