html {
	overflow-x:auto;
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
	font-size:12px;
	/*background-image:url(img/background_aebler.jpg);*/
	background-position:center top;
	background-repeat:no-repeat;
}
img {
	border:0;
}
h1, h2, h3 {
	font-weight:bold;
	margin-bottom:0;
}
h1 {
	font-size:20px;
	font-weight:bold;
	color:#7e8822;
	margin:0 0 5px 0;
	padding:0;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:#7e8822;
	margin:0 0 5px 0;
	padding:0;
}
h2.orange {
	color:#eb6e07;
}
h3 {
	font-size:16px;
}
h4, h5, h6 {
	font-size:11px;
	font-weight:bold;
	color:#333;
	margin:0 0 5px 0;
	padding:0;
}
h1 p,
h2 p,
h3 p {
	margin:0;
}
a,
a:link,
a:visited {
	color:#6b7702;	
}
a:focus,
a:hover {
	color:#333;	
}
ul {
	margin-left:0;
	padding-left:1.5em;
	list-style:circle;
	color:#b5c70d;	
}
ul li {
	padding-bottom:.5em;
}
input, select, textarea {
	font-family:arial,'Helvetica Neue',Helvetica,sans-serif;
	font-size:11px;
	color:#333;
}
hr {
	height:1px;
	background-color:#bbcddf;
	border-color:#bbcddf;
}
#printLogo,
#footPrint {
	display:none;
}

/* 
	Site layout structure 
*/
#page,
#frontpage,
#foot .foot {
	width:960px;
	margin:0 auto;
	position:relative;
}
#head {
	height:190px;
	position:relative;
	margin:0 10px
}
#head .company {
	position:absolute;
	top:10px;
	right:0;
}

#head .company a,
#head .company a:link,
#head .company a:visited,
#head .company a:hover,
#head .company a:focus {
	width:163px;
	height:28px;
	background:url(img/iss-logo.png) right top no-repeat;
	display:block;
	text-decoration:none;
}
#head #logo {
	position:absolute;
	top:45px;
	left:0px;
}
#head #logo a,
#head #logo a:link,
#head #logo a:visited,
#head #logo a:hover,
#head #logo a:focus {
	width:180px;
	height:35px;
/*	background:url(img/frugt-logo.png) left top no-repeat;*/
	display:block;
	text-decoration:none;
}
#head #tools {
	position:absolute;
	top:66px;
	right:0;
}
#head #topMenu {
	position:absolute;
	top:85px;
	left:0;
}
#main {
	min-height:510px;
	margin:10px;
	padding-bottom:10px;
	}
#foot {
	background:url(img/background-bottom.png) no-repeat top center;	
	height:28px;
	margin-top:40px;
}
#foot .company {
	position:absolute;
	top:10px;
	left:20px;
}
#foot .tools {
	position:absolute;
	top:15px;
	right:10px;
}

#foot .tools #seKontrolRapport {
	display:block;
	position:absolute;
	top:0px;
	right:85px;
  }

/* Top menu */
#topMenu .boxContent {
	width:936px;
	border:2px solid #f9f9f9;
	overflow:visible;
	box-shadow:0 1px 3px silver;
	-moz-box-shadow:0 1px 3px silver;
	-webkit-box-shadow:0 1px 3px silver;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#topMenu ul {
	height:45px;
	background-image:url(img/menu-gradient.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#b6ca01;
	background-color:rgba(182, 202, 1, 0.7);
	margin:0;
	padding:0;
	list-style:none;
	overflow:visible;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative;
}
#topMenu ul li {
	margin:0;
	padding:0;
	float:left;
}
#topMenu ul li a,
#topMenu ul li a:link,
#topMenu ul li a:visited {
	background:url(img/topmenu-seperator.png) right top no-repeat;
	font-size:14px;
	color:#fff;
	text-shadow:0 0 5px #6d7907;
	text-decoration:none;
	padding:15px 24px 14px 24px;
	float:left;
}
#topMenu ul li a:focus,
#topMenu ul li a:active,
#topMenu ul li a:hover,
#topMenu ul li a.selected {
	background-color:#a0b10a;
	background-color:rgba(160, 177, 10, 0.8);
	text-shadow:0 0 5px #485005;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}												
