/** CSS customized for js.dk
 *	
 */


/* 2. CORE TYPOGRAPHY
 * Her kan godt forekomme lidt ændringer mellem templates
-----------------------------------------------------------------------------*/

* {
	font-family: Tahoma, Helvetica, Arial, "sans-serif"
}

html, body {
	height: 100%;
	margin: 0;       /* skal defineres for at baggrunden går helt til kant! */
	padding: 0;
	position: absolute;
	width: 100%;
}

button, input[type=submit], .beeButton {
	background-color: #DDD;
	background-image: -moz-linear-gradient(0deg, #D0D0D0 100%, #F0F0F0 100%);
	background-image: -webkit-linear-gradient(90deg, #D0D0D0, #F0F0F0 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#D0D0D0');
	background-image: linear-gradient(0deg, #D0D0D0, #F0F0F0 50%);
	border: 2px #D4D0C8 outset;
	border-radius: 4px 4px;
	cursor: pointer;
}
label {
	cursor: pointer;
}
.beeButton {
	color: #000 !important;
	display: inline-block;
	margin: 2px 0;
	padding: 1px 6px;
}
.disabled {
	opacity: 0.5; 
}
.beeButton:hover {
	color: #000;
	text-decoration: none;
}

/* 4. GLOBAL LAYOUT & TEMPLATE SPECIFIC
 * ... men det er primært her alt det template specifike laves
-----------------------------------------------------------------------------*/
/*.acceptCookies {
	text-align:center;
	position:relative;
	padding:20px;
	background-color:#ffffff;
}*/

@keyframes drop{
	from{transform: translateY(100px)}
	to{bottom: 0}
}

.acceptCookies {
	box-shadow: #121212 2px 2px 14px 2px;
	text-align: center;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.75);;
	position: fixed;
	padding: 25px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 1s;
	animation: drop 1s forwards;
	z-index: 1000;
}

 #acceptCookiesBtn {
	background-color: #dcdcdc;
	background-image: none;
 	border: 1px solid #000000;
	cursor:pointer;
 	width:50px;
	margin-left: 20px;
}

.mainDiv {
	display: table;
	min-height: calc(100% - 359px);
	table-layout: fixed;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

#search_field {
	background: white url(../gfx/lupe_16x16.png) right no-repeat;
	margin: 0 -465px 0 0;
	position: fixed;
	right: 50%;
	top: 20px;
	width: 220px;
}
#search_field:focus {
	background: white;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0px;
}

/* template specific menu definitioner
-----------------------------------------------------------------------------*/

/* overwrite header settings from Designer */

header {
	background-color: #666;
}
header > div {
	margin: 0 auto;
	position: relative;
	width: 975px;
	height: 150px;
}
header > div > div {
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
}

/* first a few common for top and side- menues */
.menuLvl0 {
	margin: -2px 0;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*
-----------------------------------------------------------------------------*/
/* Then the topmenu */

#topMenuHolder, #mobilMenuBar {
	box-shadow: none;
}

/** overwrite the Designer value */
#topMenuHolder {
	background-color: initial;
}

#mobilMenu {
	color: #FFF;
}

.topMenu a > .menuCaret, .topMenu a > .menuCaretDwn, #mobilMenuBar .menuCaret, #mobilMenuBar .menuCaretDwn {
	float: right;
	width: 24px;
	height: 30px;
	margin: -4px -12px;
	padding: 4px;
}

nav.topMenu {
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
	display: block;
	width: 100%;
	z-index: 50;
}

#mobilMenuBar {
	cursor: pointer;
	display: none;
	margin: 0 auto;
	left: 0;
/*	line-height: 22px; */
	padding: 2px 0;
/*	position: fixed; 
	top: 24px; */
	width: 100%;
}
#mobilMenu {
	margin: 6px auto;
	width: calc(100% - 30px);
}

.topMenu .menuLvl0 ul {
	padding: 0;
}

.topMenu .menuLvl0 {
/*	background-color: initial; */
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 20;
}

