charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

p {
	padding:0 0 20px 0;
}

h1,
#slogan,
.butikk_tittel {
	color: #b1b1b1;
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1em;
	letter-spacing:2px;
	text-transform:uppercase;
}

	h1 a:link,
	h1 a:active,
	h1 a:visited {
		color:#004C71;
		text-decoration:none;
	}
	
	h1 a:hover {
		color:#c6c6c6
	}

h2 {
	color: black;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	line-height:1.5em;
}	

	h2 a:link,
	h2 a:active,
	h2 a:visited {
		color:#008D59;
		text-decoration:none;
	}
	
	h2 a:hover {
		color:#c6c6c6
	}

h3 {
	color: #008D59;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:3px;
	padding-bottom:5px;
	line-height:1.3em;
	letter-spacing:1px;
	text-transform:uppercase;
}	

	h3 a:link,
	h3 a:active,
	h3 a:visited {
		text-decoration:underline;
	}
	
	h3 a:hover {
		color:#c6c6c6
	}
	
h4 {
	font-weight:bold;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #b1b1b1;
	line-height:1.2em;
}	
	h4 a:link,
	h4 a:active,
	h4 a:visited {
		text-decoration:none;
		color: #b1b1b1;
	}
	
	h4 a:hover {
		color:black
	}
		
div.hr {
	background:#E7E7E7;
	height:1px;
	margin:0 0 5px 0;
	clear:both;
}

div.hr hr {
  display: none;
}

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:#008D59;
} 
a:hover {
	text-decoration:none;
	color:#c6c6c6
}

 
/* FORMS
---------------------------------------- */
.textfield,
.button{
	border:solid 1px #D9D9D9;
	background:white;
	padding: 2px 5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#6A6A6A;
}

.button {
	height:25px;
	cursor: pointer;
}

input:focus {
	border:solid 1px #008D59;
}

.button:focus {
	padding: 2px 5px;
}

.disabledTxt {
	background:#F2F2F2;
}
