body {
  font: normal 10px Verdana, Sans-serif;
  background-image: url('klikpost_hvid.png');
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0px;
  padding-top: 140px;
}

ul {
  margin-top: 4px;
  margin-bottom: 6px;
}

li {
  margin-bottom: 2px;
}

form {
  margin: 0;
}

a {
  color: #0097F0;
  text-decoration: none;
}

input {
  font: normal 11px Verdana, Sans-serif;
}

div.box {
  position: relative;
  background-image: url('prodbox.jpg');
  width: 226px;
  height: 185px;
  padding: 10px 15px 5px 15px;
  float: left;
}

h1 {
  display: block;
  margin: 0px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  font: bold 14px Verdana, Sans-serif;
	color: #3f3f3f;
}

h2 {
  display: block;
  margin: 0px;
  padding-bottom: 1px;
  margin-bottom: 1px;
  font: bold 13px Verdana, Sans-serif;
  color: #3f3f3f;
}

h1.box {
  display: block;
  margin: 0px;
  padding-bottom: 3px;
  margin-top: 5px;
  margin-bottom: 7px;
  font: bold 14px Verdana, Sans-serif;
	color: #0097F0;
}

div.toptext {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  width: 512px;
  text-align: center;
  margin-top: -30px;
  letter-spacing: 0.13em;
  font: bold 18px Verdana, Sans-serif;
  color: #3f3f3f;
}

div.container {
  width: 783px;
  margin-left: auto;
  margin-right: auto;
  min-height:300px;
  height:auto !important;
  height:300px;
}

div.inner {
  margin-left: 253px;
  padding: 0px 9px 0px 9px;
}

div.left {
  position: absolute;
  left: 50%;
  margin-left: -380px;
  margin-top: 60px;
  width: 236px;
}

#topmenu  {
  margin-bottom: 10px;
  background-image: url('taskbar.png');
  height: 53px;
  border: 1px solid #999999;
  position: relative;
}

b {
  font-weight: normal;
}

a.colorblock {
  display: block;
  overflow: hidden;
  float: left;
  border: 1px solid black;
  width: 10px;
  height: 10px;
  padding: 0;
}

/* LIGHTBOX */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#guide {
  height: 210px;
  background-color: rgb(240,240,255);
  padding: 7px;
}

div.header {
  background-color: rgb(208,224,255);
  margin: -7px;
  margin-bottom: 16px;
  padding: 7px;
}

div.footer {
  background-color: rgb(208,224,255);
  padding: 7px;
}

#featbox {
  width: 512px;
  height: 153px;
  background-image: url('feat.png');
  background-repeat: no-repeat;
  background-position: center top;
}

#featbox div {
  position: absolute;
  width: 70px;
  top: 90px;
  text-align: center;
}

#sidebox {
  background-color: white;
  border: 1px solid #999999;
}

#boxpad {
  padding: 0px 7px 7px 7px;
}

#sidebox h1 {
  padding: 3px;
  height: 16px;
  font-size: 11px;
  font-weight: bold;
  background-image: url('/images/listheader.gif');
}

input.button {
  height: 20px;
  color: #333333;
  font-size: 12px;
  font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
  padding-left: 8px;
  padding-right: 8px;
  width:auto;
  overflow:visible;
  background: url(/images/btnbg.gif) repeat-x #f0f0f0;
  border: 1px solid #a4a4a4;
}

input.button:hover {
  color: black;
}

input.textinput {
  border: 1px solid #666666;
}