@CHARSET "UTF-8";

#basket {
	width: auto;
	float: none;
}

#basket div.info {
	font-size: 7pt;
	float: none;
	width: auto;
	text-align: center;
	padding: 6px 6px 6px 6px;
}

#basket div.header {
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	background: #fdb912;
	padding: 6px 0 6px 0;
	margin: 0 auto;
	width: auto;
	float: none;
	text-align: center;
}

#basket div.header .label {
	padding: 0 6px 0 6px;
}

#basket div.list {
	font-size: 7pt;
	background: #ffe0a4;
	padding: 0;
	width: 100%;
}

#basket div.list div.item {
	float: none;
	width: auto;
}

#basket div.list div.total {
	color: #fff;
	background: #000;
	font-weight: bold;
	float: none;
	width: auto;
}

#basket div.list div.subtotal {
	color: #000;
	background: #fdb912;
	font-weight: bold;
	float: none;
	width: auto;
}

#basket div.list div.delivery {
	color: #000;
	float: none;
	width: auto;
}

#basket div.list div.namecolumn {
	padding: 2px 0 2px 4px;
}

#basket div.list div.numbercolumn {
	float: left;
  padding: 2px 4px 2px 4px;
  height: 27px;
}

#basket div.list div.pricecolumn {
	padding: 2px 4px 2px 4px;
	text-align: left;
	float: right;
	width: auto;
}

#basket div.list input.antal
{
  border: 1px solid black;
  background-color: #FFE0A4;
  font-size: 7pt;
  font-family: Verdana;
  width: 16px;
  text-align: right;
  height: 12px;
}

#basket div.list div.nedrykning
{
  padding-top: 5px;
}

#basket div.list div.clear {
	clear: both;
}

#basket div.submit {
	margin: 0 auto;
	text-align: center;
	padding: 8px 0 8px 0;
}

#basket div.submit a {
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	background: #fdb912;
	padding: 2px 5px 2px 5px;
}
