.smallcart, .cart, .order {
	font-family: Arial, Helvetica, sans-serif;
}

.smallcart {
	text-align: right;
}
.icon {
	position: relative;
	top: 3px;
	border: none;
}

.smallcart .icon {
	top: 10px;
}
td.number, th.number {
	text-align: right;
}
td, th {
	padding: 0.3em;
}
td {
	background: #fff;
}
th, td.highlight {
	background: #e3dbb6;
}
td.highlightmore {
	background: pink;
	font-weight: bold;
}
.cartorder {
	font-size: 150%;
	text-align: center;
	margin-top: 1em;
}
.center {
	text-align: center;
}

.order label {
	display: block;
	width: 8em;
	float: left;
}
.order label.noblock {
	display: inline;
	width: 20em;
	float: none;
}
#OrderDeliveryAddress {
	display: none;
}
form div {
	margin: 0.3em 0;
}
.error_message {
	margin-left: 8em;
	color: #a00;
	font-style: italic;
}
dl {
	margin: 0;
}
dl dd {
	margin-bottom: 1em;
}
.finnishOrder {
	text-align: center;
}
.finnishOrder input {
	font-size: 120%;
}
.cartVariant {
	font-size: 90%;
	font-style: italic;
}

