@charset "utf-8";
/*          CSS Document           */
/* ------------------------------- */
/* Written by Yngve Wikøren Nilsen */
/* ------------------------------- */

/* --------------------------------- */
/* ------ CSS Document Layout ------ */
/* --------------------------------- */


/* ----- General Styles And Tool Styles ----- */
* {
	margin: 0px;
	padding: 0px;
	background: transparent;
}
.brclear{
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
	margin: 0;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
div.horLine {
	height: 1px;
	background: #f5f6f6;
	overflow: hidden;
}
html {
	background: url(../gfx/Bg.jpg) repeat left top;
}
body {
	margin: auto;
	padding: 0 0 0 0;
	font-family: Tahoma;
	font-size: 0.7em;
	color: #666;
	line-height: 1.5em;
	text-align: center;
}

/* ----- General HTML-tags Styles ----- */
/* Header Styles */
h1, h2, h3, h4, h5, h6 {
}
#frontContent h1,
#frontContent h2,
#frontRight h2,
#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
}
	#content h1 {
		border-bottom: dashed 1px #cc9;
		padding-bottom: 5px;
	}
	.box h1 {
		padding-bottom: 5px;
		display: block;
		overflow: hidden;
		border-bottom: dashed 1px #cc9;
		font-size: 1.4em;
		font-weight: normal;
		text-transform: uppercase;
	}
	.headlineRed {
		font-family: "Trebuchet MS", Helvetica, sans-serif !important;
		color: #db4533;
		font-size: 1.1em;
		font-weight: normal;
		text-transform: uppercase;
	}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 1px;
}
	#frontContent h2,
	#frontRight h2 {
		padding-bottom: 8px;
		display: block;
		overflow: hidden;
		border-bottom: dashed 1px #cc9;
		font-size: 2.1em;
		font-style: italic;
		line-height:normal;
	}
	#frontContent #address h2{
		overflow: visible;		
	}
	h2.addressHeader {
		font-family: "Trebuchet MS", Helvetica, sans-serif !important;
		font-size: 1.2em !important;
		font-style: normal !important;
	}
h3 {
	font-size: 1.1em;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h4 {
	font-size: 1.0em;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}
/* end header styles */

p {
	margin:0 0 10px 0;
}
	#slagord p {
		color: #cfd39f;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 2em;
		letter-spacing: 1px;
		font-style: italic;
		line-height: 1.1em;
		text-align: center;
	}
	#front #slagord p {
		text-align: right;
	}
	p.ingress {
		font-weight: bold;
	}
	.box p.ingress {
		font-weight: normal;
		font-size: 1.2em;
	}
	#slogan p {
		font-weight: normal;
		font-size: 1.3em;
	}
img {
	border: none
}
	.imgStyle {
		float: left;
		margin: 0 10px 10px 0;
		border: solid 1px #b1b3b4;
	}
	.newsImg {
		float: left;
	}

#address table {
	width: 100%;
}
	#address td {
		vertical-align: top;
		padding-right: 15px;
	}
/* Link Styles */
a,
a:link,
a:visited,
a:active {
	color: #db4533;
	text-decoration: none;
} 
a:hover {
	color: #db4533;
	text-decoration: underline;
}
	.lang a {
		color: #fff;	
	}
	p.readMore a {
		font-style: italic;
	}
		p.readMore a:hover {
		}
	#iToolsBrand a {
		color: #666;
	}
#frontContent ul,
#content ul,
#shopViewList ul,
#shopProduct ul,
#frontContent ol,
#content ol,
#shopViewList ol,
#shopProduct ol {
	margin-left: 15px;	
}
#frontContent ul li,
#content ul li,
#shopViewList ul li,
#shopProduct ul li,
#frontContent ol li,
#content ol li,
#shopViewList ol li,
#shopProduct ol li {
	list-style: none;
	background: url(../gfx/bulletRed.png) no-repeat left 6px;
	padding-left: 10px;
}


/* Search result */
.beskrivelse {
	margin-bottom:10px;}
	

/* ----- Form Styles ----- */
form ol {
	width: 200px;
	margin-top: -1px;
}
form li {
	list-style: none;
	padding-top: ;
}
label {
	display: block;
	width: 2em;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.formBtn {
	width: 20px;
	height: 20px;
	border: none;
	background: url(../gfx/BgFormBtn.png) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #776351;
}
	.formBtn:hover {
		background: url(../gfx/BgFormBtnHover.png) no-repeat left top;
		color: #CA894F;
		border: none;
	}
input {
	border: none/*solid 1px #ccc*/;
	background: #fff;
}
	input#searchField {
		width: 130px;
	}
	input:hover,
	input:focus {
		border: none/*solid 1px #CA894F*/;
	}
	
#content form input {
	border:1px solid #999999;
	margin-bottom:3px;}
	
	
/* MISC
---------------------------------------- */
.absmiddle {
	vertical-align: middle;}