/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { 
font-family: Verdana, Arial, sans-serif;
font-size: 12px;

}

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #406311; text-decoration: underline; }

BODY {
  background-image: url(images/bg.jpg);
  color: #000000;
  background-position:top;
  background-repeat:repeat-x;
  vertical-align:top;
  margin:0px;
  _margin:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000; 
  text-decoration: underline;
}

FORM {
	display: inline;
}

TABLE.categ {
  border: 0px;
  border-spacing: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f8f8f9;
  color: #000000;
}

TD.categ {
     vertical-align: top;
}

TR.header {
  background: #FFFFFF;
}

TR.headerNavigation {
  background: #DD0000;
}

TD.headerNavigation   {
  color: #000000; 
  font-size: 1px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  background: #000000 url("images/infobox/fill.gif");
  height: 49px;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #ff0000;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  height: 19px;
}

TR.footer {
  background: #DD0000;
}

TD.footer  { 
  background-image: url(images/bund2.jpg);
  color: #000000;
  background-position:top;
  background-repeat:repeat-x;
  vertical-align:top;
  margin:0px;
  _margin:0px;
}

.infoBox {
  background: #FFFFFF;
  border: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 1px;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  color: #ffffff; 
  font-size: 0px; 
  font-family: Arial, sans-serif; 
  font-weight: bold;
  background: #ffffff;
  height: 0px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 1px;
}

.productListing-heading  { 
  color: #000000; 
  font-size: 10px; 
  font-family: Verdana, Arial, sans-serif; 
  font-weight: bold; 
  background: #ffffff;
  height: 18px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.pageResultsx * {
  padding: 0;
  margin: 0;
}
.pageResults {
  color: #fff;
  font-size: 11px;

  height: 38px;
  width: 40px;
  margin: 0 3px;
  text-align: center;
  line-height: 38px;
  display: block;
  float: left;

  background-image:url(../../images/bg_b.gif); /* ADDED BY LAHEJE */
  background-repeat: no-repeat;
}
.pageResults:hover {
  color: #fff;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main2, P.main2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #436614;
  font-weight: bold;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #666666;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #5a8210;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText2 {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 12px;
}

.moduleRow { }
.moduleRowOver { background-color: #f3ffeb; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #fff; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* pollbooth */
TD.pollBoxRow {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #DD0000;
  border-style: solid; 
  border-width: 1px; 
}
TD.pollBoxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #DD0000;
  border-style: solid;
  border-width: 1px; 
}
TD.polltitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #ffffff;
  color: #ffffff;
  vertical-align: top;
}
TR.pollOptRow {
  background: #ffffff;
}
TR.pollFooter {
  background: #ffffff;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.shadow1 {
  border: 1px;
  border-style: solid;
  border-color: #6A9913;
  border-spacing: 1px;
}

TABLE.categ {
  border: 0px;
  border-spacing: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  color: #747868;
}

TD.categ {
     vertical-align: top;
}

/*Additional Images Module Begin*/
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*Additional Images Module End*/

/* JUHP Begin */
a img {
	border: 0;
}
div.juhp-slideshow {
	width: 743px;
	height: 224px;
	margin-bottom: 20px;
}
div.juhp-slideshow * {
	width: 743px;
	height: 224px;
	position: absolute;
	z-index: 1239;
}
div.juhp-slideshow .first {
	z-index: 1339;
}
#juhp-top {
	overflow: hidden;
	width: 100%;
	height: 126px;
	background: transparent url('images/bg.jpg') repeat-x top center;
}
#juhp-top #logo {
	display: block;
	float: left;
	width: 416px;
	height: 126px;
	background: transparent url('images/logo-top.png') repeat-x top center;
}
#juhp-top #logo > * {
	display: none;
}
#juhp-top #search-wrap {
	float: left;
	margin-top: 24px;
	margin-left: 18px;
	width: 210px;
}
#juhp-top #search-wrap #search {
	position: relative;
	left: 20px;
	margin-top: 20px;
	height: 30px;
}
#juhp-top #search-wrap #search input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 30px;
}
#juhp-top #search-wrap #search input.text {
	float: left;
	border: 0;
	width: 143px;
	height: 30px;
	padding: 0 10px;
	background: transparent url('images/search_field.png') repeat-x top left;
	color: #597d26;
}
#juhp-top #search-wrap #search .text:active, #juhp-top #search-wrap #search .text:focus {
	color: #555;
}
#juhp-top #search-wrap #search input.submit {
	float: left;
	border: 0;
	width: 47px;
	height: 30px;
	background: transparent url('images/search_button.png') repeat-x top left;
	color: #fff;
}
#juhp-top #kurv {
	float: right;
	width: 296px;
	height:126px;
	background: transparent url('images/kurv-top.png') repeat-x top center;
}
#juhp-top #kurv #kurv-links {
	float: left;
	width: 109px;
	padding-top: 36px;
}
#juhp-top #kurv #kurv-links a {
	display: block;
	height: 33px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 33px;
}
#juhp-top #kurv #kurv-boks {
	float: right;
	width: 118px;
	padding-top: 27px;
	padding-bottom: 15px;
	padding-right: 14px;
}
* html #juhp-top #kurv #kurv-boks {
	width: 132px;
}
#juhp-top #kurv #kurv-boks p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
#juhp-top #kurv #kurv-boks #firstp {
	border-bottom: 1px solid #5f8919;
	line-height: 33px;
	height: 34px;
	margin-bottom: 5px;
}
#juhp-top #kurv #kurv-boks p span {
	float: right;
}