.topMenu .menuLvl0 > li {
	  background-color: rgb(247, 146, 58);
}
.topMenu .menuLvl0 > li.selected, .topMenu .menuLvl0 > li.pathSelected {
	background-color: #d47c30;
}
.topMenu .menuLvl0 > li.selected > a, .topMenu .menuLvl0 > li.pathSelected > a {
	color: #ffffff;
}

.topMenu .menuLvl1, .topMenu .menuLvl2, .topMenu .menuLvl3, .topMenu .menuLvl4 {
	border-top: 0;
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
	list-style: none;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	position: absolute;
/*	top: 130px; */
	width: 275px;
	visibility: hidden;
	z-index: 20;
/*	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s; */
}

.topMenu .menuLvl2, .topMenu .menuLvl3, .topMenu .menuLvl4 {
	left: 275px;
	top: 0;
}

.topMenu .menuLvl0 li {
	display: inline-block;
	height: 40px;
	list-style-type: none;
/*	margin-right: -6px; */
/*	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s; */
}

.topMenu .menuLvl1 li {
	display: block;
	position: relative;
}
.topMenu .menuLvl0 > li:hover {
	background-color: #666666;
}
.topMenu .menuLvl0 li:hover > a {
	color: #FFF;
}
.topMenu .menuLvl1 li:hover > a {
	background-color: #666666;
}

.topMenu .menuLvl0 a, .topMenu .menuLvl0 a:visited {
	display: block;
	padding-left: 15px;
	padding-right: 12px;
	text-decoration: none;
	line-height: 40px;
	font-weight: 700;
}

.topMenu .menuLvl0 a.active {
	background-color: rgba(136, 115, 99, 0.8);
}

.topMenu .menuLvl0 > li > a > .menuCaret, .topMenu .menuLvl0 > li > a > .menuCaretDwn {
	display: none;
}

.topMenu .menuLvl1 a {
/*	padding: 4px 12px; */
}

/*
-----------------------------------------------------------------------------*/
/* and now for the sideMenu */
/*
.sideMenu > ul {
	margin: -2px -12px !important;
}
*/

.sideMenu {
	border-right: 2px solid #959595;
	box-shadow: 6px -1px 10px -4px rgba(100, 100, 100, 0.5);
	display: table-cell;
	vertical-align: top;
	width: 235px;
	overflow: hidden;
	padding: 18px 10px;
}

.sideMenu .menuLvl0 {
	padding: 0;
}
.sideMenu .menuLvl1, .sideMenu .menuLvl1 ul {
	padding: 0 0 0 16px;
}
.sideMenu .menuLvl1 > li {
	margin-top: 16px;
}
.sideMenu a > .menuCaret, .sideMenu a > .menuCaretDwn {
}

.sideMenu .menuCaret > span {
}

.sideMenu .menuCaretDwn > span {
}

.sideMenu .menuLvl1, .sideMenu .menuLvl2, .sideMenu .menuLvl3, .sideMenu .menuLvl4 {
	border-top: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
	z-index: 20;
}

.sideMenu .menuLvl1 li {
	display: list-item;
}

.sideMenu .menuLvl0 a, .sideMenu .menuLvl1 a {
	display: block;
	padding: 1px 0 1px 8px;
	text-decoration: none;
}
.sideMenu .menuLvl1 > li > a {
	font-weight: bold;
}
.sideMenu .menuLvl1 li.selected > a {
	background-color: #DDDDDD;
}
.sideMenu > h1 {
	margin-bottom: -3px;
}
/*---------------------------------------------------------------------------*/
/* and language and other tool(-bar)-s */

#langTools {
	float: right;
}
#langTools:hover, #langTools.selected {
	background-color: rgb(102, 102, 102);
}

/* Lidt webshop
-----------------------------------------------------------------------------*/

/* postnr form på forside */
#postnrFPFormText {
	position: relative;
}
#postnrFPByNavn {
	font-size: 30px;
	font-weight: bold;
	left: 10px;
	position: absolute;
	text-align: center;
	top: 15px;
	width: calc(100% - 20px);
}
#postnrFPNytPostNrBtn {
	background-color: #ffffff;
	border: 3px solid #000000;
	border-radius: 4px;
	cursor: pointer;
	position: absolute;
	right: -5px;
	bottom: -2px;
	font-weight: bold;
}

