/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	
	.logo-text-container {padding:10px; }
	.logo-text-container h1 {margin-bottom:10px; text-align:center;}
	.logo-text-container h3 {margin-bottom:0px; text-align:center;}
	
	.kolonner {float: left; width: 33.33%; padding:3px;}
/* #Basic Styles
================================================== */

body {
		
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

img.header-icon-large {
	max-width: 100% !important;
padding-bottom: 5px;
padding-left: 5px;

float: right !important;
}

img.header-icon-small {
	max-width: 50% !important;
padding-bottom: 5px;
padding-left: 5px;
float: right !important;
}

h1.header-text-left {text-align:left;}
h3.header-text-left {text-align:left;}
		
		
#webshopcontainer {width:100%; float:left;}


#prodgridelement {width:30%; margin:10px 3% 10px 0px; float:left;  overflow:hidden;}

#prodgridelement a {color:#fff; text-decoration:none;}

#prodgridelement img {max-width:100%; height:auto; float:left; margin:0px;}

/*#prodgridelement.noright {
margin-right: 0px;}*/



#prodlistelement {width:100%; padding:10px 0; float:left; overflow:hidden; border-bottom:1px solid #999;}

#prodlistelement a {color:#fff; text-decoration:none;}

#prodlistelement img {width:30%; height:auto; float:left; margin-right:2%;}

/*
#prodlistimg {width: 150px; float:left; margin-right:10px;}
#prodlistimg img {width:150px; height:150px;}

#prodlistdescription {width:470px; float:left;}
*/



#prodimagelarge {width:59%; float:left; margin-right:2%;}

#prodimagelarge img {max-width:100%; height:auto; float:left; margin-right:2%;}
#prodimagelarge p {color:#CCC; font-size:90%;}

#prodtext {width:39%; float:left;}

#prodtext a {color:#fff; text-decoration:none;}

#extrainfo {width:100%; margin-top:10px; float:left;}

.sidetext ul {  padding-left: 15px !important;}
.sidetext li {list-style-type:square !important;}


.btn {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn {
display: inline-block;
padding: 4px 14px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbbbbb;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-success {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#cartcontainer {position:absolute; top:0; right:30px;background: #4d4d4d;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

width:180px;}

#cartcontainercontent {height:70px; width:160px; margin:5px 10px; float:left; text-align:right;}

#cartcontainercontent p {color:#fff;}
#cartcontainercontent a {color:#fff;}
#cartcontainercontent a.nounderline {text-decoration:none;}
#cartcontainercontent a.cart {background:url(/designs/fullblocktheme/carticon.png) left no-repeat; padding-left:25px;}

#topcontainer {
position: fixed;
top: 0px;
width: 100%;
z-index: 100000;
}
#topwrapper {
width: 960px;
margin: 0 auto;
text-align: center; position:relative}

td.img {width:80px; border-bottom:3px solid #000;font-weight:bold;}
img.prodimg {width:80px; height:80px;}
td.description {width:200px;border-bottom:3px solid #000;font-weight:bold;}
td.pris {border-bottom:3px solid #000;font-weight:bold;}
td.antal {border-bottom:3px solid #000;font-weight:bold;}
td.samlet {border-bottom:3px solid #000;font-weight:bold;}
table.invoice {border:none;}
td.total {border-top:3px solid #000;border-bottom:3px solid #000; font-weight:bold;}
td img.slet {width:12px; height:12px; border:none;}
td.subtotal {border-top:1px solid #000;}
img.minusplus {border:none; height:12px; width:12px;}
td.align-right {text-align:right;}
td.align-center {text-align: center;}


#shoppingcartlist {
width:100%;	
float:left;
}

#line {width:100%; float:left; border-bottom:1px solid #666; padding-bottom:10px;}

#totalamount {
	margin-top:10px;
	text-align:right;
	margin-right: 5%;
padding: 1%;}

#totalamount a {
text-decoration:none;
}

#shoppingcartlist.image {
	width:15%;	
float:left;
padding:1%;

}

#shoppingcartlist.image img {
	width:100%; height:auto;	
float:left;

}

#shoppingcartlist.name {
	width:30%;	
float:left;
padding:1%;

}

#shoppingcartlist.price {
	width:15%;	
float:left;
padding:1%;
text-align:center;

}

#shoppingcartlist.volume {
	width:15%;
	text-align:center;	
float:left;
padding:1%;
}