#juhp-product {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 100%;
	clear: both;
	z-index: 2998;
}
#juhp-product-left {
	float: left;
	width: 420px;
	margin-right: 20px;
}
#juhp-product-right {
	float: left;
	width: 308px;
}


#juhp-pricebox {
	width: 298px;
	height: 109px;
	margin-top: 20px;
	background: transparent url('images/productinfo_pricebox.png') no-repeat;
	color: #fff;
	clear: both;
	font-weight: bold;
}
#juhp-pricebox div#juhp-pricebox-top, #juhp-pricebox div#juhp-pricebox-bund {
	height: 45px;
	padding: 2px 0 3px 0;
	margin: 0 10px 3px 10px;
	line-height: 10px;
}
#juhp-pricebox div span, #juhp-pricebox div a {
	float: right;
}
#juhp-pricebox a {
	text-decoration: underline;
	color: #fff;
}
#juhp-pricebox div h1 {
	font-size: 1.8em;
}

#juhp-pricebox-buy {
	clear: both;
}
#juhp-pricebox-buy div {
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding: 16px 0;
}
#juhp-pricebox-buy div.right {
	float: right;
	margin-right: 10px;
}
#juhp-pricebox-buy  input[type=text] {
	margin-left: 10px;
}
#juhp-pricebox-buy input[type=image] {
	clear: both;
}

#juhp-bund {
	width: 100%;
	background: transparent url('images/bund.png') repeat-x bottom left;
	min-height: 139px;
	text-align: center;
}
#juhp-bund #juhp-bund-c {
	margin: 0 auto;
	width: 985px;
	height: 139px;
}
#juhp-bund #juhp-bund-c #juhp-bund-container {
	padding: 0 191px;
}
#juhp-bund #juhp-bund-c #juhp-bund-container div {
	float: left;
	position: relative;
}
#juhp-bund #juhp-bund-c #juhp-bund-container #juhp-bund-mid {
	width: 100%;
	height: 64px;
	margin-top: 60px;
	padding-top: 10px;
	background: transparent url('images/bund_bundbund.png') no-repeat 50% 0;
}
#juhp-bund #juhp-bund-c #juhp-bund-container #juhp-bund-mid p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1em;
}
#juhp-bund #juhp-bund-c #juhp-bund-container #juhp-bund-left {
	width: 191px;
	right: 191px;
	margin-left: -100%;
	height: 139px;
}
#juhp-bund #juhp-bund-c #juhp-bund-container #juhp-bund-right {
	width: 191px;
	margin-right: -191px;
	height: 139px;
}
* html #juhp-bund-left {
  left: 191px;
}