/* postnr form på produktsider */
#postnrFormText {
	float: left;
	width: 235px;
}
#byskilt {
	float: left;
	position: relative;
	width: 235px;
}

/* fælles mellem de 2 postnr forms */
.postnrInput, #postnrFPInput {
	width: 140px;
	height: 40px;
	border: 3px solid #000;
	border-radius: 4px;
	background-color: #FFF;
	font-size: 30px;
	padding: 0 0 0 5px;
	position: absolute;
	left: 32px;
	top: 15px;
}
#postnrSubmitBtn, #postnrFPSubmitBtn {
	background-color:#ffffff !important;
	background-image: none !important;
	border: 3px solid #000000 !important;
	border-radius:4px;
	cursor:pointer;
	position: absolute;
	left: 152px;
	top: 37px;
}
#postnrSubmitBtn:hover, #postnrFPSubmitBtn:hover {
	background-color:#eeeeee;
}

/* kalender */
.helligdag {
	color: #C00;
}
#levTbl, #afhTbl {
	border: none;
	clear: both;
	width: 720px;
	overflow: hidden;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
}
#levTbl div, #afhTbl div {
}
#levTbl div div, #afhTbl div div {
	float: left;
	border-top: 1px solid #999999;
	text-align: center;
	width: 97px;
}
#levTbl div div:first-child, #afhTbl div div:first-child {
	width: 40px;
}
.dayNames > div {
	background-color: #EFEFEF;
}
.validPriceDay, .disabledDay {
	background-color:#ffffff;
	padding: 8px 0;
}
.validPriceDay:hover {
	background-color:#fcd3b0;
	cursor:pointer;
}
.priceSelected, .priceSelected:hover {
	background-color:#FF7F00;
	color: #FFF;
}
.disabledDay {
	color: #C0C0C0;
}
.nextWeekDiv {
	border-top: 1px solid #999999;
	clear: both;
	text-align: center;
	width: 720px;
}
.nextWeekBtn {
	cursor: pointer;
	margin: -1px 0 0 0;
}
.aBtn {
/*	font-size: 12px;
	line-height: 18px;
	padding: 1px 8px 2px; */
}

.addressDiv, .fakturaDiv {
	width: 490px;
}
.addressDiv label, .fakturaDiv label {
	display: block;
	text-align: right;
	width: 100%;
}
.fakturaDiv {
	overflow: hidden;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
}
.addressDiv input[type="text"], .fakturaDiv input[type="text"] {
	margin: 2px 0 2px 10px;
	width: 400px;
}
label.postnrLbl {
	display: inline-block;
	width: 160px;
}
label.postnrLbl input[type="text"] {
	width: 70px;
}
label.bynavnLbl {
	display: inline-block;
	float: right;
	width: calc(100% - 162px);
}
label.bynavnLbl input[type="text"] {
	width: calc(100% - 80px);
}

.beeShopFolderDescription {
	margin: 10px 0 10px 25px;
	padding: 0;
	min-height: 24px;
}
.beeShopFolderDescription h1 {
	margin-top: 13px;
}
.beeShopFolderDescription h2 {
	margin-top: 0;
}

/*
.beeShopFolderThumbnails {
	border: 1px solid #CCC;
	border-radius: 8px;
	color: #000 !important;
	cursor: pointer;
	display: block;
	float: left;
	height: 270px;
	margin: 10px 0 10px 24px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-decoration: none !important;
	width: 204px;
}
.beeShopFolderThumbnails:hover {
	/*background-image: linear-gradient(0deg, #F7DDC6, #F7F0E9);
	border: 1px solid #999;
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
}
*/

.beeShopFolderThumbnails {
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	color: #000 !important;
	cursor: pointer;
	display: block;
	float: left;
	height: 325px;
	margin: 10px 0 10px 24px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-decoration: none !important;
	background-color: #fff;
	width: 224px;
}
.beeShopFolderThumbnails:hover {
	/*background-image: linear-gradient(0deg, #F7DDC6, #F7F0E9);*/
	background-color: #fff;
	transform: scale(1.05);
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
}