#topMenu ul li ul {
	height:auto;
	background-image:none;
	background-color:rgba(182, 202, 1, 1.0);
	background-color:#b6ca01;
	display:none;
	position:absolute;
	top:45px;
	z-index:100;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
#topMenu ul li ul li {
	float:none;
	display:block;
}
#topMenu ul li ul li a,
#topMenu ul li ul li a:link,
#topMenu ul li ul li a:visited {
	background-image:none;	
	border-top:1px solid #b6ca01;
	border-bottom:1px solid #b6ca01;
	padding:5px 14px 4px 14px;
	white-space:nowrap;				
	float:none;
	overflow:hidden;
	display:block;
}										
#topMenu ul li ul li a:focus,
#topMenu ul li ul li a:active,
#topMenu ul li ul li a:hover {
	border-top:1px solid #cdde39;
	border-bottom:1px solid #cdde39;
}
#topMenu ul li ul li.hasChildren {
	background:url(img/menuArrow.png) right center no-repeat;
}
#topMenu ul li ul li.hasChildren li {
	background-image:none;
}
#topMenu ul li ul li ul {
	border-left:1px solid #cdde39;
}				
#topMenu form {
	padding:0;
	margin:0;
	position:absolute;
	right:10px;
	top:12px;
}
#topMenu form .searchFld {
	width:180px;
	height:20px;
	border:solid 1px  #cecece;
	padding:5px 0 0 5px;
	margin:0 5px 0 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:left;
}
#topMenu form #searchBtn {
	width:30px;
	height:27px;
	background:url(img/search-submit.png) no-repeat;
	border:none;
	margin:0;
}

/* BreadCrumb */
#breadcrumb {
	height:24px;	
	width:463px;
	color:#adadad;
	border:solid 1px #e3e3e3;
	overflow:hidden;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:absolute;
	top:143px;
	left:0;
}
#breadcrumb ul {
	margin:0;
	padding:0;
	list-style:none;
}
#breadcrumb ul li {
	margin:0;
	padding:0;
	display:inline;
}
#breadcrumb ul li a,
#breadcrumb ul li span {
	background:url(img/breadcrumb.png) no-repeat right;
	font-size:11px;
	color:#999;
	margin:0;
	padding:0;
	padding:5px 20px 5px 10px;
	float:left;
}
#breadcrumb ul li span {
	background:url(img/breadcrumb-last.png) no-repeat right;
	color:#666;
}
#breadcrumb ul li a:focus,
#breadcrumb ul li a:hover {
	color:#333;
}

/* Shopping Cart */
#shoppingCart {
	width:463px;
	height:24px;
	background-color:#fff;
	border:solid 1px #e3e3e3;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	overflow:hidden;
	position:absolute;
	top:143px;
	right:0px;
}
#shoppingCart .boxContent {
}
#shoppingCart #shoppingNav, 
#shoppingCart #shoppingAmount {
	height:16px;
	background:url(img/shopping-shadow.png) left center no-repeat;
	padding:4px 0 4px 8px;
	float:left;
}
#shoppingCart #shoppingNav {
	border-right:solid 1px #e3e3e3;
}
#shoppingCart #shoppingAmount {
}
#shoppingCart a,
#shoppingCart a:link,
#shoppingCart a:visited {
	color:#666;
	text-decoration:none;
	padding:5px 10px 5px 20px;	
}
#shoppingCart a:focus,
#shoppingCart a:active,
#shoppingCart a:hover {
	color:#333;
	text-decoration:underline;
}
#shoppingCart a#showCart {
	background:url(img/show-cart.png) left center no-repeat transparent;
}
#shoppingCart a#emptyCart {
	background:url(img/empty-cart.png) left center no-repeat transparent;
}
#shoppingCart a#orderItems {
	background:url(img/order-items.png) left center no-repeat transparent;
}
#shoppingCart span {
	font-weight:bold;
	color:#f29400;
}
#shoppingCart span.amount {
	margin:0 10px 0 0;
}
#main .content {
	background-color:rgb(244, 244, 244);
	background-color:rgba(244, 244, 244, 0.9);
	margin-bottom:0px;
	border:1px solid #ddd;
	padding:10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative;
}
#main .frontTop {
	margin-bottom:10px;
}
#main .bottomMinHeight {
	min-height:445px;
}

