@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* 
COLORS:
blue:      00a8ec
offwhite:  f8f5f1
black:     27201d

MARGINS:
6/12px

*/

/* BODY (General styles)
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0px;
	width: 990px;
	background:  url(../gfx/bodyBG.jpg) no-repeat top center #f8f5f1;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.7em;
	color:#27201d;
	line-height:1.5em;
}

img {
	border:none;
	margin:0;
	padding:0;
}

.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: #00a8ec;
	font-size: 2.2em;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing:-2px;
	line-height:1em;
}

	h1 a:link,
	h1 a:active,
	h1 a:visited {
		text-decoration:none;
		color: #00a8ec;
	}
	
	h1 a:hover {
		color:#27201d;
	}

h2 {
	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 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom:5px;
	line-height:1.3em;
}	

	h3 a:link,
	h3 a:active,
	h3 a:visited {
		color: #00a8ec;
		text-decoration:none;
	}
	
	h3 a:hover {
		color:#27201d;
	}
	
h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin:0;
	text-transform:uppercase;
	border-bottom:solid 2px white;
	margin-bottom:12px;
}	

hr {
	border:1px solid grey;
	margin:5px 0;
}

/* LISTS
---------------------------------------- */
ul,
ol {
	margin-bottom:10px;
}

ul li {
	margin-left:17px;
}

ol li {
	margin-left:24px;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color:#27201d;
} 
a:hover {
	text-decoration:none;
}

 
/* FORMS
---------------------------------------- */




/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	width: 977px;
	background:url(../gfx/containerBGrepeat.png) repeat-y transparent;
	margin-top: 36px;
	padding: 0 0 0 10px;
}

#containerBG {
	background:url(../gfx/containerBG.jpg) no-repeat transparent;
	
}

/* HEADER (Includes header with logo, slideshow and horizontal top navigation)
------------------------------------------------------------------ */
#header {}

#header img {
	float:left;
}

.slide {
	width:790px;
	height:200px;
	float:left;
	background:black;
}

.annonseliten {
	float:left;
	width:auto;
	margin:2px 0 2px 2px;
}

/* LEFT (Includes (product) menu on the left, search and addtional content)
------------------------------------------------------------------ */
#left {
	width:168px;
	float:left;
	clear:both;
	margin:0 12px 0 2px;
}


#search {
	float:left;
	background:#f8f5f1;
	width:142px;
	padding:6px 12px 6px 14px;
}

#sokfelt {
	margin:0;
	padding:1px;
	line-height:1em;
	border:1px solid #00A8EC;
	height:16px;
	width:100px;
}

.button {
	border:1px solid #00A8EC;
	background:white;
	height:20px;
}

/* MAIN content (Includes all articles)
------------------------------------------------------------------ */
#mainBG {
	width:593px;
	float:left;
	background: url(../gfx/mainBGtop.gif) no-repeat top;
	height:12px;
}

#main {
	width:568px;
	float:left;
	background:#f8f5f1;
	padding:0 12px 12px;
	margin-top:-5px;
}

/*.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 {
	border:#00a8ec solid 2px;
	background:white;
	padding:6px;
	margin:12px 0;
	float:left;
}


	/* FRONTPAGE (Styles for frontpage only)
	------------------------------------------------------------------ */
	#front {
		width:568px;
		float:left;
	}
	
	.frontpageTab {
		width:270px;
		float:left;
		margin:0 12px 12px 0;
		height:170px;
		background:url(../gfx/menuBG.jpg) repeat-x bottom;
	}
	
		.frontpageTab img,
		.newsList img {
			float:left;
			margin: 0 12px 6px 0;
			width:100px;
			border:solid 2px white;
		}
		
	.banner img{
		width:592px;
		margin-left:-12px;
		margin-bottom:12px;
	}
	
	/* NEWS (Styles for news only)
	------------------------------------------------------------------ */
	
	.newsList {
		background:url(../gfx/menuBG.jpg) repeat-x bottom;
		padding-bottom:1px;
		margin-bottom:6px;
	}
	

/* RIGHT (Ads)
------------------------------------------------------------------ */
#right {
	color:black;
	width:180px;
	float:right;
	margin-right:12px;
	margin-top:-48px;
}

#right img {
	/*width:180px;*/
	margin:0 0 2px 0;
	padding:0;
}

/* FOOTER (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------ */
#footer {
	width:967px;
	text-align:center;
	font-size: 0.7em;
	clear:both;
	padding:5px;
	background:url(../gfx/containerBGbottom.png) no-repeat bottom center;
	border-top:2px solid #f8f5f1;
	height:30px;
}

#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;
	}

/* RSS_Feed (tables in the rss feed)
------------------------------------------------------------------ */
.heading {
	font-size: 12px;
	height: 20px;
	text-align:left;
}

.bgcolor1 {
	background:#FFFFF none repeat scroll 0 0;
}

.bgcolor2 {
	background:white none repeat scroll 0 0;
}