.beeShopFolderTitle {
	font-size: 14px;
	padding: 3px 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.beeShopFolderImageContainer {
	display: block;
	height: 164px;
	margin: 0px auto;
}
img.beeShopFolderImage {
	display: block;
	max-width: 220px;
	max-height: 185px;
	margin: 0 0 10px 0;
}
.container_produkt_tekst {
	float: left;
	width: calc(100% - 330px);

}
.produkt_folder_resume {
	padding: 2px 10px;
	margin-top: 12px;
}
.produkt_pris_resume {
	bottom: 12px;
	padding: 2px 10px;
	font-weight: bold;
	position: absolute;
	text-align: left;
}
.beeShopProductImgWrapper {
	float: right;
}
.beeShopProductImage {
	max-width: 300px !important;
	float: left;
	margin: 0 0 20px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
}
div.beeShopMiniatures {
	float: left;
	height: 36px;
	margin-top: -10px;
	text-align: center;
	width: 300px;
}
div.beeShopMiniatures img {
	border: 1px solid #CCC;
	cursor: pointer;
	max-height: 32px;
	max-width: 32px;
	padding: 2px;
}
div.beeShopMiniatures img:hover {
	/*background-image: linear-gradient(0deg, #F7DDC6, #F7F0E9);*/
	border-color: #999;
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
}

.beeShopProductOverskrift {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 12px;
	margin-top: 3px;
}
.beeShopProductText {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
.beeShopProductPrisDiv {
	clear: both;
	margin: 0 0 20px 0;
	width: 100%;
}
.beeShopProductTable {
	border-bottom: 1px solid #AAA;
	border-collapse: collapse;
	width: 100%;
}
.beeShopProductTable th {
	border-bottom: 1px solid #AAA;
	text-align: left;
}
.beeShopProductTable th, .beeShopProductTable td {
	padding: 4px;
}
.beeShopProductTable th.tr, .beeShopProductTable td.tr {
	text-align: right;
}
.beeShopProductTable th.w96, .beeShopProductTable td.w96 {
	width: 96px;
}
.beeShopProductTable th.w48, .beeShopProductTable td.w48 {
	width: 48px;
}
.beeShopProductTable th.tar, .beeShopProductTable td.tar {
	text-align: right;
}
.beeShopVareAntal, .beeShopVariant, .beeShopSize {
	width:75px;
}
.beeShopProductSection {
	float: left;
	padding: 10px;
}
.beeShopProductVejledning {
	float: left;
	padding: 10px;
	margin: 30px 0 0 0;
	
}
.beeShopBtns {
	height: 20px;
	margin: 4px 0;
	padding-top: 4px;
	position: relative;
}
.beeShopPNBtn, .beeShopPNDisabled {
	border: 1px solid #CCC;
	border-radius: 8px;
	color: #000 !important;
	padding: 4px;
}
.beeShopPNBtn:hover {
	border: 1px solid #999;
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
}
.beeShopPNDisabled {
	opacity: 0.5;
}
.beeShopPNright {
	bottom: 0;
	position: absolute;
	right: 0;
}
#bestilBtn {
	float: right;
	margin-top: 2px;
	padding: 2px 8px;
}
.exVat {
	font-size: 0.85em;
}
#beeShopUAcc {
	margin: 0;
}
#beeShopLogin, #beeShopNewsl {
	display: none;
}
#beeShopBasket {
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 8px;
	min-height: 220px;
	overflow: hidden;
	padding: 8px;
	width: 222px;
}
#beeShopBasket.beeShopBasketHidden, #beeShopLogin.beeShopLoginHidden, #beeShopNewsl.beeShopNewslHidden {
	border: none;
	height: 0;
	min-height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}
#beeShopBasket h2, #beeShopLogin h2 {
	margin: 0;
}
#beeShopCloseBasket, #beeShopCloseLogin, #beeShopCloseNewsl {
	display: none;
}