.wrap {
	overflow:hidden;
}
.cols {
	width:918px;
	background:#fff;
	overflow:hidden;
	padding:10px 0;
}
.col1_3 {
	width:286px;
	background:#fff;
	margin:0 10px;
	position:relative;
	float:left;
}
.col2_3 {
	width:592px;
	background:#fff;
	margin:0 10px;
	position:relative;
	float:left;
}
.col3_3 {
	width:898px;
	background:#fff;
	margin:0 10px;
	position:relative;
	float:left;
}
#main .apple-orange {
	/*width:78px;
	height:44px;
	background:url(img/apple-orange.png);
	position:absolute;
	bottom:-31px;
	left:0;*/
	
	
	width:149px;
	height:81px;
	background:url(img/bundfrugt.png);
	position:absolute;
	bottom:-58px;
	left:0;

}
#main .content .accordion {
	width:700px;
	height:175px;
	position:relative;
	clear:both;
	overflow:hidden;
	float:left;
}
#main .content .accordion .item a,
#main .content .accordion .item a:link,
#main .content .accordion .item a:visited,
#main .content .accordion .item a:hover,
#main .content .accordion .item a:focus {
	width:500px;
	height:175px;
	overflow:hidden;
	position:absolute;
	top:0;	
}
#main .content .accordion .item.first-child a {
	left:0;
}
#main .content .accordion .item.last-child a {
	right:0;
	border-left:10px solid #f5f5f5;
}
#main .content .accordion .item a img {
	border:0;
	display:block;
}
#frontpage #main .content .newsletter {
	width:206px;
	height:175px;
	background-color:rgb(182, 202, 1);
	background-color:rgba(182, 202, 1, 0.5);
	position:relative;
	float:right;
}
#frontpage #main .content .newsletter form {
	padding:5px 10px 10px 10px;
}
#frontpage #main .content .newsletter form h2 {
	width:144px;
	height:53px;
	background:url(img/tilmelding.png) no-repeat bottom center;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#a2a0a1;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#frontpage #main .content .newsletter form p {
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a2a0a1;
	margin:10px 0px;
}
#frontpage #main .content .newsletter form .field {
	padding:0;
}
#frontpage #main .content .newsletter form .field label {
	width:186px;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a2a0a1;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#frontpage #main .content .newsletter form .field input {
	width:180px;
	background-color:#fff;
	border:none;
	margin:0;
	padding:3px;
}
#frontpage #main .content .newsletter form .formvalidationerror {
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
#frontpage #main .content .newsletter form .checkbox,
#page #main .content .newsletter form .checkbox {
	display:none;
}
#frontpage #main .content .newsletter form .buttons {
	position:absolute;
	bottom:7px;
	right:8px;
}
#frontpage #main .content .newsletter form .buttons input {
	height:25px;
	width:72px;
	background:url(img/button-newsletter.png) center no-repeat;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000;
	text-shadow:0 0 5px #dadeba;
	text-transform:uppercase;
	text-decoration:none;
	text-indent:8px;
	text-align:left;
	letter-spacing:0;
	line-height:25px;
	border:0;
	display:inline-block;
}
#main .content .informations {
	min-height:260px;
	padding:0;
}
#main .content .information {
}
#main .content .information h3 {
	margin:0;
	padding:0;
}
#main .content .information h3 a,
#main .content .information h3 a:link,
#main .content .information h3 a:visited {
	font-size:14px;
	font-weight:normal;
	color:#b5c70d;
	text-decoration:none;
	margin:0;
	padding:3px 0 3px 10px;
	display:block;
	position:relative;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	outline:none;
	cursor:auto;
}
#main .content .information h3 a:focus,
#main .content .information h3 a:hover,
#main .content .information h3 a.active {
	color:#b5c70d;
}

#main .content .information .wrapper {
	padding:0; 
	margin:0;
	border:0;
	position:relative
}
#main .content .information .info {
	background:url(img/accordionBg.png) no-repeat bottom left;
	margin:0;
	padding:10px 0;
	border-left:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}

