@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* 
COLORS:
orange:		fe5208
lys grå:	ededed


MARGINS:

*/

/* BODY (General styles)
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0px;
	width: 990px;
	background: url(../gfx/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#6b737c;
	line-height:1.5em;
}

img {border:none}

.imgStyle {
	border:solid #ededed 2px;
	margin:0 8px 4px 0;
	float:left;
}

.imgStyle:hover {
	border:2px solid #fe5208;
}


/* COMMON STYLES
---------------------------------------- */
p {
	margin:0 0 10px 0;
}

h1,
.butikk_tittel {
	color: #000;
	font-size: 2.5em;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:1px;
	line-height:1em;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 5px;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:1px;
}	

	h2 a:link,
	h2 a:active,
	h2 a:visited {
		color:black;
		text-decoration:none;
	}
	
	h2 a:hover {
		color: #fe5208!important;
	}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom:5px;
	line-height:1.3em;
	/*letter-spacing:-1px;*/
}	

	h3 a:link,
	h3 a:active,
	h3 a:visited {
		color:white;
		text-decoration:none;
	}
	
	#sidevisning h3 a:link,
	#sidevisning h3 a:active,
	#sidevisning h3 a:visited {
		color:#FE5208;
	}
	
	h3 a:hover,
	#sidevisning h3 a:hover {
		color:black;
	}
	
h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin:0;
	text-transform:uppercase;
}	

hr {
	border:solid #ededed 1px;
	margin:5px 0;
}



/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color:#6b737c;
} 
a:hover {
	text-decoration:none;
	color:#fe5208;
}
 
/* FORMS
------------------------------------------------------------------ */

input {
	border:2px solid #ededed;
	margin-right:3px;
	color: #6b737c;
	background:white;
	padding: 2px;
	height:30px;
}

	input.button {
		border:none;
		background:#6b737c;
		color:white;
		padding:2px 8px 4px 6px;
		height:25px;
		margin-bottom:-1px;
	}

input:focus {
	background:#ededed;
	border:2px solid #6b737c;
	color:black;
}


/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	width: 1020px;
}


/* HEADER (Includes header with logo and horizontal top navigation)
------------------------------------------------------------------ */
#header {
	height:242px;
	background:none;
}

.logo {
	position:absolute;
	z-index:2;
}

.slide {
	width:990px;
	height:227px;
	float:left;
	position:absolute;
	top:0;
	z-index:1;
	background:none;
	overflow:hidden;
}


/* LEFT (Includes (product) menu on the left, search and addtional content)
------------------------------------------------------------------ */
#left {
	background:#ededed;
	width:218px;
	float:left;
	padding:30px 0 0 0;
	margin:0 0 30px 0;
}


#search {
	float:left;
}

.ads {
	padding-top:10px;

}

	.ads img {
		width:208px;
		padding:5px;
	}

/* MAIN content (Includes all articles)
------------------------------------------------------------------ */
#main {
	width:740px;
	float:left;
	padding:20px;
	margin:0px 0 30px 0px;
}

/*.tips, 
.details {
	margin-top:10px;
	padding:5px;
	background:aqua;
}*/

#breadcrumbsWrapper {
	width:300px;
	font-size:0.8em;
	font-weight:bold;
	float:right;
	padding-top:10px;
}

	#breadcrumbs {
		float:left;
		width:60%;
	}

#print {
	float:right;
	width: 30%;
	text-align:right;
	height:20px;
}

	#print img/*,
	.backAndPrint img */{
		margin-bottom:-12px;
	}

.box {
	background:#fe5208;
	padding:10px;
	margin:10px 0;
	float:left;
}

	.box h3 {
		color:white;
		padding-top:5px;
	}
	
	.box a:link,
	.box a:active,
	.box a:visited {
		color:white;
	}
	
	.box a:hover {
		text-decoration:none;
		color:#ededed;
	}


	/* FRONTPAGE (Styles for frontpage only)
	------------------------------------------------------------------ */
	#front {
		width:752px;
		float:left;
		margin:0 0 0 20px;
	}
	
		.intro{
			width:700px;
		}
	
	.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 {
	background:yellow;
	color:black;
	width:170px;
	float:right;
	padding:10px 20px 10px 10px;
	margin-top:-10px;
	margin-right:-10px;
}

/* FOOTER (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------ */
#footer {
	width:auto;
	text-align:center;
	font-size: 0.8em;
	clear:both;
	border-top:solid #ededed 2px;
}

.footerLeft {
	float:left;
	width:260px;
	padding:10px 10px 0 0;
	border-right:solid #ededed 2px;
}

.footerMid {
	float:left;
	width:425px;
	padding:10px;
	border-right:solid #ededed 2px;
}

.footerRight {
	float:left;
	padding:10px 0 0 10px;
	width:260px;
}

/*#itoolsBrand {
	border:1px solid #ededed;
	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;
	}
*/
.search {
	width:190px;
	xposition:absolute;
	xtop:2px;
	xleft:-197px;
	margin:0 0 0 30px;
}
.searchInput {
	vertical-align:middle;
	border:2px solid #6b737c;
	color:#6b737c;
	background:#FFF;
	margin:0;
	padding: 2px;
	height:18px;
	width:110px;
}
.searchInput:focus {
	background:#ededed;
	border:2px solid #6b737c;
	color:black;
}
.searchButton {
	vertical-align:middle;	
	border:none;
	background:#6b737c;
	color:#FFF;
	height:26px;
	padding:2px 5px 2px 5px;
	outline:none;
}
/* ORDER-FORM
----------------------------------- */
#orderForm { display: none; }
#orderForm fieldset {
	border:none; }
#orderForm legend {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold; }
#orderForm ul {
	list-style:none; }
#orderForm li {
	margin-bottom: 10px; }
#orderForm label {
	display: block;
	float: left;
	width: 25%;
	font-size: 1.2em; }
#orderForm input {
	width: 50%;
	height: auto; }
#orderForm input#submitOrder {
	width: auto; }
#orderForm textarea {
	width: 51%;
	border: 2px solid #ededed;
	color: #6b737c; }
#orderForm textarea:focus {
	background: #ededed;
	border-color: #6b737c;
	color: black;
	}
#orderForm span.control {
	color: #f00;
	font-size: 1.2em; }
/* validating span element */
span.error {
	display:block;
	margin-left: 25%;
	color: #f00; }