.customerAddrs {
	position: relative;
}
.userAndPwd, .invoiceAddr, .deliveryAddr {
	width: 320px;
}
.invoiceAddr, .deliveryAddr {
	float: left;
}
.userAndPwd label, .invoiceAddr label, .deliveryAddr label {
	display: block;
	margin: 8px 0;
	position: relative;
	width: 300px;
}
.userAndPwd label input, .invoiceAddr label input, .deliveryAddr label input, .invoiceAddr label select, .deliveryAddr label select {
	position: absolute;
	right: 0;
	top: -5px;
	width: 150px;
}
.invoiceAddr label select, .deliveryAddr label select {
	width: 154px;
}
/* Error messages */
.userAndPwd label span, .invoiceAddr label span, .deliveryAddr label span {
	font-weight: bold;
	color: red;
	position: absolute;
	right: -300px;
	width: 290px;
}

.fullWidthAddr {
	clear: left;
	padding: 12px 0;
}

.basketTable {
	border-collapse: collapse;
	width: 200px;
}
.basketTable .topborder {
	border-top: 1px solid #CCC;
}
.basketTable td, .basketTable th {
	max-width: 92px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}
.basketTable td:nth-child(3), .basketTable th:nth-child(3) {
	text-align: right;
}
.basketTable th:nth-child(4) {
	width: 32px;
}

.basketBigTable {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.basketBigTable .topborder {
	border-top: 1px solid #CCC;
}
.basketBigTable td, .basketBigTable th {
	overflow: hidden;
	padding: 0 4px;
	text-align: left;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
.basketBigTable .tr {
	text-align: right;
}
.basketBigTable .w96 {
	width: 96px;
}
.basketBigTable .w64 {
	width: 64px;
}
.basketBigTable .w48 {
	width: 48px;
}
.basketBigTable .w32 {
	width: 32px;
	padding: 0;
}
.basketBigTable .tar {
	text-align: right;
}
.basketBigTable img {
	cursor: pointer;
}

.beeShopComments {
	width: 99%;
	margin: 12px 0;
	min-height: 36px;
}
.beeShopAccept {
	float: right;
}
#bestilling_status {
	color: #CCC;
	border-bottom: 1px solid #CCC;
}
#bestilling_status span {
	margin: 0 20px 0 0;
}

#showBasket {
	line-height: 30px;
	padding: 0 10px;
}
#showLogin {
}
#showNewsl {
}
#loginFrm label {
	display: block;
	height: 34px;
	position: relative;
	white-space: nowrap;
}
#loginFrm input {
	width: 50%;
	position: absolute;
	right: 0;
}

#forgotPassword, #logout, #createCustomer, #editCustomer {
	display: block;
	margin: 2px 0;
	padding: 2px 0 2px 24px;
}
#forgotPassword {
	background: url(../gfx/icon-ask.gif) 0 -2px no-repeat;
}
#logout {
	background: url(../gfx/icon-exit.gif) 0 -2px no-repeat;
}
#createCustomer {
	background: url(../gfx/icon-customer.gif) 0 -2px no-repeat;
}
#editCustomer {
	background: url(../gfx/icon-edit.gif) 0 -2px no-repeat;
}

/* og selve indholdet
-----------------------------------------------------------------------------*/
.content {
	border-collapse: separate;
	border-spacing: 0;
	display: table-row;
}
.section {
	display: table-cell;
	vertical-align: top;
	width: 750px;
}
.menupresent {
	box-shadow: -12px 0px 12px 0px rgba(180, 180, 180, 0.6);
	padding: 20px 0 20px 20px;
}
.section img {
	max-width: 100%;
}
.section:after {
	clear: both;
	content: " ";
	display: block;
}
.theme-default .nivoSlider {
	box-shadow: none !important;
	margin: 0 auto 10px;
}
.theme-default .nivo-controlNav {
	margin-top: -20px;
}
.slider-wrapper h1 {
	color: #FFF;
}
.calendar {
	float: left;
}
#calendar_details {
	float: left;
	margin: 0 0 0 32px;
}
.framedDiv {
	margin: 30px 0 10px 15px;
}
.tbl {
	border-collapse: separate;
	border-spacing: 20px;
	display: table;
	margin: -20px;
	width: 1040px;
}

