@charset "ISO-8859-1";
/*
Screen Import CSS
*/
@import url("/css/default.css");
@import url("/css/menu.css");
@import url("/css/datepicker.css");
@import url("/css/sIFR-screen.css");

/*shopping cart*/

#giftcards {
  position: absolute;
	top: 10px;
	left: 50px;
	width: 98px;
	height: 17px;
	text-indent: -999em;
	background: url(/images/gui/presentkort.png) no-repeat top left;
}

#giftcardsEng {
  position: absolute;
	top: 10px;
	left: 50px;
	width: 98px;
	height: 17px;
	text-indent: -999em;
	background: url(/images/gui/gift-cards.png) no-repeat top left;
}

#cartContent p {
  position: relative;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

#cartInfo { margin-top: 10px; }

#cartContent span.delete {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/gui/icon-bin-gold.png) no-repeat top left;
  text-indent: -999em;
  cursor: pointer;
}

#cartContent span.empty {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/gui/icon-gift-gold.png) no-repeat top left;
  text-indent: -999em;
  cursor: pointer;
}