.noul	{text-decoration: none;}

.tal 	{ text-align: center; padding-left:15px; }
.w100 	{ width: 100%; }
.w50 	{ width: 50%; }
.w50px 	{ width: 50px; } 
.fuld 	{ width: 100%; }

.gron {background-color: #00ff00;} 
.gul  {background-color: #ffff00;} 
.rod  {background-color: #ff0000;}
.bleggul {background-color: #ffcc66;}
.txthvid {color: #ffffff; }
.txtgra  {color: #cccccc;}
.txtBlegRod  {color: #cc0000;}
.blegRod  {background-color: #cc0000;}


.msg {background:#5cb85c; padding:7px; margin-bottom: 10px;color:#fff;}
.fejltxt {background:#cc0000; padding:7px; margin-bottom: 10px;color:#fff;}
.msgVisKurv { color:#fff; }

#mailhead	{
	width: 100%;
}
#mailhead IMG 	{
	border-width: 0;
	border-style: none;
	margin: 10px;
}

#kurvordre {
	border: 1px solid #000;
	margin: 10px 0;
}

#kurvordre TD {
	border: 1px solid #666;
	padding: 1px 5px;
}

#kurvialt TD {
	font-weight: bold;
	font-size: 110%;
	border-top: 1px solid #000;
	border-bottom: 3px double #000;
}

#minesidermenu 	TD {
	border: 1px solid #ccc;
	border-radius:10px;
	padding: 5px 10px;
	width: 150px;
	text-align: center;
}
#minesidermenu	{
	margin: 0 0 20px 0;
}

#minesidernavn {
	width: 100%; 	/* 600px; */
	border: 1px solid #000;
	margin: 50px;
}
#minesiderOrdre	TD {
	padding: 3px;
}
#kurvadr TD { vertical-align: top; }

#kurvadr .postnr {width: 20%;}
#kurvadr .city { width: 75%; }


.well {
width:400px;
float:left;
margin-right:20px;
}
.well input,textarea {
    display: inline-block;
	width:350px;
margin-bottom:10px;
padding: 4px 6px;
font-size: 14px;
line-height: 20px;
color: #555555;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    vertical-align: middle;
background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
/*Konstant tekst til kurv*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.Kurvkonstant{
	width: 95%;
	height: 50px;
	border-bottom: #e4e1e1 solid 1px;
	color: rgb(158, 151, 151);	
	
}
.Kurvkonstant li{
	float:left;	
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
/*	border: 1px solid black;	*/
}
.KurvnameK{
	width:60%;		
}
.KurvpriceK{
	width:10%;
}
.KurvamountK{
	width:15%;	
	text-align: right;
}
.KurvtotalK{
	width:15%;
}

.Kurvitems{
	width: 100%;
	height: 150px;
}
.Kurvitems li{
	float:left;	
	line-height: 100px;
/*	border: 1px solid black;	*/
}
/*form til vare*/
.Kurvname{
/*	line-height: 100px;	*/
	width:40%;	
	height: auto;
	color: black;	
	padding-left: 10px;
}
.Kurvname p{
	max-width: 35ch;	
	overflow: hidden;	
	white-space: nowrap;
}
.Kurvimage{
	height: 100px;
	width: 14%;
	padding: 0;

}
.Kurvimage img{
	height: 100px; 
	width: auto;
}
.Kurvprice{
/*	line-height: 100px;	*/
	width:15%;
	color: black;	
	font-weight: bold;	
	padding: 0 10px;
	text-align: right;
}
.Kurvamount{
	width:8%;
	color: black;	
	float:left;
}
.Kurvamount input{
	margin-top: 30px;
/*	width: 20%; */
	float: left;
	height: 50px;
	line-height: 10px;
	padding: 10px;
	text-align: right;
}
#butminus{
	width: 20%;
}
#butplus{
	width: 20%;
}
#butminus:hover{
	color:#666;
	cursor: pointer;
}
#butplus:hover{
	color:#666;
	cursor: pointer;
}
.KurvSletLinje {
	padding: 0 0 0 10px;
}
.Kurvtotal{
	line-height: 100px;
	width:15%;
	color: black;
	font-weight: bold;
	text-align: right;
}

/*Shipping formular*/
.Kurvforsendelse h4{
	font-size: medium;
	font-weight: bold;
	color: #555555;
}

.shipform{
	text-align: left;
}
.shipform input{
	height: 15px;
	width: 15px;
	float: right;	
}
.shipform label{
	font-weight: bold;
	font-size: small;
}
/*Knapper til shopping og opdate*/
.shop{
	background-color: white;
	color: #d3c48e;
	width: 150px;
	height: 40px;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 5px;
	border: #d3c48e 1px solid;
}
.shop:hover{
	background-color: #d3c48e;
	color: white;
}
/*Gå til Kassen knap*/
.Checkout{
	color: white;
	background-color: #d26e4b;
}
.Checkout:hover{
	background-color:#d26e4b ;
	opacity: 75%;
	cursor: pointer;
}
/*Handelsbetingelser*/
.handelsbetingelser{
	height: 40px;
	width: 350px;
	line-height: 40px;
}
.HB{
	margin-top: 10px;
}
.grbtn{
	height: 4vh;
	width: 15vh;
	color: white;
	background-color:#23a455;
	padding: 1%;
	margin-bottom: 3%;
}
.grbtn:hover{
	cursor: pointer;
	padding: 0%;
}
.grbtn2{
	height: 4vh;
	width: 25vh;
	color: white;
	background-color:#23a455;
	padding: 1%;
	margin-bottom: 3%;
}
.grbtn2:hover{
	cursor: pointer;
	padding: 0%;

}