/* a few modul definitions */
.mdDiv_100, .mdDiv_75, .mdDiv_66, .mdDiv_50, .mdDiv_33, .mdDiv_25  {
	float: left;
}
.mdDiv_100 {
	width: 100%;
}
.mdDiv_75 {
	width: 75%;
}
.mdDiv_66 {
	width: 66.6%;
}
.mdDiv_50 {
	width: 50%;
}
.mdDiv_33 {
	width: 33.3%;
}
.mdDiv_25 {
	width: 25%;
}
.modulContent {
	margin-top: 25px;
	margin-bottom: -25px;
}

.slider-wrapper h1 {
	color: #FFF;
}

button a {
	color: #000 !important;
	text-decoration: none;
}

.newsLink {
	border: 1px solid #CCC;
	border-radius: 8px;
	color: #000 !important;
	cursor: pointer;
	display: block;
	float: left;
	height: auto;
	margin: 0px 25px 25px 0px;
	min-height: 220px;
	padding: 8px;
	position: relative;
	text-decoration: none !important;
	transition: margin .1s cubic-bezier(0.2,0.2,0.5,4.0) 0;
	width: 200px;
}
.newsLink:hover {
	border: 1px solid #999;
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
	color: #000;
}
.newsLink:active {
	border-color: #999;
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
	border-width: 1px;
	color: #000;

}
.newsLink img {
	width: 100%;
	margin: 10px auto;
}
.newsLink h2 {
	margin: 0;
}
.newsDate {
	position: absolute;
	top: 6px;
	right: 10px;
	display:none;
}

.kartotekWrapper {
	padding:10px;
}
.kartotekRow {
	margin-top: 4px;
}
.kartotekLabel {
	display: block;
	font-weight: bold;
}
.kartotekInput {
	max-width: 100%;
}
.kartotekCheckbox {
	display: inline;
	white-space: pre;
}
.kartotekCheckbox:before {
	clear: right;
	content: ' ';
	display: block;
}
.kartotekBtns {
	margin: 8px 0;
	text-align: right;
}
.kartotekFejl {
	color: #990000;
}

.madeBy {
	bottom: 64px;
	right: 0;
	position: fixed;
}
.madeBy img {
	border: none;
}

/* og til sidst en footer
-----------------------------------------------------------------------------*/

footer {
	clear: both;
}

footer:before {
	background-color: #FF7F00;
	content: " ";
	display: block;
	height: 10px;
}

footer > div:after {
	clear: both;
	content: ' ';
	display: block;
}
table.korttable {
	color: #fff;
	font-size: 8px;
	margin-left: -9px;
	margin-top: 7px;
}
table.korttable td {
	text-align: center;
	width: 66px;
}