.juhpcursor {
	cursor: pointer;
}
div[rel=juhp-zoom] {
	overflow: visible;
	position: relative;
	z-index: 2999;
	cursor: pointer;
}
div[rel=juhp-zoom] .juhp-zoom-container {
	width: 296px;
	height: 185px;
	position: relative;
}
div[rel=juhp-zoom] img {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}
div[rel=juhp-zoom] img.firstimg {
	margin-left: 0px;
}
div[rel=juhp-zoom] .juhp-zoom-box {
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
}
div[rel=juhp-zoom] .juhp-zoom-box img {
	margin: 0px;
	padding: 0px;
	float: none;
}
div[rel=juhp-zoom] .juhp-zoom-container img {
	margin: 0;
	z-index: 3000;
}
div[rel=juhp-zoom] .juhp-zoom-container .juhp-zoom-cursor {
	background-color: #fff;
	z-index: 3001;
}
div[rel=juhp-zoom] .juhp-zoom-container .overthingy {
	z-index: 3002;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.juhp-fragt {
	position: relative;
	display: block;
	width: 100%;
	cursor: help;
}
.juhp-fragt .juhp-fragt-inner {
	position: absolute;
	display: none;
	background-color: #dbe9Cb;
	border: 1px solid #6a9913;
	padding: 5px;
}
.juhp-fragt:hover .juhp-fragt-inner {
	display: block;
}
#kundeservice-top {
	width: 735px;
	height: 155px;
	background-image: url('/images/kundeservice_top.png');
}
#kundeservice-mid {
	width: 735px;
	height: 345px;
	overflow: hidden;
}
#kundeservice-mid #kundeservice-right {
	float: right;
	width: 234px;
	height: 100%;
	background-image: url('/images/kundeservice_right.png');
}
#kundeservice-mid #kundeservice-left {
	float: left;
	width: 500px;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#kundeservice-mid #kundeservice-left li {
	float: left;
	width: 241px;
	margin: 4.5px 9px 4.5px 0;
	padding: 0;
}
#kundeservice-mid #kundeservice-left li a, #kundeservice-mid #kundeservice-left li a img {
	display: block;
	margin: 0;
	padding: 0;
}
#kundeservice-bund {
	width: 735px;
	height: 17px;
	background-image: url('/images/kundeservice_bund.png');
	position: relative;
}
#kundeservice-bund #kundeservice-tilbage {
	position: absolute;
	right: 1px;
	cursor: pointer;
}
.page {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.page h1 {
	font-size: 1.6em;
}




ul {
	list-style-type: none;
}
ul#menu {
	margin: 0 auto;
	width: 191px;
	padding: 46px 0 0 0;
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
	background: #6a9a13 url('/images/menu_top.png') no-repeat 0 0;
	overflow: visible;
}
ul#menu li {
	cursor: pointer;
	background: transparent url('/images/menu_box.png') no-repeat top center;
	height: 22px;
	padding-top: 14px;
	padding-left: 20px;
	overflow: hidden;
}
ul#menu li.active ul {
	font-weight: normal;
}
ul#menu li:hover {
	color: #435f0d;
}
ul#menu li:hover ul {
	color: #000;
}
ul#menu li.last-child {
	height: 22px;
	padding-bottom: 11px;
	background: transparent url('/images/menu_bund.png') no-repeat top center;
}
ul#menu li.active {
	font-weight: bold;
	height: auto;
}
ul#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: inherit;
	color: inherit;
}
ul#menu li a:hover {
	color: inherit;
}
ul#menu li ul {
	padding: 0;
	margin-top: 7px;
	width: 161px;
	background: #fff;
}
ul#menu li.active ul {
	display: block;
}
ul#menu li ul li {
	padding-top: 8px;
	padding-left: 10px;
	height: 19px;
	background: transparent url('/images/menu_seperator.png') no-repeat 0 1px;
}
ul#menu li ul li.last-child {
	height: 19px;
	padding-bottom: 2px;
	background: transparent url('/images/menu_box_bund.png') no-repeat bottom center;
}
ul#menu li ul li.active {
	height: auto;
}
ul#menu li ul li ul {
	width: auto;
	margin-top: 0;
	padding-bottom: 3px;
}
ul#menu li ul li ul li {
	padding-top: 5px;
	padding-left: 10px;
	height: 16px;
	background: transparent url('/images/menu_arrow.png') no-repeat 3px 9px;
}
ul#menu li ul li ul li.last-child {
	padding-bottom: 0;
	background: transparent url('/images/menu_arrow.png') no-repeat 3px 9px;
}
ul#menu li ul li ul li.active {
	height: auto;
}
div#green-b {
	width: 725px;
	height: 46px;
	padding: 0 15px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 800;
	font-family: Verdana;
	color: #fff;
	margin-top: 2px;
	background: transparent url('/images/green_bj.jpg') no-repeat top left;
}
div#green-b123 {
	font-size: 11px;
	font-family: Verdana;
	font-weight: regular; 
	color: #000000;

}
div#green-bp {
	width: 399px;
	height: 46px;
	padding: 0 15px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 800;
	font-family: Verdana;
	color: #fff;
	margin-top: 2px;
	background: transparent url('/images/green_produkt.jpg') no-repeat top left;
}
div#anbefalet {
	position: relative;
	top: 2px;
	width: 707px;
	height: 46px;
	padding: 0 15px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 800;
	font-family: Verdana;
	color: #fff;
	margin-top: 2px;
	background: transparent url('/images/re_bj.jpg') no-repeat top left;
}
.kategori-mid {
	width: 235px;
	height: 234px;
	float: left;
	background: transparent url('/images/kategori_box.png') no-repeat top left;
	margin: 7px;
}
.kategori-mid a {
	width: 100%;
	height: 100%;
	display: block;
	color: #406311;
	font-size: 12px;
	font-weight: 600;
}
.kategori-mid a div {
	width: 204px;
	height: 160px;
	margin: 10px auto 0 auto;
	position: relative;
}
.kategori-mid a div .kat-mid-over {
	position: absolute;
	bottom: -1px;
	right: -1px;
}
.kategori-mid a p {
	width: 204px;
	margin: 30px auto 0 auto;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

div#checkout-top {
	width: 939px;
	height: 46px;
	padding: 0 15px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 800;
	font-family: Verdana;
	color: #fff;
	margin-top: 2px;
	background: transparent url('/images/line_long.png') no-repeat top left;
}
div#checkout-top #checkout-status {
	float: right;
	width: 485px;
	height: 46px;
	background: #fff url('/images/liasdne_long.png') no-repeat top left;
}
#checkout-left {
	width: 50%;
	height: 500px;
	float: left;
	position: relative;
}
#checkout-right {
	width: 50%;
	float: left;
	overflow: auto;
}
#billingAddress {
	width: 478px;
	height: 217px;
	padding: 46px 0 0 0;
	margin: 10px 0 0 0;
	background: transparent url('/images/checkout-bestillings-box.png') no-repeat top left;
	color: #fff;
	overflow: auto;
	position: relative;
}
#checkout-kommentar {
	float: left;
	width: 458px;
	height: 153px;
	margin: 0;
	padding: 56px 10px 10px 10px;
	background: transparent url('/images/checkout-kommentar-box.png') no-repeat top left;
	color: #fff;
	position: absolute;
	right: -478px;
	border: 0;
	color: #000;
	overflow: hidden;
}
#shippingAddress {
	width: 478px;
	height: 217px;
	padding: 46px 0 0 0;
	margin: 10px 0 0 0;
	background: transparent url('/images/checkout-forsendelses-box.png') no-repeat top left;
	color: #fff;
	overflow: auto;
	position: relative;
}
#checkout-contact-info {
	width: 478px;
	height: 183px;
	padding: 0;
	margin: 0;
	padding-top: 46px;
	background: transparent url('/images/checkout-kontakt-box.png') no-repeat top left;
	color: #fff;
	position: relative;
}
.checkout-dots {
	width: 100%;
	height: 2px;
	padding: 0;
	margin: 0;
	background: transparent url('/images/checkout-dots.png') repeat-x top left;
	clear: both;
}
.checkout-text {
	width: 100%;
	height: 40px;
	font-size: 0.9em;
	font-weight: 800;
	line-height: 30px;
	text-align: center;
}
.checkout-short-text {
	width: auto;
	height: 20px;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 12px;
	margin: 0 0 0 12px;
}
.checkout-short-text-button {
	position: absolute;
	bottom: 15px;
	right: 5px;
}
.checkout-line {
	width: 100%;
	height: 40px;
	font-size: 0.9em;
	position: relative;
}
.checkout-line label {
	width: 140px;
	text-align: right;
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	line-height: 30px;
}
.checkout-split {
	width: 100%;
	height: 40px;
	font-size: 0.9em;
}
.checkout-split span {
	width: 50%;
	height: 100%;
	display: block;
	float: left;
	position: relative;
}
.checkout-split span label {
	text-align: left;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	line-height: 30px;
}
.checkout-line input[type=text], .checkout-line input[type=password] {
	width: 320px;
	height: 30px;
	line-height: 29px;
	background: transparent url('/images/checkout-field-long.png');
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}
.checkout-split input[type=text], .checkout-split input[type=password] {
	float: right;
	width: 160px;
	height: 30px;
	line-height: 29px;
	background: transparent url('/images/checkout-field-small.png');
	border: 0;
	padding: 0;
	margin: 0 8px 0 0;
}
.checkout-split-first  {
	margin-top: 8px;
}
.half-plus-float {
	width: 50%;
	float: left;
}
.ui-dialog-title {
	color: #fff;
}
.juhp-product-list-item {
	width: 236px;
	height: 299px;
	float: left;
	background: transparent url('/images/produkt_list_bg.png') no-repeat top left;
	overflow: hidden;
	margin: 0 22px 22px 0;
	font-size: 11px;
	text-align: center;
	font-family: "Trebuchet MS";
	position: relative;
}
.juhp-product-list-item-fix {
	margin-right: 0;
}
.juhp-product-list-item a.prodimg {
	width: 204px;
	height: 160px;
	margin: 15px;
	border: 1px solid #6a9913;
	display: block;
	float: left;
	position: relative;
}
.juhp-product-list-item a.prodimg img {
	width: 204px;
	height: 160px;
	margin: 0;
	border: 0;
	z-index: 3000;
}
.juhp-product-list-item a.prodimg div.prodtop {
	width: 204px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 3001;
}
.juhp-product-list-item a.prodimg div.prodtop span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3002;
	display: block;
	width: 100%;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
}
.juhp-product-list-item a.prodimg div.prodtop div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3001;
	width: 100%;
	background-color: #fff;
	height: 20px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.juhp-product-list-item a.prodimg:hover div.prodtop div {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.juhp-product-list-item h3 {
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	padding: 0;
	margin: 15px 15px 10px 15px;
	text-align: center;
	height: 12px;
	overflow: hidden;
	clear: bloth;
	float: left;
	width: 204px;
}
.juhp-product-list-item p {
	clear: bloth;
}
.juhp-product-list-item .halfpalf {
	width: 50%;
	display: block;
	float: left;
}
.juhp-product-list-item div.prodclear {
	clear: both;
	position: absolute;
	bottom: 0;
	margin: 15px;
	width: 206px;
}
.lorteprogram {
	font-family: Arial, sans-serif;
  font-size: 14px;
  color: #426613;
  font-weight: bold;
}
#leveringsplanpop #andenleveringsbillede {
	display: none;
	position: fixed;
	top: 50%;
	margin-top: -367px;
	z-index: 4000;
	text-align: center;
}
#leveringsplanpop:hover #andenleveringsbillede {
	display: block;
}

