/*** Indkøbskurv  ***/
div.basket {
	border: 3px solid red;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	margin: 0 0 5px 5px;
	color: black;
}
.basket .line1 {
	background-color: red;
	margin: 0;
	font-weight: bold;
	color: #FBE43C;
}
.basket .line2 {
	background-color: #FBE43C;
	padding-top: 1px;
}
.basket .line3, .basket .line3items {
	border-top: 1px solid #aaaaaa;
	background-color: #cccccc;
	font-size: 7pt;
    text-align: left;	
}
.basket .line3items {
	background-color: #00ff00;
}
.basket .line3 a,.basket .line3items a,.basket .line4 a {
  font-size: 7pt;
}
.basket .line4 {
	background-color: #aaaaaa;
	font-size: 7pt;
	margin: 0;
}
.basket form {
  margin: 0;
}
.basket input {
  padding: 0;
}