/* og endelig laver vi det hele responsivt
-----------------------------------------------------------------------------*/
/* Først overskriver vi lige et par størrelser fra stylesheet_1.css */
@media all and (min-width: 800px) {
	.menuLvl0 li:	, .menuLvl1 li:hover, .menuLvl2 li:hover, .menuLvl3 li:hover {
		overflow: visible
	}
	
	.menuLvl0 > li:hover > .menuLvl1, .menuLvl1 > li:hover > .menuLvl2, .menuLvl2 > li:hover > .menuLvl3 {
		max-height: 960px;
		max-width: 600px;
		overflow: visible;
		visibility: visible;
	}
	
	.menuLvl0:hover, .menuLvl1:hover, .menuLvl2:hover {
	}
}
/*---------------------------------------------------------------------------*/
@media all and (max-width: 801px) {
/*	header {
		height: 105px;
	} */
	header > div {
		height: 132px;
		width: 600px;
	}
	#langTools {
		display: none;
	}
	.mainDiv, .section, header > div > div, footer > div {
		width: 600px;
		min-height: 0;
	}
	.mainDiv {
		display: block;
	}
	.content {
		border-spacing: 0;
		display: block;
		margin: 0;
		width: 100%;
	}
	.section {
		display: block;
	}
	.menupresent {
		box-shadow: none;
		padding: 20px 0;
	}
	.framedDiv {
		margin: 4px;
	}
	.beeShopFolderDescription {
		margin: 4px;
	}
	.beeShopFolderThumbnails {
		margin: 4px;
		width: 170px;
	}
	.beeShopProductSection {
		padding: 0;
	}
	.container_produkt_tekst {
		width: calc(100% - 322px);
	}
	img.beeShopFolderImage {
		max-width: 100% !important;
	}
	#beeShopUAcc {
	  padding: 8px 0;
	}
	#beeShopBasket {
		margin: 8px 4px;
		width: 173px;
	}
	#postnrFPInput {
		width: 120px;
		left: 14px;
	}
	#postnrFPSubmitBtn {
		left: 116px;
	}
	#postnrFPByNavn {
		left: 8px;
		line-height: 24px;
		width: calc(100% - 15px);
	}

	#levTbl, #afhTbl, .nextWeekDiv {
		width: 100%;
	}
	#levTbl div div, #afhTbl div div {
		width: 80px;
	}
	#levTbl div div:first-child, #afhTbl div div:first-child {
		width: 30px;
	}
	.addressDiv, .fakturaDiv {
		width: 100%;
	}
	.addressDiv input[type="text"], .fakturaDiv input[type="text"] {
		margin: 2px 0 2px 10px;
		width: calc(100% - 90px);
	}
	
	iframe {
		max-width: 100%;
		max-height: inherit;
	}
	img {
		max-width: 100%;
		max-height: inherit;
	}
	#bgimg {
		max-width: none;
	}
	.tbl {
		display: block;
		margin: 0;
		width: inherit;
	}
	.mdDiv_100, .mdDiv_75, .mdDiv_66, .mdDiv_50, .mdDiv_33, .mdDiv_25  {
		float: none;
		width: 100%;
	}
	.newsLink {
		margin: 4px;
		width: 173px;
	}
	a > .menuCaret, a > .menuCaretDwn {
/*		border-left: thin solid #FFE682; */
		float: right;
		margin: -10px;
	}
	#mobilMenu > .menuCaret, #mobilMenu > .menuCaretDwn {
		background-image: url(../gfx/mmenu_hvid_24x24.png);
		background-repeat: no-repeat;
		background-position: 0 1px;
	}
/*	nav.topMenu {
		margin-top: -44px;
	} */
	#topMenuHolder .menuCaret > span, #topMenuHolder .menuCaretDwn > span {
		border-top: 8px solid #FFF;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		content: "";
		display: inline-block;
		margin: 10px 6px;
		width: 0;
	}
	#mobilMenu > menuCaret > span {
		border: none;
	}

	#topMenuHolder, #mobilMenuBar {
		display: block;
		width: 600px;
	}
	nav.sideMenu {
		display: none;
	}
	.topMenu .menuLvl0 {
/*		box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5); */
		display: block;
		margin-left: 0;
		max-height: 0;
		max-width: none;
		overflow: hidden;
		position: absolute;
		top: 145px;
		visibility: hidden;
		width: 600px;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-ms-transition: all 0.8s;
		-o-transition: all 0.8s;
		transition: all 0.8s;
	}
	.topMenu .menuLvl1, .topMenu .menuLvl2, .topMenu .menuLvl3, #mobilMenuBar {
		box-shadow: none;
		left: 0;
		max-width: none;
		position: relative;
		width: 600px;
	}
	.topMenu .menuLvl1  {
		top: 0;
	}
	.topMenu .menuLvl0 > li {
/*		border-bottom: 1px solid #FFE682; */
		border-left: none;
		border-right: none;
		display: block;
		margin-right: 0;
		position: relative;
	}