.juhp-relaterede {
	overflow: auto;
	background-color: #eee;
	margin-top: 20px;
	border-radius: 5px;
}
.juhp-relaterede-header {
	border-radius: 5px;
	background-color: #608b22;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.juhp-relaterede .relative-container {
	display: block;
	width: 119px;
	height: 180px;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	position: relative;
}
.juhp-relaterede-kategorier .relative-container {
	height: 140px;
}
.juhp-relaterede .not-first {
	border-left: 1px dashed #aaa;
}
.juhp-relaterede .not-first-line {
	border-top: 1px dashed #aaa;
	margin-top: -5px;
}
.juhp-relaterede a {
	display: block;
}
.juhp-relaterede a span {
	display: block;
	padding-top: 10px;
}
.juhp-relaterede a img {
	position: absolute;
	bottom: 40px;
	border-radius: 5px;
	width: 120px;
	height: 94px;
}
.juhp-relaterede-kategorier a img {
	bottom: 5px;
}
.juhp-relaterede div.long {
	padding: 25px;
	overflow: auto;
}
.juhp-relaterede div div:hover div a img {
	bottom: 35px;
	left: -15px;
	width: 170px;
	height: 133px;
	z-index: 9999;
	box-shadow: 2px 3px 10px rgba(0,0,0,.3);
}
.juhp-relaterede-kategorier div div:hover div a img {
	bottom: -5px;
}
.juhp-relaterede div.short div.first:hover div a img {
	left: 5px;
}
.juhp-relaterede div.short div.last:hover div a img {
	left: -35px;
}

.juhp-relaterede .relative-price {
	position: absolute;
	top: 150px;
	width: 118px;
}
.juhp-relaterede .relative-price span {
	display: block;
	font-weight: 600;
	font-size: 1.2em;
	color: #486b19;
}
.juhp-relaterede .relative-price s {
	display: block;
}

/* JUHP End */
