@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* 
COLORS:
light grey:		f0f0e8
regular grey:	666
light turqiose:	f0f8ff
text:			333
dark blue:		003366

MARGINS:
20px
10px
5px

*/

/* BODY (General styles)
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0px;
	width: 920px;
	background: #163571 url(../gfx/bgRepeat.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#2b2b2b;
	line-height:1.5em;
}

img {border:none}

.imgStyle {
	border:2px purple solid;
	margin:0 8px 4px 0;
	float:left;
}

.imgStyle:hover {
	border:2px solid red;
}


/* COMMON STYLES
---------------------------------------- */
p {
	margin:0 0 10px 0;
}

h1,
.butikk_tittel {
	color: black;
	font-size: 1.8em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003e7e;
	margin-bottom:10px;
	letter-spacing:-1px;
	line-height:1em;
}

	h1 a:link,
	h1 a:link,
	h1 a:link {
	}
	
	h1 a:hover {
	}

h2 {
	color: black;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height:1.5em;
}	

	h2 a:link,
	h2 a:link,
	h2 a:link {
	}
	
	h2 a:hover {
	}

h3 {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:5px;
	line-height:1.3em;
}	

	h3 a:link,
	h3 a:link,
	h3 a:link {
	}
	
	h3 a:hover {
	}
	
h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin:0;
	text-transform:uppercase;
}	

hr {
	border:1px solid grey;
	margin:5px 0;
}



/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color:#003e7e;
} 
a:hover {
	text-decoration:none;
	color:#c50c3d;
}

 
/* FORMS
---------------------------------------- */
/*
form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}*/



/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	width: 920px;
	height: 756px;
	background: url(../gfx/template.jpg) no-repeat top;
}


/* HEADER (Includes header with logo, slideshow and horizontal top navigation)
------------------------------------------------------------------ */
#header {
	height:150px;

}

#header img {
	float:left;
}

.slide {
	width:790px;
	height:200px;
	float:left;
	background:black;
}


/* LEFT (Includes (product) menu on the left, search and addtional content)
------------------------------------------------------------------ */
#left {
	width:185px;
	float:left;
	clear:both;
	padding:10px 10px 0 7px;
}


#search {
	float:left;
}

/* MAIN content (Includes all articles)
------------------------------------------------------------------ */
#main {
	width:475px;
	height:490px;
	overflow:auto;
	float:left;
	padding-top:10px;
}

/*.tips, 
.details {
	margin-top:10px;
	padding:5px;
	background:aqua;
}*/

#breadcrumbsWrapper {
	background:aqua;
	width:100%;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:10px;
	height:20px;
}

	#breadcrumbs {
		float:left;
		width:60%;
	}

#print {
	float:right;
	width: 30%;
	text-align:right;
	height:20px;
}

	#print img/*,
	.backAndPrint img */{
		margin-bottom:-12px;
	}

.box {
	background:aqua;
	border-right:black solid 2px;
	border-bottom:black solid 2px;
	padding:10px;
	margin:10px 0;
	float:left;
}

.subscribe p {
	margin:10px 0 0 0;
}
	/* FRONTPAGE (Styles for frontpage only)
	------------------------------------------------------------------ */
	#front {
		width:570px;
		float:left;
		background:pink;
	}
	
	.frontpageTab {
		width:250px;
		float:left;
		margin:0 10px 10px 0;
		padding:10px;
		border:1px solid #f0f0e8;
		height:170px;
		min-height:170px;!important
	}
	
		.frontpage_tab img {
			float:left;
			margin: 0 10px 5px 0;
		}
	
	.frontpageList {
		width:550px;
		float:left;
		margin-bottom:10px;
		padding:10px;
		border:1px solid #f0f0e8;
	}

		.frontpageList img {
			float:left;
			margin: 0 10px 5px 0;
		}
	

/* RIGHT (Optional right container for all sites)
------------------------------------------------------------------ */
#right {
	color:black;
	width:200px;
	padding:30px 22px 0 0;
	float:right;
}

.news {
	height:363px;
	padding:0 0 0 20px;
}

.news ul li {
	list-style:url(../gfx/bullettRight.gif);
	margin-bottom:5px;
}

.news p {
	padding:0;
	margin:0;
}

.contact {
	padding:0 0 0 4px;
	font-size:10px;
	line-height:14px;
}

.contact p{
	padding:0;
	margin:0;
}

/* FOOTER (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------ */
/*#footer {
	width:980px;
	background:purple;
	text-align:center;
	font-size: 0.7em;
	clear:both;
	padding:5px;
}*/
#itoolsBrand {
	width: 500px;
	height:100px;
	margin:0 auto;
	font-size:0.8em;
	padding: 12px 5px;
}

#itoolsBrand,
#itoolsBrand a:link,
#itoolsBrand a:active,
#itoolsBrand a:visited {
	color:#76bbec;
}


/*#itoolsBrand {
	border:1px solid #f0f0e8;
	width: 280px;
	margin:8px auto;
	font-size:0.9em;
	padding: 5px;
	font-size:8px;
	color:#999;
}

	#itoolsBrand img {
		margin-bottom: -3px;
		padding: 0px;
		border:none;
	}*/