/*	.topMenu .menuLvl0 > li:first-child {
		border-top: 1px solid #FFE682;
	} */
	.topMenu .menuLvl1 a {
		padding-left: 40px;
	}
	.topMenu .menuLvl2 a {
		padding-left: 65px;
	}
	.topMenu .menuLvl3 a {
		padding-left: 90px;
	}
	.topMenu .menuLvl0 > li > a > .menuCaret, .topMenu .menuLvl0 > li > a > .menuCaretDwn {
		display: inline-block;
		margin: 0 0 -10px 0;
	}
	footer {
		margin-top: 25px;
	}
}

/*---------------------------------------------------------------------------*/
@media all and (max-width: 590px) {
	header > div {
		height: 112px;
		width: 472px;
	}
	.mainDiv, .section, header > div > div, footer > div , #topMenuHolder, #mobilMenuBar,
	.topMenu .menuLvl0, .topMenu .menuLvl1, .topMenu .menuLvl2, .topMenu .menuLvl3 {
		width: 472px;
	}
	.topMenu .menuLvl0 {
		top: 132px;
	}
	.basketBigTable td, .basketBigTable th {
		padding: 0 2px;
	}
	.basketBigTable .w96 {
		width: 68px;
	}
	.basketBigTable .w64 {
		width: 54px;
	}
	.basketBigTable .w48 {
		width: 40px;
	}
	
	.newsLink, #beeShopBasket {
		width: 210px;
	}
	#postnrFPInput {
		width: 140px;
		left: 32px;
	}
	#postnrFPSubmitBtn {
		left: 152px;
	}
	#postnrFPByNavn {
		left: 8px;
		line-height: 24px;
		width: calc(100% - 15px);
	}
	
	#levTbl div div, #afhTbl div div {
		width: 62px;
	}
	#levTbl div div:first-child, #afhTbl div div:first-child {
		width: 26px;
	}
	
	.beeShopFolderThumbnails {
		width: 206px;
	}
}

/*---------------------------------------------------------------------------*/
@media all and (max-width: 461px) {
	header > div {
		height: 72px;
		width: 316px;
	}
	.mainDiv, .section {
		width: 316px;
		position: relative;
	}
	header > div > div, footer > div, #topMenuHolder, #mobilMenuBar,
	.topMenu .menuLvl0, .topMenu .menuLvl1, .topMenu .menuLvl2, .topMenu .menuLvl3 {
		width: 316px;
	}
	.topMenu .menuLvl0 {
		top: 104px;
	}
	
	#bestilling_status span {
		margin: 0 10px 0 0;
	}

	.framedDiv {
		margin: 0;
		width: 308px;
		padding: 4px;
	}
	.newsLink, #beeShopBasket {
		width: 290px;
	}
	#postnrFPInput {
		width: 140px;
		left: 32px;
	}
	#postnrFPSubmitBtn {
		left: 152px;
	}
	#postnrFPByNavn {
		left: 8px;
		line-height: 24px;
		width: 220px;
	}
	.container_produkt_tekst {
		float: none;
		width: 100%;
	}
	.beeShopFolderTitle {
		min-height:	0; 
	}
	.beeShopProductImgWrapper {
		float: none;
	}
	img.beeShopFolderImage {
		margin: 12px 0;
		max-height: initial;
	}
	.beeShopProductImage {
		float: none;
		margin: 12px 0;
	}
	.produkt_pris_resume {
		bottom: inherit;
		margin-top: 12px;
		position: inherit;
		right: inherit;
	}
	.beeShopFolderThumbnails {
		height: inherit;
		margin: 12px 0 0 0;
		width: 283px;
	}
	.beeShopProductTable th, .beeShopProductTable td {
		padding: 4px 1px;
	}
	.basketBigTable td, .basketBigTable th {
		padding: 0 1px;
	}
	.basketBigTable .w96 {
		width: 66px;
	}
	.beeShopVareLinje {
		font-size: 11px;
	}
	.beeShopVareAntal, .beeShopVariant, .beeShopSize {
		font-size: 11px;
		width: 64px;
	}

	#levTbl div div, #afhTbl div div {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 44px;
		font-size: 11px;
	}
	#levTbl div div:first-child, #afhTbl div div:first-child {
		display: none;
	}
	
	table.korttable td {
		width: 52px;
	}
}