#shoppingcartlist.volume a {
border:1px solid #666;
width: 15px;
height: 25px;
display: inline-block;
border-radius: 3px;
text-decoration:none;
}

#shoppingcartlist.volume a:hover {
	background:#666;}

#shoppingcartlist.total {
	width:20%;
	text-align:right;	
float:left;
padding:1%;

}

#shoppingcartlist.delete {
	width:5%;	
	text-align:center;
float:left;
padding:1%;
}

#shoppingcartlist.delete a {
border:1px solid #666;
width: 15px;
height: 25px;
display: inline-block;
border-radius: 3px;
text-decoration:none;
}

#shoppingcartlist.delete a:hover {
	background:#666;}
	
#editcontainer {
width:785px;
float:left;
background:#636;
color:#fff;
margin-bottom:20px;
margin-top:-30px;
}

#editcontainer p {color:#fff; padding-left:20px; padding-right:20px;}
#editcontainer h1 {color:#fff; padding-left:20px; padding-right:20px;}
#editcontainer h2 {color:#fff; padding-left:20px; padding-right:20px;}
#editcontainer h3 {color:#fff; padding-left:20px; padding-right:20px;}
#editcontainer a {color:#fff; padding-right:20px;}

.shoppingcart2 img {width:100%; height:auto; z-index:100;}

#cart {
width: 48px;
background: #fff !important;
display: block;
float: right;
margin: 5px;
position: relative;
}
#cart_icon {
width: 48px;
height: 48px;
display: block;
margin: 0px auto;
position: relative;
z-index: 1;
background:url(/designs/responsive02/images/carticon.png) top left no-repeat;
}

#cart_icon:hover {
	background:url(/designs/responsive02/images/carticon_hover.png) top left no-repeat;
}

.cartcontainer {margin:-58px;}
.cartcontainer a {font-size: 16px; line-height:58px; text-decoration:none; padding: 0 8px;}


.badge_circle {
position: absolute;
width: auto;
min-width: 18px;
height: auto;
display: none;
padding: 2px 1px;
z-index: 3;
margin: 4px 0 0 27px;
color:#fff;
-webkit-border: 3px solid #fff;
}

.badge_circle {
background: #ed1c24;
}

p#cart_count, .filter_count {
font-style: normal;
font-weight: 400;
color: #fff !important;
font-size: .625em;
text-align: center;
margin: 0;
padding: 3px 0 0 0px;
letter-spacing: .225em;
font-family: 'ProximaNova-Regular',arial,sans-serif;
line-height: 7px;
}




/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #FFF; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #FFF; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

#tekstfelt ul { list-style: square inside; }
#tekstfelt ul li { margin-left:10px; }

#tekstfelt ul.slides { list-style: none outside; }
#tekstfelt ul.slides li { margin-left:0; }

#tekstfelt #contact_form ul { list-style: none outside; }
#tekstfelt #contact_form ul li { margin-left:0; }

#tekstfelt #contact_form #gbleft ul { list-style: none outside; }
#tekstfelt #contact_form #gbleft ul li { margin-left:0; }



/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/* #NHS Add
================================================== */

.bottomadd {width:100%; position:fixed; bottom:-10px; left:0px; height:34px; background:#000; color:#fff !important; text-align:center; padding: 3px 0; transition-duration:0.1s; font-family:Arial, Helvetica, sans-serif;}
.bottomadd:hover {bottom:0px;  transition-duration:0.1s;}
img.webbieadd {height:20px !important; width:auto; position:absolute; top:-16px;}