.media {
	position:relative;
}									
.media img {
	display:block;
}									
.media .text {
	width:49%;
	font-size:14px;
	color:#fff;
	position:absolute;
	top:30px;
	left:50%;
}
.media .text h1 {
	font-size:40px;
	color:#fff;
}
.media.white .text {
	color:#333;
}

.related {
	width:286px;
/*	position:absolute;
	top:0;
	right:10px;*/
	float:left;
}
.col2_3 .related {
	position:absolute;
	top:0;
	right:10px;
}
			
.note {
	border-top:1px solid #ddd;
	padding:0 10px 10px 10px;
	margin-top:10px;
}		
.note p {
	font-style:italic;
	font-size:10px;
	color:#666;
}

a.link,
a.link:link,
a.link:visited {
	height:25px;
	width:82px;
	background:url(img/button-green-small.png) center no-repeat;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	text-shadow:0 0 5px #dadeba;
	text-transform:uppercase;
	text-decoration:none;
	text-indent:8px;
	text-align:left;
	letter-spacing:0;
	line-height:25px;
	border:0;
	display:inline-block;
}	
a.link:focus,
a.link:active,
a.link:hover,
a.link.selected {
	color:#000;
	background:url(img/button-lightgreen-small.png) center no-repeat;
	text-shadow:0 0 5px #dadeba;
}	
/* Tools menus */
.tools {
	font-size:0.9em;
}
.tools ul {
	padding:0;
	margin:0;
	list-style:none;
}
.tools ul li {
	display:inline;
	margin-left:15px;
}
.tools ul li a,
.tools ul li a:link,
.tools ul li a:visited,
.tools ul li a:hover,
.tools ul li a:focus {
	text-decoration:none;
	color:#999;
}

#tools .tools #seKontrolRapport {
	display:block;
    position:absolute;
    top:-18px;
    right:85px;
}
			
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	#topMenu {
		outline:1px solid rgba(128, 128, 128, 0.05);
	}
	#topMenu form .searchFld {
		height:23px;
		padding:2px 0 0 5px;
	}
}

/* gje */
.frontBoxes h2 {
	padding:0 0 0 10px;
}
#main .content .information .info .teaserImage .image {
	width:130px;
	overflow:hidden;
	float:left;
}
#main .content .information .info .teaserImage .infoBtn {
	width:155px;
	text-align:center;
	margin-top:10%;
	float:left;
}
#main .content .information .info .teaserImage .manchet {
	clear:both;
}
#main .content .information .info .teaserImage .manchet p {
	padding:0 0 0 10px;
	margin:0;
}
#main .content .information .info .teaserImageNo {
	padding:0 0 0 10px;
}
#main .content .information .info .teaserImageNo .manchet {

}
#main .content .information .info .teaserImageNo .manchet p {
	padding:0 0 0 10px;
	margin:0;
}
#main .content .information .info .teaserImageNo .infoBtn {
	margin:5px 0 0 0;
	text-align:right;
	padding-right:35px;
}
.buttons input {
	height:25px;
	width:82px;
	background:url(img/button-green-small.png) center no-repeat;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	text-shadow:0 0 5px #dadeba;
	text-transform:uppercase;
	text-decoration:none;
	text-indent:8px;
	text-align:left;
	letter-spacing:0;
	line-height:25px;
	border:0;
	display:inline-block;
}

table.orderTable {
	width:100%;
}
table.orderTable th {
	font-size:14px;
	font-weight:normal;
	color:#b5c70d;
	text-align:left;
}
.action {
	text-align:right;
}
input.btnNormal {
	height:20px;
	background:url(img/buttonBg.png) left top repeat-x;
	font-family:Futura,'Century Gothic',AppleGothic,sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	padding-bottom:1px;
	text-shadow:0 0 5px #dadeba;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0;
	line-height:20px;
	border:0;
	display:inline-block;
}
.orderBtn {
	margin-bottom:30px;
}
.productSiteOrderAmount {
	margin:10px 0;
}

.hide{
	display: none;
}
.show{
	display: inline-block;
}

