.order-list table {
	width: 100%;
}
.order-list .product-name, .order-list .price-name {
	font-weight: bold;
	color: #b5bf00;
	padding:0 0 5px;
	margin:0;
	font-size:12px;
}
.order-list .priceLabel {
	width: 40px;
}
.order-list .priceLabel,
.order-list .amountLabel {
	text-align: right;
	width: 40px;
}
.order-list input.amount {
	width:  20px;
	text-align: center;
	border:1px solid #e1e1e1;
	padding:2px;
}

.order-list .order {
	vertical-align: top;
	padding-top: 5px;
	text-align: right;
	padding-bottom: 10px;
}
.amount-div button {
	border: none;
	background: none
}
/* Nieuwe opmaak */
.product-container {
	position:relative;
	/*margin:5px 0;*/
	border-bottom:1px solid #cecece;
}
.light {
	background:#fbfbfb;
}
.dark {
	background:#f4f4f4;
}
.group-info {
	padding:0 0 5px;
	border-bottom:1px solid #e1e1e1;
}
#contentRight .group-info h1 {
	margin:10px 0 0;
}
.info-text, .info-image {
	float:left;
	margin:5px;
	/*text-align:justify;*/
}
.info-text {
	width:510px;
	line-height:16px;
}
.info-text h2 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
	color:#464646;
	float:left;
	width:300px;
}
.info-image, .info-image img {
	width:50px;
	height:50px;
}
.info-image {
	padding:1px;
	border:1px solid #cecece;
}
.price-info {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:25px;
}
.amount-div {
	float:right;
	height:25px;
	line-height:25px;
	font-weight:bold;
}
.price-div {
	float:right;
	font-size:13px;
}
.amount-div {
	width:94px;
	padding:0 5px;
}
.amount-input {
	width:20px;
	text-align:center;
	border:0;
	background:transparent;
}
.highlight {
	margin:0 10px 0 0;
	font-size:13px;
}
.green {
	color: #b5bf00;
	font-weight:bold;
}
.product-description {
	width:370px;
	font-size:10px;
}
.groups {
	margin: 0 0 20px 0;
	border-bottom:1px solid #E1E1E1;
}
.groups ul {
	list-style:none;
	display:inline;
}
.groups ul li {
	display:inline;
}
.groups ul li a {
	font-size:18px;
	margin:10px 5px;
}