/* Kundetilpasset kurv */
#customBasket label {
	font-weight:bold;
	margin:0 10px;
}
#customBasket h1, #customBasket h2 {
	margin:0 10px;
}
.products {
	overflow:hidden;
}
.products .product {
	overflow:hidden;
	position:relative;
	width:18%;
	float:left;
	margin:1% 1% 1% 1%;
	padding:10px;
	border:1px solid silver;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:185px;
}
.products .product:nth-child(5n+1) {
	clear:left;
}
.products .product h3 {
	margin:0;
	font-size:1em;
	color:#7E8822;
	min-height:3em;
}
.products .product img {
	display:block;
	margin:0 auto;
}
.products .product label,
.products .product h4
 {
	display:block;
	font-weight:bold;
	font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
	font-size: 12px;
	color:#000;
}			
.products .product .amount {
	position:absolute;
	bottom:10px;
	left:10px;
	width:40%;
}
.products .product .price {
	position:absolute;
	bottom:15px;
	right:10px;
	width:50%;	
}
.products .product h3, 
.products .product h4,
.products .product p {
	margin:0;
}
.products .product .icon {
	font-weight: normal;
	background:#333;
	color:#fff;
	display:block;
	text-align:center;
	position: absolute;
	bottom:1px;
	right:1px;
	z-index:100;
	cursor:help;
}

/* Ugens frugt */
table.weeklyfruit {
	width:100%;
}
table.weeklyfruit th {
	font-size:14px;
	font-weight:bold;
	color:#b5c70d;
	text-align:left;
}
table.weeklyfruit th.col1 {
	width:30%;
}
table.weeklyfruit th.col2 {
	width:20%;
}
table.weeklyfruit th.col3 {
	width:20%;
}
table.weeklyfruit th.col4 {
	width:30%;
}

/* */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position:relative;
}
.jcarousel-clip {
	z-index:2;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
}
.jcarousel-list {
	z-index:1;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.jcarousel-list li, 
.jcarousel-item {
	float:left;
	list-style:none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width:75px;
	height:75px;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index:3;
	display:none;
}
.jcarousel-prev {
	z-index:3;
	display:none;
}
/*
SKIN
*/
.jcarousel-skin-frugt .jcarousel-container {
}
.jcarousel-skin-frugt ul {
	color:#333;
}
.jcarousel-skin-frugt .jcarousel-container-horizontal {
	width:918px;
	padding-bottom:10px;
	overflow:hidden;
}
.jcarousel-skin-frugt .jcarousel-clip-horizontal {
	width:918px;
	min-height:250px;
	padding-right:1px;
}
.jcarousel-skin-frugt .jcarousel-item {
	width:286px;
	min-height:250px;
	padding:0 10px;
}
.jcarousel-skin-frugt .jcarousel-item-horizontal {
}
.jcarousel-skin-frugt .jcarousel-item-placeholder {
	background:#fff;
	color:#000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-frugt .jcarousel-next-horizontal {
	position:absolute;
	top:0;
	right:5px;
	width:15px;
	height:17px;
	cursor:hand;
	background:transparent url(img/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-frugt .jcarousel-next-horizontal:hover {
	background-position:-15px 0;
}
.jcarousel-skin-frugt .jcarousel-next-horizontal:active {
	background-position:-30px 0;
}
.jcarousel-skin-frugt .jcarousel-next-disabled-horizontal, 
.jcarousel-skin-frugt .jcarousel-next-disabled-horizontal:hover, 
.jcarousel-skin-frugt .jcarousel-next-disabled-horizontal:active {
	cursor:pointer;
	background-position:-45px 0;
}
.jcarousel-skin-frugt .jcarousel-prev-horizontal {
	position:absolute;
	top:0;
	right:20px;
	width:15px;
	height:17px;
	cursor:hand;
	background:transparent url(img/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-frugt .jcarousel-prev-horizontal:hover {
	background-position:-15px 0;
}
.jcarousel-skin-frugt .jcarousel-prev-horizontal:active {
	background-position:-30px 0;
}
.jcarousel-skin-frugt .jcarousel-prev-disabled-horizontal, 
.jcarousel-skin-frugt .jcarousel-prev-disabled-horizontal:hover, 
.jcarousel-skin-frugt .jcarousel-prev-disabled-horizontal:active {
	cursor:pointer;
	background-position:-45px 0;
}

